debian/0000755000000000000000000000000011762654105007175 5ustar debian/control0000644000000000000000000000250711762654253010610 0ustar Source: libmodule-install-autolicense-perl Section: perl Priority: optional Build-Depends: devscripts, cdbs (>= 0.4.73~), perl, debhelper, dh-buildinfo, libmodule-install-perl (>= 0.85), libsoftware-license-perl, libcapture-tiny-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-autolicense-perl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmodule-install-autolicense-perl.git Homepage: http://search.cpan.org/dist/Module-Install-AutoLicense/ Package: libmodule-install-autolicense-perl Architecture: all Depends: ${cdbs:Depends}, ${misc:Depends}, ${perl:Depends} Recommends: ${cdbs:Recommends} Suggests: ${cdbs:Suggests} Description: automagically generate LICENSE files Module::Install::AutoLicense is a Module::Install extension that generates a "LICENSE" file automatically whenever the author runs "Makefile.PL". On the user side it does nothing. . When "make distclean" is invoked by the author, the "LICENSE" is removed. . The appropriate license is determined from the meta provided with the "license" command and the holder of the license from the "author" command. . Software::License is used to generate the "LICENSE" file. debian/source/0000755000000000000000000000000011752713702010473 5ustar debian/source/format0000644000000000000000000000001411373262460011700 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000027711762654002011051 0ustar libmodule-install-autolicense-perl (0.08-1) unstable; urgency=low * Initial packaging release. Closes: bug#675792. -- Jonas Smedegaard Sun, 03 Jun 2012 14:26:40 +0200 debian/compat0000644000000000000000000000000211524363714010372 0ustar 7 debian/watch0000644000000000000000000000034211762645546010236 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-AutoLicense/ .*/Module-Install-AutoLicense-([\d._]+)\.tar\.gz debian debian/copyright_hints0000644000000000000000000000327211762654065012346 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 have_make 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/00_compile.t t/01_dist.t t/02_distdir.t t/03_authors.t t/99_pod.t t/99_pod_coverage.t Copyright: *No copyright* License: UNKNOWN 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 2009, Chris Williams 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, - 2010, Adam Kennedy License: UNKNOWN FIXME Files: README Copyright: Chris Williams License: UNKNOWN FIXME Files: lib/Module/Install/AutoLicense.pm Copyright: E Chris Williams License: UNKNOWN FIXME debian/copyright0000644000000000000000000000530111762646605011135 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Module::Install::AutoLicense Upstream-Contact: Chris Williams Source: http://search.cpan.org/dist/Module-Install-AutoLicense/ Files: * Copyright: 2009, Chris Williams License: Artistic or GPL-1+ This module may be used, modified, and distributed under the same terms as Perl itself. Please see the license that came with your Perl distribution for details. 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/rules0000755000000000000000000000270311762653306010261 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- # Copyright 2012, Jonas Smedegaard # Description: Main Debian packaging script for Module::Install::AutoLicense # # 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-AutoLicense DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/Module DEB_UPSTREAM_TARBALL_BASENAME_MANGLE = s/~/_/ DEB_UPSTREAM_TARBALL_MD5 = 1bdc939ddf41388ee6893f1339726d09 # Needed both by upstream build process and at runtime deps = libmodule-install-perl (>= 0.85), libsoftware-license-perl CDBS_BUILD_DEPENDS += , $(deps) CDBS_DEPENDS_ALL = $(deps) # Needed by upstream testsuite CDBS_BUILD_DEPENDS += , libcapture-tiny-perl debian/control.in0000644000000000000000000000227011762646057011215 0ustar Source: libmodule-install-autolicense-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-autolicense-perl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmodule-install-autolicense-perl.git Homepage: http://search.cpan.org/dist/Module-Install-AutoLicense/ Package: libmodule-install-autolicense-perl Architecture: all Depends: ${cdbs:Depends}, ${misc:Depends}, ${perl:Depends} Recommends: ${cdbs:Recommends} Suggests: ${cdbs:Suggests} Description: automagically generate LICENSE files Module::Install::AutoLicense is a Module::Install extension that generates a "LICENSE" file automatically whenever the author runs "Makefile.PL". On the user side it does nothing. . When "make distclean" is invoked by the author, the "LICENSE" is removed. . The appropriate license is determined from the meta provided with the "license" command and the holder of the license from the "author" command. . Software::License is used to generate the "LICENSE" file.