debhelper 8.9.9ubuntu1 source package in Ubuntu

Changelog

debhelper (8.9.9ubuntu1) precise; urgency=low

  * Merge from Debian testing, remaining changes:
    - mark debhelper Multi-Arch: foreign, so it's recognized as satisfying
      cross-dependencies and cross-build-dependencies.
    - dh_installinit: Add --upstart-only and --onlyscripts-upstart modes.
    - Add various autoscripts for above: postinst-upstart,
      postinst-upstart-replace, postinst-upstart-restart,
      prerm-upstart, prerm-upstart-norestart, preinst-removeconffile.
    - autoscripts/postinst-init, autoscripts/postinst-init-restart: only
      call update-rc.d when there's no upstart job, which will let us get
      rid of the separate postinst-upstart{,-restart} scripts.
    - dh_installudev: Change default init.d symlink priority to 40.
    - dh_installchangelogs: Do not install upstream changelog in compat level
      7. This floods packages with huge upstream changelogs which take
      precious CD space.
    - add dh_apparmor and autoscripts
  * Dropped changes:
    - debian/rules: set executable bit for dh_apparmor: fix this in the
      source tarball instead, like it's set for all other scripts.
 -- Steve Langasek <email address hidden>   Wed, 16 Nov 2011 16:24:58 -0800

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
debhelper_8.9.9ubuntu1.tar.gz 375.7 KiB a74f54595fa3973e132becf09ea67887d66318ef68dc73188bbb6801c545b584
debhelper_8.9.9ubuntu1.dsc 1.6 KiB d041c77d529ff97a39820e485d7dc19b0617066fc879edf6fc46ef051e4f4115

Available diffs

View changes file

Binary packages built by this source

debhelper: helper programs for debian/rules

 A collection of programs that can be used in a debian/rules file to
 automate common tasks related to building debian packages. Programs
 are included to install various files into your package, compress
 files, fix file permissions, integrate your package with the debian
 menu system, debconf, doc-base, etc. Most debian packages use debhelper
 as part of their build process.