debhelper 9.20130921ubuntu1 source package in Ubuntu

Changelog

debhelper (9.20130921ubuntu1) trusty; urgency=low

  * Resynchronise with Debian.  Remaining changes:
    - Depend on dh-apparmor.
    - dh_installinit, autoscripts/postinst-upstart-replace: Prefer upstart
      jobs where they exist.
    - autoscripts/preinst-upstart-compatibility: Handle upgrades from older
      versions that created the /lib/init/upstart-job symlink.
    - autoscripts/postinst-init*: Only call update-rc.d when there's no
      upstart job.
    - autoscripts/*-init*: Test for /etc/init/*.conf where necessary.
    - dh_installinit: Add no-op --upstart-only option for compatibility.
    - dh_installudev: Change default rules.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.

debhelper (9.20130921) unstable; urgency=low

  * dh: Call dh_installxfonts after dh_link, so that it will
    notice fonts installed via symlinks. Closes: #721264
  * Fix FTBFS with perl 5.18. Closes: #722501
  * dh_installchangelogs: Add changelog.md to the list of common
    changelog filenames.

debhelper (9.20130720) unstable; urgency=low

  * dh_python: Removed this deprecated and unused command.
    Closes: #717374
    (Thanks, Luca Falavigna)
  * Type fixes. Closes: #719216
  * dh_installinit: Fix a longstanding accidental behavior that caused
    a file named debian/package to be installed as the init script.
    Only fixed in v10 since packages might depend on this behavior.
    Closes: #719359
  * dh_install, dh_installdocs, dh_clean: Fix uses of find -exec
    which cause it to ignore exit status of the commands run.
    Closes: 719598
  * makefile buildsystem: Tighten heuristic to detect if makefile target
    exists. An error message that some other target does not exist just means
    the makefile spaghetti has problems later on when run with -n,
    but not that the called target didn't exist. Closes: #718121
 -- Colin Watson <email address hidden>   Mon, 21 Oct 2013 09:28:05 +0100

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
debhelper_9.20130921ubuntu1.tar.gz 465.6 KiB a3eae4853e9407ca7086eeb757b3f831e93fa1b820c2905d11f09aede123380a
debhelper_9.20130921ubuntu1.dsc 1.7 KiB 2d41ef8c95a48c05a41e4048a232946599d6a46c8b133a557f570f6e584d17bf

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.