debian/0000755000000000000000000000000012111046150007155 5ustar debian/control0000644000000000000000000000245112111045216010564 0ustar Source: libmodule-install-extratests-perl Section: perl Priority: optional Build-Depends: cdbs, devscripts, perl, debhelper, dh-buildinfo Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.4 Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libmodule-install-extratests-perl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmodule-install-extratests-perl.git Homepage: http://search.cpan.org/dist/Module-Install-ExtraTests/ Package: libmodule-install-extratests-perl Architecture: all Depends: ${cdbs:Depends}, ${misc:Depends}, ${perl:Depends} Recommends: ${cdbs:Recommends} Suggests: ${cdbs:Suggests} Description: contextual tests that the harness can ignore Module::Install::ExtraTests adds one Module::Install command: . extra_tests; . This declares that the test files found in the directory ./xt should be run only in certain instances: . ./xt/author - run when tests are being run in an author's working copy ./xt/smoke - run when the dist is being smoked (AUTOMATED_TESTING=1) ./xt/release - run during "make disttest" . These directories are recurisvely scanned for *.t files. If any directories or files exist in ./xt that are not recognized, the Makefile.PL will die. debian/source/0000755000000000000000000000000012010032556010460 5ustar debian/source/format0000644000000000000000000000001412010032556011666 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000027712111046150011035 0ustar libmodule-install-extratests-perl (0.008-1) unstable; urgency=low * Initial packaging release. Closes: bug#700985. -- Jonas Smedegaard Wed, 20 Feb 2013 05:09:08 +0100 debian/compat0000644000000000000000000000000212111042425010354 0ustar 8 debian/watch0000644000000000000000000000034012111042577010214 0ustar # Run the "uscan" command to check for upstream updates and more. version=3 opts=uversionmangle=s/_(\d+)/~$1/ \ http://search.cpan.org/dist/Module-Install-ExtraTests/ .*/Module-Install-ExtraTests-([\d._]+)\.tar\.gz debian debian/copyright_hints0000644000000000000000000000330612111044634012324 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: FIXME Upstream-Contact: FIXME Source: FIXME Disclaimer: Autogenerated by CDBS Files: Changes MANIFEST META.yml MYMETA.json MYMETA.yml Makefile.PL README debian/compat debian/control debian/control.in debian/gbp.conf debian/source/format debian/watch inc/Module/Install/AutoManifest.pm inc/Module/Install/Base.pm inc/Module/Install/Can.pm inc/Module/Install/ExtraTests.pm inc/Module/Install/Fetch.pm inc/Module/Install/Makefile.pm inc/Module/Install/Win32.pm inc/Module/Install/WriteAll.pm t/basic.t xt/release/pod-coverage.t xt/release/pod.t Copyright: *No copyright* License: UNKNOWN FIXME Files: inc/Module/Install/Metadata.pm Copyright: License: Expat FIXME Files: debian/rules Copyright: 2013, Jonas Smedegaard License: GPL-2+ FIXME Files: lib/Module/Install/ExtraTests.pm Copyright: 2008, Ricardo SIGNES. This program is free software; you can License: Perl FIXME Files: inc/Module/Install.pm Copyright: 2008, - 2012, Adam Kennedy License: UNKNOWN FIXME Files: LICENSE Copyright: 1989, 1991 Free Software Foundation, Inc. 675 Mass Ave HOLDER, OR ANY OTHER PARTY HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM Holder Holder maintains some semblance of Holder may not be used to endorse or promote Holder to include your modifications in the Standard Holder" is whoever is named in the or s for Holder, but only to the Holder. A Package modified in such a holder saying it may be distributed under the terms of holder who law: that is to say, a work containing the notices and associated disclaimers of this the software, and (2) offer License: UNKNOWN FIXME debian/copyright0000644000000000000000000000430512111044532011114 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Module::Install::ExtraTests Upstream-Contact: Module::Install::ExtraTests bug tracker Ricardo Signes Source: http://search.cpan.org/dist/Module-Install-ExtraTests/ Files: * Copyright: 2008, Ricardo Signes License: Artistic or GPL-1+ Comment: License: This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. . Comment: . Perl 5 is licensed under either the 'Artistic license' or the 'GNU General Public License' version 1 or later. Files: inc/Module/Install* Copyright: 2001-2006, Audrey Tang 2002-2004, Brian Ingerson 2006,2008-2012, Adam Kennedy License: Artistic or GPL-1+ Comment: Mangled convenience copy of Module::Install. Files: inc/Module/Install/AutoManifest.pm Copyright: 2008, Hans Dieter Pearcey License: Artistic or GPL-1+ Comment: Mangled convenience copy of Module::Install::AutoManifest. Files: debian/* Copyright: 2013, Jonas Smedegaard License: GPL-2+ License: Artistic Comment: . On Debian systems the 'Artistic License' is located in '/usr/share/common-licenses/Artistic'. License: GPL-1+ Comment: . On Debian systems the 'GNU General Public License' version 1 is located in '/usr/share/common-licenses/GPL-1'. License: GPL-2+ 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 2, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . Comment: . On Debian systems the 'GNU General Public License' version 2 is located in '/usr/share/common-licenses/GPL-2'. . You should have received a copy of the 'GNU General Public License' along with this program. If not, see . debian/gbp.conf0000644000000000000000000000014612010032556010600 0ustar # Configuration file for git-buildpackage and friends [DEFAULT] pristine-tar = True sign-tags = True debian/rules0000755000000000000000000000222012111044770010237 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- # Copyright 2013, Jonas Smedegaard # Description: Main Debian packaging script for Module::Install::ExtraTests # # 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 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . include /usr/share/cdbs/1/rules/upstream-tarball.mk include /usr/share/cdbs/1/rules/utils.mk include /usr/share/cdbs/1/class/perl-makemaker.mk include /usr/share/cdbs/1/rules/debhelper.mk DEB_UPSTREAM_PACKAGE = Module-Install-ExtraTests DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/Module DEB_UPSTREAM_TARBALL_MD5 = d6ccc18e5c09973feccf7f74afcd1d16 debian/control.in0000644000000000000000000000237412111045113011171 0ustar Source: libmodule-install-extratests-perl Section: perl Priority: optional Build-Depends: @cdbs@ Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.4 Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libmodule-install-extratests-perl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmodule-install-extratests-perl.git Homepage: http://search.cpan.org/dist/Module-Install-ExtraTests/ Package: libmodule-install-extratests-perl Architecture: all Depends: ${cdbs:Depends}, ${misc:Depends}, ${perl:Depends} Recommends: ${cdbs:Recommends} Suggests: ${cdbs:Suggests} Description: contextual tests that the harness can ignore Module::Install::ExtraTests adds one Module::Install command: . extra_tests; . This declares that the test files found in the directory ./xt should be run only in certain instances: . ./xt/author - run when tests are being run in an author's working copy ./xt/smoke - run when the dist is being smoked (AUTOMATED_TESTING=1) ./xt/release - run during "make disttest" . These directories are recurisvely scanned for *.t files. If any directories or files exist in ./xt that are not recognized, the Makefile.PL will die.