[ubuntu/lucid] debhelper 7.4.3ubuntu1 (Accepted)

Martin Pitt martin.pitt at ubuntu.com
Fri Oct 30 13:40:45 GMT 2009


debhelper (7.4.3ubuntu1) lucid; urgency=low

  * Merge with Debian unstable. Remaining Ubuntu 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: Handle conffile migration from old Ubuntu defaults
      (needed until after the next LTS release).

debhelper (7.4.3) unstable; urgency=low

  [ Valery Perrin ]
  * update french translation. Closes: #494300, #477703
  * add --previous at po4a command into Makefile
  * add dh, dh_auto_install, dh_auto_clean, dh_auto_configure,
    dh_auto_install, dh_auto_test, dh_bugfiles, dh_icons, dh_installifupdown,
    dh_installudev, dh_lintian, dh_prep into po4a.cfg manpages list
  * fix a spelling mistake in dh_makeshlibs man french
    translation (#494300 part 2)

  [ Joey Hess ]
  * dh_perl: Do not look at perl scripts under /usr/share/doc.
    Closes: #546683
  * Allow dpkg-architecture to print errors to stderr. Closes: #548636
  * python_distutils: Run default python last, not first, and pass --force
    to setup.py install to ensure that timestamps do not prevent installation
    of the scripts built for the default python, with unversioned shebang
    lines. Closes: #547510 (Thanks, Andrew Straw)

debhelper (7.4.2) unstable; urgency=low

  * Man page typo. Closes: #545443
  * dh: Remove duplicate dh_installcatalogs list. Closes: #545483
    (It was only run once due to logging.)
  * dh_installdocs: Add --link-doc option that can be used to link
    documentation directories. This is easier to use and more flexible
    than the old method of running dh_link first to make a broken symlink.
    Closes: #545676 Thanks, Colin Watson
  * Reorder dh_pysupport call in dh sequence to come before
    dh_installinit, so the generated postinst script registers
    python modules before trying to use them. Closes: #546293
  * dh_installudev: With --name, install debian/<package>.<name>.udev
    to rules.d/<priority>-<name>, the same as debian/<name>.udev
    is installed for the first package. Closes: #546337

debhelper (7.4.1) unstable; urgency=low

  [ Steve Langasek ]
  * dh_installinit: Support upstart job files, and provide compatibility
    symlinks in /etc/init.d for sysv-rc implementations.  Closes: #536035.

  [ Joey Hess ]
  * Add FILES sections to man pages. Closes: #545041
  * dh_prep(1): Clarify when it should be called. Closes: #544969

debhelper (7.4.0) unstable; urgency=low

  * Optimise -s handling to avoid running dpkg-architecture if a package
    is arch all. This was, suprisingly, the only overhead of using the -s
    flag with arch all/any packages.
  * The -a flag now does the same thing as the -s flag, so debhelper users
    do not need to worry about using the -s flag when building a package
    that only builds for some architectures, and dh will also work in that
    situation. Closes: #540794

debhelper (7.3.16) unstable; urgency=low

  * dh_desktop: Clarify in man page why it's a no-op.
    Closes: #543364
  * dh_installdocs: Loosen the Document field parsing, to accept
    everything doc-base *really* accepts in a doc id (not just what
    it's documented to accept). Closes: #543499
  * Allow sequence addons to pass options to debhelper commands,
    by adding add_command_options and remove_command_options to the interface.
    Closes: #543392
    (Modestas Vainius)
  * dh_auto_install: Add a --destdir parameter that can be used to override
    the default. Closes: #538201
    (Modestas Vainius)

Date: Fri, 30 Oct 2009 14:11:17 +0100
Changed-By: Martin Pitt <martin.pitt at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://edge.launchpad.net/ubuntu/lucid/+source/debhelper/7.4.3ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Fri, 30 Oct 2009 14:11:17 +0100
Source: debhelper
Binary: debhelper
Architecture: source
Version: 7.4.3ubuntu1
Distribution: lucid
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Martin Pitt <martin.pitt at ubuntu.com>
Description: 
 debhelper  - helper programs for debian/rules
Closes: 477703 494300 536035 538201 540794 543364 543392 543499 544969 545041 545443 545483 545676 546293 546337 546683 547510 548636
Changes: 
 debhelper (7.4.3ubuntu1) lucid; urgency=low
 .
   * Merge with Debian unstable. Remaining Ubuntu 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: Handle conffile migration from old Ubuntu defaults
       (needed until after the next LTS release).
 .
 debhelper (7.4.3) unstable; urgency=low
 .
   [ Valery Perrin ]
   * update french translation. Closes: #494300, #477703
   * add --previous at po4a command into Makefile
   * add dh, dh_auto_install, dh_auto_clean, dh_auto_configure,
     dh_auto_install, dh_auto_test, dh_bugfiles, dh_icons, dh_installifupdown,
     dh_installudev, dh_lintian, dh_prep into po4a.cfg manpages list
   * fix a spelling mistake in dh_makeshlibs man french
     translation (#494300 part 2)
 .
   [ Joey Hess ]
   * dh_perl: Do not look at perl scripts under /usr/share/doc.
     Closes: #546683
   * Allow dpkg-architecture to print errors to stderr. Closes: #548636
   * python_distutils: Run default python last, not first, and pass --force
     to setup.py install to ensure that timestamps do not prevent installation
     of the scripts built for the default python, with unversioned shebang
     lines. Closes: #547510 (Thanks, Andrew Straw)
 .
 debhelper (7.4.2) unstable; urgency=low
 .
   * Man page typo. Closes: #545443
   * dh: Remove duplicate dh_installcatalogs list. Closes: #545483
     (It was only run once due to logging.)
   * dh_installdocs: Add --link-doc option that can be used to link
     documentation directories. This is easier to use and more flexible
     than the old method of running dh_link first to make a broken symlink.
     Closes: #545676 Thanks, Colin Watson
   * Reorder dh_pysupport call in dh sequence to come before
     dh_installinit, so the generated postinst script registers
     python modules before trying to use them. Closes: #546293
   * dh_installudev: With --name, install debian/<package>.<name>.udev
     to rules.d/<priority>-<name>, the same as debian/<name>.udev
     is installed for the first package. Closes: #546337
 .
 debhelper (7.4.1) unstable; urgency=low
 .
   [ Steve Langasek ]
   * dh_installinit: Support upstart job files, and provide compatibility
     symlinks in /etc/init.d for sysv-rc implementations.  Closes: #536035.
 .
   [ Joey Hess ]
   * Add FILES sections to man pages. Closes: #545041
   * dh_prep(1): Clarify when it should be called. Closes: #544969
 .
 debhelper (7.4.0) unstable; urgency=low
 .
   * Optimise -s handling to avoid running dpkg-architecture if a package
     is arch all. This was, suprisingly, the only overhead of using the -s
     flag with arch all/any packages.
   * The -a flag now does the same thing as the -s flag, so debhelper users
     do not need to worry about using the -s flag when building a package
     that only builds for some architectures, and dh will also work in that
     situation. Closes: #540794
 .
 debhelper (7.3.16) unstable; urgency=low
 .
   * dh_desktop: Clarify in man page why it's a no-op.
     Closes: #543364
   * dh_installdocs: Loosen the Document field parsing, to accept
     everything doc-base *really* accepts in a doc id (not just what
     it's documented to accept). Closes: #543499
   * Allow sequence addons to pass options to debhelper commands,
     by adding add_command_options and remove_command_options to the interface.
     Closes: #543392
     (Modestas Vainius)
   * dh_auto_install: Add a --destdir parameter that can be used to override
     the default. Closes: #538201
     (Modestas Vainius)
Checksums-Sha1: 
 b5d60c83335d42c721fdbc54b5231f870728cebb 1021 debhelper_7.4.3ubuntu1.dsc
 ef6db7f059084f14f18f2bc7f02a906cb7a340e0 346793 debhelper_7.4.3ubuntu1.tar.gz
Checksums-Sha256: 
 d44f991a1ee40b9075d8b5d2e2f494340dffb56280a18d5dd07259c53d561c9e 1021 debhelper_7.4.3ubuntu1.dsc
 155ef9d76eda4a311084c54d89819ffa5cf5fc9990ef949745d72ba5e7a398df 346793 debhelper_7.4.3ubuntu1.tar.gz
Files: 
 0cc72b354fe85c954fc4ffca34aade11 1021 devel optional debhelper_7.4.3ubuntu1.dsc
 b1152d6d2058f645b04c737c6c5b8624 346793 devel optional debhelper_7.4.3ubuntu1.tar.gz
Original-Maintainer: Joey Hess <joeyh at debian.org>

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

iEYEARECAAYFAkrq6BYACgkQDecnbV4Fd/IbUQCg1i5eRLcpf15W/9Q86/2IjwiT
DkAAoPcUEmZJX+e6HYuxHSYTvho9rUQ5
=J1c3
-----END PGP SIGNATURE-----


More information about the Lucid-changes mailing list