--- pommed-1.31~dfsg.orig/debian/control +++ pommed-1.31~dfsg/debian/control @@ -0,0 +1,43 @@ +Source: pommed +Section: utils +Priority: optional +Maintainer: Julien BLACHE +Build-Depends: debhelper (>= 5.0.51~), libpci-dev [i386 amd64], libofapi-dev (>= 0git20070620) [powerpc], libconfuse-dev, libasound2-dev, libaudiofile-dev, libglade2-dev, libgtk2.0-dev, libdbus-1-dev, libdbus-glib-1-dev, libx11-dev, libxext-dev, libxpm-dev +Standards-Version: 3.8.3 + +Package: pommed +Architecture: i386 amd64 powerpc +Depends: ${shlibs:Depends}, ${misc:Depends}, eject +Recommends: dbus +Conflicts: mbpeventd +Replaces: mbpeventd +Description: Apple laptops hotkeys event handler + pommed handles the hotkeys found on the Apple MacBook Pro, MacBook Air, + MacBook, PowerBook and iBook laptops and adjusts the LCD backlight, sound + volume, keyboard backlight or ejects the CD-ROM drive accordingly. + . + pommed also monitors the ambient light sensors to automatically + light up the keyboard backlight on machines that support it. + +Package: gpomme +Architecture: i386 amd64 powerpc +Depends: ${shlibs:Depends}, ${misc:Depends}, pommed (>= 1.29~dfsg-1), dbus +Description: graphical client for pommed + pommed handles the hotkeys found on the Apple MacBook Pro, MacBook Air, + MacBook, PowerBook and iBook laptops and adjusts the LCD backlight, sound + volume, keyboard backlight or ejects the CD-ROM drive accordingly. + . + gpomme is a graphical client for pommed. It listens for signals sent by + pommed on D-Bus and displays the action taken by pommed along with the + current state associated to this action. + +Package: wmpomme +Architecture: i386 amd64 powerpc +Depends: ${shlibs:Depends}, ${misc:Depends}, pommed (>= 1.29~dfsg-1), dbus +Description: WindowMaker dockapp client for pommed + pommed handles the hotkeys found on the Apple MacBook Pro, MacBook Air, + MacBook, PowerBook and iBook laptops and adjusts the LCD backlight, sound + volume, keyboard backlight or ejects the CD-ROM drive accordingly. + . + wmpomme is a dockapp client for pommed. It displays the current level of + each item controlled by pommed. --- pommed-1.31~dfsg.orig/debian/pommed.init +++ pommed-1.31~dfsg/debian/pommed.init @@ -0,0 +1,63 @@ +#! /bin/sh +# +### BEGIN INIT INFO +# Provides: pommed +# Required-Start: $syslog $local_fs +# Required-Stop: $syslog $local_fs +# Should-Start: dbus +# Should-Stop: +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 +# Short-Description: Apple laptops hotkeys event handler +# Description: pommed handles the hotkeys found on the Apple MacBook Pro, +# MacBook Air and MacBook laptops and adjusts the LCD +# backlight, sound volume, keyboard backlight or ejects the +# CD-ROM drive accordingly. +### END INIT INFO + +PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin +DAEMON=/usr/sbin/pommed +NAME=pommed +DESC="Apple laptops hotkeys events handler" + +test -x $DAEMON || exit 0 + +set -e + +case "$1" in + start) + echo -n "Starting $DESC: " + start-stop-daemon --start --quiet --pidfile /var/run/$NAME.pid \ + --exec $DAEMON -- $DAEMON_OPTS + echo "$NAME." + ;; + stop) + echo -n "Stopping $DESC: " + start-stop-daemon --stop --oknodo --quiet --pidfile /var/run/$NAME.pid \ + --exec $DAEMON + echo "$NAME." + ;; + force-reload) + # check wether $DAEMON is running. If so, restart + start-stop-daemon --stop --test --quiet --pidfile \ + /var/run/$NAME.pid --exec $DAEMON \ + && $0 restart \ + || exit 0 + ;; + restart) + echo -n "Restarting $DESC: " + start-stop-daemon --stop --oknodo --quiet --pidfile \ + /var/run/$NAME.pid --exec $DAEMON + sleep 1 + start-stop-daemon --start --quiet --pidfile \ + /var/run/$NAME.pid --exec $DAEMON -- $DAEMON_OPTS + echo "$NAME." + ;; + *) + N=/etc/init.d/$NAME + echo "Usage: $N {start|stop|restart|force-reload}" >&2 + exit 1 + ;; +esac + +exit 0 --- pommed-1.31~dfsg.orig/debian/pommed.prerm +++ pommed-1.31~dfsg/debian/pommed.prerm @@ -0,0 +1,9 @@ +#!/bin/sh + +set -e + +init_eh () { + : +} + +#DEBHELPER# --- pommed-1.31~dfsg.orig/debian/pommed.postrm +++ pommed-1.31~dfsg/debian/pommed.postrm @@ -0,0 +1,9 @@ +#!/bin/sh + +set -e + +#DEBHELPER# + +if [ -x /etc/init.d/dbus ]; then + invoke-rc.d dbus force-reload || true +fi --- pommed-1.31~dfsg.orig/debian/pommed.postinst +++ pommed-1.31~dfsg/debian/pommed.postinst @@ -0,0 +1,13 @@ +#!/bin/sh + +set -e + +init_eh () { + : +} + +if [ -x /etc/init.d/dbus ]; then + invoke-rc.d dbus force-reload || true +fi + +#DEBHELPER# --- pommed-1.31~dfsg.orig/debian/pommed.preinst +++ pommed-1.31~dfsg/debian/pommed.preinst @@ -0,0 +1,11 @@ +#!/bin/sh + +set -e + +# Copy mbpeventd.conf if it exists and pommed.conf doesn't +if [ ! -e /etc/pommed.conf ] && [ -e /etc/mbpeventd.conf ]; then + cp /etc/mbpeventd.conf /etc/pommed.conf +fi + + +#DEBHELPER# --- pommed-1.31~dfsg.orig/debian/copyright +++ pommed-1.31~dfsg/debian/copyright @@ -0,0 +1,83 @@ +This package was debianized by Julien BLACHE on +Wed, 29 Nov 2006 22:21:10 +0100. + +It was downloaded from: http://alioth.debian.org/projects/pommed + +Upstream Authors: + Julien BLACHE + + And contributors: + Soeren SONNENBURG + Yves-Alexis Perez + Romain Beauxis + daniel g. siegel + +Copyright: + Copyright (C) 2006-2008 Julien BLACHE + + PowerBook support, + Copyright (C) 2006 Yves-Alexis PEREZ + + Radeon X1600 backlight control routines, + Copyright (C) 2006 Nicolas BOICHAT + + Intel GMA950 backlight control routines, + Copyright (C) 2006 Ryan LORTIE + + nVidia backlight control routines, + Copyright (C) 2006 Felipe Alfaro Solana + Copyright (C) 2006 Nicolas Boichat + + Base ALSA code by Romain BEAUXIS + + Portions of the gpomme code, + Copyright (C) 2006, 2008 Soeren SONNENBURG + Copyright (C) 2007 daniel g. siegel + and code taken from gtkpbbuttons; some themes from gpomme derived from + gtkpbbuttons themes. + + wmpomme is based on wmwave by Carsten SCHUERMANN + + On PowerPC laptops, pommed uses OFlib, + Copyright (C) 2006 Alastair POOLE + +License: + * pommed/mactel/nv8600mgt_backlight.c, pommed/mactel/x1600_backlight.c + pommed/pmac/ofapi/*: + + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + + + * Everything else: + + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; version 2 of the License. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General Public License v2 +can be found in `/usr/share/common-licenses/GPL-2'. + +The Debian packaging is (C) 2006-2008, Julien BLACHE and +is licensed under the GPL; the complete text of the GNU General Public License +can be found in `/usr/share/common-licenses/GPL'. --- pommed-1.31~dfsg.orig/debian/rules +++ pommed-1.31~dfsg/debian/rules @@ -0,0 +1,123 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +CFLAGS = -Wall -g + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif + + +build: build-stamp + +build-stamp: + dh_testdir + + # Add here commands to compile the package. + $(MAKE) + + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + + # Add here commands to clean up after the build process. + $(MAKE) clean + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Install pommed + cp pommed/pommed $(CURDIR)/debian/pommed/usr/sbin/ + + mkdir -p $(CURDIR)/debian/pommed/usr/share/pommed + cp $(CURDIR)/pommed/data/* $(CURDIR)/debian/pommed/usr/share/pommed/ + ln -sf goutte.wav $(CURDIR)/debian/pommed/usr/share/pommed/beep.wav + + mkdir -p $(CURDIR)/debian/pommed/etc/dbus-1/system.d +ifeq ($(shell dpkg-architecture -qDEB_BUILD_ARCH), powerpc) + cp pommed.conf.pmac $(CURDIR)/debian/pommed/etc/pommed.conf +else + cp pommed.conf.mactel $(CURDIR)/debian/pommed/etc/pommed.conf +endif + cp dbus-policy.conf $(CURDIR)/debian/pommed/etc/dbus-1/system.d/pommed.conf + + # Install gpomme + cp gpomme/gpomme $(CURDIR)/debian/gpomme/usr/bin/ + + mkdir -p $(CURDIR)/debian/gpomme/usr/share/applications + cp gpomme/gpomme.desktop $(CURDIR)/debian/gpomme/usr/share/applications/ + cp gpomme/gpomme-c.desktop $(CURDIR)/debian/gpomme/usr/share/applications/ + + for s in 16x16 22x22 24x24 32x32 36x36 48x48 64x64 72x72 96x96 128x128 192x192; do \ + mkdir -p $(CURDIR)/debian/gpomme/usr/share/icons/hicolor/$$s/apps && \ + cp icons/gpomme_$$s.png $(CURDIR)/debian/gpomme/usr/share/icons/hicolor/$$s/apps/gpomme.png ; \ + done + mkdir -p $(CURDIR)/debian/gpomme/usr/share/icons/hicolor/scalable/apps + cp icons/gpomme.svg $(CURDIR)/debian/gpomme/usr/share/icons/hicolor/scalable/apps/gpomme.svg + + cp icons/gpomme_32x32.xpm $(CURDIR)/debian/gpomme/usr/share/pixmaps/gpomme.xpm + + mkdir -p $(CURDIR)/debian/gpomme/usr/share/gpomme + cp gpomme/gpomme.glade $(CURDIR)/debian/gpomme/usr/share/gpomme + cp -a gpomme/themes $(CURDIR)/debian/gpomme/usr/share/gpomme + for t in $(CURDIR)/debian/gpomme/usr/share/gpomme/themes/*; do \ + rm -rf $$t/src; \ + done + for mo in gpomme/po/*.mo; do \ + lang=`basename $$mo .mo`; \ + mkdir -p $(CURDIR)/debian/gpomme/usr/share/locale/$$lang/LC_MESSAGES; \ + cp $$mo $(CURDIR)/debian/gpomme/usr/share/locale/$$lang/LC_MESSAGES/gpomme.mo; \ + done + + # Install wmpomme + cp wmpomme/wmpomme $(CURDIR)/debian/wmpomme/usr/bin/ + + cp icons/gpomme_32x32.xpm $(CURDIR)/debian/wmpomme/usr/share/pixmaps/wmpomme.xpm + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs ChangeLog + dh_installdocs +# dh_installexamples +# dh_install + dh_installmenu + dh_installinit --error-handler=init_eh + dh_installman + dh_link + dh_icons +# dh_desktop + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure --- pommed-1.31~dfsg.orig/debian/changelog +++ pommed-1.31~dfsg/debian/changelog @@ -0,0 +1,466 @@ +pommed (1.31~dfsg-1~hardy1) hardy; urgency=low + + * backport to lucid; no source changes + + -- Philipp Edelmann Tue, 04 Oct 2011 19:17:44 +0200 + +pommed (1.31~dfsg-1) unstable; urgency=low + + * New upstream release. + + Adds support for the MacBookPro5,4 (closes: #564092). + + -- Julien BLACHE Sun, 10 Jan 2010 11:10:15 +0100 + +pommed (1.30~dfsg-2) unstable; urgency=low + + * Add -lX11 to gpomme to fix build with gold (closes: #556069). + + -- Julien BLACHE Fri, 13 Nov 2009 18:37:54 +0100 + +pommed (1.30~dfsg-1) unstable; urgency=low + + * New upstream release. + + * debian/control: + + Added the iBook to the list of supported machines in the description. + + -- Julien BLACHE Thu, 22 Oct 2009 21:30:25 +0200 + +pommed (1.29~dfsg-1) unstable; urgency=low + + * New upstream release. + + Moved VT state code into pommed to overcome permissions issues + (closes: #551591). + + * debian/control: + + Tighten gpomme & wmpomme dependencies on pommed due to the + above-mentioned change. + * debian/pommed.init: + + Do not fail on restart if pommed is not running (closes: #551587). + + -- Julien BLACHE Mon, 19 Oct 2009 22:00:55 +0200 + +pommed (1.28~dfsg-1) unstable; urgency=low + + * New upstream release. + + * debian/control: + + Bump Standards-Version to 3.8.3 (no changes). + + -- Julien BLACHE Sun, 13 Sep 2009 20:39:57 +0200 + +pommed (1.27~dfsg-1) unstable; urgency=low + + * New upstream release. + + * debian/control: + + Bump Standards-Version to 3.8.2 (no changes). + + -- Julien BLACHE Sat, 01 Aug 2009 10:29:46 +0200 + +pommed (1.26~dfsg-1) unstable; urgency=low + + * New upstream release. + + * debian/control: + + Bump Standards-Version to 3.8.1 (no changes). + + Update pommed's description regarding ambient light sensors and + keyboard backlight. + + -- Julien BLACHE Sat, 14 Mar 2009 14:21:23 +0100 + +pommed (1.25~dfsg-1) unstable; urgency=low + + * New upstream release. + + Fix DBus configuration to allow method calls to org.pommed. + + -- Julien BLACHE Sun, 04 Jan 2009 14:23:46 +0100 + +pommed (1.24~dfsg-1) unstable; urgency=low + + * New upstream release. + + -- Julien BLACHE Thu, 25 Dec 2008 13:34:52 +0100 + +pommed (1.23~dfsg-1) unstable; urgency=low + + * New upstream release. + + Add support for LCD backlight on late 2008 laptops (closes: #504358). + + * debian/pommed.init: + + Demote dbus to Should-Start instead of Required-Start to avoid useless + restarts of pommed triggered by the dbus init script. + + -- Julien BLACHE Thu, 11 Dec 2008 16:05:27 +0100 + +pommed (1.22~dfsg-1) unstable; urgency=low + + * New upstream release. + + -- Julien BLACHE Mon, 10 Nov 2008 11:21:41 +0100 + +pommed (1.21~dfsg-3) unstable; urgency=low + + * gpomme: + + Added japanese translation courtesy of Nobuhiro Iwamatsu + (closes: #501463). + + * debian/pommed.postinst, debian/pommed.preinst, debian/pommed.postrm, + debian/pommed.prerm: + + Make all maintainer scripts set -e. + + -- Julien BLACHE Tue, 07 Oct 2008 18:37:34 +0200 + +pommed (1.21~dfsg-2) unstable; urgency=low + + * debian/copyright: + + Update. + + -- Julien BLACHE Mon, 14 Jul 2008 19:06:52 +0200 + +pommed (1.21~dfsg-1) unstable; urgency=low + + * New upstream release. + + -- Julien BLACHE Mon, 14 Jul 2008 16:16:04 +0200 + +pommed (1.20~dfsg-1) unstable; urgency=low + + * New upstream release. + + * debian/pommed.init: + + Add dbus dependency. + + -- Julien BLACHE Mon, 16 Jun 2008 18:44:39 +0200 + +pommed (1.19~dfsg-1) unstable; urgency=low + + * New upstream release. + + WARNING: requires Linux 2.6.25 or later. + + Make pommed use a bit less CPU time, especially on machines not having + ambient light sensors (MacBook, MacBook Air, iBook & early PowerBook). + + Make gpomme wake up (way) less often. + + * debian/control: + + Get rid of the libsmbios-dev build-dep. + + Add build-dep on libdbus-glib-1-dev. + + Bump Standards-Version to 3.8.0 (no changes). + + -- Julien BLACHE Sat, 07 Jun 2008 12:03:25 +0200 + +pommed (1.18~dfsg-2) unstable; urgency=low + + * debian/rules: + + Fix installation path for the SVG icon. + + Comment out useless dh_desktop call. + + -- Julien BLACHE Wed, 21 May 2008 19:17:08 +0200 + +pommed (1.18~dfsg-1) unstable; urgency=low + + * New upstream release. + + -- Julien BLACHE Sun, 18 May 2008 12:08:28 +0200 + +pommed (1.17~dfsg-2) unstable; urgency=low + + * debian/control: + + Build-Depend on libpci-dev instead of pciutils-dev. + + Mark the libpci-dev build-dependency as i386+amd64-only. + + Drop zlib1g-dev build-dependency. + + Mention the MacBook Air in the description. + * pommed/Makefile: + + Changed for now-shared libpci. + + -- Julien BLACHE Mon, 28 Apr 2008 18:59:47 +0200 + +pommed (1.17~dfsg-1) unstable; urgency=low + + * New upstream release. + + -- Julien BLACHE Thu, 17 Apr 2008 19:21:33 +0200 + +pommed (1.16~dfsg-1) unstable; urgency=low + + * New upstream release. + + Support for the January 2008 MacBookAir1,1. + + Support for the February 2008 MacBookPro4,1 (untested). + + Support for the February 2008 MacBook4,1 (untested). + + -- Julien BLACHE Sun, 02 Mar 2008 09:57:02 +0100 + +pommed (1.15~dfsg-1) unstable; urgency=low + + * New upstream release. + + Add support for the power_supply class, needed with 2.6.24 and up. + * debian/rules: + + Install upstream changelog (closes: #463433). + * debian/control: + + s/DBus/D-Bus/ + + Build-Depend on debhelper (>= 5.0.51~) due to the use of dh_icons. + + -- Julien BLACHE Sat, 09 Feb 2008 09:23:02 +0100 + +pommed (1.14~dfsg-2) unstable; urgency=low + + * debian/rules: + + Use dh_desktop to register .desktop files. + + -- Julien BLACHE Tue, 25 Dec 2007 10:46:28 +0100 + +pommed (1.14~dfsg-1) unstable; urgency=low + + * New upstream release. + + Fix bug in the audio sample loading code (closes: #455780). + + Change default beep sound (closes: #455881). + * debian/rules: + + Install icons for gpomme in /usr/share/icons/hicolor and call dh_icons. + + Move wmpomme.xpm to /usr/share/pixmaps. + + -- Julien BLACHE Wed, 12 Dec 2007 13:47:01 +0100 + +pommed (1.13~dfsg-2) unstable; urgency=low + + * debian/rules: + + Install /usr/share/pommed/goutte.wav. + + -- Julien BLACHE Sat, 08 Dec 2007 17:23:25 +0100 + +pommed (1.13~dfsg-1) unstable; urgency=low + + * New upstream release. + + New option to disable beep on volume change (closes: #452530). + + Fixes busy loop due to inotify events handling (closes: #454510). + * debian/control: + + Bump gpomme and wmpomme dependency on pommed >= 1.13~dfsg-1. + + Bump Standards-Version to 3.7.3 (no changes). + + -- Julien BLACHE Fri, 07 Dec 2007 13:49:19 +0100 + +pommed (1.12~dfsg-1) unstable; urgency=low + + * New upstream release. + + Do not expect at least 3 evdevs at startup. The MacBook has only + 2 evdevs, and the pmac machines can have only one (closes: #451966). + + -- Julien BLACHE Mon, 19 Nov 2007 15:49:04 +0100 + +pommed (1.11~dfsg-1) unstable; urgency=low + + * New upstream release. + + -- Julien BLACHE Sun, 18 Nov 2007 13:47:18 +0100 + +pommed (1.10~dfsg-1) unstable; urgency=low + + * New upstream release. + + -- Julien BLACHE Sat, 06 Oct 2007 13:36:13 +0200 + +pommed (1.9~dfsg-1) unstable; urgency=low + + * New upstream release. + + -- Julien BLACHE Sat, 08 Sep 2007 11:41:40 +0200 + +pommed (1.8~dfsg-2) unstable; urgency=low + + * debian/gpomme.menu, debian/wmpomme.menu: + + Added a description. + + -- Julien BLACHE Sun, 05 Aug 2007 18:38:09 +0200 + +pommed (1.8~dfsg-1) unstable; urgency=low + + * New upstream release. + + Support for the nVidia GeForce 8600M GT found in the MacBookPro3,1. + + gpomme now comes with an icon. + * debian/control: + + Tighten dependencies for gpomme and wmpomme wrt pommed (>= 1.8~dfsg-1). + * debian/rules: + + Install icons for gpomme and wmpomme. + * debian/gpomme.menu, debian/wmpomme.menu: + + Add an icon for gpomme and wmpomme (closes: #408048). + + Move menu entries to Applications/System/Monitoring. + + -- Julien BLACHE Fri, 27 Jul 2007 16:35:22 +0200 + +pommed (1.7~dfsg-2) unstable; urgency=low + + * debian/control: + + Fixed libofapi-dev version in build-deps (closes: #432652). + + -- Julien BLACHE Wed, 11 Jul 2007 16:59:17 +0200 + +pommed (1.7~dfsg-1) unstable; urgency=low + + * New upstream release. + + Partial support for the MacBookPro3,1 (Core2 Duo, 15" & 17", June 2007). + * debian/control: + + Bump libofapi build-dep to >= 20070620-1. + + -- Julien BLACHE Wed, 27 Jun 2007 09:29:38 +0200 + +pommed (1.6~dfsg-1) unstable; urgency=low + + * New upstream release. + + Support new "Apple Inc." SMBIOS vendor ID. + + -- Julien BLACHE Sun, 27 May 2007 16:08:26 +0200 + +pommed (1.5~dfsg-1) unstable; urgency=low + + * New upstream release. + + Use eject(1) again for CD ejection (closes: #422857). + + Fallback to identifying the LMU controller by name (closes: #425094). + * debian/control: + + Depend on eject again. + + -- Julien BLACHE Sat, 19 May 2007 20:04:02 +0200 + +pommed (1.4~dfsg-1) unstable; urgency=low + + * New upstream release. + + Support for PMU05 PowerBooks (5,8 & 5,9) (closes: #421326). + + Simple keyboard backlight toggle mode (closes: #408649). + + -- Julien BLACHE Sun, 06 May 2007 14:41:13 +0200 + +pommed (1.3~dfsg-3) unstable; urgency=low + + * debian/rules: + + Install gpomme.glade in /usr/share/gpomme (closes: #421068). + + -- Julien BLACHE Thu, 26 Apr 2007 11:18:59 +0200 + +pommed (1.3~dfsg-2) unstable; urgency=low + + * debian/control: + + Add missing libglade2-dev build-dependency. + + -- Julien BLACHE Thu, 26 Apr 2007 10:01:57 +0200 + +pommed (1.3~dfsg-1) unstable; urgency=low + + * New upstream release. + * debian/control: + + Build-Depend on libofapi-dev on powerpc. + + Build-Depend on libsmbios-dev >= 0.13.5-1 to avoid broken libsmbios + versions. + + Drop dependency on eject. + * debian/rules: + + Install gpomme-c.desktop. + * debian/gpomme.menu: + + Add gpomme configuration GUI. + + -- Julien BLACHE Wed, 25 Apr 2007 19:08:12 +0200 + +pommed (1.2~dfsg-1) unstable; urgency=low + + * New upstream release. + + Fixed typo in pommed(1) (closes: #408049). + + Added support for all G4 laptops (closes: #412414). + * debian/pommed.init: + + Fixed typo (closes: #408049). + + -- Julien BLACHE Sat, 3 Mar 2007 14:28:43 +0100 + +pommed (1.1~dfsg-1) unstable; urgency=low + + * New upstream release. + + Fixed errors in gpomme(1) (closes: #405934). + * debian/control: + + Add powerpc to supported architectures. + + Mention PowerBook laptops in the description. + + Build-Depends on libsmbios-dev for i386 and amd64 only. + * debian/copyright: + + Changed upstream URL, point to Alioth. + + Added more Copyright notices. + * debian/rules: + + Install the appropriate config file depending on the architecture. + + Call dh_installmenu. + * debian/pommed.init: + + Added LSB header. + * debian/pommed.docs: + + Added. + * debian/wmpomme.menu: + + Added. + * debian/gpomme.menu: + + Added. + + -- Julien BLACHE Tue, 9 Jan 2007 20:42:01 +0100 + +pommed (1.0-2) unstable; urgency=low + + * debian/pommed.preinst: + + Fix missing check for mbpeventd.conf existence. + + -- Julien BLACHE Sun, 24 Dec 2006 16:05:08 +0100 + +pommed (1.0-1) unstable; urgency=low + + * New upstream release. + - Name changed, mbpeventd is now pommed. + - Upstream now has a ChangeLog (closes: #404323). + - pommed now has a debug option (closes: #404351). + - pommed can now set the fnmode (closes: #404014). + + -- Julien BLACHE Sun, 24 Dec 2006 14:27:06 +0100 + +mbpeventd (0.9-1) unstable; urgency=low + + * New upstream release. + * debian/control: + + Build-Depends: libasound2-dev + + -- Julien BLACHE Sat, 16 Dec 2006 20:50:14 +0100 + +mbpeventd (0.8-1) unstable; urgency=low + + * New upstream release. + * debian/control: + + Build-Depends: libconfuse-dev + + Updated the description to include the MacBook and the Apple Remote + * debian/rules: + + Install mbpeventd(1) and mbpeventd.conf + + -- Julien BLACHE Thu, 14 Dec 2006 19:50:12 +0100 + +mbpeventd (0.7-1) unstable; urgency=low + + * New upstream release. + + Fixed Core2 Duo MacBook model identifier string. + + LCD backlight on the MacBook can now be switched off entirely. + + -- Julien BLACHE Tue, 12 Dec 2006 18:17:40 +0100 + +mbpeventd (0.6-2) unstable; urgency=low + + * debian/rules, debian/mbpeventd.postinst, debian/mbpeventd.prerm: + + Add init script error handler in postinst and prerm. + + -- Julien BLACHE Tue, 12 Dec 2006 13:43:22 +0100 + +mbpeventd (0.6-1) unstable; urgency=low + + * New upstream release. Now supports all Mac Intel laptops. + + -- Julien BLACHE Sun, 10 Dec 2006 23:01:20 +0100 + +mbpeventd (0.5-1) unstable; urgency=low + + * New upstream release. Now with MacBook support. + + -- Julien BLACHE Sun, 10 Dec 2006 22:07:47 +0100 + +mbpeventd (0.4-1) unstable; urgency=low + + * New upstream release. + + -- Julien BLACHE Sat, 9 Dec 2006 22:49:24 +0100 + +mbpeventd (0.3-1) unstable; urgency=low + + * Initial release (closes: #402280). + + -- Julien BLACHE Sat, 9 Dec 2006 10:42:45 +0100 --- pommed-1.31~dfsg.orig/debian/gpomme.dirs +++ pommed-1.31~dfsg/debian/gpomme.dirs @@ -0,0 +1,3 @@ +usr/bin +usr/share/pixmaps + --- pommed-1.31~dfsg.orig/debian/gpomme.menu +++ pommed-1.31~dfsg/debian/gpomme.menu @@ -0,0 +1,13 @@ +?package(gpomme):needs="X11" section="Applications/System/Monitoring"\ + title="gpomme" command="/usr/bin/gpomme" \ + icon="/usr/share/pixmaps/gpomme.xpm" \ + description="gpomme provides visual feedback in the form of an \ + On-Screen Display (OSD) when adjusting LCD brightness, sound level \ + and keyboard brightness on Apple laptops, in conjunction with the \ + pommed daemon" + +?package(gpomme):needs="X11" section="Applications/System/Monitoring"\ + title="gpomme configuration GUI" command="/usr/bin/gpomme -c" \ + icon="/usr/share/pixmaps/gpomme.xpm" \ + description="The configuration GUI for gpomme allows tweaking some \ + parameters for the On-Screen Display (OSD) displayed by gpomme" --- pommed-1.31~dfsg.orig/debian/wmpomme.menu +++ pommed-1.31~dfsg/debian/wmpomme.menu @@ -0,0 +1,7 @@ +?package(wmpomme):needs="X11" section="Applications/System/Monitoring"\ + title="wmpomme" command="/usr/bin/wmpomme" \ + icon="/usr/share/pixmaps/wmpomme.xpm" \ + description="wmpomme provides visual feedback in the form of a \ + WindowMaker dockapp when adjusting LCD brightness, sound level \ + and keyboard brightness on Apple laptops, in conjunction with the \ + pommed daemon" --- pommed-1.31~dfsg.orig/debian/wmpomme.dirs +++ pommed-1.31~dfsg/debian/wmpomme.dirs @@ -0,0 +1,2 @@ +usr/bin +usr/share/pixmaps --- pommed-1.31~dfsg.orig/debian/wmpomme.docs +++ pommed-1.31~dfsg/debian/wmpomme.docs @@ -0,0 +1,2 @@ +README + --- pommed-1.31~dfsg.orig/debian/gpomme.docs +++ pommed-1.31~dfsg/debian/gpomme.docs @@ -0,0 +1,2 @@ +README + --- pommed-1.31~dfsg.orig/debian/pommed.docs +++ pommed-1.31~dfsg/debian/pommed.docs @@ -0,0 +1,2 @@ +README + --- pommed-1.31~dfsg.orig/debian/pommed.manpages +++ pommed-1.31~dfsg/debian/pommed.manpages @@ -0,0 +1 @@ +pommed.1 --- pommed-1.31~dfsg.orig/debian/wmpomme.manpages +++ pommed-1.31~dfsg/debian/wmpomme.manpages @@ -0,0 +1 @@ +wmpomme/wmpomme.1 --- pommed-1.31~dfsg.orig/debian/gpomme.manpages +++ pommed-1.31~dfsg/debian/gpomme.manpages @@ -0,0 +1 @@ +gpomme/gpomme.1 --- pommed-1.31~dfsg.orig/debian/pommed.dirs +++ pommed-1.31~dfsg/debian/pommed.dirs @@ -0,0 +1 @@ +usr/sbin --- pommed-1.31~dfsg.orig/debian/compat +++ pommed-1.31~dfsg/debian/compat @@ -0,0 +1 @@ +5