[ubuntu/trusty-proposed] pbbuttonsd 0.7.9-3ubuntu1 (Accepted)

Steve Langasek steve.langasek at ubuntu.com
Sun Jan 26 00:08:13 UTC 2014


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)

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).

Date: Sat, 25 Jan 2014 19:05:15 -0500
Changed-By: Steve Langasek <steve.langasek at ubuntu.com>
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/trusty/+source/pbbuttonsd/0.7.9-3ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sat, 25 Jan 2014 19:05:15 -0500
Source: pbbuttonsd
Binary: pbbuttonsd pbbuttonsd-dev
Architecture: source
Version: 0.7.9-3ubuntu1
Distribution: trusty
Urgency: medium
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Steve Langasek <steve.langasek at ubuntu.com>
Description: 
 pbbuttonsd - PBButtons daemon to handle special hotkeys of Apple computers
 pbbuttonsd-dev - Development files for PBButtons
Changes: 
 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)
 .
 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).
Checksums-Sha1: 
 45e76ae1aba1eaae6758f95460dd5056ac5ed1c5 1915 pbbuttonsd_0.7.9-3ubuntu1.dsc
 391be8b45ac3c2ef73708eb2ca9124bcd992ad12 17304 pbbuttonsd_0.7.9-3ubuntu1.debian.tar.gz
Checksums-Sha256: 
 00574ef5d96f3b5f040326ade6ce9bc612d31f549c05f1602c35d46fea9331ea 1915 pbbuttonsd_0.7.9-3ubuntu1.dsc
 4617936b7185bdd522d90bddfda9efffb2a795aec27e341aa642a48f4c2ef050 17304 pbbuttonsd_0.7.9-3ubuntu1.debian.tar.gz
Files: 
 9ee7b79e320881924f88d275537b7ef0 1915 admin optional pbbuttonsd_0.7.9-3ubuntu1.dsc
 28b2254e22a21b088ca31610dd56d7d7 17304 admin optional pbbuttonsd_0.7.9-3ubuntu1.debian.tar.gz
Original-Maintainer: Debian QA Group <packages at qa.debian.org>

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

iQIcBAEBCAAGBQJS5FFgAAoJEFaNMPMhshM9AHcP/1LF9iKr/nDWKKuW3h8htv//
F++HE8/oa2x4H34V2e5uJ0wwNqHg7JiePm9bxP5uaTDozyxYX/pBC/sHwy6i8YTJ
sxgCU6FJPOdVmG5YcPzd2Aifz4cgpm6ls0FFDLisAlg7n8gbQICQeueh4QdQpv5L
e7mt9/MRp0eun3zYtFrgHfDxAuexdJAITR4fVdTPweJM9sbdV/b3dMBO6q5pJ5Xa
KMaKgCdAT7FS4O++P4XGeHVkr2d6d046/m/oNLDeir5/xXwF06u3TR42INwK3YOI
9Ps2QcuPiXNBQkZmz4NO9IfFbd0iZ7qw1PG2Fp28EeLJycqkazxjIk2ahu+QP7TV
tIfoIt6WrErdZKGaUEoVyGUYi/87cxj4zwNy1mUXK2VCsJNKc6mPbs+wRHbF43lI
Egh4cGgjZRUWiS98F8UBmTZONXHwb2mRxT9FM6uoZaRMg97VJT3pZp9nxVlsS+W8
iV6t4A2ZwkPsbYH/IwUvc83HiW1AFG/kZirZ9MV9Sf57ole/E0hBtzBTwUL9k3dN
b6VUBD14sOZLBddjXaLCH5jJwRs1qXqvO+0b0EaWTULVc/8kXPPeYpLRzIViBa59
Nyv1V/Z99iaXtZa4L7mdA74NrVusyxVBwthzD0m8tTnrdckoyBkNSD05BIUcRMNh
B14o4IxscOjQXgAW/ifF
=SMSU
-----END PGP SIGNATURE-----


More information about the Trusty-changes mailing list