debian/0000755000000000000000000000000012231164727007173 5ustar debian/watch0000644000000000000000000000020711307471375010226 0ustar version=3 http://search.cpan.org/dist/B-Hooks-OP-Annotation/ .*/B-Hooks-OP-Annotation-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/rules0000755000000000000000000000003611307471375010255 0ustar #!/usr/bin/make -f %: dh $@ debian/copyright0000644000000000000000000000246611555272673011146 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: chocolateboy Source: http://search.cpan.org/dist/B-Hooks-OP-Annotation/ Name: B-Hooks-OP-Annotation Files: * Copyright: 2009-2011, chocolateboy License: Artistic or GPL-1+ Files: ppport.h Copyright: 2004-2010, Marcus Holland-Moritz 2001, Paul Marquess (Version 2.x) 1999, Kenneth Albanowski (Version 1.x) License: Artistic or GPL-1+ Files: debian/* Copyright: 2009, 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'. debian/source/0000755000000000000000000000000011555273177010503 5ustar debian/source/format0000644000000000000000000000001411555272571011706 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211555272747010403 0ustar 8 debian/control0000644000000000000000000000253411555272770010610 0ustar Source: libb-hooks-op-annotation-perl Section: perl Priority: optional Build-Depends: perl, debhelper (>= 8), libextutils-depends-perl (>= 0.304), libtest-pod-perl Maintainer: Debian Perl Group Uploaders: Jonathan Yu , gregor herrmann Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/B-Hooks-OP-Annotation/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libb-hooks-op-annotation-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libb-hooks-op-annotation-perl/ Package: libb-hooks-op-annotation-perl Architecture: any Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}, libextutils-depends-perl (>= 0.304) Description: module to allow annotation and delegation of hooked OPs B::Hooks::OP::Annotation provides a way for XS code that hijacks OP op_ppaddr functions to delegate to (or restore) the previous functions, whether they are assigned by perl or by another module. Typically this should be used in conjunction with B::Hooks::OP::Check (see libb-hooks-op-check-perl). . B::Hooks::OP::Annotation makes its types and functions available to XS code by means of ExtUtils::Depends (libextutils-depends-perl). Modules that wish to use these exports in their XS code should use B::OP::Hooks::Annotation in the Perl module that loads the XS. debian/changelog0000644000000000000000000000214112231164727011043 0ustar libb-hooks-op-annotation-perl (0.44-1build3) trusty; urgency=low * Rebuild for Perl 5.18. -- Colin Watson Mon, 21 Oct 2013 09:46:15 +0100 libb-hooks-op-annotation-perl (0.44-1build2) precise; urgency=low * Rebuild for Perl 5.14. -- Colin Watson Tue, 15 Nov 2011 17:15:30 +0000 libb-hooks-op-annotation-perl (0.44-1build1) oneiric; urgency=low * Rebuild for Perl 5.12. -- Colin Watson Sun, 08 May 2011 07:39:46 +0100 libb-hooks-op-annotation-perl (0.44-1) unstable; urgency=low * New upstream release. * Switch to source format 3.0 (quilt). * debian/copyright: update years of copyright and formatting. * Add /me to Uploaders. * Bump debhelper compatibility level to 8. * Set Standards-Version to 3.9.2 (no changes). * Bump libextutils-depends-perl (build) dependency version. -- gregor herrmann Mon, 25 Apr 2011 15:26:16 +0200 libb-hooks-op-annotation-perl (0.43-1) unstable; urgency=low * Initial Release (Closes: #559984) -- Jonathan Yu Mon, 07 Dec 2009 20:41:03 -0500