debian/0000755000000000000000000000000011547575276007211 5ustar debian/control0000644000000000000000000000221611547574410010602 0ustar Source: libsub-wrappackages-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libdevel-caller-ignorenamespaces-perl, libsub-prototype-perl, libtest-pod-perl, libtest-pod-coverage-perl Maintainer: Debian Perl Group Uploaders: Jaldhar H. Vyas , Jonathan Yu , gregor herrmann Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/Sub-WrapPackages/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libsub-wrappackages-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libsub-wrappackages-perl/ Package: libsub-wrappackages-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libdevel-caller-ignorenamespaces-perl, libsub-prototype-perl Description: module to wrap subroutines in packages Sub::WrapPackages is a Perl module that can add pre- and post-execution code wrappers around some given subroutines. It is mostly a wrapper around Damian Conway's Hook::LexWrap module. Instead of exporting a wrap function, magic happens when you load the module via the "use" keyword. debian/copyright0000644000000000000000000000301611547574626011142 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: David Cantrell Source: http://search.cpan.org/dist/Sub-WrapPackages/ Name: Sub-WrapPackages Files: * Copyright: 2003-2009, David Cantrell License: Artistic or GPL-2+ Files: debian/* Copyright: 2008, Jaldhar H. Vyas 2009-2010, Jonathan Yu 2011, gregor herrmann 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 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 systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. License: GPL-2+ 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 2, or (at your option) any later version. . On Debian systems, the complete text of version 2 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. debian/watch0000644000000000000000000000027211212456206010217 0ustar # format version number, currently 3; this line is compulsory! version=3 http://search.cpan.org/dist/Sub-WrapPackages/ .*/Sub-WrapPackages-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/compat0000644000000000000000000000000211547575144010401 0ustar 8 debian/changelog0000644000000000000000000000313211547575264011057 0ustar libsub-wrappackages-perl (2.0-1) unstable; urgency=low [ Ryan Niebur ] * Email change: Jonathan Yu -> jawnsy@cpan.org [ Jonathan Yu ] * New upstream release * Standards-Version 3.8.4 (no changes) [ gregor herrmann ] * Add /me to Uploaders. * Update build and runtime dependencies. * Switch to debhelper 8. * Switch to source format 3.0 (quilt). * Update debian/copyright. * Set Standards-Version to 3.9.2 (no further changes). -- gregor herrmann Fri, 08 Apr 2011 14:08:18 +0200 libsub-wrappackages-perl (1.3-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release + Defer wrapping of modules that aren't yet loaded * Standards-Version 3.8.3 (no changes) * Remove version dependency on libhook-lexwrap-perl (oldest version in Debian is 0.20) * Added myself to Uploaders and Copyright * Updated copyright file * Bump debhelper requirement to 7 (and compat) * Change to new shorter rules format * Shortened description significantly, if people need this info they should probably read the perldoc * Added Test::Pod to B-D-I [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ gregor herrmann ] * Add libtest-pod-coverage-perl to Build-Depends-Indep. -- Jonathan Yu Mon, 24 Aug 2009 08:04:37 -0400 libsub-wrappackages-perl (1.2-1) unstable; urgency=low * Initial Release. (Closes: #468651) -- Jaldhar H. Vyas Fri, 29 Feb 2008 15:02:13 -0500 debian/source/0000755000000000000000000000000011547575276010511 5ustar debian/source/format0000644000000000000000000000001411547574453011713 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611243761431010247 0ustar #!/usr/bin/make -f %: dh $@