Change logs for debhelper source package in Raring

  • debhelper (9.20120909ubuntu1) raring; urgency=low
    
      * Merge from Debian unstable, remaining changes:
        - Depend on dh-apparmor.
        - dh_installinit: Add --upstart-only and --onlyscripts-upstart modes.
        - continue to use /lib/init/upstart-job symlinks in Ubuntu, since
          insserv is not yet usable with upstart.
        - Add autoscripts for above: postinst-upstart-replace,
          preinst-removeconffile.
        - autoscripts/postinst-init, autoscripts/postinst-init-restart: Only
          call update-rc.d when there's no upstart job.
        - autoscripts/postinst-init-nostart: also handle the upstart case;
          otherwise we call update-rc.d to add, and again to remove!
        - 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.
    
    debhelper (9.20120909) unstable; urgency=low
    
      * autoscript() can now be passed a perl sub to run to s/// lines of
        the script, which avoids problems with using sed, including potentially
        building too long a sed command-line. This will become the recommended
        interface in the future; for now it can be used by specific commands
        such as dh_installxmlcatalogs that encounter the problem.
        Closes: #665296 Thanks, Marcin Owsiany
      * Updated Spanish man page translation. Closes: #686291
      * Updated German man page translation. Closes: #685538
      * Updated French man page translation. Closes: #685560
    
    debhelper (9.20120830) unstable; urgency=low
    
      * dh_installcatalogs: Adjust catalog conffile conversion to avoid
        dpkg conffile prompt when upgrading from a removed package.
        Closes: #681194
     -- Adam Conrad <email address hidden>   Wed, 07 Nov 2012 13:12:10 -0700
  • debhelper (9.20120608ubuntu1) quantal; urgency=low
    
      * Merge from Debian unstable, remaining changes:
        - Depend on dh-apparmor.
        - dh_installinit: Add --upstart-only and --onlyscripts-upstart modes.
        - continue to use /lib/init/upstart-job symlinks in Ubuntu, since
          insserv is not yet usable with upstart.
        - Add autoscripts for above: postinst-upstart-replace,
          preinst-removeconffile.
        - autoscripts/postinst-init, autoscripts/postinst-init-restart: Only
          call update-rc.d when there's no upstart job.
        - autoscripts/postinst-init-nostart: also handle the upstart case;
          otherwise we call update-rc.d to add, and again to remove!
        - 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.
      * Dropped changes, superseded in Debian:
        - Mark debhelper Multi-Arch: foreign, so it's recognized as satisfying
          cross-dependencies and cross-build-dependencies.
    
    debhelper (9.20120608) unstable; urgency=low
    
      * dh: When there's an -indep override target without -arch, or vice versa,
        avoid acting on packages covered by the override target when running
        the command for packages not covered by it. Closes: #676462
    
    debhelper (9.20120528) unstable; urgency=low
    
      * dh_installcatalogs: Turn /etc/sgml/$package.cat into conffiles
        and introduce dependency on trigger-based sgml-base. Closes: #477751
        Thanks, Helmut Grohne
    
    debhelper (9.20120523) unstable; urgency=low
    
      * Spanish translation update. Closes: #673629 Thanks, Omar Campagne
      * Set Multi-Arch: foreign. Closes: #674193
    
    debhelper (9.20120518) unstable; urgency=low
    
      * Fix versioned dependency on dpkg for xz options. Closes: #672895
      * dh_link: Doc improvement. Closes: #672988
    
    debhelper (9.20120513) unstable; urgency=low
    
      * Improve -v logging. Closes: #672448
      * dh_builddeb: Build udebs with xz compression, level 1, extreme strategy.
        This has been chosen to not need any more memory or cpu when uncompressing,
        while yeilding the best compressions for udebs. Thanks, Philipp Kern.
      * Depend on a new enough dpkg for above features. Backporters will need
        to revert these changes.
    
    debhelper (9.20120509) unstable; urgency=low
    
      * dh_installman: Recognize sections from mdoc .Dt entries. Closes: #670210
        Thanks, Guillem Jover
      * Updated German man page translation. Closes: #671598
      * dh_install: Reorder documentation for clarity. Closes: #672109
     -- Adam Conrad <email address hidden>   Tue, 19 Jun 2012 14:25:04 -0600