[Pkg-xfce-commits] r4539 - desktop/branches/experimental/xfce4-utils/debian
Yves-Alexis Perez
corsac at alioth.debian.org
Sun Nov 7 12:39:21 UTC 2010
Author: corsac
Date: 2010-11-07 12:39:06 +0000 (Sun, 07 Nov 2010)
New Revision: 4539
Modified:
desktop/branches/experimental/xfce4-utils/debian/changelog
desktop/branches/experimental/xfce4-utils/debian/rules
Log:
create /usr/share/xfce4 folder before installing vendor info (not used
anymore for now, will reappear in a future release)
Modified: desktop/branches/experimental/xfce4-utils/debian/changelog
===================================================================
--- desktop/branches/experimental/xfce4-utils/debian/changelog 2010-11-07 12:18:34 UTC (rev 4538)
+++ desktop/branches/experimental/xfce4-utils/debian/changelog 2010-11-07 12:39:06 UTC (rev 4539)
@@ -15,13 +15,15 @@
* debian/rules:
- pick {C,LD}FLAGS from dpkg-buildflags.
- add hardening flags to {C,LD}FLAGS
+ - create /usr/share/xfce4 folder before installing vendor info (not used
+ anymore for now, will reappear in a future release)
[ Lionel Le Folgoc ]
* debian/rules: force $docdir to /usr/share/doc/xfce4-utils, and drop
$libexecdir, unneeded.
* debian/control: add myself to Uploaders.
- -- Yves-Alexis Perez <corsac at debian.org> Sun, 07 Nov 2010 13:14:04 +0100
+ -- Yves-Alexis Perez <corsac at debian.org> Sun, 07 Nov 2010 13:38:34 +0100
xfce4-utils (4.6.2-1) unstable; urgency=low
Modified: desktop/branches/experimental/xfce4-utils/debian/rules
===================================================================
--- desktop/branches/experimental/xfce4-utils/debian/rules 2010-11-07 12:18:34 UTC (rev 4538)
+++ desktop/branches/experimental/xfce4-utils/debian/rules 2010-11-07 12:39:06 UTC (rev 4539)
@@ -17,8 +17,8 @@
rm -f `pwd`/debian/xfce4-utils/usr/lib/xfce4/mcs-plugins/*.la
rm -f `pwd`/debian/xfce4-utils/usr/lib/xfce4/mcs-plugins/*.a
- install -m 644 `pwd`/debian/Debian \
- `pwd`/debian/xfce4-utils/usr/share/xfce4/
+ install -D -m 644 `pwd`/debian/Debian \
+ `pwd`/debian/xfce4-utils/usr/share/xfce4/Debian
chrpath -d -k `pwd`/debian/xfce4-utils/usr/bin/xfrun4 \
`pwd`/debian/xfce4-utils/usr/bin/xfce4-about
More information about the Pkg-xfce-commits
mailing list