debian/0000755000000000000000000000000011766470446007205 5ustar debian/rules0000755000000000000000000000014611766470446010266 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_configure: perl Makefile.PL blead INSTALLDIRS=vendor debian/control0000644000000000000000000000165611766470446010620 0ustar Source: libthread-queue-any-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl Maintainer: Debian Perl Group Uploaders: Matt Zagrabelny , Florian Schlichting Standards-Version: 3.9.3 Homepage: http://search.cpan.org/dist/Thread-Queue-Any/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libthread-queue-any-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libthread-queue-any-perl.git Package: libthread-queue-any-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: module implementing thread-safe queues for any data-structure A queue, as implemented by Thread::Queue::Any is a thread-safe data structure that inherits from Thread::Queue. But unlike the standard Thread::Queue, you can pass (a reference to) any data structure to the queue. debian/source/0000755000000000000000000000000011766470446010505 5ustar debian/source/format0000644000000000000000000000001411766470446011713 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000307311766470446011062 0ustar libthread-queue-any-perl (1.12-1) unstable; urgency=low * Team upload. * New upstream release. * debian/rules: add override_dh_auto_configure to workaround Makefile.PL/maintblead argument handling. -- gregor herrmann Fri, 15 Jun 2012 01:17:47 +0200 libthread-queue-any-perl (1.11-1) unstable; urgency=low * Team upload. * New upstream release. * Don't install README anymore (contains instructions for building/installing). -- gregor herrmann Mon, 04 Jun 2012 18:25:22 +0200 libthread-queue-any-perl (0.10-1) unstable; urgency=low [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Salvatore Bonaccorso ] * debian/control: Changed: Replace versioned (build-)dependency on perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as permitted by Debian Policy 3.8.3). [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Florian Schlichting ] * Imported Upstream version 0.10. * Bumped dh compatibility to 8. * Switched to source format 3.0 (quilt). * Bumped Standards-Version to 3.9.3 (use copyright-format 1.0). * Updated years of upstream copyright. * Added myself to uploaders and copyright. * Made short description a noun phrase. * Switched to short-form debian/rules. -- Florian Schlichting Mon, 09 Apr 2012 00:53:27 +0200 libthread-queue-any-perl (0.09-1) unstable; urgency=low * Initial Release. (Closes: #501694) -- Matt Zagrabelny Fri, 10 Apr 2009 16:01:37 -0500 debian/compat0000644000000000000000000000000211766470446010403 0ustar 8 debian/copyright0000644000000000000000000000220711766470446011141 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Contact: Elizabeth Mattijsen, . Source: http://search.cpan.org/dist/Thread-Queue-Any/ Upstream-Name: Thread-Queue-Any Files: * Copyright: 2002, 2003, 2007, 2012, Elizabeth Mattijsen, License: Artistic or GPL-1+ Files: debian/* Copyright: Copyright 2009, Matt Zagrabelny 2012, Florian Schlichting License: Artistic or 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 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'. debian/libthread-queue-any-perl.docs0000644000000000000000000000000511766470446014657 0ustar TODO debian/watch0000644000000000000000000000036411766470446010241 0ustar # format version number, currently 3; this line is compulsory! version=3 # URL to the package page followed by a regex to search http://search.cpan.org/dist/Thread-Queue-Any/ .*/Thread-Queue-Any-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$