[ubuntu/natty] debhelper 8.1.0ubuntu1 (Accepted)

ALEFHAHMEEMDAL ALEFLAMMEEMHAHMEEMWAWDALYEH (Ahmed El-Mahmoudy) aelmahmoudy at sabily.org
Tue Feb 8 07:35:28 UTC 2011


debhelper (8.1.0ubuntu1) natty; urgency=low

  * Merge with Debian (LP: #714705); 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.1.0) unstable; urgency=low

  [ Joey Hess ]
  * python_distutils: Pass --force to setup.py build, to ensure that when
    python-dbg is run it does not win and result in scripts having it in
    the shebang line. Closes: #589759
  * Man page fixes about what program -u passes params to. Closes: #593342
  * Avoid open fd 5 or 6 breaking buildsystem test suite. Closes: #596679
  * Large update to Spanish man page translations by Omar Campagne.
    Closes: #600913
  * dh_installdeb: Support debian/package.maintscript files,
    which can contain dpkg-maintscript-helper commands. This can be used
    to automate moving or removing conffiles, or anything added to
    dpkg-maintscript-helper later on. Closes: #574443
    (Thanks, Colin Watson)
  * Massive man page typography patch. Closes: #600883
    (Thanks, David Prévot)
  * Explicitly build-depend on a new enough perl-base. Closes: #601188
  * dh: Inhibit logging when an override target runs the overridden command,
    to avoid unexpected behavior if the command succeeded but the overall
    target fails. Closes: #601037
  * Fix deprecated command list on translated debhelper(7) man pages.
    Closes: #601204
  * dh: Improve filtering in dh_listpackages example. Closes: #604561
  * dh: Add support for build-arch, build-indep, install-arch and
    install-indep sequences. Closes: #604563
    (Thanks, Roger Leigh)
  * dh_listpackages: Do not display warnings if options cause no packages
    to be listed.
  * dh_installdocs: Clarify that debian/README.Debian and debian/TODO are
    only installed into the first package listed in debian/control.
    Closes: #606036
  * dh_compress: Javascript files are not compressed, as these go with
    (uncompressed) html files. Closes: #603553
  * dh_compress: Ignore objects.inv files, generated by Sphinx documentation.
    Closes: #608907
  * dh_installinit: never call init scripts directly, only through invoke-rc.d
    Closes: #610340
    (Thanks, Steve Langasek)

  [ Valery Perrin ]
  * update french translation.
  * Fix french misspelling.
  * French translation update after massive man page typography

Date: Mon, 07 Feb 2011 17:16:49 +0200
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/natty/+source/debhelper/8.1.0ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Mon, 07 Feb 2011 17:16:49 +0200
Source: debhelper
Binary: debhelper
Architecture: source
Version: 8.1.0ubuntu1
Distribution: natty
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: 574443 589759 593342 596679 600883 600913 601037 601188 601204 603553 604561 604563 606036 608907 610340
Launchpad-Bugs-Fixed: 714705
Changes: 
 debhelper (8.1.0ubuntu1) natty; urgency=low
 .
   * Merge with Debian (LP: #714705); 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.1.0) unstable; urgency=low
 .
   [ Joey Hess ]
   * python_distutils: Pass --force to setup.py build, to ensure that when
     python-dbg is run it does not win and result in scripts having it in
     the shebang line. Closes: #589759
   * Man page fixes about what program -u passes params to. Closes: #593342
   * Avoid open fd 5 or 6 breaking buildsystem test suite. Closes: #596679
   * Large update to Spanish man page translations by Omar Campagne.
     Closes: #600913
   * dh_installdeb: Support debian/package.maintscript files,
     which can contain dpkg-maintscript-helper commands. This can be used
     to automate moving or removing conffiles, or anything added to
     dpkg-maintscript-helper later on. Closes: #574443
     (Thanks, Colin Watson)
   * Massive man page typography patch. Closes: #600883
     (Thanks, David Prévot)
   * Explicitly build-depend on a new enough perl-base. Closes: #601188
   * dh: Inhibit logging when an override target runs the overridden command,
     to avoid unexpected behavior if the command succeeded but the overall
     target fails. Closes: #601037
   * Fix deprecated command list on translated debhelper(7) man pages.
     Closes: #601204
   * dh: Improve filtering in dh_listpackages example. Closes: #604561
   * dh: Add support for build-arch, build-indep, install-arch and
     install-indep sequences. Closes: #604563
     (Thanks, Roger Leigh)
   * dh_listpackages: Do not display warnings if options cause no packages
     to be listed.
   * dh_installdocs: Clarify that debian/README.Debian and debian/TODO are
     only installed into the first package listed in debian/control.
     Closes: #606036
   * dh_compress: Javascript files are not compressed, as these go with
     (uncompressed) html files. Closes: #603553
   * dh_compress: Ignore objects.inv files, generated by Sphinx documentation.
     Closes: #608907
   * dh_installinit: never call init scripts directly, only through invoke-rc.d
     Closes: #610340
     (Thanks, Steve Langasek)
 .
   [ Valery Perrin ]
   * update french translation.
   * Fix french misspelling.
   * French translation update after massive man page typography
Checksums-Sha1: 
 364475e363d6cbd082be3117da868a95da736049 1043 debhelper_8.1.0ubuntu1.dsc
 64257bb9dcddd20450e43b754f709298eb8ad2cd 383703 debhelper_8.1.0ubuntu1.tar.gz
Checksums-Sha256: 
 3add26d0640c4a3234708ae4f3c79ebf3a4d01f29b12738b4c3eb0e4c5cfcf35 1043 debhelper_8.1.0ubuntu1.dsc
 3c088c3fa794a8fbec5c9c40697a50689a297eefaceb143a8c504d722e3f2c9a 383703 debhelper_8.1.0ubuntu1.tar.gz
Files: 
 1b153cae06f7788d40150b0f60fcdf38 1043 devel optional debhelper_8.1.0ubuntu1.dsc
 2b076970176cce674cf6bf064fc5da05 383703 devel optional debhelper_8.1.0ubuntu1.tar.gz
Original-Maintainer: Joey Hess <joeyh at debian.org>

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

iEYEARECAAYFAk1Q7mgACgkQRjrlnQWd1eve8ACeK9Kta2LvwIJk2UBzPa6/rmtj
As0An1/QEjyC9wdcqiQdNqAaUrGjrIvH
=TUED
-----END PGP SIGNATURE-----


More information about the Natty-changes mailing list