debian/0000755000000000000000000000000011762656205007200 5ustar debian/control0000644000000000000000000000201611762656333010604 0ustar Source: libmodule-install-automanifest-perl Section: perl Priority: optional Build-Depends: devscripts, cdbs (>= 0.4.73~), perl, debhelper, dh-buildinfo Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.3 Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libmodule-install-automanifest-perl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmodule-install-automanifest-perl.git Homepage: http://search.cpan.org/dist/Module-Install-AutoManifest/ Package: libmodule-install-automanifest-perl Architecture: all Depends: ${cdbs:Depends}, ${misc:Depends}, ${perl:Depends} Recommends: ${cdbs:Recommends} Suggests: ${cdbs:Suggests} Description: generate MANIFEST automatically This extension to Module::Install adds behavior for automatically generating MANIFEST. . Before 'make distdir', 'make manifest' will be run for you automatically. Likewise, 'make distclean' will remove your automatically-generated MANIFEST. debian/source/0000755000000000000000000000000011752713702010473 5ustar debian/source/format0000644000000000000000000000001411373262460011700 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000030111762656101011037 0ustar libmodule-install-automanifest-perl (0.003-1) unstable; urgency=low * Initial packaging release. Closes: bug#675795. -- Jonas Smedegaard Sun, 03 Jun 2012 14:44:45 +0200 debian/compat0000644000000000000000000000000211524363714010372 0ustar 7 debian/watch0000644000000000000000000000034411762650310010221 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-AutoManifest/ .*/Module-Install-AutoManifest-([\d._]+)\.tar\.gz debian debian/copyright_hints0000644000000000000000000000213311762656170012340 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 Makefile.PL debian/compat debian/control debian/control.in debian/gbp.conf debian/source/format debian/watch 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/00-load.t xt/release/pod-coverage.t xt/release/pod.t Copyright: *No copyright* License: UNKNOWN FIXME Files: debian/rules Copyright: 2012, Jonas Smedegaard License: GPL-2+ FIXME Files: lib/Module/Install/AutoManifest.pm Copyright: & LICENSE 2008, Hans Dieter Pearcey License: Perl FIXME Files: README Copyright: 2008, Hans Dieter Pearcey License: Perl FIXME Files: inc/Module/Install.pm Copyright: 2008, Adam Kennedy License: UNKNOWN FIXME Files: inc/Module/Install/Metadata.pm Copyright: may invalidate Open Source license.\n"; License: UNKNOWN FIXME debian/copyright0000644000000000000000000000446511762651355011145 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Module::Install::AutoManifest Upstream-Contact: Hans Dieter Pearcey Source: http://search.cpan.org/dist/Module-Install-ManifestSkip/ Files: * Copyright: 2008, Hans Dieter Pearcey License: Artistic or GPL-1+ 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+ This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. Comment: Code lacks licensing, but is clearly a mangled convenience copy of Module::Install containing above copyright and licensing. Files: inc/Module/Install/ExtraTests.pm Copyright: 2008 Ricardo SIGNES License: Artistic or GPL-1+ Comment: Code lacks licensing, but is clearly a mangled convenience copy of Module::Install::ExtraTests containing above copyright and licensing. Files: debian/* Copyright: 2012, 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.conf0000644000000000000000000000014611373262460010612 0ustar # Configuration file for git-buildpackage and friends [DEFAULT] pristine-tar = True sign-tags = True debian/rules0000755000000000000000000000230211762656136010260 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- # Copyright 2012, Jonas Smedegaard # Description: Main Debian packaging script for Module::Install::AutoManifest # # 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-AutoManifest DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/Module DEB_UPSTREAM_TARBALL_BASENAME_MANGLE = s/~/_/ DEB_UPSTREAM_TARBALL_MD5 = a799c35f4d9830b0f26f57cfd328006a debian/control.in0000644000000000000000000000172411762651064011212 0ustar Source: libmodule-install-automanifest-perl Section: perl Priority: optional Build-Depends: @cdbs@ Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.3 Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libmodule-install-automanifest-perl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmodule-install-automanifest-perl.git Homepage: http://search.cpan.org/dist/Module-Install-AutoManifest/ Package: libmodule-install-automanifest-perl Architecture: all Depends: ${cdbs:Depends}, ${misc:Depends}, ${perl:Depends} Recommends: ${cdbs:Recommends} Suggests: ${cdbs:Suggests} Description: generate MANIFEST automatically This extension to Module::Install adds behavior for automatically generating MANIFEST. . Before 'make distdir', 'make manifest' will be run for you automatically. Likewise, 'make distclean' will remove your automatically-generated MANIFEST.