[libpoe-filter-stomp-perl] 01/13: Import Debian changes 0.04-1

gregor herrmann gregoa at debian.org
Sat Sep 9 17:30:33 UTC 2017


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libpoe-filter-stomp-perl.

commit d66a9d11515108cf78d3a002a89f2237c3712b00
Author: Stefan Pfetzing <dreamind at dreamind.de>
Date:   Tue Mar 29 17:56:56 2011 +0200

    Import Debian changes 0.04-1
    
    libpoe-filter-stomp-perl (0.04-1) unstable; urgency=low
    
      * Initial Release. (Closes: #510070)
---
 debian/changelog                     |  5 +++++
 debian/compat                        |  1 +
 debian/control                       | 19 ++++++++++++++++++
 debian/copyright                     | 37 ++++++++++++++++++++++++++++++++++++
 debian/libpoe-filter-stomp-perl.docs |  1 +
 debian/rules                         |  4 ++++
 debian/watch                         |  2 ++
 7 files changed, 69 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..f7630ac
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libpoe-filter-stomp-perl (0.04-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #510070)
+
+ -- Stefan Pfetzing <dreamind at dreamind.de>  Tue, 29 Mar 2011 17:56:56 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..cdc1fa7
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,19 @@
+Source: libpoe-filter-stomp-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: libnet-stomp-perl,
+ perl
+Maintainer: Stefan Pfetzing <dreamind at dreamind.de>
+Standards-Version: 3.9.1
+Homepage: http://search.cpan.org/dist/POE-Filter-Stomp/
+
+Package: libpoe-filter-stomp-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends},
+ libnet-stomp-perl
+Description: Perl extension for the POE Environment to provide a Stomp filter
+ POE::Filter::Stomp is a filter for the POE environment. It will translate the
+ input buffer into Net::Stomp::Frame objects and serialize the output buffer
+ from said objects. For more information an the STOMP protocol, please refer
+ to: http://stomp.codehaus.org/Protocol .
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..7fc271e
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,37 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Kevin L. Esteb <kesteb at wsipc.org>
+Source: http://search.cpan.org/dist/POE-Filter-Stomp/
+Name: POE-Filter-Stomp
+
+Files: *
+Copyright: Kevin L. Esteb <kesteb at wsipc.org>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2011, Stefan Pfetzing <dreamind at dreamind.de>
+License: GPL-2+
+
+License: Artistic
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian systems, the complete text of the Artistic License can be
+ found in `/usr/share/common-licenses/Artistic'.
+
+License: GPL-1+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 1, or (at your option)
+ any later version.
+ .
+ On Debian systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.
+
+License: GPL-2+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2, or (at your option)
+ any later version.
+ .
+ On Debian systems, the complete text of version 2 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-2'.
diff --git a/debian/libpoe-filter-stomp-perl.docs b/debian/libpoe-filter-stomp-perl.docs
new file mode 100644
index 0000000..e845566
--- /dev/null
+++ b/debian/libpoe-filter-stomp-perl.docs
@@ -0,0 +1 @@
+README
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..2d33f6a
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..785b2c0
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/POE-Filter-Stomp/   .*/POE-Filter-Stomp-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libpoe-filter-stomp-perl.git



More information about the Pkg-perl-cvs-commits mailing list