[Pkg-mc-commits] r410 - trunk/debian

Yury Zaytsev zaytsev-guest at alioth.debian.org
Thu May 20 12:14:22 UTC 2010


Author: zaytsev-guest
Date: 2010-05-20 12:14:18 +0000 (Thu, 20 May 2010)
New Revision: 410

Modified:
   trunk/debian/changelog
   trunk/debian/rules
Log:
Fixed path in the rules file and added acks to the changelog.



Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2010-05-20 09:21:54 UTC (rev 409)
+++ trunk/debian/changelog	2010-05-20 12:14:18 UTC (rev 410)
@@ -1,7 +1,7 @@
 mc (3:4.7.0.5-2) UNRELEASED; urgency=low
 
   [Yury V. Zaytsev]
-  * 
+  * More fixes to cons.saver: Hilmar Preusse, Sven Joachim.
 
  -- Yury V. Zaytsev <yury at shurup.com>  Thu, 20 May 2010 11:18:21 +0200
 

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2010-05-20 09:21:54 UTC (rev 409)
+++ trunk/debian/rules	2010-05-20 12:14:18 UTC (rev 410)
@@ -23,7 +23,7 @@
 	chmod 755 ./debian/mc/etc/mc/edit.spell.rc
 	chmod 755 ./debian/mc/etc/mc/edit.indent.rc
 
-	chgrp tty ./debian/usr/lib/mc/cons.saver
-	chmod g+s ./debian/usr/lib/mc/cons.saver
+	chgrp tty ./debian/mc/usr/lib/mc/cons.saver
+	chmod g+s ./debian/mc/usr/lib/mc/cons.saver
 
 	rmdir ./debian/mc/usr/share/man/sr/man8




More information about the Pkg-mc-commits mailing list