[Pkg-xfce-commits] r3353 - in desktop/branches/lenny-backports: . xfce4-settings/debian
Yves-Alexis Perez
corsac at alioth.debian.org
Fri Jul 3 07:03:57 UTC 2009
Author: corsac
Date: 2009-07-03 07:03:56 +0000 (Fri, 03 Jul 2009)
New Revision: 3353
Added:
desktop/branches/lenny-backports/xfce4-settings/
Modified:
desktop/branches/lenny-backports/xfce4-settings/debian/changelog
desktop/branches/lenny-backports/xfce4-settings/debian/rules
Log:
prepare lenny backports
Modified: desktop/branches/lenny-backports/xfce4-settings/debian/changelog
===================================================================
--- desktop/trunk/xfce4-settings/debian/changelog 2009-06-29 21:11:34 UTC (rev 3345)
+++ desktop/branches/lenny-backports/xfce4-settings/debian/changelog 2009-07-03 07:03:56 UTC (rev 3353)
@@ -1,3 +1,13 @@
+xfce4-settings (4.6.1-2~bpo50+1) lenny-backports; urgency=low
+
+ * Rebuild for lenny-backports.
+ * debian/rules:
+ - lenny quilt doesn't have dh_quilt_{patch,unpatch}, so do it the old
+ way.
+ - disable pluggable dialogs, it requires GTK+ 2.14.
+
+ -- Yves-Alexis Perez <corsac at debian.org> Fri, 03 Jul 2009 08:57:36 +0200
+
xfce4-settings (4.6.1-2) unstable; urgency=low
* debian/patches:
Modified: desktop/branches/lenny-backports/xfce4-settings/debian/rules
===================================================================
--- desktop/trunk/xfce4-settings/debian/rules 2009-06-29 21:11:34 UTC (rev 3345)
+++ desktop/branches/lenny-backports/xfce4-settings/debian/rules 2009-07-03 07:03:56 UTC (rev 3353)
@@ -1,12 +1,17 @@
#!/usr/bin/make -f
+include /usr/share/quilt/quilt.make
+
override_dh_auto_configure:
dh_auto_configure -- --enable-libnotify --enable-xcursor \
- --enable-libxklavier --enable-xsettings-daemon --enable-sound-settings\
- --enable-pluggable-dialogs
+ --enable-libxklavier --enable-xsettings-daemon --enable-sound-settings
override_dh_installman:
dh_installman debian/*.1
+build: patch
+
+clean: unpatch
+
%:
- dh --with quilt $@
+ dh $@
More information about the Pkg-xfce-commits
mailing list