[ubuntu/karmic] debhelper 7.3.15ubuntu1 (Accepted)

Colin Watson cjwatson at ubuntu.com
Tue Aug 25 11:50:11 BST 2009


debhelper (7.3.15ubuntu1) karmic; urgency=low

  * Resynchronise with Debian. Remaining changes:
    - dh_installudev: Default priority is now 40 by default.
    - dh_installudev: Handle conffile migration from old Ubuntu defaults
      (needed until after the next LTS release).

debhelper (7.3.15) unstable; urgency=low

  * dh_installudev: Install rules files into new location
    /lib/udev/rules.d/
  * dh_installudev: Add code to delete old conffiles unless
    they're modified, and in that case, rename them to override
    the corresponding file in /lib/udev. (Based on patch by
    Martin Pitt.) (Note that this file will not be deleted on purge --
    I can't see a good way to determine when it's appropriate to do
    that.)
  * dh_installudev: Set default priority to 60; dropping the "z".
    If --priority=zNN is passed, treat that as priority NN.
  * Above Closes: #491117
  * dh_installudev: Drop code handling move of /etc/udev/foo into
    /etc/udev/rules.d/.

debhelper (7.3.14) unstable; urgency=low

  [ Colin Watson ]
  * dh: Add --list option to list available addons. Closes: #541302

  [ Joey Hess ]
  * Run pod2man with --utf8. Closes: #541270
  * dh: Display $@ error if addon load fails. Closes: #541845
  * dh_perl: Remove perl minimum dependency per new policy. Closes: #541811

debhelper (7.3.13) unstable; urgency=low

  [ Bernd Zeimetz ]
  * python_distutils.pm: Support debhelper backports.
    To allow backports of debhelper we don't pass
    --install-layout=deb to 'setup.py install` for those Python
    versions where the option is ignored by distutils/setuptools.
    Thanks to Julian Andres Klode for the bug report.
    Closes: #539324

debhelper (7.3.12) unstable; urgency=low

  * dh: Allow creation of new sequences (such as to handle a patch
    target for quilt), by adding an add_command function to the
    sequence addon interface. See #540124.

debhelper (7.3.11) unstable; urgency=low

  * perl_build: Fix Build check to honor source directory setting.

debhelper (7.3.10) unstable; urgency=low

  * perl_build: Avoid failing if forced to be used in dh_auto_clean
    when Build does not exist (ie due to being run twice in a row).
    Closes: #539848
  * dh_builddeb: Fix man page typo. Closes: #539976
  * dh_installdeb: In udeb mode, support the menutest and isinstallable
    maintainer scripts. Closes: #540079 Thanks, Colin Watson.

debhelper (7.3.9) unstable; urgency=low

  * cmake: Avoid forcing rpath off as this can break some test suites.
    It gets stripped by cmake at install time. Closes: #538977

Date: Tue, 25 Aug 2009 11:10:18 +0100
Changed-By: Colin Watson <cjwatson at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Colin Watson <cjwatson at canonical.com>
https://launchpad.net/ubuntu/karmic/+source/debhelper/7.3.15ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 25 Aug 2009 11:10:18 +0100
Source: debhelper
Binary: debhelper
Architecture: source
Version: 7.3.15ubuntu1
Distribution: karmic
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Colin Watson <cjwatson at ubuntu.com>
Description: 
 debhelper  - helper programs for debian/rules
