--- libalgorithm-permute-perl-0.12.orig/debian/watch +++ libalgorithm-permute-perl-0.12/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Algorithm-Permute/ .*/Algorithm-Permute-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libalgorithm-permute-perl-0.12.orig/debian/rules +++ libalgorithm-permute-perl-0.12/debian/rules @@ -0,0 +1,8 @@ +#!/usr/bin/make -f + +%: + dh $@ + +override_dh_auto_test: + MEMORY_TEST=1 dh_auto_test + --- libalgorithm-permute-perl-0.12.orig/debian/copyright +++ libalgorithm-permute-perl-0.12/debian/copyright @@ -0,0 +1,32 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59 +Maintainer: Edwin Pratomo, edpratomo@cpan.org. +Source: http://search.cpan.org/dist/Algorithm-Permute/ +Name: Algorithm-Permute + +Files: * +Copyright: 1999-2008, Edwin Pratomo, edpratomo@cpan.org. +X-Comment: The object oriented interface is taken from Tom Phoenix's List::Permutor. + Robin Houston invented and contributed the callback + style interface. +License-Alias: Perl +License: Artistic or GPL-1+ + +Files: debian/* +Copyright: 2009, Dario Minnucci (midget) +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 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' --- libalgorithm-permute-perl-0.12.orig/debian/compat +++ libalgorithm-permute-perl-0.12/debian/compat @@ -0,0 +1 @@ +7 --- libalgorithm-permute-perl-0.12.orig/debian/control +++ libalgorithm-permute-perl-0.12/debian/control @@ -0,0 +1,19 @@ +Source: libalgorithm-permute-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7.0.50), perl +Maintainer: Debian Perl Group +Uploaders: Dario Minnucci (midget) +Standards-Version: 3.8.3 +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libalgorithm-permute-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libalgorithm-permute-perl/ +Homepage: http://search.cpan.org/dist/Algorithm-Permute/ + +Package: libalgorithm-permute-perl +Architecture: any +Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends} +Description: module to perform permutations with object oriented interface + Algorithm::Permute makes performing permutation in Perl easy and fast, + although perhaps its algorithm is not the fastest on the earth. It supports + permutation r of n objects where 0 < r <= n. + --- libalgorithm-permute-perl-0.12.orig/debian/changelog +++ libalgorithm-permute-perl-0.12/debian/changelog @@ -0,0 +1,23 @@ +libalgorithm-permute-perl (0.12-1build3) devel; urgency=low + + * Rebuild for Perl 5.18. + + -- Colin Watson Sun, 20 Oct 2013 22:50:46 +0100 + +libalgorithm-permute-perl (0.12-1build2) precise; urgency=low + + * Rebuild for Perl 5.14. + + -- Colin Watson Tue, 15 Nov 2011 17:07:20 +0000 + +libalgorithm-permute-perl (0.12-1build1) oneiric; urgency=low + + * Rebuild for Perl 5.12. + + -- Colin Watson Sat, 07 May 2011 23:16:29 +0100 + +libalgorithm-permute-perl (0.12-1) unstable; urgency=low + + * Initial Release. (Closes: #556219) + + -- Dario Minnucci (midget) Sat, 14 Nov 2009 19:33:31 +0100