[med-svn] r13541 - trunk/packages/gnuhealth/trunk/debian

Emilien Klein e2jk-guest at alioth.debian.org
Sat May 11 20:50:06 UTC 2013


Author: e2jk-guest
Date: 2013-05-11 20:50:06 +0000 (Sat, 11 May 2013)
New Revision: 13541

Modified:
   trunk/packages/gnuhealth/trunk/debian/rules
Log:
Correct comment in debian/rules


Modified: trunk/packages/gnuhealth/trunk/debian/rules
===================================================================
--- trunk/packages/gnuhealth/trunk/debian/rules	2013-05-11 20:04:59 UTC (rev 13540)
+++ trunk/packages/gnuhealth/trunk/debian/rules	2013-05-11 20:50:06 UTC (rev 13541)
@@ -21,7 +21,7 @@
 	dh_auto_install
 	# Remove the qr code module (dependency currently not satisfied in Debian)
 	find debian -name "health_qrcodes" -type d -prune -execdir rm -r \{\} \;
-	# Mark all the Python scripts executable
+	# Mark all the Python scripts non-executable
 	find debian -name "*.py"  -type f -executable -exec chmod a-x \{\} \;
 	# Remove all the tests folders from the binary package
 	find debian -name "tests" -type d -prune -execdir rm -r \{\} \;




More information about the debian-med-commit mailing list