On Sat, 12 Aug 2023 15:00:08 +0200 Bastian Germann <b...@debian.org> wrote:
Please just drop gpomme. The rest of the packages seem to be working without it.

I am uploading a NMU to DELAYED/10 in order to fix this.
The debdiff is attached.
diff -Nru pommed-1.39~dfsg/debian/changelog pommed-1.39~dfsg/debian/changelog
--- pommed-1.39~dfsg/debian/changelog   2020-08-04 19:18:05.000000000 +0000
+++ pommed-1.39~dfsg/debian/changelog   2023-10-12 13:58:10.000000000 +0000
@@ -1,3 +1,10 @@
+pommed (1.39~dfsg-5.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop gpomme. (Closes: #967706, #405936)
+
+ -- Bastian Germann <b...@debian.org>  Thu, 12 Oct 2023 13:58:10 +0000
+
 pommed (1.39~dfsg-5.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru pommed-1.39~dfsg/debian/control pommed-1.39~dfsg/debian/control
--- pommed-1.39~dfsg/debian/control     2020-08-04 18:53:25.000000000 +0000
+++ pommed-1.39~dfsg/debian/control     2023-10-12 13:57:22.000000000 +0000
@@ -6,7 +6,7 @@
           Thibaut Paumard <thib...@debian.org>
 Build-Depends: debhelper (>= 11), libpci-dev [i386 amd64],
        libofapi-dev (>= 0git20070620) [powerpc], libconfuse-dev, 
libasound2-dev,
-       libaudiofile-dev, libgtk2.0-dev, libdbus-1-dev, libdbus-glib-1-dev,
+       libaudiofile-dev, pkg-config, libdbus-1-dev, libdbus-glib-1-dev,
        libx11-dev, libxext-dev, libxpm-dev
 Standards-Version: 4.1.4
 
@@ -22,18 +22,6 @@
  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
diff -Nru pommed-1.39~dfsg/debian/gpomme.dirs 
pommed-1.39~dfsg/debian/gpomme.dirs
--- pommed-1.39~dfsg/debian/gpomme.dirs 2020-08-04 18:53:25.000000000 +0000
+++ pommed-1.39~dfsg/debian/gpomme.dirs 1970-01-01 00:00:00.000000000 +0000
@@ -1,3 +0,0 @@
-usr/bin
-usr/share/pixmaps
-
diff -Nru pommed-1.39~dfsg/debian/gpomme.docs 
pommed-1.39~dfsg/debian/gpomme.docs
--- pommed-1.39~dfsg/debian/gpomme.docs 2020-08-04 18:53:25.000000000 +0000
+++ pommed-1.39~dfsg/debian/gpomme.docs 1970-01-01 00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-README
-
diff -Nru pommed-1.39~dfsg/debian/gpomme.manpages 
pommed-1.39~dfsg/debian/gpomme.manpages
--- pommed-1.39~dfsg/debian/gpomme.manpages     2020-08-04 18:53:25.000000000 
+0000
+++ pommed-1.39~dfsg/debian/gpomme.manpages     1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-gpomme/gpomme.1
diff -Nru pommed-1.39~dfsg/debian/gpomme.menu 
pommed-1.39~dfsg/debian/gpomme.menu
--- pommed-1.39~dfsg/debian/gpomme.menu 2020-08-04 18:53:25.000000000 +0000
+++ pommed-1.39~dfsg/debian/gpomme.menu 1970-01-01 00:00:00.000000000 +0000
@@ -1,13 +0,0 @@
-?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"
diff -Nru pommed-1.39~dfsg/debian/rules pommed-1.39~dfsg/debian/rules
--- pommed-1.39~dfsg/debian/rules       2020-08-04 18:53:25.000000000 +0000
+++ pommed-1.39~dfsg/debian/rules       2023-10-12 13:58:10.000000000 +0000
@@ -2,6 +2,9 @@
 %:
        dh $@
 
+override_dh_auto_build:
+       dh_auto_build -- pommed wmpomme
+
 override_dh_auto_install:
        # Install pommed
        cp pommed/pommed $(CURDIR)/debian/pommed/usr/sbin/
@@ -18,33 +21,6 @@
 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 -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/
 

Reply via email to