carton 0.9.15-1 source package in Ubuntu

Changelog

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 <email address hidden>  Sat, 11 May 2013 21:43:38 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Saucy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
carton_0.9.15-1.dsc 2.3 KiB ae7a99ad3112524a6cfde5da53f1df34b98551cb26ec3a53ee0cece9de1d7c00
carton_0.9.15.orig.tar.gz 75.9 KiB 4407648c44729742c7170e98c6f5aa3f32f89ed0d7262f141703dbf981f906b8
carton_0.9.15-1.debian.tar.gz 2.5 KiB 50a696f80f99a3750a3803c4e63e75139cce5168619c3cce91ac81311e5831f7

Available diffs

No changes file available.

Binary packages built by this source

carton: 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.