--- libextutils-parsexs-perl-2.220000.orig/debian/control +++ libextutils-parsexs-perl-2.220000/debian/control @@ -0,0 +1,22 @@ +Source: libextutils-parsexs-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl, libextutils-cbuilder-perl +Maintainer: Debian Perl Group +Uploaders: AGOSTINI Yves , + Jonathan Yu , Damyan Ivanov +Standards-Version: 3.8.3 +Homepage: http://search.cpan.org/dist/ExtUtils-ParseXS/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libextutils-parsexs-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libextutils-parsexs-perl/ + +Package: libextutils-parsexs-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, libextutils-cbuilder-perl +Description: Perl utility to process Perl XS code into C code + ExtUtils::ParseXS provides a modular way of compiling Perl XS code into the + appropriate C code by embedding the constructs necessary to let C functions + manipulate Perl values and creating the glue necessary to let Perl access + those functions. It is functionally similar to the "xsubpp" program included + with perl and in fact provides a drop-in replacement for it. --- libextutils-parsexs-perl-2.220000.orig/debian/copyright +++ libextutils-parsexs-perl-2.220000/debian/copyright @@ -0,0 +1,38 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: David Golden +Upstream-Source: http://search.cpan.org/dist/ExtUtils-ParseXS/ +Upstream-Name: ExtUtils-ParseXS + +Files: * +Copyright: 2002-2009 Ken Williams, David Golden and other contributors +License-Alias: Perl +License: GPL-1+ | Artistic + This library is free software; you can redistribute it and/or modify it under + the same terms as Perl itself. + . + Based on the ExtUtils::xsubpp code by Larry Wall and the Perl 5 Porters, which + was released under the same license terms. + +Files: debian/* +Copyright: 2003, 2005, Chip Salzenberg + 2006, Florian Ragwitz + 2008, AGOSTINI Yves + 2009, Jonathan Yu +License: GPL-1+ | Artistic + The Debian packaging is put under the same terms as the module itself. + +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' + --- libextutils-parsexs-perl-2.220000.orig/debian/watch +++ libextutils-parsexs-perl-2.220000/debian/watch @@ -0,0 +1,5 @@ +version=3 + +opts="uversionmangle=s/\.\d\d$/$&0000/;s/\.\d\d\d\d$/$&00/" \ + http://search.cpan.org/dist/ExtUtils-ParseXS/ \ + .*/ExtUtils-ParseXS-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libextutils-parsexs-perl-2.220000.orig/debian/compat +++ libextutils-parsexs-perl-2.220000/debian/compat @@ -0,0 +1 @@ +7 --- libextutils-parsexs-perl-2.220000.orig/debian/changelog +++ libextutils-parsexs-perl-2.220000/debian/changelog @@ -0,0 +1,171 @@ +libextutils-parsexs-perl (2.220000-1) unstable; urgency=low + + * New upstream release + + -- Jonathan Yu Tue, 12 Jan 2010 10:13:33 -0500 + +libextutils-parsexs-perl (2.210000-1) unstable; urgency=low + + [ Jonathan Yu ] + * New upstream release + + [ gregor herrmann ] + * debian/copyright: update upstream copyright. + + -- Jonathan Yu Sun, 18 Oct 2009 15:07:41 -0400 + +libextutils-parsexs-perl (2.200403-1) unstable; urgency=low + + [ Jonathan Yu ] + * New upstream release + + [ Ryan Niebur ] + * Update jawnsy's email address + + -- Jonathan Yu Fri, 02 Oct 2009 09:28:35 -0400 + +libextutils-parsexs-perl (2.2002-1) unstable; urgency=low + + [ Jonathan Yu ] + * New upstream release + + Fix XSUsage prototypes -- xsusage_{five,six} take an int parameter + + [ Damyan Ivanov ] + * add uversionmangle to force four digits after the dot + Closes: #542019 -- version numbering + * Standards-Version: 3.8.3 + - drop the version from the perl build-dependency (already covered by + oldstable) + * add myself to Uploaders + + -- Damyan Ivanov Fri, 21 Aug 2009 10:42:21 +0300 + +libextutils-parsexs-perl (2.20-1) unstable; urgency=low + + * New upstream release + + Various bug fixes + + Added test for using an XS library + + Now depends on Test::More 0.47, oldstable has 0.62 + * Standards-Version 3.8.2 + * Added /me to Uploaders and Copyright + * Updated copyright statements + * No longer needs Module::Build, Makefile.PL is traditional + * Rewrote control description + * Bumped debhelper dependency to 7; use the short rules style + + [ gregor herrmann ] + * debian/control: Changed: Switched Vcs-Browser field to ViewSVN + (source stanza). + * Remove Florian Ragwitz from Uploaders (closes: #523285). + + [ Nathan Handler ] + * debian/watch: Update to ignore development releases. + + [ gregor herrmann ] + * debian/copyright: list contributors instead of group for debian/*. + + -- Jonathan Yu Fri, 03 Jul 2009 16:18:13 -0400 + +libextutils-parsexs-perl (2.19-1) unstable; urgency=low + + [ 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. + * Add debian/watch. + + [ AGOSTINI Yves ] + * upgrade to new upstream 2.19 (Closes: #485441, #485419) + * add me to uploaders + * Standards-Version: 3.8.0 (no changes) + * refresh rules with architecture independent rules + * debian/control: add libmodule-build-perl in Build-Depends + * debian/copyright: Proposals/CopyrightFormat rev=102, add Perl Group + + -- AGOSTINI Yves Sun, 15 Jun 2008 21:05:53 +0200 + +libextutils-parsexs-perl (2.15-2) unstable; urgency=low + + * Use Makefile.PL instead of Build.PL. + * Remove libmodule-build-perl dependency (Closes: #385354). + * Bump-up Standards-Version to 3.7.2 (no changes). + * Use DH_COMPAT 5. + + -- Florian Ragwitz Sat, 2 Sep 2006 15:21:03 +0200 + +libextutils-parsexs-perl (2.15-1) unstable; urgency=low + + * New upstream release (Closes: #329536). + * New Maintainer with the acknowledgement from the former one. + * Cleaned up debian/rules. + * Bumped up Standards-Version. + + -- Florian Ragwitz Fri, 27 Jan 2006 03:23:19 +0100 + +libextutils-parsexs-perl (2.09-2) unstable; urgency=low + + * Change to "Architecture: all". (dh-make-perl was fooled by an xs file + that's used only for testing.) + + -- Chip Salzenberg Thu, 7 Apr 2005 19:19:12 -0400 + +libextutils-parsexs-perl (2.09-1) unstable; urgency=low + + * New upstream release. + > Apparently fixes FTBTS on amd64. (closes: #277591) + + -- Chip Salzenberg Tue, 5 Apr 2005 08:25:04 -0400 + +libextutils-parsexs-perl (2.05-2) unstable; urgency=high + + * Fix Build-Depends by deleting my hacked dpkg-source. + + -- Chip Salzenberg Sun, 5 Oct 2003 21:42:32 -0400 + +libextutils-parsexs-perl (2.05-1) unstable; urgency=low + + * New upstream release. + * Expand package description. (closes: #209710) + + -- Chip Salzenberg Fri, 3 Oct 2003 19:11:49 -0400 + +libextutils-parsexs-perl (2.02-3) unstable; urgency=medium + + * Link test program with $Config{perllibs} instead of $Config{libs}, + so build no longer needs libdb-dev and libgdbm-dev. Adjust control + accordingly. + + -- Chip Salzenberg Sun, 27 Jul 2003 11:27:52 -0400 + +libextutils-parsexs-perl (2.02-2) unstable; urgency=low + + * Changed section from interpreters to perl. + * Changed Build-Depends to be Build-Depends-Indep, fixes lintian warning. + * Changed perl depends from hard number to ${perl:Depends}. + * Expanded Description field from upstream docs. + * Upped Standards-Version to 3.6.0. + * Use debhelper v4 (Depends in control, DH_COMPAT in rules). + * Remove unused directories from package. + * Use module test when building (requires libgdbm-dev as build dep). + (All above from Jay Bonci , thanks much) + * Install xsubpp substitute in examples, not where the libs are. + + -- Chip Salzenberg Fri, 25 Jul 2003 14:54:19 -0400 + +libextutils-parsexs-perl (2.02-1) unstable; urgency=low + + * New upstream release. + + -- Chip Salzenberg Thu, 24 Jul 2003 17:58:06 -0400 + +libextutils-parsexs-perl (1.99-1) unstable; urgency=low + + * Initial Release. + + -- Chip Salzenberg Sat, 15 Feb 2003 16:06:56 -0500 + --- libextutils-parsexs-perl-2.220000.orig/debian/rules +++ libextutils-parsexs-perl-2.220000/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@