--- libsub-delete-perl-1.00002.orig/debian/changelog +++ libsub-delete-perl-1.00002/debian/changelog @@ -0,0 +1,5 @@ +libsub-delete-perl (1.00002-1) unstable; urgency=low + + * Initial Release (Closes: #602638). + + -- Ernesto Hernández-Novich (USB) Sat, 06 Nov 2010 15:53:16 -0430 --- libsub-delete-perl-1.00002.orig/debian/control +++ libsub-delete-perl-1.00002/debian/control @@ -0,0 +1,25 @@ +Source: libsub-delete-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl +Maintainer: Debian Perl Group +Uploaders: Ernesto Hernández-Novich (USB) +Standards-Version: 3.9.1 +Homepage: http://search.cpan.org/dist/Sub-Delete/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libsub-delete-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libsub-delete-perl/ + +Package: libsub-delete-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends}, perl +Description: Perl module to delete subroutines + Sub::Delete provides one function, delete_sub, that deletes the subroutine + whose name is passed to it. (To load the module without importing the + function, write use Sub::Delete();.) + . + This does more than simply undefine the subroutine in the manner of undef + &foo, which leaves a stub that can trigger AUTOLOAD (and, consequently, won't + work for deleting methods). The subroutine is completely obliterated from the + symbol table (though there may be references to it elsewhere, including in + compiled code). --- libsub-delete-perl-1.00002.orig/debian/watch +++ libsub-delete-perl-1.00002/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Sub-Delete/ .*/Sub-Delete-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libsub-delete-perl-1.00002.orig/debian/compat +++ libsub-delete-perl-1.00002/debian/compat @@ -0,0 +1 @@ +7 --- libsub-delete-perl-1.00002.orig/debian/rules +++ libsub-delete-perl-1.00002/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --- libsub-delete-perl-1.00002.orig/debian/libsub-delete-perl.docs +++ libsub-delete-perl-1.00002/debian/libsub-delete-perl.docs @@ -0,0 +1 @@ +README --- libsub-delete-perl-1.00002.orig/debian/copyright +++ libsub-delete-perl-1.00002/debian/copyright @@ -0,0 +1,37 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 +Maintainer: Father Chrysostomos +Source: http://search.cpan.org/dist/Sub-Delete/ +Name: Sub-Delete + +Files: * +Copyright: 2008-10 Father Chrysostomos +License: Artistic or GPL-1+ + +Files: t/Test/More.pm +Copyright: 2001, 2002, 2004 Michael G Schwern +License: Artistic or GPL-1+ + +Files: t/Test/Builder.pm, t/Test/Builder/* +Copyright: 2002, 2004 chromatic , + Michael G Schwern +License: Artistic or GPL-1+ + +Files: debian/* +Copyright: 2010, Ernesto Hernández-Novich (USB) +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 version 1 of the + General Public License can be found in `/usr/share/common-licenses/GPL-1'.