pbbuttonsd (0.7.9-3ubuntu1) trusty; urgency=medium

  * Merge from Debian unstable, remaining changes:
    - debian/patches/fix-bashisms.patch: Fix bashisms in various scripts.
    - Remove 0 and 6 from Default-Stop line in init script for good measure.
    - Drop Recommends on laptop-mode-tools, which we don't want installed by
      default.
    - debian/pbbuttonsd.init: Exit if this system does not have a PMU chip.
    - Add debian/pbbuttonsd.udev: Send SIGHUP to pbbuttonsd when a new input
      device appears. Install it in debian/rules.
    - debian/patches/English-language-fixes.patch: string typo fixes.
    - debian/patches/disable-powersave-under-gpm.patch: Do not do anything if
      gnome-power-manager is running, since that already handles power
      management.
    - debian/patches/disable-hotkeys-under-gsd.patch: Ignore keyboard volume
      keys if gnome-settings-daemon is running.
    - debian/patches/use-eject-not-unmount.patch: Try to call "eject", and
      only call umount if eject failed. eject apparently does a better job of
      ejecting than the builtin method.
    - debian/patches/disable-autorescan.patch: Disable autorescan, this is
      done by the udev rule.
  * Dropped changes, included in Debian:
    - Change deprecated ${Source-Version} substvar for ${binary:Version}
    - Fix debian/rules to not ignore make clean errors
  * Dropped changes:
    - debian/pbbuttonsd.postinst: Remove rc0 and rc6 symlinks on upgrade.
      This is no longer needed for upgrades.
    - pbbuttonsd.conf: Disable SleepKey and Sleep timer by default: handled
      via the patches to upstream source.
    - pbbuttonsd.conf: Set ALSA as default sound system: the current upstream
      default of 'auto' is sufficient.
    - pbbuttonsd.conf: Set touchpad to 'notap' mode by default: no explanation
      in the package history for why this was set, drop the delta from Debian
      and upstream.
  * Convert Ubuntu delta to 3.0 (quilt)

 -- Steve Langasek <steve.langasek@ubuntu.com>  Sat, 25 Jan 2014 19:05:15 -0500

pbbuttonsd (0.7.9-3) unstable; urgency=low

  * QA upload.
  * Switch to dpkg-source 3.0 (quilt) format.
  * debian/control:
    - Maintainer field set to QA Group.
    - Drop Uploaders field.
    - Add ${misc:Depends} to dependencies.
    - Bump Standards-Version to 3.9.5.
    - Replace deprecated ${Source-Version} substvar with ${binary:Version}.
  * debian/rules:
    - dh_clean -k is deprecated. Replace it with dh_prep.
    - Do not ignore make distclean errors.
    - Add build-{arch,indep}.
    - Build with default CFLAGS and LDFLAGS returned by dpkg-buildflags.
  * debian/patches/01-no-ftbfs-format-security.diff:
    - Replace a call to fprintf with no arguments with an equivalent fputs.
    - Use "%s" as a format string and pass inptr as an argument when calling
      syslog(3).
  * debian/pbbuttonsd.init:
    - Depend on $remote_fs to make sure the init script is run after /usr is
      mounted and before it's unmounted.
    - Remove S from Default-Stop.
  * debian/compat:
    - Set debhelper compatibility level to 9.
  * debian/copyright:
    - Point to GPL version 2.
  * debian/pbbuttonsd.{pre,post}inst:
    - Do not ignore errors (add set -e).

 -- Emanuele Rocca <ema@debian.org>  Tue, 21 Jan 2014 09:24:33 +0000

pbbuttonsd (0.7.9-2ubuntu5) lucid; urgency=low

  * Drop Recommends on laptop-mode-tools, which we don't want installed by
    default.

 -- Steve Langasek <steve.langasek@ubuntu.com>  Tue, 01 Dec 2009 20:41:01 +0000

