dh-exec 0.13 source package in Ubuntu RTM

Changelog

dh-exec (0.13) unstable; urgency=medium


  * Fix a typo in the package description. Thanks James Cowgill!
    (Closes: #731078)
  * Add support for filtering based on architecture. Thanks Andreas
    Henriksson for the suggestion and testing! (Closes: #757233)
  * Remove empty  and commented lines before processing  too, allowing one
    to disable  certain lines that  would normally get  translated. Thanks
    Andreas Henriksson for spotting the issue. (Closes: #757273)
  * Add support for renaming files in debian/$package.manpages too.
    Requested by Andreas Henriksson. (Closes: #757270)
  * Updated the package description, mentioning the new features.
  * Updated the copyright years in debian/copyright.

 -- Gergely Nagy <email address hidden>  Thu, 07 Aug 2014 13:43:51 +0200

Upload details

Uploaded by:
Gergely Nagy
Uploaded to:
Sid
Original maintainer:
Gergely Nagy
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
14.09-factory release main devel
14.09 release main devel

Downloads

File Size SHA-256 Checksum
dh-exec_0.13.dsc 1.6 KiB 0c022e154b701b52d3c62aca53a50fc9a540f00c2af2e03108df160c22136c45
dh-exec_0.13.tar.xz 40.0 KiB 858af3a1a77eccaf8b850daf4ba31810f5a4a26ca5bc7b1b35510a811d650a4f

Available diffs

No changes file available.

Binary packages built by this source

dh-exec: Scripts to help with executable debhelper files

 Debhelper (in compat level 9 and above) allows its config files to be
 executable, and uses the output of such scripts as if it was the
 content of the config file.
 .
 To ease and standardize the most common tasks, this package provides
 a few solutions to help constructing such executable scripts:
 .
  * A way to ease variable substitution, from environment variables or
    dpkg-architecture.
  * Ability to filter files by architecture, within a single debhelper
    control file.
  * An extension to dh_install and dh_installman, with the ability to
    rename files.