carton 1.0.35-1 source package in Ubuntu

Changelog

carton (1.0.35-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Remove constraints unnecessary since stretch:
    + Build-Depends: Drop versioned constraint on perl.
    + Build-Depends-Indep: Drop versioned constraint on libclass-tiny-perl,
      libjson-pp-perl, libmodule-cpanfile-perl.
    + carton: Drop versioned constraint on libclass-tiny-perl, libjson-pp-perl,
      libmodule-cpanfile-perl, perl in Depends.

  [ gregor herrmann ]
  * Import upstream version 1.0.35.
  * Update debian/upstream/metadata.
  * Update years of upstream and packaging copyright.
  * Declare compliance with Debian Policy 4.6.1.
  * Set Rules-Requires-Root: no.
  * Drop unneeded version constraints from (build) dependencies.
  * Annotate test-only build dependencies with <!nocheck>.

 -- gregor herrmann <email address hidden>  Fri, 13 May 2022 00:33:16 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Questing release universe perl
Plucky release universe perl
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
carton_1.0.35-1.dsc 2.5 KiB 37f663517972566cf9604c9eeee15c4edbc28bb0c2a1870cdb4ce194354034cf
carton_1.0.35.orig.tar.gz 83.9 KiB 9c4558ca97cd08b69fdfb52b28c3ddc2043ef52f0627b90e53d05a4087344175
carton_1.0.35-1.debian.tar.xz 3.6 KiB 931a82c6103a00ad08bf10459810e533b6c833d44b1c76fd995af33c8c8578bb

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.