r8640 - /trunk/libjavascript-perl/debian/rules

ntyni-guest at users.alioth.debian.org ntyni-guest at users.alioth.debian.org
Mon Oct 29 11:11:45 UTC 2007


Author: ntyni-guest
Date: Mon Oct 29 11:11:45 2007
New Revision: 8640

URL: http://svn.debian.org/wsvn/?sc=1&rev=8640
Log:
remove an unnecessary +x bit, thanks to lintian

Modified:
    trunk/libjavascript-perl/debian/rules

Modified: trunk/libjavascript-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libjavascript-perl/debian/rules?rev=8640&op=diff
==============================================================================
--- trunk/libjavascript-perl/debian/rules (original)
+++ trunk/libjavascript-perl/debian/rules Mon Oct 29 11:11:45 2007
@@ -51,6 +51,9 @@
 	# stuff to /usr/share/perl5. MakeMaker creates the dirs, we delete them from 
 	# the deb:
 	rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/share/perl5
+
+	# remove the execute bit
+	chmod 644 $(TMP)/usr/lib/perl5/auto/JavaScript/typemap
 	
 	touch install-stamp
 




More information about the Pkg-perl-cvs-commits mailing list