--- libsub-identify-perl-0.04.orig/debian/watch +++ libsub-identify-perl-0.04/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Sub-Identify/ .*/Sub-Identify-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libsub-identify-perl-0.04.orig/debian/rules +++ libsub-identify-perl-0.04/debian/rules @@ -0,0 +1,23 @@ +#!/usr/bin/make -f + +build: build-stamp +build-stamp: + dh build + touch $@ + +clean: + dh $@ + +install: install-stamp +install-stamp: build-stamp + dh install + touch $@ + +binary-arch: install + dh $@ + +binary-indep: + +binary: binary-arch binary-indep + +.PHONY: binary binary-arch binary-indep install clean build --- libsub-identify-perl-0.04.orig/debian/copyright +++ libsub-identify-perl-0.04/debian/copyright @@ -0,0 +1,35 @@ +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-Identify/ +Upstream-Name: Sub-Identify + +Files: * +Copyright: (c) 2005-2008 Rafael Garcia-Suarez <rgarciasuarez@gmail.com> +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: ppport.h +Copyright: (c) 1999, Kenneth Albanowski. + (c) 2001, Paul Marquess + (c) 2004-2008, Marcus Holland-Moritz +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: 2008, Krzysztof KrzyĹźaniak (eloy) <eloy@debian.org> +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-identify-perl-0.04.orig/debian/compat +++ libsub-identify-perl-0.04/debian/compat @@ -0,0 +1 @@ +7 --- libsub-identify-perl-0.04.orig/debian/control +++ libsub-identify-perl-0.04/debian/control @@ -0,0 +1,30 @@ +Source: libsub-identify-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7), perl (>= 5.6.10-12), libtest-pod-perl +Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org> +Uploaders: Krzysztof KrzyĹźaniak (eloy) <eloy@debian.org>, + Rene Mayorga <rmayorga@debian.org.sv> +Standards-Version: 3.8.0 +Homepage: http://search.cpan.org/dist/Sub-Identify/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libsub-identify-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libsub-identify-perl/ + +Package: libsub-identify-perl +Architecture: any +Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends} +Description: Retrieve names of code references + Sub::Identify allows you to retrieve the real name of code references. For + this, it uses perl's introspection mechanism, provided by the B module. + . + It provides four functions : sub_name returns the name of the + subroutine (or __ANON__ if it's an anonymous code reference), + stash_name returns its package, and sub_fullname returns the + concatenation of the two. + . + The fourth function, get_code_info, returns a list of two elements, + the package and the subroutine name (in case of you want both and are worried + by the speed.) + . + In case of subroutine aliasing, those functions always return the + original name. --- libsub-identify-perl-0.04.orig/debian/changelog +++ libsub-identify-perl-0.04/debian/changelog @@ -0,0 +1,49 @@ +libsub-identify-perl (0.04-1build3) trusty; urgency=low + + * Rebuild for Perl 5.18. + + -- Colin Watson <cjwatson@ubuntu.com> Mon, 21 Oct 2013 10:47:28 +0100 + +libsub-identify-perl (0.04-1build2) precise; urgency=low + + * Rebuild for Perl 5.14. + + -- Colin Watson <cjwatson@ubuntu.com> Tue, 15 Nov 2011 20:14:17 +0000 + +libsub-identify-perl (0.04-1build1) oneiric; urgency=low + + * Rebuild for Perl 5.12. + + -- Colin Watson <cjwatson@ubuntu.com> Sun, 08 May 2011 13:29:57 +0100 + +libsub-identify-perl (0.04-1) unstable; urgency=low + + [ gregor hermann ] + * debian/control: Changed: Switched Vcs-Browser field to ViewSVN + (source stanza). + + [ Rene Mayorga ] + * New upstream release + * debian/control + + set standards-version to 3.8.0 (no changes) + + add myself to uploaders + + change from `Architecture: all' to `Architecture: any' + + add ${shlib:Depends} to Depends field + + move B-D-I to B-D + * debian/rules - refresh using dh-make-perl + * debian/copyright + + refresh using dh-make-perl + + add ppport.h copyright info + * debian/watch - remove comments + + [ gregor herrmann ] + * Add libtest-pod-perl to Build-Depends in order to activate an additional + test. + + -- Rene Mayorga <rmayorga@debian.org.sv> Tue, 16 Dec 2008 21:36:28 -0600 + +libsub-identify-perl (0.03-1) unstable; urgency=low + + * Initial Release (closes: #483656). + + -- Krzysztof KrzyĹźaniak (eloy) <eloy@debian.org> Wed, 28 May 2008 17:24:38 +0200