[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

X Strike Force X.Org X11 SVN commit: r3965 - trunk/debian/xorg/debian



Author: julien
Date: 2006-11-07 10:43:00 -0500 (Tue, 07 Nov 2006)
New Revision: 3965

Modified:
   trunk/debian/xorg/debian/changelog
   trunk/debian/xorg/debian/rules
Log:
* Install /etc/X11/Xsession with mode 0755, since that's what we did in the
  monolith, and some display managers rely on it being executable
  (closes: #390526).

Modified: trunk/debian/xorg/debian/changelog
===================================================================
--- trunk/debian/xorg/debian/changelog	2006-11-07 13:21:07 UTC (rev 3964)
+++ trunk/debian/xorg/debian/changelog	2006-11-07 15:43:00 UTC (rev 3965)
@@ -6,8 +6,13 @@
   [ Debconf translations updated ]
   * Arabic (from Arabeyes CVS)
 
- -- Christian Perrier <bubulle@debian.org>  Mon,  6 Nov 2006 08:11:00 +0100
+  [ Julien Cristau ]
+  * Install /etc/X11/Xsession with mode 0755, since that's what we did in the
+    monolith, and some display managers rely on it being executable
+    (closes: #390526).
 
+ -- Julien Cristau <julien.cristau@ens-lyon.org>  Tue,  7 Nov 2006 16:41:36 +0100
+
 xorg (1:7.1.0-6) unstable; urgency=low
 
   [ Debconf translations added ]

Modified: trunk/debian/xorg/debian/rules
===================================================================
--- trunk/debian/xorg/debian/rules	2006-11-07 13:21:07 UTC (rev 3964)
+++ trunk/debian/xorg/debian/rules	2006-11-07 15:43:00 UTC (rev 3965)
@@ -110,6 +110,8 @@
 	dh_link
 	dh_compress
 	dh_fixperms
+	chown root:root debian/x11-common/etc/X11/Xsession
+	chmod 755 debian/x11-common/etc/X11/Xsession
 	chown root:root debian/x11-common/usr/bin/X
 	chmod ug+s debian/x11-common/usr/bin/X
 	dh_installdeb



Reply to: