libshell-command-perl 0.06-4 source package in Ubuntu

Changelog

libshell-command-perl (0.06-4) unstable; urgency=medium

  * 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

  [ Axel Beckert ]
  * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg-
    copyright"

  [ gregor herrmann ]
  * Strip trailing slash from metacpan URLs.

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * Drop Breaks/Replaces on libextutils-command-perl.
    libextutils-command-perl doesn't exist in Debian anymore, and the
    Breaks/Replaces cause installability problems with versioned Provides in
    src:perl. Closes: #865041
  * Add debian/upstream/metadata
  * Mark package as autopkgtest-able.
  * Declare compliance with Debian Policy 4.0.0.
  * Bump debhelper compatibility level to 9.

 -- gregor herrmann <email address hidden>  Mon, 19 Jun 2017 23:16:39 +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
Jammy release universe perl
Focal release universe perl
Bionic release universe perl

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libshell-command-perl_0.06-4.dsc 2.2 KiB 02de3a63a22041562347e1f8c369cada523276296d79d59eba02b41ea03f338b
libshell-command-perl_0.06.orig.tar.gz 10.2 KiB f3e4deef577944be46fa7af5ac118ac2828911788b01bc76a74495355616ecd1
libshell-command-perl_0.06-4.debian.tar.xz 2.3 KiB a4c6f1c90a8ff637a212d184fd79dbebb95f3b90b2195adc3bae50b46215e9ff

Available diffs

No changes file available.

Binary packages built by this source

libshell-command-perl: cross-platform functions emulating common shell commands

 Shell::Command is a thin wrapper around ExtUtils::Command. It is used to
 replace common UNIX commands in a tried-and-tested cross-platform way.
 .
 While ExtUtils::Command is particularly useful in Makefiles,
 Shell::Command is more convenient to use from Perl.