[Pkg-xfce-commits] r770 - desktop/trunk/xfce4-utils/debian
Emanuele Rocca
ema at costa.debian.org
Sat Jul 22 12:14:55 UTC 2006
Author: ema
Date: 2006-07-22 12:14:54 +0000 (Sat, 22 Jul 2006)
New Revision: 770
Modified:
desktop/trunk/xfce4-utils/debian/changelog
desktop/trunk/xfce4-utils/debian/rules
Log:
Uploading xfce4-utils. Changing permissions of /usr/share/xfce4/Debian to 644; -c is ignored by install
Modified: desktop/trunk/xfce4-utils/debian/changelog
===================================================================
--- desktop/trunk/xfce4-utils/debian/changelog 2006-07-22 12:00:04 UTC (rev 769)
+++ desktop/trunk/xfce4-utils/debian/changelog 2006-07-22 12:14:54 UTC (rev 770)
@@ -1,4 +1,4 @@
-xfce4-utils (4.3.90.2-1) UNRELEASED; urgency=low
+xfce4-utils (4.3.90.2-1) unstable; urgency=low
(Yves-Alexis Perez)
* New upstream release.
Modified: desktop/trunk/xfce4-utils/debian/rules
===================================================================
--- desktop/trunk/xfce4-utils/debian/rules 2006-07-22 12:00:04 UTC (rev 769)
+++ desktop/trunk/xfce4-utils/debian/rules 2006-07-22 12:14:54 UTC (rev 770)
@@ -66,9 +66,10 @@
rm -f `pwd`/debian/xfce4-utils/usr/lib/xfce4/mcs-plugins/*.a
install -d `pwd`/debian/xfce4-utils/usr/share/lintian/overrides
- install -c -m 644 $(CURDIR)/debian/lintian-override \
+ install -m 644 $(CURDIR)/debian/lintian-override \
`pwd`/debian/xfce4-utils/usr/share/lintian/overrides/xfce4-utils
- install `pwd`/debian/Debian `pwd`/debian/xfce4-utils/usr/share/xfce4/
+ install -m 644 `pwd`/debian/Debian \
+ `pwd`/debian/xfce4-utils/usr/share/xfce4/
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