--- libpoe-filter-stomp-perl-0.04.orig/debian/changelog +++ libpoe-filter-stomp-perl-0.04/debian/changelog @@ -0,0 +1,5 @@ +libpoe-filter-stomp-perl (0.04-1) unstable; urgency=low + + * Initial Release. (Closes: #510070) + + -- Stefan Pfetzing Tue, 29 Mar 2011 17:56:56 +0200 --- libpoe-filter-stomp-perl-0.04.orig/debian/compat +++ libpoe-filter-stomp-perl-0.04/debian/compat @@ -0,0 +1 @@ +7 --- libpoe-filter-stomp-perl-0.04.orig/debian/control +++ libpoe-filter-stomp-perl-0.04/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 +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 . --- libpoe-filter-stomp-perl-0.04.orig/debian/copyright +++ libpoe-filter-stomp-perl-0.04/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 +Source: http://search.cpan.org/dist/POE-Filter-Stomp/ +Name: POE-Filter-Stomp + +Files: * +Copyright: Kevin L. Esteb +License: Artistic or GPL-1+ + +Files: debian/* +Copyright: 2011, Stefan Pfetzing +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'. --- libpoe-filter-stomp-perl-0.04.orig/debian/libpoe-filter-stomp-perl.docs +++ libpoe-filter-stomp-perl-0.04/debian/libpoe-filter-stomp-perl.docs @@ -0,0 +1 @@ +README --- libpoe-filter-stomp-perl-0.04.orig/debian/rules +++ libpoe-filter-stomp-perl-0.04/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --- libpoe-filter-stomp-perl-0.04.orig/debian/watch +++ libpoe-filter-stomp-perl-0.04/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)$