[Pkg-xfce-commits] r642 - in desktop/trunk: xfce4-mixer/debian
xfce4-panel/debian xfdesktop4/debian
Yves-Alexis Perez
corsac-guest at costa.debian.org
Sat May 13 20:21:13 UTC 2006
Author: corsac-guest
Date: 2006-05-13 20:21:12 +0000 (Sat, 13 May 2006)
New Revision: 642
Modified:
desktop/trunk/xfce4-mixer/debian/rules
desktop/trunk/xfce4-panel/debian/changelog
desktop/trunk/xfdesktop4/debian/rules
Log:
better with dynamic paths
Modified: desktop/trunk/xfce4-mixer/debian/rules
===================================================================
--- desktop/trunk/xfce4-mixer/debian/rules 2006-05-13 19:31:41 UTC (rev 641)
+++ desktop/trunk/xfce4-mixer/debian/rules 2006-05-13 20:21:12 UTC (rev 642)
@@ -19,7 +19,7 @@
for variant in alsa oss; do \
mkdir $(CURDIR)/debian/build-$$variant && \
cd $(CURDIR)/debian/build-$$variant && \
- $(CURDIR)/configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --enable-final --libexecdir=/usr/lib --with-sound=$$variant;\
+ $(CURDIR)/configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --enable-final --libexecdir=\$${prefix}/lib --with-sound=$$variant;\
done
touch config.status
Modified: desktop/trunk/xfce4-panel/debian/changelog
===================================================================
--- desktop/trunk/xfce4-panel/debian/changelog 2006-05-13 19:31:41 UTC (rev 641)
+++ desktop/trunk/xfce4-panel/debian/changelog 2006-05-13 20:21:12 UTC (rev 642)
@@ -1,10 +1,13 @@
xfce4-panel (4.3.90.1-2) UNRELEASED; urgency=low
- * Add dependency on libexo-0.3-0 for exo-open which we use in our default
- panel config.
- * Ship the README.Plugins
+ * (Simon Huggins)
+ * Add dependency on libexo-0.3-0 for exo-open which we use in our default
+ panel config.
+ * Ship the README.Plugins
+ * (Yves-Alexis Perez)
+ * Use the correct libexec dir
- -- Simon Huggins <huggie at earth.li> Sat, 06 May 2006 13:21:24 +0100
+ -- Simon Huggins <huggie at earth.li> Sat, 13 May 2006 22:19:56 +0200
xfce4-panel (4.3.90.1-1) unstable; urgency=low
Modified: desktop/trunk/xfdesktop4/debian/rules
===================================================================
--- desktop/trunk/xfdesktop4/debian/rules 2006-05-13 19:31:41 UTC (rev 641)
+++ desktop/trunk/xfdesktop4/debian/rules 2006-05-13 20:21:12 UTC (rev 642)
@@ -14,7 +14,7 @@
config.status: configure
dh_testdir
- ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man --disable-rpath --libexecdir=/usr/lib --enable-final
+ ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man --disable-rpath --libexecdir=\$${prefix}/lib --enable-final
build: build-stamp
build-stamp: config.status
More information about the Pkg-xfce-commits
mailing list