[Oval-commits] r410 - trunk/ovaldi/debian

Javier Fernandez-Sanguino Pen~a jfs at alioth.debian.org
Fri Sep 11 07:36:16 UTC 2009


Author: jfs
Date: 2009-09-11 07:36:16 +0000 (Fri, 11 Sep 2009)
New Revision: 410

Modified:
   trunk/ovaldi/debian/rules
Log:
Adjust permissions in XML definition files which are executable in the source package, probably due to Windows to Unix copying

Modified: trunk/ovaldi/debian/rules
===================================================================
--- trunk/ovaldi/debian/rules	2009-09-11 07:12:39 UTC (rev 409)
+++ trunk/ovaldi/debian/rules	2009-09-11 07:36:16 UTC (rev 410)
@@ -62,6 +62,8 @@
 	# Add here commands to install the package into debian/oval.
 	#$(MAKE) DESTDIR=$(CURDIR)/debian/oval install
 	dh_install -s
+	# Fix permissions in files
+	chmod a-x debian/ovaldi/usr/share/ovaldi/xml/*.xs{d,l}
 
 # Build architecture-independent files here.
 binary-indep: build install




More information about the Oval-commits mailing list