[Pkg-xfce-commits] r3800 - desktop/branches/experimental/exo/debian

Yves-Alexis Perez corsac at alioth.debian.org
Sat Jan 9 07:27:03 UTC 2010


Author: corsac
Date: 2010-01-09 19:26:52 +0000 (Sat, 09 Jan 2010)
New Revision: 3800

Modified:
   desktop/branches/experimental/exo/debian/changelog
   desktop/branches/experimental/exo/debian/control
   desktop/branches/experimental/exo/debian/rules
Log:
add build-dep on libxfce4util-dev.

Modified: desktop/branches/experimental/exo/debian/changelog
===================================================================
--- desktop/branches/experimental/exo/debian/changelog	2010-01-09 19:20:13 UTC (rev 3799)
+++ desktop/branches/experimental/exo/debian/changelog	2010-01-09 19:26:52 UTC (rev 3800)
@@ -7,9 +7,10 @@
     - change binary packages name to match updated soname.
     - use proper relation in conflict.
     - drop build-dep on libxfcegui4, add one on libxfce4ui.
+    - add build-dep on libxfce4util-dev.
   * debian/watch updated.
 
- -- Yves-Alexis Perez <corsac at debian.org>  Sat, 09 Jan 2010 17:19:22 +0100
+ -- Yves-Alexis Perez <corsac at debian.org>  Sat, 09 Jan 2010 20:18:44 +0100
 
 exo (0.3.106-1) unstable; urgency=low
 

Modified: desktop/branches/experimental/exo/debian/control
===================================================================
--- desktop/branches/experimental/exo/debian/control	2010-01-09 19:20:13 UTC (rev 3799)
+++ desktop/branches/experimental/exo/debian/control	2010-01-09 19:26:52 UTC (rev 3800)
@@ -3,7 +3,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>, Yves-Alexis Perez <corsac at debian.org>, Michael Casadevall <sonicmctails at gmail.com>
-Build-Depends: debhelper (>= 5.0.0), libxfce4ui-1-dev (>= 4.7.0),
+Build-Depends: debhelper (>= 7), libxfce4util-dev, libxfce4ui-1-dev (>= 4.7.0),
  liburi-perl, chrpath, libhal-storage-dev [!hurd-i386], libnotify-dev,
  intltool
 Standards-Version: 3.8.3

Modified: desktop/branches/experimental/exo/debian/rules
===================================================================
--- desktop/branches/experimental/exo/debian/rules	2010-01-09 19:20:13 UTC (rev 3799)
+++ desktop/branches/experimental/exo/debian/rules	2010-01-09 19:26:52 UTC (rev 3800)
@@ -11,7 +11,7 @@
 config.status: configure
 	dh_testdir
 	# Add here commands to configure the package.
-	 ./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/$(EXO_SONAME) --enable-final --disable-gtk-doc --disable-python --enable-notifications
+	 ./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/$(EXO_SONAME) --disable-gtk-doc --disable-python --enable-notifications
 
 build: build-stamp
 build-stamp:  config.status




More information about the Pkg-xfce-commits mailing list