[ubuntu/maverick] debhelper 8.0.0ubuntu1 (Accepted)

ALEFHAHMEEMDAL ALEFLAMMEEMHAHMEEMWAWDALYEH (Ahmed El-Mahmoudy) aelmahmoudy at sabily.org
Tue Aug 10 13:10:26 BST 2010


debhelper (8.0.0ubuntu1) maverick; urgency=low

  * Merge with Debian (LP: #614787); remaining changes:
    - 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.
    - 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.
    - dh_strip, dh_makeshlibs: use triplet-objdump, triplet-objcopy and
      triplet-strip from cross-binutils when cross-compiling; Debian #412118.
    - add dh_apparmor and autoscripts
  * debian/rules: override build target to set executable bit for dh_apparmor
    before actually running dh build, that is in order to get the manpage
    built for dh_apparmor.

debhelper (8.0.0) unstable; urgency=low

  [ Carsten Hey ]
  * dh_fixperms: Ensure files in /etc/sudoers.d/ are mode 440. Closes: #589574

  [ Joey Hess ]
  * Finalized v8 mode, which is the new recommended default.

debhelper (7.9.3) unstable; urgency=low

  * perl_makemaker: import compat(). Closes: #587654

debhelper (7.9.2) unstable; urgency=low

  * In v8 mode, stop passing packlist=0 in perl_makemaker buildsystem,
    since perl_build is tried first. Avoids the makemaker warning message
    introduced by the fix to #527990.

debhelper (7.9.1) unstable; urgency=low

  * Started work on Debhelper v8. It is still experimental, and more
    changes are planned for that mode.
  * dh_installman: Support .so links relative to the current section.
  * dh_installman: Avoid converting .so links to symlinks if the link
    target is not present in the same binary package, on advice of
    Colin Watson. (To support eventual so search paths.)
  * Add deprecation warning for dh_clean -k.
  * dh_testversion: Removed this deprecated and unused command.
  * debian/compress files are now deprecated. Seems only one package
    (genesis) still uses them.
  * dh_fixperms: Tighten globs used to find library .so files,
    avoiding incorrectly matching things like "foo.sources". Closes: #583328
  * dh_installchangelogs: Support packages placing their changelog in a
    file with a name like HISTORY. Closes: #582749
  * dh_installchangelogs: Also look for changelog files in doc(s)
    subdirectories. Closes: #521258
  * In v8 mode, do not allow directly passing unknown options to debhelper
    commands. (Unknown options in DH_OPTIONS still only result in warnings.)
  * In v8 mode, dh_makeshlibs will run dpkg-gensymbols on all shared
    libraries it generates shlibs files for. This means that -X can be
    used to exclude libraries from processing by dpkg-gensymbols. It also
    means that libraries in unusual locations, where dpkg-gensymbols does
    not itself normally look, will be passed to it, a behavior change which
    may break some packages. Closes: #557603
  * In v8 mode, dh expects the sequence to run is always its first parameter.
    (Ie, use "dh $@ --foo", not "dh --foo $@")
    This avoids ambiguities when parsing options to be passed on to debhelper
    commands. (See #570039)
  * In v8 mode, prefer the perl_build buildsystem over perl_makemaker.
    Closes: #578805
  * postrm-init: Avoid calling the error handler if update-rc.d fails.
    Closes: #586065

Date: Tue, 10 Aug 2010 12:45:25 +0300
Changed-By: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Daniel Holbach <daniel.holbach at ubuntu.com>
https://launchpad.net/ubuntu/maverick/+source/debhelper/8.0.0ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Tue, 10 Aug 2010 12:45:25 +0300
Source: debhelper
Binary: debhelper
Architecture: source
Version: 8.0.0ubuntu1
Distribution: maverick
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org>
Description: 
 debhelper  - helper programs for debian/rules
Closes: 521258 557603 578805 582749 583328 586065 587654 589574
Launchpad-Bugs-Fixed: 614787
Changes: 
 debhelper (8.0.0ubuntu1) maverick; urgency=low
 .
   * Merge with Debian (LP: #614787); remaining changes:
     - 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.
     - 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.
     - dh_strip, dh_makeshlibs: use triplet-objdump, triplet-objcopy and
       triplet-strip from cross-binutils when cross-compiling; Debian #412118.
     - add dh_apparmor and autoscripts
   * debian/rules: override build target to set executable bit for dh_apparmor
     before actually running dh build, that is in order to get the manpage
     built for dh_apparmor.
 .
 debhelper (8.0.0) unstable; urgency=low
 .
   [ Carsten Hey ]
   * dh_fixperms: Ensure files in /etc/sudoers.d/ are mode 440. Closes: #589574
 .
   [ Joey Hess ]
   * Finalized v8 mode, which is the new recommended default.
 .
 debhelper (7.9.3) unstable; urgency=low
 .
   * perl_makemaker: import compat(). Closes: #587654
 .
 debhelper (7.9.2) unstable; urgency=low
 .
   * In v8 mode, stop passing packlist=0 in perl_makemaker buildsystem,
     since perl_build is tried first. Avoids the makemaker warning message
     introduced by the fix to #527990.
 .
 debhelper (7.9.1) unstable; urgency=low
 .
   * Started work on Debhelper v8. It is still experimental, and more
     changes are planned for that mode.
   * dh_installman: Support .so links relative to the current section.
   * dh_installman: Avoid converting .so links to symlinks if the link
     target is not present in the same binary package, on advice of
     Colin Watson. (To support eventual so search paths.)
   * Add deprecation warning for dh_clean -k.
   * dh_testversion: Removed this deprecated and unused command.
   * debian/compress files are now deprecated. Seems only one package
     (genesis) still uses them.
   * dh_fixperms: Tighten globs used to find library .so files,
     avoiding incorrectly matching things like "foo.sources". Closes: #583328
   * dh_installchangelogs: Support packages placing their changelog in a
     file with a name like HISTORY. Closes: #582749
   * dh_installchangelogs: Also look for changelog files in doc(s)
     subdirectories. Closes: #521258
   * In v8 mode, do not allow directly passing unknown options to debhelper
     commands. (Unknown options in DH_OPTIONS still only result in warnings.)
   * In v8 mode, dh_makeshlibs will run dpkg-gensymbols on all shared
     libraries it generates shlibs files for. This means that -X can be
     used to exclude libraries from processing by dpkg-gensymbols. It also
     means that libraries in unusual locations, where dpkg-gensymbols does
     not itself normally look, will be passed to it, a behavior change which
     may break some packages. Closes: #557603
   * In v8 mode, dh expects the sequence to run is always its first parameter.
     (Ie, use "dh $@ --foo", not "dh --foo $@")
     This avoids ambiguities when parsing options to be passed on to debhelper
     commands. (See #570039)
   * In v8 mode, prefer the perl_build buildsystem over perl_makemaker.
     Closes: #578805
   * postrm-init: Avoid calling the error handler if update-rc.d fails.
     Closes: #586065
Checksums-Sha1: 
 c077820408a5727655450696281705028c32f231 1022 debhelper_8.0.0ubuntu1.dsc
 f4d73fc808db554183e127793c5b4096a524cc40 374532 debhelper_8.0.0ubuntu1.tar.gz
Checksums-Sha256: 
 38f442fa738aa0f98e650c61314cacd16fc239b68f5a8fb518c3709397551ae7 1022 debhelper_8.0.0ubuntu1.dsc
 cae42a7c4a14406c82d6bb3f2e7ac333424243a8ec2e8ef7431295a0eee068e5 374532 debhelper_8.0.0ubuntu1.tar.gz
Files: 
 2052e48efd8843c986a46495cd08e20d 1022 devel optional debhelper_8.0.0ubuntu1.dsc
 6e394acaff859ef9913f45e65453f6af 374532 devel optional debhelper_8.0.0ubuntu1.tar.gz
Original-Maintainer: Joey Hess <joeyh at debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkxhPKIACgkQRjrlnQWd1evWqgCdGtnCk5iB2q+SaEznUPndtImc
fPIAn0RUew2UgDLfkvS5yQFVicVwJl7D
=vSJY
-----END PGP SIGNATURE-----


More information about the Maverick-changes mailing list