pbbuttonsd (0.7.9-2ubuntu4) intrepid; urgency=low

  * Removed update-rc.d "multiuser" option and updated init info (LP: #254267)
    http://lists.ubuntu.com/archives/ubuntu-devel-announce/2008-June/000430.html
  * Avoid rules to ignore make clean errors
  * Change deprecated ${Source-Version} substvar for ${binary:Version}

 -- Nicolas Valcárcel <nvalcarcel@ubuntu.com>  Wed, 13 Aug 2008 21:50:57 -0500

pbbuttonsd (0.7.9-2ubuntu3) gutsy; urgency=low

  * Fix postinst glitch that meant rc0 symlinks weren't removed on upgrade.
  * Remove 0 and 6 from Default-Stop line in init script for good measure.

 -- Colin Watson <cjwatson@ubuntu.com>  Wed, 25 Jul 2007 09:23:58 +0100

pbbuttonsd (0.7.9-2ubuntu2) gutsy; urgency=low

  * configure.in, configure, scripts/pmcs-apmd: Fix bashisms.

 -- Colin Watson <cjwatson@ubuntu.com>  Tue, 12 Jun 2007 08:46:34 +0100

pbbuttonsd (0.7.9-2ubuntu1) gutsy; urgency=low

  * Merge from debian unstable; remaining Ubuntu changes:
    - debian/control, debian/rules: RC scripts in 'multiuser' mode (no init 0
      and 6 symlinks).
    - debian/pbbuttonsd.postinst: Remove rc0 and rc6 symlinks on upgrade. This
      needs to be kept until the next LTS.
    - debian/pbbuttonsd.init: Exit if this system does not have a PMU chip.
      (LP #47419)
    - src/module_cdrom.c: Try to call "eject", and only call umount if eject
      failed. eject apparently does a better job of ejecting than the builtin
      method.
    - src/module_alsamixer.c: Do not do anything if gnome-setttings-daemon is
      running, since that already handles volume keys.
    - src/module_powersave.c: Do not do anything if gnome-power-manager is
      running, since that already handles power management.
    - src/module_alsamixer.c, src/module_peep.c, pbbcmd/pbbcmd.c: String typo
      fixes.
    - pbbuttonsd.conf:
      + Disable SleepKey and Sleep timer by default, already handled by Gnome.
      + Set ALSA as default sound system.
      + Set touchpad to 'notap' mode by default.
      + Disable autorescan, this is done by the udev rule.
    - Add debian/pbbuttonsd.udev: Send SIGHUP to pbbuttonsd when a new input
      device appears. Install it in debian/rules.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Mon, 28 May 2007 21:32:29 +0200

pbbuttonsd (0.7.9-2) unstable; urgency=high

  * Remove i386 packages again. As the underlying hardware
    is so completly different it actually makes no sense
    right now to have the package there. Use software like
    mbpeventd instead. Urgency high to indicate that this
    is a change that would be good to have in etch.
    Also closes: #377708

 -- Frank Lichtenheld <djpig@debian.org>  Sun, 24 Dec 2006 14:18:21 +0100

pbbuttonsd (0.7.9-1ubuntu3) feisty; urgency=low

  * Rebuild for changes in the amd64 toolchain.
  * Set Ubuntu maintainer address.

 -- Matthias Klose <doko@ubuntu.com>  Mon,  5 Mar 2007 01:24:15 +0000

pbbuttonsd (0.7.9-1ubuntu2) feisty; urgency=low

  * Add a udev rule to send SIGHUP to pbbuttonsd when a new input device
    appears.
  * Disable autorescan again.

 -- Colin Watson <cjwatson@ubuntu.com>  Fri,  8 Dec 2006 22:17:35 +0000

pbbuttonsd (0.7.9-1ubuntu1) feisty; urgency=low

  * Merge from debian unstable; remaining Ubuntu changes:
    - debian/control, debian/pbbuttonsd.postinst, debian/rules: RC scripts in
      'multiuser' mode (no init 0 and 6 symlinks).
    - debian/pbbuttonsd.init: Exit if this system does not have a PMU chip.
    - Add debian/50pbbuttonsd: Reinitialize after resuming from sleep. Install
      script in debian/rules.
    - src/module_cdrom.c: Try to call "eject", and only call umount if eject
      failed. eject apparently does a better job of ejecting than the builtin
      method.
    - src/module_alsamixer.c: Do not do anything if gnome-setttings-daemon is
      running, since that already handles volume keys.
    - src/module_powersave.c: Do not do anything if gnome-power-manager is
      running, since that already handles power management.
    - scripts/scripts.d/apmd-compat: Call /etc/apm/event.d scripts with
      'resume' on resuming from sleep.
    - src/module_alsamixer.c, src/module_peep.c, pbbcmd/pbbcmd.c: String typo
      fixes.
    - pbbuttonsd.conf:
      + Disable SleepKey and Sleep timer by default, already handled by Gnome.
      + Set ALSA as default sound system.
      + Set touchpad to 'notap' mode by default.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Tue, 28 Nov 2006 18:18:35 +0100

pbbuttonsd (0.7.9-1) unstable; urgency=low

  * New upstream version
    + Improves performance by polling less often (Closes: #372760)
    + Works around problems with the synaptics trackpad
      driver (Closes: #377447)
    + Supports sysfs backlight interface as added in Linux
      2.6.18 (Closes: #389770)

 -- Frank Lichtenheld <djpig@debian.org>  Wed,  4 Oct 2006 00:43:48 +0200

pbbuttonsd (0.7.5-2ubuntu5) edgy; urgency=low

  * Fix spelling of some error strings. Thanks to Malcolm Parsons! Closes:
    LP#62854

 -- Martin Pitt <martin.pitt@ubuntu.com>  Thu,  5 Oct 2006 14:21:01 +0200

pbbuttonsd (0.7.5-2ubuntu4) edgy; urgency=low

  * debian/pbbuttonsd.init: Immediately exit if /proc/pmu does not exist, i.
    e. if the system does not have a PMU chip. This avoids error messages on
    systems with CUDA. Closes: LP#47419

 -- Martin Pitt <martin.pitt@ubuntu.com>  Mon, 18 Sep 2006 12:03:22 +0200

pbbuttonsd (0.7.5-2ubuntu3) edgy; urgency=low

  * Add forgotten versioned-dependency on sysv-rc to get new update-rc.d
    behaviour.  Go me.

 -- Scott James Remnant <scott@ubuntu.com>  Fri, 21 Jul 2006 01:24:17 +0100

pbbuttonsd (0.7.5-2ubuntu2) edgy; urgency=low

  * Remove stop links from rc0 and rc6

 -- Scott James Remnant <scott@ubuntu.com>  Thu, 20 Jul 2006 23:27:56 +0100

pbbuttonsd (0.7.5-2ubuntu1) edgy; urgency=low

  * Merge from debian unstable.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Wed,  5 Jul 2006 13:06:02 +0200

pbbuttonsd (0.7.5-2) unstable; urgency=low

  * Bump Standards-Version to 3.7.2 (no changes)
  * Build the packages on i386, too. This might make sense now
    that there are the IA32 MacBooks. Thanks to Alexander Wirt
    for the suggestion.
  * Do not try to call MAKEDEV if it isn't there (because of our
    dependency on makedev | udev).

 -- Frank Lichtenheld <djpig@debian.org>  Sun, 18 Jun 2006 22:41:15 +0200

pbbuttonsd (0.7.5-1) unstable; urgency=low

  * new upstream release
    + call sync() on suspend-to-disk (Closes: #357595)
    + can dim lcd brightness to 0 while in autoadjust mode (Closes: #345314)
  * cd /dev ; MAKEDEV pmu in postinst (Closes: #350798) 

 -- Filippo Giunchedi <filippo@debian.org>  Sun, 14 May 2006 10:35:40 -0500

pbbuttonsd (0.7.4-1) unstable; urgency=low

  * New upstream release
  * You shouldn't need makedev if you have udev, so change dependencies
    accordingly
  * Update debhelper compat version to 5

 -- Frank Lichtenheld <djpig@debian.org>  Sat, 28 Jan 2006 14:28:28 +0100

pbbuttonsd (0.7.2-1ubuntu5) dapper; urgency=low

  * src/module_alsamixer.c: Fix a typo in the check for the master element
    having a playback volume, which caused pbbuttonsd to crash if not. Thanks
    to John Steele Scott for this patch! Closes: LP#39646

 -- Martin Pitt <martin.pitt@ubuntu.com>  Mon, 15 May 2006 11:23:18 +0200

pbbuttonsd (0.7.2-1ubuntu4) dapper; urgency=low

  * Add a script that reinits the settings after resuming from suspend
    Thanks to Sam Tygier for the script (Ubuntu: #37112)
    This is currently in /etc/apm/resume.d but should be in
    /etc/power/resume.d. Unfortunately the scripts in there don't work at all
    for me currently... I'll investigate into this further later if I find
    some free time.

 -- Sebastian Dröge <slomo@ubuntu.com>  Thu,  4 May 2006 13:10:25 +0200

pbbuttonsd (0.7.2-1ubuntu3) dapper; urgency=low

  * src/module_powersave.c:
    - Ignore lid and power change events if gnome-power-manager is running.
  * src/module_alsamixer.c:
    - Ignore keyboard volume keys if gnome-settings-daemon is running.
    - Should partly fix Malone #21374.
  * Patch copied to debian/ubuntu-patches/pbbuttonsd.check-gnome.patch.
  * pbbuttonsd.conf:
    - Restore default Mute key to uncripple pbbuttonsd for non-Gnome
      environments.
    - Use ALSA mixer, not OSS.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Tue, 14 Mar 2006 16:54:53 +0100

pbbuttonsd (0.7.2-1ubuntu2) dapper; urgency=low

  * src/module_pmac.c: Fix double sleep that occured under some conditions.
    Patch taken from upstream CVS. (Malone #33081)

 -- Martin Pitt <martin.pitt@ubuntu.com>  Wed,  1 Mar 2006 13:18:20 +0100

pbbuttonsd (0.7.2-1ubuntu1) dapper; urgency=low

  * Resynchronise with Debian.
  * debian/pbbuttonsd.preinst: Remove hoary->breezy transition bits.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Mon,  7 Nov 2005 19:35:27 -0500

pbbuttonsd (0.7.2-1) unstable; urgency=low

  * New upstream release
    - handle events when lid is closed (Closes: #306482)
    - better support for suspend-to-disk (Closes: #329369)
    - don't abort on start if sound system can't be loaded
      (Closes: #325309, #321631)
  * Convert init script to use the lsb init functions and
    add lsb init info

 -- Frank Lichtenheld <djpig@debian.org>  Thu, 29 Sep 2005 02:05:41 +0200

pbbuttonsd (0.7.1-2) unstable; urgency=low

  * Apply patch by Martin Pitt from the Ubuntu package, which
    fixes an incorrect call of apm scripts on resume
    (Closes: #329368)
  * Update FSF address in copyright file

 -- Frank Lichtenheld <djpig@debian.org>  Wed, 28 Sep 2005 17:26:28 +0200

pbbuttonsd (0.7.1-1ubuntu5) breezy; urgency=low

  * Create the pmu device in /dev, not in /.  Also, remove the pmu
    device we accidentally created in / if it should happen to exist.

 -- Adam Conrad <adconrad@ubuntu.com>  Sun,  9 Oct 2005 02:46:54 +1000

pbbuttonsd (0.7.1-1ubuntu4) breezy; urgency=low

  * src/module_cdrom.c: Try to call "eject", and only call umount if eject
    failed. eject apparently does a better job of ejecting than the builtin
    method. (Ubuntu #16000)
  * pbuttons.conf: Raise command timeout from 4 to 8 seconds since eject needs
    usually a bit more than 4 seconds until it finished.
  * Patch copied into debian/ubuntu-patches/pbbuttonsd.call_eject.patch.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Fri, 23 Sep 2005 14:43:34 +0200

pbbuttonsd (0.7.1-1ubuntu3) breezy; urgency=low

  * Unapply debian/ubuntu-patches/pbbuttonsd.suspend-to-disk.patch: There is
    no backend code that performs suspend to disk, so this patch is not useful
    right now.
  * pbbuttonsd.conf: Disable Mute key since it is already handled by
    gnome-settings-daemon. (#15251)

 -- Martin Pitt <martin.pitt@ubuntu.com>  Wed, 21 Sep 2005 18:08:05 +0200

pbbuttonsd (0.7.1-1ubuntu2) breezy; urgency=low

  * scripts/scripts.d/apmd-compat: Fix arguments on calling apm scripts on
    resume. (Ubuntu #4201)
  * Sort and split patches, put them into debian/ubuntu-patches/.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Wed, 21 Sep 2005 14:58:06 +0200

pbbuttonsd (0.7.1-1ubuntu1) breezy; urgency=low

  * Merge Debian changes (Ubuntu #12091)
    - Should fix more 100% CPU usage bugs. (Ubuntu #13909)
    - Fixes "plasma effect" and broken volume keys on some models (parts of
      Ubuntu #15251)
  * Move init script priority from 20 to 12 to start before gdm.
    (Ubuntu #12198)
  * debian/pbbuttonsd.preinst: Transition code for removing old (prio 20)
    init.d symlinks on upgrade.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Wed, 21 Sep 2005 13:04:09 +0200

pbbuttonsd (0.7.1-1) unstable; urgency=low

  * New upstream release
    + Fix some remaining issues for sh != bash (Closes: #295178)
    + Fix some remaining issues with ejecting the cdrom in case
      the device is a symlink (Closes: #312480)
    + Change behaviour of shift key for volume up/down to better
      cope with ALSA drivers that offer a very fine grained volume
      setting and fix a bug that occoured if there were more than
      100 possible settings (Closes: #318032)

 -- Frank Lichtenheld <djpig@debian.org>  Fri, 22 Jul 2005 14:33:06 +0300

pbbuttonsd (0.7.0-1) unstable; urgency=low

  * New upstream release
    + Quite some fixes to solve the 100% CPU problems and to
      improve the ALSA support
    + Closes: #315377: pbbuttonsd: mute key doesn't unmute anymore
    + Closes: #313919: pbbuttonsd: [INTL:de] German PO file corrections
    + It does not fix (completly) the problems with ejecting when
      using symlinks (see #312480) even though the changelog claims
      otherwise
  * Update Standards-Version to 3.6.2 (no changes)
  * Remove Depends on eject
  * Add Recommends on laptop-mode-tools, this should fix the problems
    with the laptop-mode.sh script (Closes: #290766, #309267)

 -- Frank Lichtenheld <djpig@debian.org>  Sun, 10 Jul 2005 16:34:04 +0300

pbbuttonsd (0.6.10-2) unstable; urgency=low

  * Upload to unstable

 -- Frank Lichtenheld <djpig@debian.org>  Mon, 20 Jun 2005 16:14:17 +0200

pbbuttonsd (0.6.10-1) experimental; urgency=low

  * New upstream version
    + Should fix problem where pbbuttonsd ate 100% CPU in
      certain situations (Closes: #308075)
  
 -- Frank Lichtenheld <djpig@debian.org>  Fri, 27 May 2005 01:08:22 +0200

pbbuttonsd (0.6.9-1) experimental; urgency=low

  * New upstream version
    + documents the shift modifier ore prominently (Closes: #280211)
    + should work with sh != bash now (Closes: #295178)
    + report errors on startup (Closes: #188317)
  * Add patch by upstream to fix program exits on E_NOSUPPORT

 -- Frank Lichtenheld <djpig@debian.org>  Sun, 10 Apr 2005 23:10:24 +0200

pbbuttonsd (0.6.8-1) experimental; urgency=low

  * New upstream version
  * Remove Jan from Uploaders, haven't heard from him anything
    since I adopted the package
  * Use MAKEDEV to create the pmu file, depends on makedev (>= 2.3.1-78)

 -- Frank Lichtenheld <djpig@debian.org>  Sat, 26 Mar 2005 23:10:01 +0100

pbbuttonsd (0.6.7-1) experimental; urgency=low

  * New upstream version
    + Adds ALSA support (Closes: #292387)
  * Apply patch from upstream which fixes a segfault discovered
    shortly after the release

 -- Frank Lichtenheld <djpig@debian.org>  Fri, 28 Jan 2005 12:25:35 +0100

pbbuttonsd (0.6.6-3ubuntu5) breezy; urgency=low

  * Port event device handling bug fixes from 0.6.10 release. This should
    fix some of the "100% CPU usage bugs". (Ubuntu #13909)

 -- Martin Pitt <martin.pitt@ubuntu.com>  Fri, 16 Sep 2005 15:39:07 +0200

pbbuttonsd (0.6.6-3ubuntu4) breezy; urgency=low

  * pbbuttonsd.conf: Do not respond to the Power key by default since that
    already spawns the Gnome logout dialog. (Ubuntu #14338)

 -- Martin Pitt <martin.pitt@ubuntu.com>  Fri, 16 Sep 2005 12:57:47 +0200

pbbuttonsd (0.6.6-3ubuntu3) hoary; urgency=low

  * Add patch from mjg59 to enable Suspend to Disk
  * Remove laptop-mode (Ubuntu: #7520)

 -- Thom May <thom@ubuntu.com>  Wed, 16 Mar 2005 14:59:07 +0000

pbbuttonsd (0.6.6-3ubuntu2) hoary; urgency=low

  * debian/pbbuttonsd.preinst: Fix conffile transition to avoid dpkg conffile
    question on upgrades. (Ubuntu #7423)

 -- Martin Pitt <martin.pitt@ubuntu.com>  Thu, 10 Mar 2005 17:03:23 +0100

pbbuttonsd (0.6.6-3ubuntu1) hoary; urgency=low

  * Resynchronise with Debian.

 -- Colin Watson <cjwatson@canonical.com>  Wed, 12 Jan 2005 13:49:51 +0000

pbbuttonsd (0.6.6-3) unstable; urgency=medium

  * Add logcheck file (ignore.workstation)

 -- Frank Lichtenheld <djpig@debian.org>  Wed,  1 Dec 2004 00:15:48 +0100

pbbuttonsd (0.6.6-2ubuntu1) hoary; urgency=low

  * Resynchronise with Debian.
    - Update for new configuration file variable names.
    - Use dh_installinit --error-handler.

 -- Colin Watson <cjwatson@canonical.com>  Thu,  9 Dec 2004 13:51:16 +0100

pbbuttonsd (0.6.6-2) unstable; urgency=medium

  * Correct upstream mail address in debian/copyright
  * Fix watch file
  * Change Architecture back to powerpc until I decide to officially
    support pbbuttons on other Architectures in Debian. Upstream says
    it's possible but I have currently definetly not the time to
    test it.

 -- Frank Lichtenheld <djpig@debian.org>  Thu, 18 Nov 2004 23:53:46 +0100

pbbuttonsd (0.6.6-1) unstable; urgency=low

  * New upstream release
    + fixes "setting brightness no longer works with ver 0.6.5 after
      lid close + reopen" according to upstream (Closes: #272253)
  * Upload to unstable again
  
 -- Frank Lichtenheld <djpig@debian.org>  Thu, 11 Nov 2004 17:07:59 +0100

pbbuttonsd (0.6.5-1) experimental; urgency=low

  * New upstream version
    + upstream removed setupenv script, adapt rules and install files

 -- Frank Lichtenheld <djpig@debian.org>  Sun, 12 Sep 2004 21:40:38 +0200

pbbuttonsd (0.6.3a-2ubuntu1) hoary; urgency=low

  * Resynchronise with Debian.

 -- Scott James Remnant <scott@canonical.com>  Wed, 27 Oct 2004 20:10:08 +0100

pbbuttonsd (0.6.3a-2) unstable; urgency=medium

  * Change check in preinst and posinst so that it doesn't
    fail with exitcode 1 if the old configuration directory
    doesn't exist (Closes: #265804)
  * Use code from pmud to create /dev/pmu in postinst
  * Urgency medium since this are RC bugs

 -- Frank Lichtenheld <djpig@debian.org>  Tue, 17 Aug 2004 13:10:15 +0200

pbbuttonsd (0.6.3a-1) unstable; urgency=low

  * New upstream version
    - Lid open/close can now trigger an action (Closes: #257104)
    - Typos in config file fixed (Closes: #257029)
  * Makefile.in: Remove unneeded Debian change from
    Makefile.in which changes nothing
  * debian/pbbuttonsd.postinst: Add some additional logic
    to the config clean-up to cope better with the changed
    config file
  * debian/pbbuttonsd.init:
    - Add --oknodo to start-stop-daemon --stop on restart
      so that the daemon is started even if it is not running
    - Fix usage information of the init script
  
 -- Frank Lichtenheld <djpig@debian.org>  Thu, 22 Jul 2004 22:49:13 +0200

pbbuttonsd (0.6.3-1) unstable; urgency=low

  * New upstream version
    - Should fix problems with kernel 2.6.x and Alsa
  * Move config file to upstream location (/etc/pbbuttonsd.conf)
    again. Try to clean up the mess we caused a bit in
    pre- and postinst. Add a note in NEWS.Debian about this.
    (Closes: #260457)
  
 -- Frank Lichtenheld <djpig@debian.org>  Thu, 22 Jul 2004 01:10:32 +0200

pbbuttonsd (0.6.2-1ubuntu2) warty; urgency=low

  * Ensure that the maintainer scripts don't fail if the daemon fails to start

 -- Thom May <thom@canonical.com>  Wed, 22 Sep 2004 23:04:58 +0100

pbbuttonsd (0.6.2-1ubuntu1) warty; urgency=low

  * Fix defaults:
    - Sleep when lid is closed, even if we're on AC.
    - Disable trackpad tapping.
    - Don't magically dim or sleep on battery.

 -- Jeff Waugh <jdub@perkypants.org>  Fri, 27 Aug 2004 03:52:07 +1000

pbbuttonsd (0.6.2-1) unstable; urgency=low

  * Take this package over from Jan with his
    approval. Acknowledge my own NMU.
  * Make myself maintainer and move Jan to Uploaders
  * Use /bin/bash in setupenv.sh as the script uses
    some non-POSIX constructs
  * Rename setupenv.sh to pbbuttonsd-setupenv on install
  * Update watch file to format version 2 and ensure
    that the pbbuttonsd-doc tar ball isn't matching

 -- Frank Lichtenheld <djpig@debian.org>  Tue, 29 Jun 2004 21:57:15 +0200

pbbuttonsd (0.6.1-0.1) unstable; urgency=low

  * Non-maintainer upload to fix RC bug
  * New upstream release (Closes: #254932)
    + New release fixes (some of them according to
      upstream, I couldn't test all)
      - "#244361: pbbuttonsd: FTBFS: Cannot find depcomp"
        (Closes: #244361)
      - "#253862: pbbuttonsd do not install with Linux
        Kernel 2.6.6" (Closes: #253862, #254079)
      - "#249285: pbbuttonsd: typo in manpage; missing `,
        but additionaly I had to escape the `, otherwise
        they do not display correctly if using UTF-8
        (Closes: #249285)
      - "#250379: pbbuttonsd: shutdown can wall, avoid bashism"
        (Closes: #250379)
      - "#249783: pbbuttonsd: Don't light up the screen if
        the lid is closed" (Closes: #249783)
      - "#249782: pbbuttonsd: brightness doesn't reach old
        value after sleep" (Closes: #249782)
    + upstream doesn't ship debian/ anymore, so use
      the oportunity for a little clean-up:
      - Move debhelper compat level to debian/compat
        and increase to 4
      - Build-depend on debhelper (>> 4)
      - Bump Standards-Version to 3.6.1 (no changes)
      - Conflicts << Source-Version was redundant since
        we have already Depends = Source-Version
  * Uncomment reload target in init script (Closes: #244712)
  * Escape some hyphens in man pages (s/ -HUP/ \-HUP/)
  * Use gettext from libc, not the included one
  * Use URL of the Sourceforge project in debian/copyright
    as the old one gives 404
  * Add correct copyright notice in debian/copyright
  * Add support for DEB_BUILD_OPTIONS=noopt in debian/rules
  
 -- Frank Lichtenheld <djpig@debian.org>  Sat, 19 Jun 2004 14:00:11 +0200

pbbuttonsd (0.5.9-1) unstable; urgency=low

  * new upstream (Closes: #239574,#222039,#229108,#228119).
  * fixed depcomp issue in Makefiles.
  * rerun aclocal,autoheader,autoconf,automake.
  * removed Makefile in ./debian.
  * add dependency on hdparm (Closes: #239015).
  * let pbbuttonsd build for any achitecture (Closes: #231112).
  * load evdav module, if not loaded and available, when pbbuttonds is 
    to be started (Closes: #225073).
  * pbbuttonsd is already a replace for pmud (Closes: #208209).
  * init-script is reporting errors (Closing: #188317).
  * add conflict to pmud.

 -- Jan-Hendrik Palic <jan.palic@linux-debian.de>  Fri,  5 Mar 2004 16:12:37 +0100

pbbuttonsd (0.5.8-1) unstable; urgency=low

  * new upstream version.

 -- Jan-Hendrik Palic <jan.palic@linux-debian.de>  Sun,  1 Feb 2004 15:58:29 +0100

pbbuttonsd (0.5.3a-2) unstable; urgency=low

  * invoked some IPC-security and enabled "userallowed = paranoid" in
    /etc/pbbuttonsd.conf
  * bumped to 3.5.9

 -- Jan-Hendrik Palic <jan.palic@linux-debian.de>  Tue, 13 May 2003 23:36:41 +0200

pbbuttonsd (0.5.3a-1) unstable; urgency=low

  * new upstream
  * pbbuttons starts without cdrom-drive present (Closes: #188315).
  * fixes pid problem (Closes: #184319).
  * fixed the no honour eject delay=yes (Closes: #184323).
  * add dependency to eject (Closes: #179460).

 -- Jan-Hendrik Palic <jan.palic@linux-debian.de>  Mon,  5 May 2003 00:28:53 +0200

pbbuttonsd (0.5.3-1) unstable; urgency=low

  * new upstream release
  * no dependency on /dev/mixer (Closes: #182218).
  * fixed typo in configfile at ejectcddelay (Closes: #184323).
  * included IPC control mechanism (Closes: #164881).
  * this version is not intollerant of errors, please update (Closes: #153726).
  * (Closes: #164882).
  * Divided the mixer control, thnx for the issue, Christopher Allen 
    (Closes: #176000).

 -- Jan-Hendrik Palic <jan.palic@linux-debian.de>  Wed, 19 Mar 2003 23:18:14 +0100

pbbuttonsd (0.5.2-1) unstable; urgency=low

  * new upstream.
  * fixed the updating problem while updating (Closes: #153725).
  * this version allows to specify the mixer device (Closes: #176000).
  * included dash to the buildepends, setupenv.sh needs this.
  * bumped to 3.5.8.
 
 -- Jan-Hendrik Palic <jan.palic@linux-debian.de>  Wed, 16 Oct 2002 23:30:52 +0200

pbbuttonsd (0.4.10a-1) unstable; urgency=low

  * new upstream version.
  * merge with original debian-stuff.
  * packege splitted by upstream.
  * fixes startscript (Closes: #145594).

 -- Jan-Hendrik Palic <jan.palic@linux-debian.de>  Mon, 10 Jun 2002 18:46:56 +0200

pbbuttonsd (0.4.6-1) unstable; urgency=low

  * Initial Release (Closes: #138434).
  * wiped out the original debian stuff.

 -- Jan-Hendrik Palic <jan.palic@linux-debian.de>  Thu, 21 Mar 2002 21:44:44 +0100

