[Pkg-xfce-commits] r171 - desktop/trunk/xfce4-utils/debian

Emanuele Rocca ema@costa.debian.org
Sun, 05 Jun 2005 22:00:33 +0000


Author: ema
Date: 2005-06-05 22:00:33 +0000 (Sun, 05 Jun 2005)
New Revision: 171

Modified:
   desktop/trunk/xfce4-utils/debian/changelog
   desktop/trunk/xfce4-utils/debian/rules
Log:
Stuff about permissions

Modified: desktop/trunk/xfce4-utils/debian/changelog
===================================================================
--- desktop/trunk/xfce4-utils/debian/changelog	2005-06-05 21:35:59 UTC (rev 170)
+++ desktop/trunk/xfce4-utils/debian/changelog	2005-06-05 22:00:33 UTC (rev 171)
@@ -2,6 +2,8 @@
 
   * New Upstream Release
   * Remove Depends on debianutils, it is Essential
+  * Remove chmod +x for files in bin/, it's the job of dh_fixperms
+  * Actually, etc/X11/xdg/xfce4/xinitrc needs to be chmodded
 
  -- Simon Huggins <huggie@earth.li>  Sat, 21 May 2005 13:35:53 +0000
 

Modified: desktop/trunk/xfce4-utils/debian/rules
===================================================================
--- desktop/trunk/xfce4-utils/debian/rules	2005-06-05 21:35:59 UTC (rev 170)
+++ desktop/trunk/xfce4-utils/debian/rules	2005-06-05 22:00:33 UTC (rev 171)
@@ -60,7 +60,7 @@
 	install -m 644 `pwd`/gdm/xfce.desktop `pwd`/debian/xfce4-utils/usr/share/xsessions/xfce4.desktop
 
 	perl -i -pe 's/TERMCMD=xterm/TERMCMD=x-terminal-emulator/' `pwd`/debian/xfce4-utils/usr/bin/xfterm4
-
+	
 	rm -f `pwd`/debian/xfce4-utils/usr/lib/xfce4/mcs-plugins/*.la
 	rm -f `pwd`/debian/xfce4-utils/usr/lib/xfce4/mcs-plugins/*.a
 
@@ -81,10 +81,10 @@
 	dh_strip
 
 	dh_compress
-	dh_fixperms
 
 	# file permissions
-	chmod +x `pwd`/debian/xfce4-utils/usr/bin/{xfhelp4,xflock4,xfmountdev4,xfterm4}
+	dh_fixperms
+	chmod +x `pwd`/debian/xfce4-utils/etc/X11/xdg/xfce4/xinitrc
 
 	dh_installdeb
 	dh_shlibdeps