libextutils-installpaths-perl 0.013-1 source package in Ubuntu

Changelog

libextutils-installpaths-perl (0.013-1) unstable; urgency=medium

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Remove constraints unnecessary since stretch:
    + Build-Depends: Drop versioned constraint on debhelper.
  * Bump debhelper dependency to >= 9, since that's what is used in
    debian/compat.
  * Bump debhelper from deprecated 9 to 13.
  * Set debhelper-compat version in Build-Depends.
  * Remove obsolete field Name from debian/upstream/metadata (already
    present in machine-readable debian/copyright).

  [ gregor herrmann ]
  * Import upstream version 0.013.
  * Remove Contact field from debian/upstream/metadata.
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.7.0.
  * Set Rules-Requires-Root: no.

 -- gregor herrmann <email address hidden>  Sat, 27 Apr 2024 21:10:50 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libextutils-installpaths-perl_0.013-1.dsc 2.5 KiB ac837fe7372b8c3c7b8e063c09f7c0f0cb675ffea098064b261b757eca636af1
libextutils-installpaths-perl_0.013.orig.tar.gz 18.7 KiB 65969d3ad8a3a2ea8ef5b4213ed5c2c83961bb5bd12f7ad35128f6bd5b684aa0
libextutils-installpaths-perl_0.013-1.debian.tar.xz 2.6 KiB 2d8b6c133828e1f879f973f6065ba97e7fe1bfb55c75d5e5931c03b9ef13886e

Available diffs

No changes file available.

Binary packages built by this source

libextutils-installpaths-perl: module to make Build.PL install path logic easy

 ExtUtils::InstallPaths tries to make install path resolution as easy as
 possible.
 .
 When you want to install a module, it needs to figure out where to install
 things. The nutshell version of how this works is that default installation
 locations are determined from ExtUtils::Config, and they may be individually
 overridden by using the install_path attribute. An install_base attribute
 lets you specify an alternative installation root like /home/foo and prefix
 does something similar in a rather different (and more complicated) way.
 destdir lets you specify a temporary installation directory like /tmp/install
 in case you want to create bundled-up installable packages.