debian/0000755000000000000000000000000012230313346007163 5ustar debian/source/0000755000000000000000000000000011614500156010465 5ustar debian/source/format0000644000000000000000000000001411614500156011673 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000757312230313346011051 0ustar libsub-install-perl (0.927-1) 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 [ Damyan Ivanov ] * New upstream release * upstream homepage moved to github * claim conformance with Policy 3.9.4 -- Damyan Ivanov Fri, 18 Oct 2013 23:15:26 +0300 libsub-install-perl (0.926-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Fabrizio Regalli ] * Imported Upstream version 0.926 * Bump Standards-Version to 3.9.3 * Updated d/copyright using copyright-format 1.0 * Sort B-D-I * Added 2006 year to main stanza of d/copyright * Added 2012 year to debian/* copyright files -- Fabrizio Regalli Fri, 02 Mar 2012 00:21:51 +0100 libsub-install-perl (0.925-1) unstable; urgency=low [ Brian Cassidy ] * New upstream release [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). * debian/watch: use extended regexp for matching upstream versions. * debian/control: remove build dependency on libtest-perl-critic-perl, don't run Perl::Critic tests anymore in debian/rules. * debian/control: make short description a noun phrase. [ Rene Mayorga ] * Email change: Rene Mayorga -> rmayorga@debian.org [ Fabrizio Regalli ] * Bump to 3.9.2 Standard-Version. * Switch to DEP5 license format. * Add myself to Uploaders. * Switch d/compat to 8. * Build-Depends: switch to debhelper (>= 8). * Bump to 3.0 quilt format. * Email change: gregor herrmann -> gregoa@debian.org -- Fabrizio Regalli Tue, 14 Jun 2011 12:56:16 +0200 libsub-install-perl (0.924-2) unstable; urgency=low [ gregor herrmann ] * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Removed: XS- Vcs-Svn fields. * debian/watch: use dist-based URL. * debian/rules: delete /usr/lib/perl5 only if it exists. [ Rene Mayorga ] * Make package ready for Perl 5.10 update * debian/control + raise debhelper version to 6 + Set standards-version to 3.7.3 ( no changes needed ) + Add myself to uploaders and Wrap it + Add libtest-perl-critic-perl to B-D-I * debian/copyright: use an autor-idenp URL * debian/rules + remove OPTIMIZE var, we are not using it + move test suite from install target to build target and use PERL_TEST_CRITIC=1 to enable more tests + use $@ when touching -stamp files + remove commented-out and un-ussed dh_ calls + don't install README file + install only depends on install-stamp, and installs-stamp depends on build-stamp -- Rene Mayorga Mon, 04 Feb 2008 22:45:25 -0600 libsub-install-perl (0.924-1) unstable; urgency=low * New upstream release. -- gregor herrmann Sun, 19 Nov 2006 18:43:55 +0100 libsub-install-perl (0.922-1) unstable; urgency=low * New upstream release -- Krzysztof Krzyzaniak (eloy) Tue, 25 Jul 2006 12:19:37 +0200 libsub-install-perl (0.921-1) unstable; urgency=low * New upstream release. * Added libtest-pod-perl and libtest-pod-coverage-perl to Build-Depends-Indep. -- gregor herrmann Fri, 21 Jul 2006 14:13:37 +0200 libsub-install-perl (0.92-1) unstable; urgency=low * New upstream release -- Krzysztof Krzyzaniak (eloy) Tue, 23 May 2006 16:31:29 +0200 libsub-install-perl (0.91-1) unstable; urgency=low * New upstream release (closes: #366249) -- Krzysztof Krzyzaniak (eloy) Sat, 6 May 2006 15:24:30 +0200 libsub-install-perl (0.90-1) unstable; urgency=low * Initial Release. -- Krzysztof Krzyzaniak (eloy) Fri, 28 Apr 2006 16:42:05 +0200 debian/rules0000755000000000000000000000003611614500156010244 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000172512230313027010567 0ustar Source: libsub-install-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: libtest-pod-coverage-perl, libtest-pod-perl, perl Maintainer: Debian Perl Group Uploaders: Krzysztof Krzyzaniak (eloy) , gregor herrmann , Rene Mayorga , Fabrizio Regalli Standards-Version: 3.9.4 Homepage: https://github.com/rjbs/Sub-Install Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libsub-install-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libsub-install-perl.git Package: libsub-install-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: module for installing subroutines into packages easily Sub::Install module makes it easy to install subroutines into packages without the unslightly mess of no strict or typeglobs lying about where just anyone can see them. debian/compat0000644000000000000000000000000211614500156010363 0ustar 8 debian/watch0000644000000000000000000000016212125346004010213 0ustar version=3 https://metacpan.org/release/Sub-Install/ .*/Sub-Install-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/copyright0000644000000000000000000000233412125346004011120 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Contact: Ricardo Signes Source: https://metacpan.org/release/Sub-Install/ Upstream-Name: Sub-Install Files: * Copyright: 2005-2006, Ricardo Signes License: Artistic or GPL-1+ Files: debian/* Copyright: 2006, Krzysztof Krzyzaniak (eloy) 2006, gregor herrmann 2008, Rene Mayorga 2009, Brian Cassidy 2011-2012, Fabrizio Regalli 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'.