debian/0000755000000000000000000000000012255035323007166 5ustar debian/rules0000755000000000000000000000003612255035323010245 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000401412255035323010570 0ustar Source: carton Maintainer: Debian Perl Group Uploaders: Michael Prokop , gregor herrmann Section: perl Priority: optional Build-Depends: debhelper (>= 8), libmodule-build-perl (>= 0.400400) | perl (>= 5.19.1), perl (>= 5.17.10) Build-Depends-Indep: cpanminus (>= 1.6940), libapp-fatpacker-perl, libexception-class-perl (>= 1.32), libfile-pushd-perl, libjson-perl (>= 2.53), libmodule-cpanfile-perl (>= 0.9031), libmodule-reader-perl, libmoo-perl (>= 1.002000), libpath-tiny-perl (>= 0.033), libtest-requires-perl, libtry-tiny-perl (>= 0.09) Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/carton.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/carton.git Homepage: https://metacpan.org/release/Carton/ Package: carton Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, cpanminus (>= 1.6940), libapp-fatpacker-perl, libcapture-tiny-perl, libexception-class-perl (>= 1.32), libfile-pushd-perl, libjson-perl (>= 2.53), libmodule-build-perl (>= 0.400400) | perl (>= 5.19.1), libmodule-cpanfile-perl (>= 0.9031), libmodule-reader-perl, libmoo-perl (>= 1.002000), libpath-tiny-perl (>= 0.033), libtry-tiny-perl (>= 0.09), perl (>= 5.17.10) Description: Perl module dependency manager (aka Bundler for Perl) carton is a command line tool to track the Perl module dependencies for your Perl application. The required dependencies are managed through a file named cpanfile and tracked through the carton.lock file. It makes deployments easier and allows other developers of your application to have the exact same versions of the modules. debian/source/0000755000000000000000000000000012255035323010466 5ustar debian/source/format0000644000000000000000000000001412255035323011674 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000275612255035323011052 0ustar carton (1.0.12-1) unstable; urgency=low * New upstream release. * Make (build) dependency on libpath-tiny-perl versioned. * Declare compliance with Debian Policy 3.9.5. -- gregor herrmann Fri, 20 Dec 2013 13:40:39 +0100 carton (1.0.11-1) unstable; urgency=low * New upstream release. -- gregor herrmann Thu, 19 Sep 2013 21:10:24 +0200 carton (1.0.10-1) unstable; urgency=low * New upstream release. * Refresh spelling.patch. * Update build and runtime dependencies. -- gregor herrmann Fri, 06 Sep 2013 18:28:57 +0200 carton (0.9.15-1) unstable; urgency=low [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ 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. * Update years of upstream and packaging copyright. * debian/rules: remove manpage renaming section, the manpages are gone. * Refresh patches. * Set Standards-Version to 3.9.4 (no changes). * Update build and runtime dependencies. * Add the carton(1p) manpage back as a symlink to Carton(3pm). -- gregor herrmann Sat, 11 May 2013 21:43:38 +0200 carton (0.9.7-1) unstable; urgency=low [ Michael Prokop & gregor herrmann ] * Initial release. Closes: #671517 -- gregor herrmann Fri, 18 May 2012 18:59:13 +0200 debian/carton.links0000644000000000000000000000007312255035323011516 0ustar usr/share/man/man3/Carton.3pm usr/share/man/man1/carton.1p debian/compat0000644000000000000000000000000212255035323010364 0ustar 8 debian/patches/0000755000000000000000000000000012255035323010615 5ustar debian/patches/spelling.patch0000644000000000000000000000132612255035323013455 0ustar Description: spelling mistake Origin: vendor Bug: https://rt.cpan.org/Ticket/Display.html?id=77135 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=77135 Author: gregor herrmann Last-Update: 2013-08-05 --- a/lib/Carton/Doc/FAQ.pod +++ b/lib/Carton/Doc/FAQ.pod @@ -101,7 +101,7 @@ I local::lib path. Then run C like you normally do. -Becuase I and I are isolated, the modules you installed +Because I and I are isolated, the modules you installed into I doesn't affect the process when carton builds the dependency tree for your new project at all. This could often be critical when you have a conditional dependency in your tree, like debian/patches/adjust_shebang.diff0000644000000000000000000000046412255035323014434 0ustar Description: fix shebang Origin: vendor Forwarded: not-needed Author: Michael Prokop Reviewed-by: gregor herrmann Last-Update: 2013-05-11 --- a/script/carton +++ b/script/carton @@ -1,4 +1,4 @@ -#!perl +#!/usr/bin/env perl use strict; use 5.008001; use Carton::CLI; debian/patches/series0000644000000000000000000000004312255035323012027 0ustar adjust_shebang.diff spelling.patch debian/copyright0000644000000000000000000000213112255035323011116 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: carton Source: https://metacpan.org/release/Carton/ Upstream-Contact: Tatsuhiko Miyagawa Files: * Copyright: 2011-2013, Tatsuhiko Miyagawa License: Artistic or GPL-1+ Files: debian/* Copyright: 2012, Michael Prokop 2012-2013, gregor herrmann 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/watch0000644000000000000000000000020712255035323010216 0ustar version=3 opts=uversionmangle=s/_/./ \ https://metacpan.org/release/Carton/ .+/Carton-v?(\d[\d._-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$