debian/0000755000000000000000000000000012253366274007200 5ustar debian/rules0000755000000000000000000000030412253366274010255 0ustar #!/usr/bin/make -f BUILDHOME = $(CURDIR)/debian/build %: dh $@ override_dh_clean: dh_clean rm -rf $(BUILDHOME) override_dh_auto_test: mkdir -p $(BUILDHOME) HOME=$(BUILDHOME) dh_auto_test debian/control0000644000000000000000000000253412253366274010607 0ustar Source: libcpan-mini-perl Maintainer: Debian Perl Group Uploaders: Ryan Niebur , gregor herrmann , Jonathan Yu Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libfile-homedir-perl, liburi-perl, libwww-perl, perl (>= 5.13.4) | libtest-simple-perl (>= 0.96) Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcpan-mini-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcpan-mini-perl.git Homepage: https://metacpan.org/release/CPAN-Mini/ Package: libcpan-mini-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libfile-homedir-perl, liburi-perl, libwww-perl Provides: minicpan Description: module for creating a minimal mirror of CPAN CPAN::Mini is a Perl module that provides a simple mechanism to build and update a minimal mirror of the CPAN on your local disk. It contains only those files needed to install the newest version of every distribution. . This package also provides a command line utility, minicpan, which can be used to create and update such mirrors easily and without writing any code. debian/source/0000755000000000000000000000000012253366274010500 5ustar debian/source/format0000644000000000000000000000001412253366274011706 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000001215412253366274011055 0ustar libcpan-mini-perl (1.111015-1) unstable; urgency=medium * New upstream release. -- gregor herrmann Sun, 15 Dec 2013 18:53:56 +0100 libcpan-mini-perl (1.111014-1) unstable; urgency=low * New upstream release. Drops erroneous dependency on CPANPLUS. (Closes: #721656) * Declare compliance with Debian Policy 3.9.5. -- gregor herrmann Wed, 11 Dec 2013 21:23:44 +0100 libcpan-mini-perl (1.111013-1) unstable; urgency=low [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ gregor herrmann ] * New upstream release. * Drop patch, merged upstream. * Update years of packaging copyright. * Declare compliance with Debian Policy 3.9.4. -- gregor herrmann Sat, 10 Aug 2013 17:14:53 +0200 libcpan-mini-perl (1.111008-3) unstable; urgency=low * Team upload. * Add always-return-tempdir-from-config_dir.patch patch. Fix FTBFS "libcpan-mini-perl: FTBFS: tests failed". Return always the created tempdir explicitly. (Closes: #674385) -- Salvatore Bonaccorso Thu, 24 May 2012 23:21:36 +0200 libcpan-mini-perl (1.111008-2) unstable; urgency=low * Use writable HOME during build. (Closes: #666638) * debian/copyright: update to Copyright-Format 1.0. * Update years of packaging copyright. * Bump Standards-Version to 3.9.3 (no changes). -- gregor herrmann Sun, 01 Apr 2012 15:56:41 +0200 libcpan-mini-perl (1.111008-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. [ gregor herrmann ] * Swap order of alternative (build) dependencies after the perl 5.14 transition. * New upstream release. -- gregor herrmann Sat, 24 Dec 2011 00:46:41 +0100 libcpan-mini-perl (1.111007-1) unstable; urgency=low * Team upload * New upstream release -- Maximilian Gass Sat, 18 Jun 2011 14:16:59 +0200 libcpan-mini-perl (1.111003-1) unstable; urgency=low [ gregor herrmann ] * Now really minimize debian/rules. [ Jonathan Yu ] * New upstream release 1.111001-1 * Update copyright information + Note: upstream reverted from 2010 -> 2004 * Binary package now Provides: minicpan * Drop unnecessary dependencies satisfied by stable (perl 5.10) * Standards-Version 3.9.1 (no changes) * Use new 3.0 (quilt) source format * Add myself to Uploaders and Copyright * Rewrite control description [ gregor herrmann ] * New upstream release 1.111003. * debian/copyright: refer to /usr/share/common-licenses/GPL-1. * Bump debhelper compatibility level to 8. * Set Standards-Version to 3.9.2 (no further changes). * Add build dependency on newer Test::More. -- gregor herrmann Sat, 23 Apr 2011 18:38:31 +0200 libcpan-mini-perl (1.100630-1) unstable; urgency=low [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Ryan Niebur ] * Update ryan52's email address [ gregor herrmann ] * New upstream release. * Minimize debian/rules. * Set Standards-Version to 3.8.4; remove version from perl build dependency. * Add /me to Uploaders. * debian/copyright: update formatting, update info about upstream copyright, remove info about inc/ (not included anymore). * debian/control: + rewrite (build) dependency on Compress::Zlib as "perl (>= 5.10) | libio-compress-perl | libcompress-zlib-perl" + make short description a noun phrase + remove build dependencies on libtest-pod-{,coverage}-perl, the tests are set to "only for testing release candidates" now -- gregor herrmann Fri, 05 Mar 2010 12:26:22 +0100 libcpan-mini-perl (0.576-1) unstable; urgency=low * Take over for the Debian Perl Group; Closes: #523127 -- RFA * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Changed: Maintainer set to Debian Perl Group (was: Florian Ragwitz ); Florian Ragwitz moved to Uploaders. * Add debian/watch. * add myself to uploaders, remove previous maintainer * New upstream release (Closes: #510683) * Debian Policy 3.8.1 * debhelper 7 * add libfile-homedir-perl to build depends * machine readable copyright format * add inc to copyright -- Ryan Niebur Wed, 08 Apr 2009 18:05:19 -0700 libcpan-mini-perl (0.550-1.1) unstable; urgency=low * Non-maintainer upload. * Fix FTBFS with Perl 5.10. Closes: #467685 -- Mark Hymers Sat, 05 Apr 2008 21:08:51 +0100 libcpan-mini-perl (0.550-1) unstable; urgency=low * New upstream release. -- Florian Ragwitz Thu, 10 Aug 2006 03:47:24 +0200 libcpan-mini-perl (0.40-1) unstable; urgency=low * Initial Release. -- Florian Ragwitz Mon, 12 Jun 2006 00:17:09 +0200 debian/compat0000644000000000000000000000000212253366274010376 0ustar 8 debian/copyright0000644000000000000000000000226112253366274011134 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: CPAN-Mini Upstream-Contact: Ricardo SIGNES Source: https://metacpan.org/release/CPAN-Mini/ Files: * Copyright: 2004, Ricardo SIGNES License: Artistic or GPL-1+ Files: debian/* Copyright: 2006, Florian Ragwitz 2008, Mark Hymers 2009, Ryan Niebur 2010-2013, gregor herrmann 2011, Jonathan Yu 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'. debian/watch0000644000000000000000000000015712253366274010234 0ustar version=3 https://metacpan.org/release/CPAN-Mini/ .+/CPAN-Mini-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$