debian/0000755000000000000000000000000012202000074007151 5ustar debian/preinst0000644000000000000000000000074011677050431010602 0ustar #!/bin/sh set -e if [ "$1" = install ] || [ "$1" = upgrade ] then dpkg-divert --add --package libextutils-parsexs-perl --rename \ --divert /usr/bin/xsubpp.bundled /usr/bin/xsubpp dpkg-divert --add --package libextutils-parsexs-perl --rename \ --divert /usr/share/man/man1/xsubpp.bundled.1.gz /usr/share/man/man1/xsubpp.1.gz fi # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. #DEBHELPER# exit 0 debian/watch0000644000000000000000000000027512101264050010212 0ustar version=3 opts="uversionmangle=s/\.\d\d$/$&0000/;s/\.\d\d\d\d$/$&00/" \ https://metacpan.org/release/ExtUtils-ParseXS/ .*/ExtUtils-ParseXS-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/copyright0000644000000000000000000000334312150225702011120 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: ExtUtils-ParseXS Upstream-Contact: Steffen Müller Source: https://metacpan.org/release/ExtUtils-ParseXS/ Files: * Copyright: 2002-2013, David Golden 2002-2013, Ken Williams 2002-2013, Steffen Müller 2002-2013, James Keenan License: Artistic or GPL-1+ Files: lib/ExtUtils/Typemaps.pm lib/ExtUtils/Typemaps/Cmd.pm lib/ExtUtils/Typemaps/InputMap.pm lib/ExtUtils/Typemaps/OutputMap.pm lib/ExtUtils/Typemaps/Type.pm Copyright: 2009, 2010, 2011, 2012, 2013 Steffen Mueller License: Artistic or GPL-1+ Files: debian/* Copyright: 2003-2005, Chip Salzenberg 2006, Florian Ragwitz 2008, AGOSTINI Yves 2009, Damyan Ivanov 2009-2010, Jonathan Yu 2010, Ansgar Burchardt 2011-2012, gregor herrmann 2013, Florian Schlichting 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 General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/control0000644000000000000000000000247612201777741010612 0ustar Source: libextutils-parsexs-perl Maintainer: Debian Perl Group Uploaders: AGOSTINI Yves , Jonathan Yu , Damyan Ivanov , Ansgar Burchardt , gregor herrmann , Florian Schlichting Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libextutils-parsexs-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libextutils-parsexs-perl.git Homepage: https://metacpan.org/release/ExtUtils-ParseXS/ Package: libextutils-parsexs-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, perl Description: utility to process Perl XS code into C code ExtUtils::ParseXS is a Perl utility that provides a modular way of compiling Perl XS code into 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. . This module is already included as part of Perl's core distribution, so this package is only beneficial when newer features or bug fixes are required. debian/compat0000644000000000000000000000000211671744364010401 0ustar 8 debian/changelog0000644000000000000000000002221012202000074011020 0ustar libextutils-parsexs-perl (3.210000-1) unstable; urgency=low * Imported Upstream version 3.210000. -- Florian Schlichting Sun, 11 Aug 2013 23:20:55 +0200 libextutils-parsexs-perl (3.180030-1) unstable; urgency=low * Imported Upstream version 3.180030 (3.18_03) * Bumped upstream copyright years -- Florian Schlichting Sat, 25 May 2013 23:24:56 +0200 libextutils-parsexs-perl (3.180000-1) unstable; urgency=low [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Florian Schlichting ] * Imported Upstream version 3.180000 * Bumped Standards-Version to 3.9.4 (update to copyright-format 1.0) * Merged copyright paragraphs for Steffen Mueller * Added myself to uploaders and copyright -- Florian Schlichting Sat, 25 May 2013 23:04:19 +0200 libextutils-parsexs-perl (3.150000-1) unstable; urgency=low * New upstream release. * Update upstream copyright information and packaging years. -- gregor herrmann Wed, 08 Feb 2012 23:03:27 +0100 libextutils-parsexs-perl (3.110000-1) unstable; urgency=low * New upstream release. -- gregor herrmann Sat, 31 Dec 2011 01:15:19 +0100 libextutils-parsexs-perl (3.080000-1) unstable; urgency=low [ Ansgar Burchardt ] * Email change: Ansgar Burchardt -> ansgar@debian.org * 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. [ Harlan Lieberman-Berg ] * New upstream release 3.040000. * Bump debhelper and compat to 8, s-v to 3.9.2 (without changes.) * Bump upstream copyright year to current. * Add GPL version number to symlink. * Remove trailing newlines in d/control. * Remove GNU/Linux from copyright file. * Bump upstream version, the other author this time. * If you use a versioned symlink, specify a version in the text as well. * Minor formatting changes in d/copyright. * Updated d/copyright to reflect new upstream maintainers and authors. [ gregor herrmann ] * New upstream release 3.080000. * Add debian/{preinst,postrm} with diversions for /usr/bin/xsubpp and /usr/share/man/man1/xsubpp.1.gz (also shipped in the perl package). * Add /me to Uploaders. -- gregor herrmann Thu, 22 Dec 2011 18:11:00 +0100 libextutils-parsexs-perl (2.220600-1) unstable; urgency=low * New upstream release. * Use source format 3.0 (quilt). * Bump Standards-Version to 3.9.0. * Add myself to Uploaders. -- Ansgar Burchardt Mon, 05 Jul 2010 12:39:02 +0900 libextutils-parsexs-perl (2.220500-1) unstable; urgency=low * New upstream release -- Jonathan Yu Wed, 10 Mar 2010 21:51:47 -0500 libextutils-parsexs-perl (2.220300-1) unstable; urgency=low * New upstream release * Rewrite long description -- Jonathan Yu Thu, 11 Feb 2010 22:34:19 -0500 libextutils-parsexs-perl (2.220200-1) unstable; urgency=low * New upstream release * Standards-Version 3.8.4 (no changes) -- Jonathan Yu Fri, 29 Jan 2010 21:35:03 -0500 libextutils-parsexs-perl (2.220100-1) unstable; urgency=low * New upstream release * Update copyright to new DEP5 format -- Jonathan Yu Tue, 26 Jan 2010 21:28:55 -0500 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 debian/source/0000755000000000000000000000000011671744364010503 5ustar debian/source/format0000644000000000000000000000001411671744364011711 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611671744364010262 0ustar #!/usr/bin/make -f %: dh $@ debian/postrm0000644000000000000000000000071711677050431010446 0ustar #!/bin/sh set -e if [ "$1" = remove ] then dpkg-divert --remove --package libextutils-parsexs-perl --rename \ --divert /usr/bin/xsubpp.bundled /usr/bin/xsubpp dpkg-divert --remove --package libextutils-parsexs-perl --rename \ --divert /usr/share/man/man1/xsubpp.bundled.1.gz /usr/share/man/man1/xsubpp.1.gz fi # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. #DEBHELPER# exit 0