[Pkg-xfce-commits] r2375 - desktop/branches/svn-snapshots/xfce4-settings/debian
corsac at alioth.debian.org
corsac at alioth.debian.org
Mon Oct 13 16:57:23 UTC 2008
Author: corsac
Date: 2008-10-13 16:57:23 +0000 (Mon, 13 Oct 2008)
New Revision: 2375
Modified:
desktop/branches/svn-snapshots/xfce4-settings/debian/changelog
desktop/branches/svn-snapshots/xfce4-settings/debian/control
desktop/branches/svn-snapshots/xfce4-settings/debian/rules
Log:
* New upstream beta release.
* debian/control:
- update build-deps for tuco-tuco.
- add build-dep on libwnck-dev, libxklavier12-dev, libnotify-dev.
* debian/rules:
- explicit enable flags for libnotify, xcursor, xklavier.
- disabled sound settings (canberra) support for now.
Modified: desktop/branches/svn-snapshots/xfce4-settings/debian/changelog
===================================================================
--- desktop/branches/svn-snapshots/xfce4-settings/debian/changelog 2008-10-13 16:57:16 UTC (rev 2374)
+++ desktop/branches/svn-snapshots/xfce4-settings/debian/changelog 2008-10-13 16:57:23 UTC (rev 2375)
@@ -1,5 +1,15 @@
-xfce4-settings (4.5.90-1) UNRELEASED; urgency=low
+xfce4-settings (4.5.91-1) UNRELEASED; urgency=low
+ [ Xfce 4.6 Alpha “Pinkie”]
* Initial release. closes: #000000
- -- Yves-Alexis Perez <corsac at debian.org> Sun, 24 Aug 2008 16:00:18 +0200
+ [ Xfce 4.6 Beta 1 “Tuco-Tuco”]
+ * New upstream beta release.
+ * debian/control:
+ - update build-deps for tuco-tuco.
+ - add build-dep on libwnck-dev, libxklavier12-dev, libnotify-dev.
+ * debian/rules:
+ - explicit enable flags for libnotify, xcursor, xklavier.
+ - disabled sound settings (canberra) support for now.
+
+ -- Yves-Alexis Perez <corsac at debian.org> Mon, 13 Oct 2008 12:47:44 +0200
Modified: desktop/branches/svn-snapshots/xfce4-settings/debian/control
===================================================================
--- desktop/branches/svn-snapshots/xfce4-settings/debian/control 2008-10-13 16:57:16 UTC (rev 2374)
+++ desktop/branches/svn-snapshots/xfce4-settings/debian/control 2008-10-13 16:57:23 UTC (rev 2375)
@@ -3,7 +3,9 @@
Priority: optional
Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
Uploaders: Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>, Yves-Alexis Perez <corsac at debian.org>
-Build-Depends: debhelper (>= 7.0.13), libxfce4util-dev (>= 4.5.90), libexo-0.3-dev (>= 0.3.80), libglade2-dev, libxfconf-0-dev
+Build-Depends: debhelper (>= 7.0.13), libxfce4util-dev (>= 4.5.91),
+ libexo-0.3-dev (>= 0.3.91), libglade2-dev, libxfconf-0-dev, libwnck-dev,
+ libxklavier12-dev, libnotify-dev
Standards-Version: 3.8.0
Homepage: http://www.xfce.org
Vcs-Svn: svn://svn.debian.org/pkg-xfce/desktop/trunk/xfconf
Modified: desktop/branches/svn-snapshots/xfce4-settings/debian/rules
===================================================================
--- desktop/branches/svn-snapshots/xfce4-settings/debian/rules 2008-10-13 16:57:16 UTC (rev 2374)
+++ desktop/branches/svn-snapshots/xfce4-settings/debian/rules 2008-10-13 16:57:23 UTC (rev 2375)
@@ -1,3 +1,13 @@
#!/usr/bin/make -f
+build: build-stamp
+
+build-stamp:
+ dh build --before configure
+ dh_auto_configure -- --enable-libnotify --enable-xcursor \
+ --enable-libxklavier --enable-xsettings-daemon --disable-sound-settings
+ dh build --after configure
+ touch build-stamp
+
+
%:
dh $@
More information about the Pkg-xfce-commits
mailing list