debian/0000755000000000000000000000000012161336320007163 5ustar debian/rules0000755000000000000000000000042112161336320010240 0ustar #!/usr/bin/make -f PACKAGE = $(shell dh_listpackages) TMP = $(CURDIR)/debian/$(PACKAGE) BUILDHOME = $(CURDIR)/debian/build %: dh $@ override_dh_auto_test: mkdir -p $(BUILDHOME) HOME=$(BUILDHOME) dh_auto_test override_dh_clean: dh_clean rm -rf $(BUILDHOME) debian/control0000644000000000000000000000203612161336320010567 0ustar Source: libextutils-modulemaker-perl Maintainer: Debian Perl Group Uploaders: Xavier Guimard Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: libfile-save-home-perl, perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libextutils-modulemaker-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libextutils-modulemaker-perl.git Homepage: https://metacpan.org/release/ExtUtils-ModuleMaker/ Package: libextutils-modulemaker-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libfile-save-home-perl Description: Perl extension to build module from scratch ExtUtils::ModuleMaker is a replacement for the most typical use of the h2xs utility bundled with all Perl distributions: the creation of the directories and files required for a pure-Perl module to be installable with make and distributable on the Comprehensive Perl Archive Network. debian/source/0000755000000000000000000000000012161336320010463 5ustar debian/source/format0000644000000000000000000000001412161336320011671 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000106712161336320011041 0ustar libextutils-modulemaker-perl (0.51-2) unstable; urgency=low * Team upload. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ gregor herrmann ] * Set HOME for test suite in debian/rules. (Closes: #713228) -- gregor herrmann Sat, 22 Jun 2013 17:03:36 +0200 libextutils-modulemaker-perl (0.51-1) unstable; urgency=low * Initial Release (Closes: #695560) -- Xavier Guimard Fri, 14 Dec 2012 21:50:21 +0100 debian/compat0000644000000000000000000000000212161336320010361 0ustar 8 debian/copyright0000644000000000000000000000237312161336320011123 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: ExtUtils-ModuleMaker Source: https://metacpan.org/release/ExtUtils-ModuleMaker/ Upstream-Contact: James E Keenan Files: * Copyright: 2001-2002 R. Geoffrey Avery 2005-2007 James E. Keenan License: Artistic or GPL-1+ Files: t/testlib/IO/Capture* Copyright: 2003, Jon Morgan 2003-2005, Mark Reynolds License: Artistic or GPL-1+ Files: debian/* Copyright: 2012, Xavier Guimard 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/watch0000644000000000000000000000020612161336320010212 0ustar version=3 https://metacpan.org/release/ExtUtils-ModuleMaker/ .*/ExtUtils-ModuleMaker-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$