[Pkg-xfce-commits] r1812 - desktop/trunk/exo/debian

corsac at alioth.debian.org corsac at alioth.debian.org
Tue Mar 25 09:31:55 UTC 2008


Author: corsac
Date: 2008-03-25 09:31:54 +0000 (Tue, 25 Mar 2008)
New Revision: 1812

Modified:
   desktop/trunk/exo/debian/changelog
   desktop/trunk/exo/debian/control
   desktop/trunk/exo/debian/rules
Log:
* build exo with libnotify support.                           closes: #472255

Modified: desktop/trunk/exo/debian/changelog
===================================================================
--- desktop/trunk/exo/debian/changelog	2008-03-22 18:16:49 UTC (rev 1811)
+++ desktop/trunk/exo/debian/changelog	2008-03-25 09:31:54 UTC (rev 1812)
@@ -1,3 +1,9 @@
+exo (0.3.4-5) UNRELEASED; urgency=low
+
+  * build exo with libnotify support.                           closes: #472255
+
+ -- Yves-Alexis Perez <corsac at debian.org>  Sun, 23 Mar 2008 07:25:39 +0100
+
 exo (0.3.4-4) unstable; urgency=low
 
   * debian/compat: bump debhelper compatibility to 5.

Modified: desktop/trunk/exo/debian/control
===================================================================
--- desktop/trunk/exo/debian/control	2008-03-22 18:16:49 UTC (rev 1811)
+++ desktop/trunk/exo/debian/control	2008-03-25 09:31:54 UTC (rev 1812)
@@ -2,7 +2,7 @@
 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>, Rudy Godoy <rudy at kernel-panik.org>, Martin Loschwitz <madkiss at debian.org>, Yves-Alexis Perez <corsac at debian.org>
-Build-Depends: debhelper (>= 5.0.0), libxfcegui4-dev (>= 4.4.2), liburi-perl, xfce4-mcs-manager-dev, chrpath, libhal-storage-dev [!hurd-i386]
+Build-Depends: debhelper (>= 5.0.0), libxfcegui4-dev (>= 4.4.2), liburi-perl, xfce4-mcs-manager-dev, chrpath, libhal-storage-dev [!hurd-i386], libnotify-dev
 Standards-Version: 3.7.3
 Section: libs
 Homepage: http://libexo.os-cillation.com/

Modified: desktop/trunk/exo/debian/rules
===================================================================
--- desktop/trunk/exo/debian/rules	2008-03-22 18:16:49 UTC (rev 1811)
+++ desktop/trunk/exo/debian/rules	2008-03-25 09:31:54 UTC (rev 1812)
@@ -38,7 +38,7 @@
 config.status: configure
 	dh_testdir
 	# Add here commands to configure the package.
-	CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --sysconfdir=/etc --libexecdir=/usr/lib/libexo-0.3-0 --enable-final --disable-gtk-doc --disable-python
+	CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --sysconfdir=/etc --libexecdir=/usr/lib/libexo-0.3-0 --enable-final --disable-gtk-doc --disable-python --enable-notifications
 
 
 build: build-stamp




More information about the Pkg-xfce-commits mailing list