config-package-dev 5.0~ubuntu12.04.1 source package in Ubuntu

Changelog

config-package-dev (5.0~ubuntu12.04.1) precise-backports; urgency=low

  * No-change backport to precise (LP: #1153089)

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

  * Add Debhelper support (Debathena: #867) (Closes: #693672).  This
    release includes a new command, dh_configpackage, and a sequencer
    extension, dh --with config-package.
  * Use the terms "displace" and "hide" for actions of the
    config-package-dev system, instead of the terms "divert" and
    "remove", which already have existing (related) meanings in the
    context of Debian packages.
  * Move examples/* to examples/cdbs/*, and create examples/debhelper/*,
    with the same packages using Debhelper 7-style packaging.

  * Change config-package-dev's own packaging to Debhelper 7.
  * Bump Standards-Version to 3.9.4 (no changes required).
  * Update Vcs-Git and Vcs-Browser locations to new upstream.
  * Drop CDBS runtime dependency. CDBS users should be explicitly
    Build-Depending on CDBS, probably through use of the @cdbs@ macro in
    debian/control.in.

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

  [ Anders Kaseorg ]
  * Reverse prerm and postrm maintainer script fragments when DH_COMPAT ≥
    6, not 5, to actually match debhelper’s behavior.

  [ Geoffrey Thomas ]
  * Update debathena-transform-example-1.0 to an example more likely to
    work on modern systems.
  * Fix a bug that would erroneously remove DEB_TRANSFORM_EXTENSION from
    an explicitly-specified DEB_TRANSFORM_FILES_SOURCE.
  * Fix some typos and misleading documentation.  In particular, fix
    build-dependencies and runtime dependencies of the examples.
  * Remove an unnecessary parameter passed to undivert_unlink_divert in
    divert.sh (Debathena: #1061).
  * Undivert when a package is unconfigured, in addition to when it is
    removed (partially addresses Debathena #388).
  * Add self to uploaders, and change maintainer to the Debathena
    project mailing list.
 -- Micah Gersten <email address hidden>   Sat, 16 Mar 2013 23:20:03 -0500

Upload details

Uploaded by:
Micah Gersten
Uploaded to:
Precise
Original maintainer:
Debathena Project
Architectures:
all
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise backports universe devel

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
config-package-dev_5.0~ubuntu12.04.1.tar.gz 25.0 KiB 5ec7a6c76d2381b2620db3e1a8dfad8c256a92375695a342a0a20911e5bab063
config-package-dev_5.0~ubuntu12.04.1.dsc 1.1 KiB 13dbd8d72e1385a62acc75450854257e864ebd09f49f0f915f7b22d3ee8121a3

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.