config-package-dev 4.12 source package in Ubuntu

Changelog

config-package-dev (4.12) unstable; urgency=low

  [ Tim Abbott ]
  * Allow specifying DEB_TRANSFORM_SCRIPT_$package_$file in case you want
    multiple binary packages transforming the same file differently.
    (Thanks to Evan Broder for this patch).
  * Add a decode script for undoing the file to virtual package name
    transformation. (Thanks to Patrick Hurst for writing decode).

  [ Anders Kaseorg ]
  * Fix a quoting bug that failed to disallow transformation of generated
    conffiles.  (Patch from Evan Broder.)
  * Remove DEB_UNDIVERT_VERSION_file and DEB_UNREMOVE_VERSION_file, and
    instead test for the undiverted file in the postinst.  (Patch from
    Evan Broder.)
  * Write the prerm and postrm maintainer script fragments in reverse
    order when DH_COMPAT ≥ 5, to match debhelper’s behavior.
  * Bump debhelper compatibility level to 6.
  * Bump Standards-Version to 3.9.1 (no changes required).
 -- Ubuntu Archive Auto-Sync <email address hidden>   Sat,  30 Apr 2011 12:41:33 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
Original maintainer:
Tim Abbott
Architectures:
all
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
config-package-dev_4.12.tar.gz 15.0 KiB 2f206c7123cf9aa6aeefab426c2ed11de2b44d796f54e012a7f389b84226617f
config-package-dev_4.12.dsc 1.5 KiB 472c991d0166e3dbc3ff940ff51e8d765c4ac61d35ab9f35a25b383658c5b805

Available diffs

View changes file

Binary packages built by this source

config-package-dev: Debhelper (and CDBS) modules for building configuration packages

 This package contains a system of modules for creating Debian
 configuration packages: packages that configure an existing Debian
 system by using dpkg-divert on configuration files. These modules
 attempt to make the process of creating configuration packages
 efficient by checking the md5sums of upstream configuration files
 that are to be modified and automatically generating the relevant
 postinst code to perform the diversions using the standard debhelper
 mechanism. In addition to a debhelper command and sequencer extension
 module, CDBS modules are also included, but future development will
 focus on the debhelper interface.
 .
 The config-package-dev modules are optimized for site defaults (i.e.
 configuration for a university or a company), though they are useful
 for other applications as well.