tags 548774 + patch pending
thanks
Hi,
I've prepared an NMU for deskbar-applet (versioned as 2.28.0-1.1) and
uploaded it to DELAYED/2. cdbs configures the package so that
libexecdir is set to /usr/lib/deskbar-applet, so this patch resets it
back to /usr/lib.
--
Matt http://ftbfs.org/kraai
diff -u deskbar-applet-2.28.0/debian/rules deskbar-applet-2.28.0/debian/rules
--- deskbar-applet-2.28.0/debian/rules
+++ deskbar-applet-2.28.0/debian/rules
@@ -13,7 +13,8 @@
# which obviously won't work in Python code. See also bug #378080.
DEB_CONFIGURE_EXTRA_FLAGS += \
--datadir=/usr/share \
- --disable-scrollkeeper
+ --disable-scrollkeeper \
+ --libexecdir="\$${prefix}/lib"
# New python policy
binary-install/deskbar-applet::
diff -u deskbar-applet-2.28.0/debian/changelog deskbar-applet-2.28.0/debian/changelog
--- deskbar-applet-2.28.0/debian/changelog
+++ deskbar-applet-2.28.0/debian/changelog
@@ -1,3 +1,10 @@
+deskbar-applet (2.28.0-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Override the libexecdir set by cdbs. Closes: #548774.
+
+ -- Matt Kraai <[email protected]> Thu, 12 Nov 2009 00:02:58 -0800
+
deskbar-applet (2.28.0-1) unstable; urgency=low
* New upstream release.