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

Please allow dejagnu 1.4.4.cvs20060709-3



This fixes an aggravating permissions problem; the entire diff to the
version in testing is below.  Thanks in advance.

Index: debian/changelog
===================================================================
--- debian/changelog	(revision 182)
+++ debian/changelog	(revision 199)
@@ -1,3 +1,11 @@
+dejagnu (1.4.4.cvs20060709-3) unstable; urgency=low
+
+  * Acknowledge previous NMUs.
+  * Fix permissions on /usr/share/dejagnu when building without fakeroot
+    (Closes: #392589, #379809).
+
+ -- Daniel Jacobowitz <dan@debian.org>  Mon, 11 Dec 2006 09:06:59 -0500
+
 dejagnu (1.4.4.cvs20060709-2.2) unstable; urgency=medium
 
   * Non-maintainer upload.
Index: debian/rules
===================================================================
--- debian/rules	(revision 182)
+++ debian/rules	(revision 199)
@@ -22,6 +22,7 @@ binary-install/dejagnu::
 	install -m 644 debian/site.exp debian/dejagnu/etc/dejagnu/
 
 	chmod -R a-x debian/dejagnu/usr/share/dejagnu
+	chmod -R a+X debian/dejagnu/usr/share/dejagnu
 	chmod a+x debian/dejagnu/usr/share/dejagnu/libexec/config.guess
 
 	# Make install already installs this, but redo it to get the right

-- 
Daniel Jacobowitz
CodeSourcery



Reply to: