--- libhook-wrapsub-perl-0.03.orig/debian/copyright +++ libhook-wrapsub-perl-0.03/debian/copyright @@ -0,0 +1,31 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: jdporter@min.net (John Porter) +Upstream-Source: http://search.cpan.org/dist/Hook-WrapSub/ +Upstream-Name: Hook-WrapSub +Comment: + Initial packaging of this module was kindly funded by Dembach Goo Informatik + on behalf of Allianz24. + +Files: * +Copyright: jdporter@min.net (John Porter) +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: 2009, Christoph Berg +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' --- libhook-wrapsub-perl-0.03.orig/debian/watch +++ libhook-wrapsub-perl-0.03/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Hook-WrapSub/ .*/Hook-WrapSub-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libhook-wrapsub-perl-0.03.orig/debian/control +++ libhook-wrapsub-perl-0.03/debian/control @@ -0,0 +1,17 @@ +Source: libhook-wrapsub-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl +Maintainer: Debian Perl Group +Standards-Version: 3.8.3 +Homepage: http://search.cpan.org/dist/Hook-WrapSub/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libhook-wrapsub-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libhook-wrapsub-perl/ + +Package: libhook-wrapsub-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends} +Description: wrap subs with pre- and post-call hooks + Hook::WrapSub enables intercepting a call to any named function; handlers may + be added both before and after the call to the intercepted function. --- libhook-wrapsub-perl-0.03.orig/debian/rules +++ libhook-wrapsub-perl-0.03/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --- libhook-wrapsub-perl-0.03.orig/debian/compat +++ libhook-wrapsub-perl-0.03/debian/compat @@ -0,0 +1 @@ +7 --- libhook-wrapsub-perl-0.03.orig/debian/changelog +++ libhook-wrapsub-perl-0.03/debian/changelog @@ -0,0 +1,17 @@ +libhook-wrapsub-perl (0.03-2) unstable; urgency=low + + [ Salvatore Bonaccorso ] + * debian/control: Changed: Replace versioned (build-)dependency on + perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as + permitted by Debian Policy 3.8.3). + + [ Christoph Berg ] + * Remove myself from uploaders. + + -- Christoph Berg Wed, 09 Dec 2009 13:53:34 +0100 + +libhook-wrapsub-perl (0.03-1) unstable; urgency=low + + * Initial Release. + + -- Christoph Berg Fri, 3 Jul 2009 13:59:37 +0200