--- libsub-current-perl-0.02.orig/debian/watch +++ libsub-current-perl-0.02/debian/watch @@ -0,0 +1,4 @@ +# 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/Sub-Current/ .*/Sub-Current-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libsub-current-perl-0.02.orig/debian/rules +++ libsub-current-perl-0.02/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --- libsub-current-perl-0.02.orig/debian/copyright +++ libsub-current-perl-0.02/debian/copyright @@ -0,0 +1,29 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Rafael Garcia-Suarez +Upstream-Source: http://search.cpan.org/dist/Sub-Current/ +Upstream-Name: Sub-Current + +Files: * +Copyright: 2007, Rafael Garcia-Suarez +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: 2009, Jonathan Yu + 2008, 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' --- libsub-current-perl-0.02.orig/debian/compat +++ libsub-current-perl-0.02/debian/compat @@ -0,0 +1 @@ +7 --- libsub-current-perl-0.02.orig/debian/control +++ libsub-current-perl-0.02/debian/control @@ -0,0 +1,20 @@ +Source: libsub-current-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7), perl (>= 5.6.10-16), libtest-pod-perl +Maintainer: Debian Perl Group +Uploaders: Krzysztof Krzyżaniak (eloy) , + Jonathan Yu +Standards-Version: 3.8.2 +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libsub-current-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libsub-current-perl/ +Homepage: http://search.cpan.org/dist/Sub-Current/ + +Package: libsub-current-perl +Architecture: any +Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends} +Description: Perl module to determine the executing subroutine + Sub::Current provides a fairly magical function called ROUTINE() which returns + a code reference pointing at the currently executing subroutine. It does not + make sense to use this inside a special block (such as BEGIN, END, UNITCHECK, + CHECK or INIT) or at the top level of a program, so ROUTINE will return undef. --- libsub-current-perl-0.02.orig/debian/changelog +++ libsub-current-perl-0.02/debian/changelog @@ -0,0 +1,23 @@ +libsub-current-perl (0.02-1build3) trusty; urgency=low + + * Rebuild for Perl 5.18. + + -- Colin Watson Mon, 21 Oct 2013 10:47:18 +0100 + +libsub-current-perl (0.02-1build2) precise; urgency=low + + * Rebuild for Perl 5.14. + + -- Colin Watson Tue, 15 Nov 2011 20:14:07 +0000 + +libsub-current-perl (0.02-1build1) oneiric; urgency=low + + * Rebuild for Perl 5.12. + + -- Colin Watson Sun, 08 May 2011 13:29:46 +0100 + +libsub-current-perl (0.02-1) unstable; urgency=low + + * Initial Release (Closes: #540300) + + -- Jonathan Yu Thu, 06 Aug 2009 17:38:53 -0400