debhelper 9.20131227ubuntu1 source package in Ubuntu

Changelog

debhelper (9.20131227ubuntu1) trusty; urgency=medium

  * 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.
    - preserve the change that adds versioned dependency on sysv-rc to
      support precise->trusty upgrades.

debhelper (9.20131227) unstable; urgency=medium

  [ Guillem Jover ]
  * dh_shlibdeps: Use new dpkg-shlibdeps -l option instead of LD_LIBRARY_PATH
    Closes: #717505
  * Depend on dpkg-dev (>= 1.17.0), the version that introduced
    dpkg-shlibdeps -l option.

debhelper (9.20131213) unstable; urgency=low

  [ Joey Hess ]
  * cmake: Configure with -DCMAKE_BUILD_TYPE=None
    Closes: #701233

  [ Andreas Beckmann ]
  * dh_installdeb: Add support for dpkg-maintscript-helper commands
    symlink_to_dir and dir_to_symlink that were added in dpkg 1.17.2.
    Closes: #731723
 -- Dimitri John Ledkov <email address hidden>   Wed, 19 Feb 2014 14:18:57 +0000

Upload details

Uploaded by:
Dimitri John Ledkov
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release main devel

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
debhelper_9.20131227ubuntu1.tar.gz 470.0 KiB 24ceafbc38441e87f08e70131f54639fbcf50da838f6dd1e27e37aba639dc940
debhelper_9.20131227ubuntu1.dsc 1.7 KiB 5d9123706956442c3f166c53bb8325e23d053fba1fa25cd6a6c5887986f77570

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.