--- libfile-queue-perl-1.01a.orig/debian/control +++ libfile-queue-perl-1.01a/debian/control @@ -0,0 +1,22 @@ +Source: libfile-queue-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl, libtest-pod-coverage-perl, + libpod-coverage-perl (>= 0.18), libtest-pod-perl +Maintainer: Debian Perl Group +Uploaders: Jonathan Yu +Standards-Version: 3.8.3 +Homepage: http://search.cpan.org/dist/File-Queue/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libfile-queue-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libfile-queue-perl/ + +Package: libfile-queue-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends} +Description: Perl module providing a persistent FIFO Queue using a file + File::Queue allows for the creation of persistent First In, First Out (FIFO) + queue objects, saving data in a file. Queue elements can only be scalars; if + you want to work with references or other complex data structures, you have + to serialize them first. This module was written with speed in mind, and is + indeed very fast, but one should take care to understand its limitations. --- libfile-queue-perl-1.01a.orig/debian/copyright +++ libfile-queue-perl-1.01a/debian/copyright @@ -0,0 +1,28 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Jason Lavold +Upstream-Source: http://search.cpan.org/dist/File-Queue/ +Upstream-Name: File-Queue + +Files: * +Copyright: 2008, Jason Lavold +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: 2009, Jonathan Yu +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' --- libfile-queue-perl-1.01a.orig/debian/watch +++ libfile-queue-perl-1.01a/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/File-Queue/ .*/File-Queue-v?(\d[\w.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libfile-queue-perl-1.01a.orig/debian/compat +++ libfile-queue-perl-1.01a/debian/compat @@ -0,0 +1 @@ +7 --- libfile-queue-perl-1.01a.orig/debian/changelog +++ libfile-queue-perl-1.01a/debian/changelog @@ -0,0 +1,5 @@ +libfile-queue-perl (1.01a-1) unstable; urgency=low + + * Initial Release (Closes: #540295) + + -- Jonathan Yu Wed, 02 Sep 2009 05:24:21 -0400 --- libfile-queue-perl-1.01a.orig/debian/rules +++ libfile-queue-perl-1.01a/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@