Change log for debhelper package in Ubuntu

151208 of 208 results
Superseded in maverick-release
debhelper (7.4.20ubuntu2) maverick; urgency=low

  * dh_installchangelogs: Do not install upstream changelog in compat level 7.
    This floods packages with huge upstream changelogs which take precious CD
    space.
 -- Martin Pitt <email address hidden>   Sun, 01 Aug 2010 21:07:12 +0200

Available diffs

Superseded in maverick-release
debhelper (7.4.20ubuntu1) maverick; urgency=low

  * Merge with Debian (LP: #583352); 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.

Available diffs

Superseded in maverick-release
debhelper (7.4.19ubuntu1) maverick; urgency=low

  * Merge with Debian; 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_installudev: Drop conffile migration code, it was only needed until
    lucid.
  * dh_gconf: Temporarily lower generated gconf dependency to a version which
    we actually have.

Available diffs

Superseded in maverick-release
Obsolete in lucid-release
debhelper (7.4.15ubuntu1) lucid; urgency=low

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

Available diffs

Superseded in lucid-release
debhelper (7.4.13ubuntu1) lucid; urgency=low

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

Available diffs

Superseded in lucid-release
debhelper (7.4.11ubuntu1) lucid; urgency=low

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

Available diffs

Superseded in lucid-release
debhelper (7.4.10ubuntu1) lucid; urgency=low

  [ أحمد المحمودي (Ahmed El-Mahmoudy) ]
  * Merge with Debian unstable (LP: #485956). 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).

  [ Daniel Holbach ]
  * Port merge from 7.4.7 to 7.4.10.

Available diffs

Superseded in lucid-release
debhelper (7.4.3ubuntu2) lucid; urgency=low

  * dh_installinit: Fix merge error which caused init.d-autoscripts to be
    run for upstartified packages. (LP: #470326)

 -- Martin Pitt <email address hidden>   Mon, 02 Nov 2009 13:01:48 +0100

Available diffs

Superseded in lucid-release
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).

Available diffs

Superseded in lucid-release
Obsolete in karmic-release
debhelper (7.3.15ubuntu3) karmic; urgency=low

  * dh_installinit:
    - Create the upstart-job symlink even when --upstart-only is called,
      since this simplifies implementation of...
    - --restart-after-upgrade: we can't use the upstart 'restart' command here
      because this will give wrong behavior if we're adding a new job to an
      existing package; instead just use the standard invoke-rc.d snippet,
      which (combined with the above) will at least give us compatibility
      with policy-rc.d for preventing stopped jobs from starting on upgrade.
      (N.B.: prerm scripts could also safely reuse the invoke-rc.d handling
      instead of calling 'stop' directly, but leaving this alone for now
      because the current behavior is only minorly buggy.)
    - Drop unnecessary UPSTART_ONLY check; --upstart-only should never be set
      without having an upstart job so this is redundant.
    - postinst-reboot-required is never the right snippet to include here.
    - Merge in the final changes to the upstartification as accepted into
      debhelper upstream, dropping the --onlyscripts-upstart option from
      the documentation but mapping it to --onlyscripts for compatibility in
      karmic.
  * autoscript/postinst-upstart: typo fix.

 -- Steve Langasek <email address hidden>   Wed, 30 Sep 2009 13:57:14 -0700

Available diffs

Superseded in karmic-release
debhelper (7.3.15ubuntu2) karmic; urgency=low

  FFE LP: #427356.

  * dh_installinit: handle upstart job files in preference over init
    scripts, supplying appropriate maintainer scripts to stop, start or
    restart the jobs over upgrades.
    - currently unlike init scripts, these accept failures because Upstart
      considers "start when already running" failure.
  * dh_installinit: --upstart-only will not include maintainer script code
    to replace an init script with an upstart job, otherwise a compatibilty
    symlink to /lib/init/upstart-job is left in its place

 -- Scott James Remnant <email address hidden>   Tue, 15 Sep 2009 03:32:13 +0100

Available diffs

Superseded in karmic-release
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).

Available diffs

Superseded in karmic-release
debhelper (7.3.8ubuntu1) karmic; urgency=low

  * Merge with Debian unstable (LP: #404561). Remaining Ubuntu changes:
    - dh_installudev: Default priority is now 40 by default, the target
      directory is /lib/udev/rules.d, and rules use '-' as separator instead of
      '_'.  Remove files from /etc/udev/rules.d unless they are user modified;
      if modified and of default priority, take care to rename.
      This should eventually go to Debian as well, see Debian #491117.

Available diffs

Superseded in karmic-release
debhelper (7.2.14ubuntu1) karmic; urgency=low

  * Merge with Debian unstable (lp: #379950). Remaining Ubuntu changes:
    - dh_installudev: Default priority is now 40 by default, the target
      directory is /lib/udev/rules.d, and rules use '-' as separator instead of
      '_'.  Remove files from /etc/udev/rules.d unless they are user modified;
      if modified and of default priority, take care to rename.
      This should eventually go to Debian as well, see Debian #491117.
    - dh_auto_install: add "--install-layout=deb" to setup.py install calls
      (new Python 2.6 policy).

Available diffs

Superseded in karmic-release
debhelper (7.2.8ubuntu1) karmic; urgency=low

  * Merge with Debian unstable. Remaining Ubuntu changes:
    - dh_installudev: Default priority is now 40 by default, the target
      directory is /lib/udev/rules.d, and rules use '-' as separator instead of
      '_'.  Remove files from /etc/udev/rules.d unless they are user modified;
      if modified and of default priority, take care to rename.
      This should eventually go to Debian as well, see Debian #491117.
    - dh_auto_install: add "--install-layout=deb" to setup.py install calls
      (new Python 2.6 policy).
  * dh_installxfonts: Drop versioned dependency for xfonts-utils. This
    was only necessary for dapper backports, but since dapper desktop goes
    EOL in two months, and we haven't done dapper backports in ages, this is
    just an unnecessary delta.

Available diffs

Superseded in karmic-release
Obsolete in jaunty-release
debhelper (7.0.17ubuntu4) jaunty; urgency=low

  * dh_auto_install: add "--install-layout=deb" to setup.py install calls.

 -- Michael Bienia <email address hidden>   Mon, 09 Mar 2009 16:17:31 +0100

Available diffs

Superseded in jaunty-release
debhelper (7.0.17ubuntu3) jaunty; urgency=low

  * dh_installmodules: Install files to /etc/modprobe.d/*.conf, and move the
    file from /etc/modprobe.d/* if it exists and is changed (otherwise
    remove before upgrade).

 -- Scott James Remnant <email address hidden>   Thu, 05 Mar 2009 11:26:43 +0000

Available diffs

Superseded in jaunty-release
debhelper (7.0.17ubuntu2) jaunty; urgency=low

  * dh_installudev: Default priority is now 40 by default, and the target
    directory is now /lib/udev/rules.d.  Remove files from /etc/udev/rules.d
    unless they are user modified; if modified and of default priority,
    take care to rename.

 -- Scott James Remnant <email address hidden>   Tue, 06 Jan 2009 18:03:34 +0000

Available diffs

Obsolete in hardy-backports
debhelper (7.0.13ubuntu1~hardy1) hardy-backports; urgency=low

  * Automated backport upload; no source changes.

Superseded in jaunty-release
debhelper (7.0.17ubuntu1) jaunty; urgency=low

  * Resynchronise with Debian. Remaining changes:
    - dh_installudev: Use priority 50 by default (instead of z60) and '-'
      separator (instead of '_').
    - dh_installxfonts: Use versioned dependency for xfonts-utils. This
      should be kept until dapper goes out of support, to avoid broken
      dapper backports.
  * Stop discarding scrollkeeper-update output; this isn't needed now that
    we use rarian-compat.

Available diffs

Superseded in jaunty-release
Obsolete in intrepid-release
debhelper (7.0.13ubuntu1) intrepid; urgency=low

  * Merge from Debian unstable, remaining changes:
    - autoscripts/postinst-scrollkeeper: Do not show scrollkeeper-update
      output.
    - dh_installudev: Use priority 50 by default (instead of z60) and '-'
      separator (instead of '_').
    - dh_installxfonts: Use versioned dependency for xfonts-utils. This should
      be kept until dapper goes out of support, to avoid broken dapper
      backports.

 -- Steve Langasek <email address hidden>   Sat, 28 Jun 2008 00:41:46 +0000

Available diffs

Superseded in intrepid-release
debhelper (7.0.11ubuntu1) intrepid; urgency=low

  * Merge with Debian unstable. Remaining Ubuntu changes:
    - autoscripts/postinst-scrollkeeper: Do not show scrollkeeper-update
      output.
    - dh_installudev: Use priority 50 by default (instead of z60) and '-'
      separator (instead of '_').
    - dh_installxfonts: Use versioned dependency for xfonts-utils. This should
      be kept until dapper goes out of support, to avoid broken dapper
      backports.

Available diffs

Superseded in intrepid-release
debhelper (7.0.8ubuntu1) intrepid; urgency=low

  * Merge with Debian unstable. Remaining Ubuntu changes:
    - autoscripts/postinst-scrollkeeper: Do not show scrollkeeper-update
      output.
    - dh_installudev: Use priority 50 by default (instead of z60) and '-'
      separator (instead of '_').
    - dh_installxfonts: Use versioned dependency for xfonts-utils. This should
      be kept until dapper goes out of support, to avoid broken dapper
      backports.

Superseded in intrepid-release
debhelper (7.0.2ubuntu1) intrepid; urgency=low

  * Merge with Debian unstable. Remaining Ubuntu changes:
    - autoscripts/postinst-scrollkeeper: Do not show scrollkeeper-update
      output.
    - dh_installudev: Use priority 50 by default (instead of z60) and '-'
      separator (instead of '_').
    - dh_installxfonts: Use versioned dependency for xfonts-utils. This should
      be kept until dapper goes out of support, to avoid broken dapper
      backports.
  * Makefile: Escape '$' in $(shell ) call, so that it is passed correctly to
    grep. Forwarded to Debian #478475.

Superseded in intrepid-release
Obsolete in hardy-release
debhelper (6.0.4ubuntu1) hardy; urgency=low

  * Merge with Debian unstable (LP: #184545). Remaining changes:
    - autoscripts/postinst-scrollkeeper: Do not show scrollkeeper-update
      output.
    - dh_installudev: Use priority 50 by default (instead of z60) and '-'
      separator (instead of '_').
    - dh_installxfonts: Use versioned dependency for xfonts-utils. This should
      be kept until dapper goes out of support, to avoid broken dapper
      backports.
    - dh_python: Add 2.5 as supported Python version. dh_python is generally
      deprecated in favor of dh_py{central,support}, but universe might still
      have some unconverted packages. This should be dropped at some point,
      though.

Superseded in hardy-release
debhelper (5.0.62ubuntu1) hardy; urgency=low

  * Merge with Debian unstable. See 5.0.58ubuntu1 for remaining diffs
    (unchanged).

Superseded in hardy-release
debhelper (5.0.61ubuntu1) hardy; urgency=low

  * Merge with Debian unstable. See 5.0.58ubuntu1 for remaining diffs
    (unchanged).

Superseded in hardy-release
debhelper (5.0.59ubuntu1) hardy; urgency=low

  * Merge trigger support from Debian unstable.

Superseded in hardy-release
debhelper (5.0.58ubuntu1) hardy; urgency=low

  * Merge with Debian unstable. Remaining changes:
    - autoscripts/postinst-scrollkeeper: Do not show scrollkeeper-update
      output.
    - dh_installudev: Use priority 50 by default (instead of z60) and '-'
      separator (instead of '_').
    - dh_installxfonts: Use versioned dependency for xfonts-utils. This should
      be kept until dapper goes out of support, to avoid broken dapper
      backports.
    - dh_python: Add 2.5 as supported Python version. dh_python is generally
      deprecated in favor of dh_py{central,support}, but universe might still
      have some unconverted packages. This should be dropped at some point,
      though.

Superseded in hardy-release
Obsolete in gutsy-release
debhelper (5.0.51ubuntu3) gutsy; urgency=low

  * autoscripts/postinst-iconcache, autoscripts/postrm-iconcache:
    run gtk-update-icon-cache <args> || true   to not bomb out in postinsts.

 -- Daniel Holbach <email address hidden>   Thu, 12 Jul 2007 09:26:39 +0100
Superseded in gutsy-release
debhelper (5.0.51ubuntu2) gutsy; urgency=low

  * Have dh_iconcache call dh_icons instead of itself.

 -- Steve Kowalik <email address hidden>   Tue, 10 Jul 2007 01:37:22 +1000
Superseded in gutsy-release
debhelper (5.0.51ubuntu1) gutsy; urgency=low

  * Resynchronise with Debian. Remaining changes:
    - autoscripts/postinst-scrollkeeper: Do not display scrollkeeper output.
    - dh_installudev: Change default priority string to 50, and change the
      separator character to "-".
    - dh_installxfonts: Set a versioned Depends on xfonts-utils to ensure
      availability of --x11r7-layout.
    - dh_python: Add 2.5 as known version.
    - Add dh_iconcache.
  * autoscripts/postinst-iconcache, autoscripts/postrm-iconcache: removed.
  * dh_iconcache: replaced with a compatibility script, that simply calls
    dh_icons.
    WARNING: please switch to dh_icons, dh_iconcache will go away.
  * dh_icons: drop safety check that only executes dh_icons if a theme cache
    already exists - we don't have a transition period to go through.
  * autoscripts/postinst-icons, autoscripts/postrm-icons: ran dos2unix on
    them.

Superseded in gutsy-release
debhelper (5.0.50ubuntu1) gutsy; urgency=low

  * Resynchronise with Debian. Remaining changes:
    - autoscripts/postinst-scrollkeeper: Do not display scrollkeeper output.
    - Add dh_iconcache.
    - dh_installudev: Change default priority string to 50, and change the
      separator character to "-".
    - dh_installxfonts: Set a versioned Depends on xfonts-utils to ensure
      availability of --x11r7-layout.
    - dh_python: Add 2.5 as known version.

 -- Colin Watson <email address hidden>   Mon, 11 Jun 2007 19:37:18 +0100
Superseded in gutsy-release
debhelper (5.0.49ubuntu1) gutsy; urgency=low

  * Resynchronise with Debian. Remaining changes:
    - autoscripts/postinst-scrollkeeper: Do not display scrollkeeper output.
    - Add dh_iconcache.
    - dh_installwm: In backward-compatibility code, assume /usr/bin/X11
      rather than /usr/X11R6/bin.
    - dh_installudev: Change default priority string to 50, and change the
      separator character to "-".
    - dh_installxfonts: Set a versioned Depends on xfonts-utils to ensure
      availability of --x11r7-layout.
  * Drop dh_gconf changes as they only affect upgrades from versions of
    Ubuntu before 6.06.
  * Set Ubuntu maintainer address per Debian's request.

Superseded in gutsy-release
Obsolete in feisty-release
debhelper (5.0.42ubuntu1) feisty; urgency=low

  * Resynchronise with Debian. Remaining changes:
    - autoscripts/postinst-scrollkeeper: Do not display scrollkeeper output.
    - Add dh_iconcache.
    - dh_gconf: Update package versions for Ubuntu.
    - dh_installwm: In backward-compatibility code, assume /usr/bin/X11
      rather than /usr/X11R6/bin.
    - Make dh_installudev conform to Ubuntu udev policy by installing files
      directly under /etc/udev/rules.d/ rather than installing them in
      /etc/udev/ and creating symlinks.
    - dh_installxfonts: Set a versioned Depends on xfonts-utils to ensure
      availability of --x11r7-layout.

Superseded in feisty-release
debhelper (5.0.40ubuntu1) feisty; urgency=low

  * Resynchronise with Debian. Remaining changes:
    - autoscripts/postinst-scrollkeeper: Do not display scrollkeeper output.
    - Add dh_iconcache.
    - dh_gconf: Update package versions for Ubuntu.
    - dh_installwm: In backward-compatibility code, assume /usr/bin/X11
      rather than /usr/X11R6/bin.
    - Make dh_installudev conform to Ubuntu udev policy by installing files
      directly under /etc/udev/rules.d/ rather than installing them in
      /etc/udev/ and creating symlinks.
    - dh_installxfonts: Set a versioned Depends on xfonts-utils to ensure
      availability of --x11r7-layout.
    - debian/control: Adjust Conflicts on python-support and python-central
      to take Ubuntu versions into account.

Superseded in feisty-release
Obsolete in edgy-release
debhelper (5.0.37.3ubuntu4) edgy; urgency=low

  * dh_installxfonts: Set a versioned Depends on xfonts-utils. This change is
    ubuntu specific. Debian doesn't suffer of this issue because they never
    released a version of xfonts-utils that does not support --x11r7-layout
    option.
    (Closes Ubuntu: #52803)

 -- Fabio M. Di Nitto <email address hidden>   Mon, 09 Oct 2006 07:10:42 +0200
Superseded in edgy-release
debhelper (5.0.37.3ubuntu3) edgy; urgency=low

  * Update from 5.0.39:
    - dh_python: Also be a no-op if there's a Python-Version control file field.

 -- Matthias Klose <email address hidden>   Sat,  7 Oct 2006 13:41:46 +0000
Superseded in edgy-release
debhelper (5.0.37.3ubuntu2) edgy; urgency=low

  * Merge dh_python changes from unstable version 5.0.38, adjust conflicts
    to versions available in edgy, re-add 2.5 as known version.

 -- Matthias Klose <email address hidden>   Fri,  6 Oct 2006 11:44:44 +0200
Superseded in edgy-release
debhelper (5.0.37.3ubuntu1) edgy; urgency=low

  * Synchronize with Debian unstable.

Superseded in edgy-release
debhelper (5.0.37.2ubuntu1) edgy; urgency=low

  * Synchronize with Debian unstable.

Superseded in edgy-release
debhelper (5.0.37.1ubuntu1) edgy; urgency=low

  * Synchronize with Debian unstable.

Superseded in edgy-release
debhelper (5.0.35ubuntu1) edgy; urgency=low

  [ Colin Watson ]
  * Resynchronise with Debian. Remaining changes:
    - autoscripts/postinst-scrollkeeper: Do not display scrollkeeper output.
    - Add dh_iconcache.
    - dh_gconf: Update package versions for Ubuntu.
    - dh_installwm: In backward-compatibility code, assume /usr/bin/X11
      rather than /usr/X11R6/bin.

  [ Scott James Remnant ]
  * Make dh_installudev conform to Ubuntu udev policy by installing files
    directly under /etc/udev/rules.d/ rather than installing them in
    /etc/udev/ and creating symlinks.

Superseded in edgy-release
Obsolete in dapper-release
debhelper (5.0.7ubuntu13) dapper; urgency=low

  *  dh_iconcache: use :g in the substitute to remove more than one occurence
     of #ICONDIR# per line (Ubuntu: #42895)

 -- Sebastian Dröge <email address hidden>   Thu,  4 May 2006 11:20:55 +0200
Superseded in dapper-release
debhelper (5.0.7ubuntu12) dapper; urgency=low

  * autoscripts/postrm-iconcache: Test for #ICONDIR# before we try to touch
    it in postrm, since it may well have been removed before we try to run.

 -- Adam Conrad <email address hidden>   Wed,  3 May 2006 11:10:03 +1000
Superseded in dapper-release
debhelper (5.0.7ubuntu11) dapper; urgency=low

  * Merge change from 5.0.26:
  * dh_installinit: Fix badly generated code in maint scripts that used
     || exit 0   instead of the intended
     || exit $?
    due to a bad shell expansion and caused invoke-rc.d errors to be
    ignored. Closes: #337664

    Note: This has been broken since version 4.2.12 and has affected many
    packages.

 -- Matthias Klose <email address hidden>   Thu, 27 Apr 2006 07:54:52 +0000
Superseded in dapper-release
debhelper (5.0.7ubuntu10) dapper; urgency=low

  * autoscripts/post{inst,rm}-iconcache:
    - handle the somewhat strange case of libgtk2.0-bin being unpacked
      (gtk-update-icon-cache exists), but /etc/gtk-2.0/gdk-pixbuf.loaders not
      generated yet. (This is the case during the CD builds.)

 -- Daniel Holbach <email address hidden>   Mon, 24 Apr 2006 12:01:16 +0200
Superseded in dapper-release
debhelper (5.0.7ubuntu9) dapper; urgency=low

  * autoscripts/post{inst,rm}-iconcache:
    - check for existence of index.theme file.

 -- Daniel Holbach <email address hidden>   Wed, 12 Apr 2006 11:06:37 +0200
Superseded in dapper-release
debhelper (5.0.7ubuntu8) dapper; urgency=low

  * autoscripts/post{inst,rm}-iconcache,
    dh_iconcache:
    - moved is-empty check to post{inst,rm}
    - don't bomb out, if gtk-update-icon-cache fails, it's not important
      enough.
    - clean up.

 -- Daniel Holbach <email address hidden>   Tue, 11 Apr 2006 09:54:14 +0200
Superseded in dapper-release
debhelper (5.0.7ubuntu7) dapper; urgency=low

  * dh_iconcache:
    - cope with empty them directories, narf! (Malone: #38486)

 -- Daniel Holbach <email address hidden>   Fri,  7 Apr 2006 12:29:07 +0200
Superseded in dapper-release
debhelper (5.0.7ubuntu6) dapper; urgency=low

  * autoscripts/postrm-iconcache,
    autoscripts/postinst-iconcache:
    - play it safe and run   touch -m   on the dir.
    - use  -q  in gtk-update-icon-cache usage.

 -- Daniel Holbach <email address hidden>   Tue,  4 Apr 2006 21:01:29 +0200
Superseded in dapper-release
debhelper (5.0.7ubuntu5) dapper; urgency=low

  * autoscripts/postinst-iconcache,
    autoscripts/postrm-iconcache,
    dh_iconcache:
    - wrote dh_iconcache.

 -- Daniel Holbach <email address hidden>   Mon,  3 Apr 2006 12:16:33 +0200
Superseded in dapper-release
debhelper (5.0.7ubuntu4) dapper; urgency=low


  * merged autoscripts/post*-gconf-defaults from Debian as well.

 -- Daniel Holbach <email address hidden>  Wed,  1 Feb 2006 10:01:46 +0000
Superseded in dapper-release
Superseded in dapper-release
Superseded in dapper-release
debhelper (5.0.7ubuntu3) dapper; urgency=low


  * dh_gconf change from Debian:
    - add support for debian/package.gconf-defaults, to provide
      defaults for a package without patching the schemas.
  * dh_gconf: updated the packages version for Ubuntu

 -- Sebastien Bacher <email address hidden>  Sat, 28 Jan 2006 19:21:50 +0100
Superseded in dapper-release
debhelper (5.0.7ubuntu2) dapper; urgency=low


  * autoscripts/{postinst,prerm}-gconf:
    - apply the gconf changes now since we have done the transition.
  * dh_gconf:
    - updated the gconf2 requirement to the current version.

 -- Sebastien Bacher <email address hidden>  Fri, 25 Nov 2005 17:02:02 +0100
Obsolete in breezy-release
debhelper (4.9.5ubuntu1) breezy; urgency=low


  * Resynchronise with Debian.

 -- Matthias Klose <email address hidden>  Tue,  9 Aug 2005 11:24:26 +0000
Obsolete in hoary-release
debhelper (4.2.28ubuntu4) hoary; urgency=low


  * Split out a package_arch and export it in Dh_Lib (taken from 4.2.31).

 -- Matthias Klose <email address hidden>  Thu, 17 Feb 2005 22:46:55 +0000
Obsolete in warty-release
debhelper (4.2.11ubuntu2) warty; urgency=low


  * dh_scrollkeeper: don't display the output (Warty #336).

 -- Sebastien Bacher <email address hidden>  Wed, 28 Jul 2004 00:46:22 +0200
151208 of 208 results