[Pkg-xfce-commits] r4277 - desktop/branches/experimental/xfdesktop4/debian
Yves-Alexis Perez
corsac at alioth.debian.org
Sun Sep 5 03:34:45 UTC 2010
Author: corsac
Date: 2010-09-05 15:34:34 +0000 (Sun, 05 Sep 2010)
New Revision: 4277
Modified:
desktop/branches/experimental/xfdesktop4/debian/changelog
desktop/branches/experimental/xfdesktop4/debian/rules
Log:
drop usr/lib from chrpath call, it doesn't exist anymore.
Modified: desktop/branches/experimental/xfdesktop4/debian/changelog
===================================================================
--- desktop/branches/experimental/xfdesktop4/debian/changelog 2010-09-05 15:28:36 UTC (rev 4276)
+++ desktop/branches/experimental/xfdesktop4/debian/changelog 2010-09-05 15:34:34 UTC (rev 4277)
@@ -9,8 +9,9 @@
* debian/rules:
- pick {C,LD}FLAGS from dpkg-buildflags.
- drop --libexecdir, --disable-rpath and --enable-final from configure args.
+ - drop usr/lib from chrpath call, it doesn't exist anymore.
- -- Yves-Alexis Perez <corsac at debian.org> Sun, 05 Sep 2010 17:28:21 +0200
+ -- Yves-Alexis Perez <corsac at debian.org> Sun, 05 Sep 2010 17:33:55 +0200
xfdesktop4 (4.6.2-1) unstable; urgency=low
Modified: desktop/branches/experimental/xfdesktop4/debian/rules
===================================================================
--- desktop/branches/experimental/xfdesktop4/debian/rules 2010-09-05 15:28:36 UTC (rev 4276)
+++ desktop/branches/experimental/xfdesktop4/debian/rules 2010-09-05 15:34:34 UTC (rev 4277)
@@ -9,12 +9,8 @@
--enable-desktop-menu-dir-monitor
override_dh_install:
- rm -f $(CURDIR)/debian/tmp/usr/lib/xfce4/modules/*.la
- rm -f $(CURDIR)/debian/tmp/usr/lib/xfce4/modules/*.a
+ chrpath -d -k $(CURDIR)/debian/tmp/usr/bin/*
- chrpath -d -k $(CURDIR)/debian/tmp/usr/bin/* \
- $(CURDIR)/debian/tmp/usr/lib/xfce4/*/*
-
# rename the generic terminal file
mv $(CURDIR)/debian/tmp/usr/share/applications/xfce4-terminal.desktop \
$(CURDIR)/debian/tmp/usr/share/applications/xfce4-term.desktop
More information about the Pkg-xfce-commits
mailing list