[Pkg-xfce-commits] r6565 - desktop/branches/experimental/xfce4-settings/debian
Lionel Le Folgoc
mrpouit-guest at alioth.debian.org
Sun Apr 1 11:14:54 UTC 2012
Author: mrpouit-guest
Date: 2012-04-01 11:14:54 +0000 (Sun, 01 Apr 2012)
New Revision: 6565
Modified:
desktop/branches/experimental/xfce4-settings/debian/changelog
desktop/branches/experimental/xfce4-settings/debian/control
desktop/branches/experimental/xfce4-settings/debian/rules
Log:
- switch to libxfce4util6-dev for the new api.
* debian/rules:
- drop obsolete --enable-xsettings-daemon configure option.
Modified: desktop/branches/experimental/xfce4-settings/debian/changelog
===================================================================
--- desktop/branches/experimental/xfce4-settings/debian/changelog 2012-04-01 06:15:13 UTC (rev 6564)
+++ desktop/branches/experimental/xfce4-settings/debian/changelog 2012-04-01 11:14:54 UTC (rev 6565)
@@ -1,8 +1,9 @@
-xfce4-settings (4.9.2-1) UNRELEASED; urgency=low
+xfce4-settings (4.9.3-1) UNRELEASED; urgency=low
* New upstream development release.
* debian/control:
- bump libxfce4ui-1-dev b-dep to >= 4.9.0 and libexo-1-dev to >= 0.7.1.
+ - switch to libxfce4util6-dev for the new api.
- depends on libgarcon-common >= 0.1.10 for the new categories.
- remove xfce4-settings-helper from the long desc.
* debian/xfce4-settings-helper.1: dropped.
@@ -12,6 +13,8 @@
* debian/postinst,debian/preinst,debian/postrm: handle removal of
xfce4-settings-helper's autostart desktop file.
* debian/xfsettingsd.1: refreshed for the new options.
+ * debian/rules:
+ - drop obsolete --enable-xsettings-daemon configure option.
-- Lionel Le Folgoc <mrpouit at gmail.com> Thu, 18 Aug 2011 12:53:37 +0200
Modified: desktop/branches/experimental/xfce4-settings/debian/control
===================================================================
--- desktop/branches/experimental/xfce4-settings/debian/control 2012-04-01 06:15:13 UTC (rev 6564)
+++ desktop/branches/experimental/xfce4-settings/debian/control 2012-04-01 11:14:54 UTC (rev 6565)
@@ -5,8 +5,7 @@
Uploaders: Yves-Alexis Perez <corsac at debian.org>,
Lionel Le Folgoc <mrpouit at gmail.com>
Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.1),
- libxfce4util-dev (>= 4.8.0),
- libxfce4ui-1-dev (>= 4.9.0), libexo-1-dev (>= 0.7.1),
+ libxfce4util6-dev, libxfce4ui-1-dev (>= 4.9.0), libexo-1-dev (>= 0.7.1),
libxfconf-0-dev (>= 4.8.0), libwnck-dev, libxklavier-dev (>= 5.0),
libnotify-dev, intltool (>= 0.31)
Build-Conflicts: libxfcegui4-dev (<< 4.7.0)
Modified: desktop/branches/experimental/xfce4-settings/debian/rules
===================================================================
--- desktop/branches/experimental/xfce4-settings/debian/rules 2012-04-01 06:15:13 UTC (rev 6564)
+++ desktop/branches/experimental/xfce4-settings/debian/rules 2012-04-01 11:14:54 UTC (rev 6565)
@@ -6,8 +6,7 @@
override_dh_auto_configure:
find .pc -type f -name '*.c' -exec echo '{}' >> po/POTFILES.skip \;
dh_auto_configure -- --enable-libnotify --enable-xcursor \
- --enable-libxklavier --enable-xsettings-daemon --enable-sound-settings\
- --enable-pluggable-dialogs
+ --enable-libxklavier --enable-sound-settings --enable-pluggable-dialogs
override_dh_auto_clean:
rm -f po/POTFILES.skip
More information about the Pkg-xfce-commits
mailing list