--- libextutils-cbuilder-perl-0.24.orig/debian/rules +++ libextutils-cbuilder-perl-0.24/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: + +binary-indep: install + dh $@ + +binary: binary-arch binary-indep + +.PHONY: binary binary-arch binary-indep install clean build --- libextutils-cbuilder-perl-0.24.orig/debian/changelog +++ libextutils-cbuilder-perl-0.24/debian/changelog @@ -0,0 +1,64 @@ +libextutils-cbuilder-perl (0.24-1) unstable; urgency=low + + * New upstream release. + * Remove patch 10_fix-gnukfreebsd-hurd.patch, included upstream. Remove + quilt framework. + * Refresh debian/rules, no functional changes. + * debian/copyright: switch to new format. + * Add /me to Uploaders. + * debian/control: mention module name in long description. + + -- gregor herrmann Mon, 25 Aug 2008 00:23:53 -0300 + +libextutils-cbuilder-perl (0.23-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. + + [ Damyan Ivanov ] + * New upstream release + Closes: #480401 -- uninstallable, perl-modules has a newer version + * replace debian/rules with a three-liner thanks to debhelper 7 + * add myself to Uploaders + * debian/copyright + + use dist-based upstream URL + + add copyright statement + + note DPG is the current maintainer + * package now conforms to Policy 3.8.0 + * add 10_fix-gnukfreebsd-hurd.patch by Aurelien Jarno and Samuel Thibault + adding support for GNU/kfreebsd and the Hurd. Closes: #480400 + + add quilt to debian/rules and debian/control + + add README.source + + -- Damyan Ivanov Mon, 16 Jun 2008 11:58:27 +0300 + +libextutils-cbuilder-perl (0.18-1) unstable; urgency=low + + * New upstream release. + * Bump up Standards-Version to 3.7.2 (no changes). + * Use DH_COMPAT 5. + + -- Florian Ragwitz Thu, 10 Aug 2006 04:05:53 +0200 + +libextutils-cbuilder-perl (0.15-1) unstable; urgency=low + + * New upstream release (Closes: #329535). + * New Maintainer with acknowledgement from the former one. + * Bumped up Standards-Version. + + -- Florian Ragwitz Fri, 27 Jan 2006 03:47:12 +0100 + +libextutils-cbuilder-perl (0.11-1) unstable; urgency=low + + * Initial Release. + + -- Chip Salzenberg Tue, 5 Apr 2005 08:29:16 -0400 + --- libextutils-cbuilder-perl-0.24.orig/debian/watch +++ libextutils-cbuilder-perl-0.24/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/ExtUtils-CBuilder/ .+/ExtUtils-CBuilder-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libextutils-cbuilder-perl-0.24.orig/debian/control +++ libextutils-cbuilder-perl-0.24/debian/control @@ -0,0 +1,25 @@ +Source: libextutils-cbuilder-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7), libmodule-build-perl +Build-Depends-Indep: perl (>= 5.8.0-7) +Maintainer: Debian Perl Group +Uploaders: Florian Ragwitz , Damyan Ivanov , + gregor herrmann +Standards-Version: 3.8.0 +Homepage: http://search.cpan.org/dist/ExtUtils-CBuilder/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libextutils-cbuilder-perl/ +Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libextutils-cbuilder-perl/ + +Package: libextutils-cbuilder-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends} +Description: Compile and link C code for Perl modules + ExtUtils::CBuilder module can build the C portions of Perl modules by + invoking the appropriate compilers and linkers in a cross-platform manner. + It was motivated by the Module::Build project, but may be useful for other + purposes as well. + . + However, this module is not intended as a general cross-platform + interface to all your C building needs. That would have been a much + more ambitious goal! --- libextutils-cbuilder-perl-0.24.orig/debian/copyright +++ libextutils-cbuilder-perl-0.24/debian/copyright @@ -0,0 +1,30 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Ken Williams, kwilliams@cpan.org +Upstream-Source: http://search.cpan.org/dist/ExtUtils-CBuilder/ +Upstream-Name: ExtUtils-CBuilder + +Files: * +Copyright: (c) 2003-2005 Ken Williams, kwilliams@cpan.org +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: 2005, Chip Salzenberg , + 2006, Florian Ragwitz , + 2008, various members of the Debian Perl Group, cf. debian/changelog +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' --- libextutils-cbuilder-perl-0.24.orig/debian/compat +++ libextutils-cbuilder-perl-0.24/debian/compat @@ -0,0 +1 @@ +7