debian/0000755000000000000000000000000012231164743007171 5ustar debian/watch0000644000000000000000000000036411633100564010221 0ustar # format version number, currently 3; this line is compulsory! version=3 # URL to the package page followed by a regex to search http://search.cpan.org/dist/B-Hooks-OP-Check/ .*/B-Hooks-OP-Check-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/rules0000755000000000000000000000003611633100564010244 0ustar #!/usr/bin/make -f %: dh $@ debian/copyright0000644000000000000000000000306211633100706011117 0ustar Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=135 Maintainer: Florian Ragwitz Source: http://search.cpan.org/dist/B-Hooks-OP-Check/ Name: B-Hooks-OP-Check Files: * Copyright: 2008, Florian Ragwitz License: Artistic or GPL-1+ Files: inc/Module/* Copyright: 2002-2011, Adam Kennedy 2002-2011, Audrey Tang 2002-2011, Brian Ingerson License: Artistic or GPL-1+ Files: ppport.h Copyright: 2004-2009, 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 2009, Jeremiah C. Foster 2011, Jotam Jr. Trejo 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/0000755000000000000000000000000011633100564010465 5ustar debian/source/format0000644000000000000000000000001411633100564011673 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211633100564010363 0ustar 7 debian/control0000644000000000000000000000205311633100564010570 0ustar Source: libb-hooks-op-check-perl Section: perl Priority: optional Build-Depends: debhelper (>= 7), perl, libextutils-depends-perl (>= 0.302), perl (>= 5.10.1) | libparent-perl Maintainer: Debian Perl Group Uploaders: Jeremiah C. Foster , Jotam Jr. Trejo Standards-Version: 3.9.2 Vcs-Git: git://git.debian.org/pkg-perl/packages/libb-hooks-op-check-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libb-hooks-op-check-perl.git Homepage: http://search.cpan.org/dist/B-Hooks-OP-Check/ Package: libb-hooks-op-check-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}, perl (>= 5.10.1) | libparent-perl Description: Perl wrapper for OP check callbacks B::Hooks::OP::Check provides an interface for XS modules to hook into the callbacks of PL_check, which is part of perl's core. It allows a C function to be invoked as the last stage of optree compilation, depending on the given op code number (op_type). debian/changelog0000644000000000000000000000371612231164743011052 0ustar libb-hooks-op-check-perl (0.19-1build2) trusty; urgency=low * Rebuild for Perl 5.18. -- Colin Watson Mon, 21 Oct 2013 09:46:27 +0100 libb-hooks-op-check-perl (0.19-1build1) precise; urgency=low * Rebuild for Perl 5.14. -- Colin Watson Tue, 15 Nov 2011 17:15:44 +0000 libb-hooks-op-check-perl (0.19-1) unstable; urgency=low * Team upload. [ Ansgar Burchardt ] * New upstream release. * debian/copyright: Update years of copyright for inc/Module/*. * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. -- Ansgar Burchardt Sun, 11 Sep 2011 11:43:49 +0200 libb-hooks-op-check-perl (0.18-1) unstable; urgency=low [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ gregor herrmann ] * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza). * Add perl (>= 5.10.1) as an alternative to the libparent-perl (build) dependency. [ Jonathan Yu ] * New upstream release * Added /me to Copyright * Standards-Version 3.8.2 * Rewrote control description [ Ryan Niebur ] * Email change: Jonathan Yu -> jawnsy@cpan.org [ Jotam Jr. Trejo] * Add myself to Uploaders and Copyright * debian/copyright: refresh according to DEP 5 revision 135 * debian/control: get rid of already satisfied version of perl * Switch to dpkg-source 3.0 (quilt) format * debian/rules: use tiny version of rules * debian/control: Bump Standards Version to 3.9.2 * debian/control: set needed version of libextutils-depends-perl to >= 0.302 -- Jotam Jr. Trejo Fri, 22 Apr 2011 08:45:09 -0600 libb-hooks-op-check-perl (0.17-1) unstable; urgency=low * Initial Release. Closes: #524737 -- Jeremiah C. Foster Sun, 26 Apr 2009 15:15:23 +0200