Closes: 491117 538977 539324 539848 539976 540079 541270 541302 541811 541845
Changes: 
 debhelper (7.3.15ubuntu1) karmic; urgency=low
 .
   * Resynchronise with Debian. Remaining changes:
     - dh_installudev: Default priority is now 40 by default.
     - dh_installudev: Handle conffile migration from old Ubuntu defaults
       (needed until after the next LTS release).
 .
 debhelper (7.3.15) unstable; urgency=low
 .
   * dh_installudev: Install rules files into new location
     /lib/udev/rules.d/
   * dh_installudev: Add code to delete old conffiles unless
     they're modified, and in that case, rename them to override
     the corresponding file in /lib/udev. (Based on patch by
     Martin Pitt.) (Note that this file will not be deleted on purge --
     I can't see a good way to determine when it's appropriate to do
     that.)
   * dh_installudev: Set default priority to 60; dropping the "z".
     If --priority=zNN is passed, treat that as priority NN.
   * Above Closes: #491117
   * dh_installudev: Drop code handling move of /etc/udev/foo into
     /etc/udev/rules.d/.
 .
 debhelper (7.3.14) unstable; urgency=low
 .
   [ Colin Watson ]
   * dh: Add --list option to list available addons. Closes: #541302
 .
   [ Joey Hess ]
   * Run pod2man with --utf8. Closes: #541270
   * dh: Display $@ error if addon load fails. Closes: #541845
   * dh_perl: Remove perl minimum dependency per new policy. Closes: #541811
 .
 debhelper (7.3.13) unstable; urgency=low
 .
   [ Bernd Zeimetz ]
   * python_distutils.pm: Support debhelper backports.
     To allow backports of debhelper we don't pass
     --install-layout=deb to 'setup.py install` for those Python
     versions where the option is ignored by distutils/setuptools.
     Thanks to Julian Andres Klode for the bug report.
     Closes: #539324
 .
 debhelper (7.3.12) unstable; urgency=low
 .
   * dh: Allow creation of new sequences (such as to handle a patch
     target for quilt), by adding an add_command function to the
     sequence addon interface. See #540124.
 .
 debhelper (7.3.11) unstable; urgency=low
 .
   * perl_build: Fix Build check to honor source directory setting.
 .
 debhelper (7.3.10) unstable; urgency=low
 .
   * perl_build: Avoid failing if forced to be used in dh_auto_clean
     when Build does not exist (ie due to being run twice in a row).
     Closes: #539848
   * dh_builddeb: Fix man page typo. Closes: #539976
   * dh_installdeb: In udeb mode, support the menutest and isinstallable
     maintainer scripts. Closes: #540079 Thanks, Colin Watson.
 .
 debhelper (7.3.9) unstable; urgency=low
 .
   * cmake: Avoid forcing rpath off as this can break some test suites.
     It gets stripped by cmake at install time. Closes: #538977
Checksums-Sha1: 
 c433bc346383fccb9b51c686309bf852743b561d 1721 debhelper_7.3.15ubuntu1.dsc
 d0b90a4ff798d94334cd0f517f68e9cef1992d8d 320226 debhelper_7.3.15ubuntu1.tar.gz
Checksums-Sha256: 
 6eaa0d5a1528636839bbe6818e9a6b99ba2fee259325d49b91eb94f3ef0b1bb1 1721 debhelper_7.3.15ubuntu1.dsc
 c66b2e48c120106bdf2cd71b66c4dc22f3e5c2a98468a96a7e3701376d8027c1 320226 debhelper_7.3.15ubuntu1.tar.gz
Files: 
 095fd9e90b17dd533b56dd503b459c9a 1721 devel optional debhelper_7.3.15ubuntu1.dsc
 10372448b4cd008d7bb70188351a15f8 320226 devel optional debhelper_7.3.15ubuntu1.tar.gz
Original-Maintainer: Joey Hess <joeyh at debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Colin Watson <cjwatson at debian.org> -- Debian developer

iQIVAwUBSpPAmTk1h9l9hlALAQiPNg//eRUJzyx24utZV3huP4kehkeCb59Enk2a
2sCOIIXt3CZtuQfDtIuCkUVJVDpedUianW6p2AvEx2ZVDFkbPc9FaaGKv9dccDuP
C3E5/IZsAghhvr6ArJDhU1fvXUFac7+Q+JI8UZW9QTQ0jGucZB/0GUR2SRxfacrP
WIcyih8Pv1XJQ5GUlc+/YCdT+VjEJaq3A7cyxcvNjlH+tpxfsPcF+SGoipT57rDd
TRh8xHIN8t8DPyMj2T7XqhI2obhAZoUP02HSasJmJ/3eyrCZUAUbziEiq2sNdKEk
IJj+0teZqnCo/Z+hUI7+ENMnGVr4lVo2p6Bj/ZHhHLUl87b/YtDbjL63sEPRIa3O
TTKWqdbZi0/dGKB9S3+LRSCyMhbjB8nAaPtfP/qX48pIo2+PMSWxQ1zxA9pBATnk
zclXiZxgkVcIugG7SclcVjsqeR3aVbK88f7WSX+yQBXYWdrHxDubtBRlOCDAPIMn
H8svb1Ajp9RQBH+MXR0adZ7/Ggx1mWGlK2lVk169WAFvAFbGLf0tdNau+SALia49
yxRivk0oEq6BVAt265l5RkYVHdCUfFb7MiiJoaeVb9b7Vb3PS02cyFrNrRu/JOzt
Hd6/YUAsp/+k7N1ObYjUNZLHi8d5QeqPHmjXxh0VtGLK4glAMmWI9+QjC0+29I4Y
dWpKLl6+djE=
=FNjh
-----END PGP SIGNATURE-----


More information about the Karmic-changes mailing list