--- libthread-pool-simple-perl-0.25.orig/debian/changelog +++ libthread-pool-simple-perl-0.25/debian/changelog @@ -0,0 +1,58 @@ +libthread-pool-simple-perl (0.25-1) unstable; urgency=low + + * New upstream release + * Standards-Version updated to 3.9.1 (no changes) + * Added myself to Uploaders and Copyright + * Update copyright file with 2010 + + -- Krzysztof Krzyżaniak (eloy) Mon, 04 Oct 2010 15:46:13 +0200 + +libthread-pool-simple-perl (0.24-1) unstable; urgency=low + + [ Jonathan Yu ] + * New upstream release + + Fix bug when running under the Perl debugger + + Remove redundant ':locked method' + * Standards-Version 3.8.3 (drop version dependency on perl) + * Added myself to Uploaders and Copyright + * Bump debhelper requirement to 7, compat + * Use short debhelper rules format + * Change to machine readable copyright format + + [ gregor herrmann ] + * debian/control: Changed: Switched Vcs-Browser field to ViewSVN + (source stanza). + + [ Nathan Handler ] + * debian/watch: Update to ignore development releases. + + -- Jonathan Yu Sat, 05 Sep 2009 04:30:13 -0400 + +libthread-pool-simple-perl (0.23-3) unstable; urgency=medium + + * debian/rules: move test suite from install to build targets. + Fixes a FTBFS on architectures using fakeroot to run the install target + Closes: #497693 + * add myself to Uploaders + + -- Damyan Ivanov Thu, 04 Sep 2008 10:48:29 +0300 + +libthread-pool-simple-perl (0.23-2) unstable; urgency=medium + + * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser + field (source stanza); Homepage field (source stanza). Removed: XS- + Vcs-Svn fields. + * debian/rules: delete /usr/lib/perl5 only if it exists (closes: #493431). + * Set urgency to medium because of the RC bug. + * debian/watch: use dist-based URL. + * Add /me to Uploaders. + * Set Standards-Version to 3.8.0 (no changes). + + -- gregor herrmann Mon, 04 Aug 2008 16:51:31 -0300 + +libthread-pool-simple-perl (0.23-1) unstable; urgency=low + + * Initial Release (Closes: #425823) + + -- Gonéri Le Bouder Thu, 24 May 2007 13:26:08 +0000 + --- libthread-pool-simple-perl-0.25.orig/debian/rules +++ libthread-pool-simple-perl-0.25/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --- libthread-pool-simple-perl-0.25.orig/debian/compat +++ libthread-pool-simple-perl-0.25/debian/compat @@ -0,0 +1 @@ +7 --- libthread-pool-simple-perl-0.25.orig/debian/watch +++ libthread-pool-simple-perl-0.25/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Thread-Pool-Simple/ .*/Thread-Pool-Simple-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) --- libthread-pool-simple-perl-0.25.orig/debian/copyright +++ libthread-pool-simple-perl-0.25/debian/copyright @@ -0,0 +1,33 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Jianyuan Wu +Upstream-Source: http://search.cpan.org/dist/Thread-Pool-Simple/ +Upstream-Name: Thread-Pool-Simple + +Files: * +Copyright: 2007-2010, Jianyuan Wu +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: 2009, Jonathan Yu + 2008, Damyan Ivanov + 2008, gregor herrmann + 2007, Gonéri Le Bouder + 2010, Krzysztof Krzyżaniak (eloy) +License: Artistic | GPL-1+ + +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 GNU/Linux 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 GNU/Linux systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL' + --- libthread-pool-simple-perl-0.25.orig/debian/control +++ libthread-pool-simple-perl-0.25/debian/control @@ -0,0 +1,22 @@ +Source: libthread-pool-simple-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl +Maintainer: Debian Perl Group +Uploaders: Gonéri Le Bouder , + gregor herrmann , Damyan Ivanov , + Jonathan Yu , + Krzysztof Krzyżaniak (eloy) +Standards-Version: 3.9.1 +Homepage: http://search.cpan.org/dist/Thread-Pool-Simple/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libthread-pool-simple-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libthread-pool-simple-perl/ + +Package: libthread-pool-simple-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, +Description: Perl implementation of a simple thread pool + Thread::Pool::Simple provides a simple thread-pool implementation without + external dependencies outside core modules. Jobs can be submitted to and + handled by multi-threaded 'workers' managed by the pool.