[Pkg-xfce-commits] r2294 - desktop/branches/svn-snapshots/xfce4-utils/debian

corsac at alioth.debian.org corsac at alioth.debian.org
Fri Sep 12 05:23:42 UTC 2008


Author: corsac
Date: 2008-09-12 05:23:41 +0000 (Fri, 12 Sep 2008)
New Revision: 2294

Modified:
   desktop/branches/svn-snapshots/xfce4-utils/debian/changelog
   desktop/branches/svn-snapshots/xfce4-utils/debian/rules
Log:
typo

Modified: desktop/branches/svn-snapshots/xfce4-utils/debian/changelog
===================================================================
--- desktop/branches/svn-snapshots/xfce4-utils/debian/changelog	2008-09-11 04:50:27 UTC (rev 2293)
+++ desktop/branches/svn-snapshots/xfce4-utils/debian/changelog	2008-09-12 05:23:41 UTC (rev 2294)
@@ -10,9 +10,10 @@
   * debian/rules:
     - stop messing with config.{sub,guess}.
     - use dh_lintian.
-    - dont manually install xfce.desktop in /u/s/xsessions, it's already done.
+    - don't manually install xfce.desktop in /u/s/xsessions, it's already done.
+    - configure libexecdir so it ends in /usr/lib.
 
- -- Yves-Alexis Perez <corsac at debian.org>  Thu, 11 Sep 2008 06:43:59 +0200
+ -- Yves-Alexis Perez <corsac at debian.org>  Thu, 11 Sep 2008 08:02:19 +0200
 
 xfce4-utils (4.4.2-8) unstable; urgency=low
 

Modified: desktop/branches/svn-snapshots/xfce4-utils/debian/rules
===================================================================
--- desktop/branches/svn-snapshots/xfce4-utils/debian/rules	2008-09-11 04:50:27 UTC (rev 2293)
+++ desktop/branches/svn-snapshots/xfce4-utils/debian/rules	2008-09-12 05:23:41 UTC (rev 2294)
@@ -17,7 +17,7 @@
 config.status: patch configure
 	
 	dh_testdir
-	./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --sysconfdir=/etc  --with-browser=sensible-browser --enable-final --with-vendor-info=Debian --with-x
+	./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr  --libexecdir=\$${prefix}/lib --sysconfdir=/etc  --with-browser=sensible-browser --enable-final --with-vendor-info=Debian --with-x 
 
 build: build-stamp
 build-stamp: config.status




More information about the Pkg-xfce-commits mailing list