--- libppi-xs-perl-0.901.orig/debian/changelog +++ libppi-xs-perl-0.901/debian/changelog @@ -0,0 +1,76 @@ +libppi-xs-perl (0.901-1build2) precise; urgency=low + + * Rebuild for Perl 5.14. + + -- Colin Watson Tue, 15 Nov 2011 20:10:25 +0000 + +libppi-xs-perl (0.901-1build1) oneiric; urgency=low + + * Rebuild for Perl 5.12. + + -- Colin Watson Sun, 08 May 2011 13:26:32 +0100 + +libppi-xs-perl (0.901-1) unstable; urgency=low + + [ Jonathan Yu ] + * New upstream release + * Refreshed control files using dh-make-perl --refresh + * Added /me to uploaders + * Bumped Standards-Version to 3.8.1 + * Rewrote the long description a bit + * Added copyright for ppport.h :-) + * Bumped to the newest debhelper (7.2.10) + + [ gregor herrmann ] + * Take over for the Debian Perl Group with maintainer's permission + (http://lists.debian.org/debian-perl/2008/06/msg00039.html) + * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser + field (source stanza); Homepage field (source stanza). Changed: + Maintainer set to Debian Perl Group (was: Florian Ragwitz + ); Florian Ragwitz moved to + Uploaders. + * debian/watch: use dist-based URL. + * debian/control: Changed: Switched Vcs-Browser field to ViewSVN + (source stanza). + + [ Ryan Niebur ] + * Remove Florian Ragwitz from Uploaders + * Close ITA (Closes: #523197) + + -- Jonathan Yu Sun, 17 May 2009 00:08:14 -0400 + +libppi-xs-perl (0.900-4.1) unstable; urgency=low + + * Non-maintainer upload for the Perl 5.10 transition. + * Don't try to remove /usr/share/perl5 if it doesn't exist. (Closes: #463548) + + -- Niko Tyni Tue, 01 Apr 2008 21:14:35 +0300 + +libppi-xs-perl (0.900-4) unstable; urgency=low + + * Added libextutils-autoinstall-perl to Build-Depends (Closes: #352510). + + -- Florian Ragwitz Fri, 17 Feb 2006 23:40:18 +0100 + +libppi-xs-perl (0.900-3) unstable; urgency=low + + * New Maintainer with acknowledgement from the former one. + * Bumped up Standards-Version to 3.6.2 (no changes). + * Moved build-dep-indep to build-dep as we don't build arch-indep packages. + * Cleaned up debian/rules. + + -- Florian Ragwitz Sat, 11 Feb 2006 10:11:21 +0100 + +libppi-xs-perl (0.900-2) unstable; urgency=low + + * Remove spurious dependency on libmodule-build-perl. + + -- Chip Salzenberg Fri, 8 Apr 2005 17:22:37 -0400 + +libppi-xs-perl (0.900-1) unstable; urgency=low + + * Initial Release. + + -- Chip Salzenberg Thu, 7 Apr 2005 21:36:23 -0400 + --- libppi-xs-perl-0.901.orig/debian/rules +++ libppi-xs-perl-0.901/debian/rules @@ -0,0 +1,23 @@ +#!/usr/bin/make -f + +build: build-stamp +build-stamp: + dh build + touch $@ + +clean: + dh $@ + +install: install-stamp +install-stamp: build-stamp + dh install + touch $@ + +binary-arch: install + dh $@ + +binary-indep: + +binary: binary-arch binary-indep + +.PHONY: binary binary-arch binary-indep install clean build --- libppi-xs-perl-0.901.orig/debian/watch +++ libppi-xs-perl-0.901/debian/watch @@ -0,0 +1,3 @@ +# format version number, currently 2; this line is compulsory! +version=3 +http://search.cpan.org/dist/PPI-XS/ .*/PPI-XS-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) --- libppi-xs-perl-0.901.orig/debian/compat +++ libppi-xs-perl-0.901/debian/compat @@ -0,0 +1 @@ +7 --- libppi-xs-perl-0.901.orig/debian/control +++ libppi-xs-perl-0.901/debian/control @@ -0,0 +1,24 @@ +Source: libppi-xs-perl +Section: perl +Priority: optional +Build-Depends: libppi-perl (>= 0.845), debhelper (>= 7.2.10), perl (>= 5.8.0-7) +Maintainer: Debian Perl Group +Uploaders: Jonathan Yu +Standards-Version: 3.8.1 +Homepage: http://search.cpan.org/dist/PPI-XS/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libppi-xs-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libppi-xs-perl/ + +Package: libppi-xs-perl +Architecture: any +Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}, + libppi-perl (>= 0.845) +Description: Perl module to accelerate the Perl Parsing Interface (PPI) + PPI::XS provides XS-based acceleration of the core PPI packages. It + selectively replaces a (small but growing) number of methods throughout PPI + with identical but much faster C versions. + . + Once installed, it will be auto-detected and loaded in by PPI completely + transparently. The integration between the primary (Perl) implementation and + the XS-accelerated version are designed to degrade gracefully if they fall out + of sync -- the Perl version is preferred over the XS version. --- libppi-xs-perl-0.901.orig/debian/copyright +++ libppi-xs-perl-0.901/debian/copyright @@ -0,0 +1,39 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Adam Kennedy +Upstream-Source: http://search.cpan.org/dist/PPI-XS/ +Upstream-Name: PPI-XS + +Files: * +Copyright: 2005-2009, Adam Kennedy +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: ppport.h +Copyright: 2004-2009, Marcus Holland-Moritz + 2001, Paul Marquess (Version 2.x) + 1999, Kenneth Albanowski (Version 1.x) +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: 2009, Jonathan Yu + 2009, Ryan Niebur + 2008, Niko Tyni + 2006, Florian Ragwitz + 2005, Chip Salzenberg +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'