debian/0000755000000000000000000000000011762641255007177 5ustar debian/control0000644000000000000000000000251411762641364010605 0ustar Source: libmodule-install-manifestskip-perl Section: perl Priority: optional Build-Depends: devscripts, cdbs (>= 0.4.73~), perl, debhelper, dh-buildinfo, libmodule-manifest-skip-perl Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.3 Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libmodule-install-manifestskip-perl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmodule-install-manifestskip-perl.git Homepage: http://search.cpan.org/dist/Module-Install-ManifestSkip/ Package: libmodule-install-manifestskip-perl Architecture: all Depends: ${cdbs:Depends}, ${misc:Depends}, ${perl:Depends} Recommends: ${cdbs:Recommends} Suggests: ${cdbs:Suggests} Description: generate a MANIFEST.SKIP file Module::Install::ManifestSkip generates a "MANIFEST.SKIP" file for you (using Module::Manifest::Skip) that contains the common files that people do not want in their "MANIFEST" files. The SKIP file is generated each time that you (the module author) run "Makefile.PL". . You can add your own custom entries at the top of the "MANIFEST" file. Just put a blank line after your entries, and they will be left alone. . This module also adds 'MANIFEST' to the "clean_files()" list so that "make clean" will remove your "MANIFEST". debian/source/0000755000000000000000000000000011752713702010473 5ustar debian/source/format0000644000000000000000000000001411373262460011700 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000030011762641255011042 0ustar libmodule-install-manifestskip-perl (0.20-1) unstable; urgency=low * Initial packaging release. Closes: bug#675770. -- Jonas Smedegaard Sun, 03 Jun 2012 12:55:39 +0200 debian/compat0000644000000000000000000000000211524363714010372 0ustar 7 debian/watch0000644000000000000000000000034411762627204010227 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-ManifestSkip/ .*/Module-Install-ManifestSkip-([\d._]+)\.tar\.gz debian debian/copyright_hints0000644000000000000000000000337011762641025012335 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/Fetch.pm inc/Module/Install/GithubMeta.pm inc/Module/Install/Makefile.pm inc/Module/Install/Win32.pm inc/Module/Install/WriteAll.pm t/sample1/Makefile.PL t/sample1/lib/Sample1.pm t/test.t Copyright: *No copyright* License: UNKNOWN FIXME Files: inc/Module/Install/Package.pm inc/Module/Package.pm lib/Module/Install/ManifestSkip.pm Copyright: 2010-2011 2011 License: UNKNOWN FIXME Files: README lib/Module/Install/ManifestSkip.pod Copyright: 2010-2011. Ingy döt Net License: Perl FIXME Files: debian/rules Copyright: 2012, Jonas Smedegaard License: GPL-2+ FIXME Files: LICENSE Copyright: 1989, Free Software Foundation, Inc 19xx name of author 19yy 2011, Ingy döt Net HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR HOLDERS AND/OR OTHER PARTIES Holder Holder maintains some semblance of Holder may not be used to endorse or promote Holder to include your Holder" is whoever is named in the or s for Holder, but only to the Holder. A Package modified in such disclaimer" for the program, if holder saying it may be interest in the notices and associated disclaimers the software, and License: GPL-ever FIXME Files: inc/Module/Install/Metadata.pm Copyright: License: MIT/X11 (BSD like) FIXME Files: inc/Module/Install.pm Copyright: 2008, - 2011, Adam Kennedy License: UNKNOWN FIXME debian/copyright0000644000000000000000000000520011762632760011130 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Module::Install::ManifestSkip Upstream-Contact: Ingy döt Net Source: http://search.cpan.org/dist/Module-Install-ManifestSkip/ Files: * Copyright: 2010-2011, Ingy döt Net 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/Package.pm inc/Module/Install/Package.pm Copyright: 2011, Ingy döt Net License: Artistic or GPL-1+ Comment: Code lacks licensing, but is clearly a mangled convenience copy of Module::Package containing above copyright and licensing. Files: inc/Module/Install/GithubMeta.pm Copyright: Chris Williams Tatsuhiko Miyagawa License: Artistic or GPL-1+ Comment: Code lacks licensing, but is clearly a mangled convenience copy of Module::Install::GithubMeta 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/rules0000755000000000000000000000253211762633113010253 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- # Copyright 2012, Jonas Smedegaard # Description: Main Debian packaging script for Module::Install::ManifestSkip # # 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-ManifestSkip DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/Module DEB_UPSTREAM_TARBALL_BASENAME_MANGLE = s/~/_/ DEB_UPSTREAM_TARBALL_MD5 = 6fe56356e71351b88dce34aa510464eb # Needed both by upstream build process and at runtime deps = libmodule-manifest-skip-perl CDBS_BUILD_DEPENDS += , $(deps) CDBS_DEPENDS_ALL = $(deps) debian/control.in0000644000000000000000000000236311762627561011217 0ustar Source: libmodule-install-manifestskip-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-manifestskip-perl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmodule-install-manifestskip-perl.git Homepage: http://search.cpan.org/dist/Module-Install-ManifestSkip/ Package: libmodule-install-manifestskip-perl Architecture: all Depends: ${cdbs:Depends}, ${misc:Depends}, ${perl:Depends} Recommends: ${cdbs:Recommends} Suggests: ${cdbs:Suggests} Description: generate a MANIFEST.SKIP file Module::Install::ManifestSkip generates a "MANIFEST.SKIP" file for you (using Module::Manifest::Skip) that contains the common files that people do not want in their "MANIFEST" files. The SKIP file is generated each time that you (the module author) run "Makefile.PL". . You can add your own custom entries at the top of the "MANIFEST" file. Just put a blank line after your entries, and they will be left alone. . This module also adds 'MANIFEST' to the "clean_files()" list so that "make clean" will remove your "MANIFEST".