[pkg-boost-commits] r14078 - boost/trunk/debian

cavok at alioth.debian.org cavok at alioth.debian.org
Mon May 14 13:33:41 UTC 2007


Author: cavok
Date: 2007-05-14 13:33:40 +0000 (Mon, 14 May 2007)
New Revision: 14078

Modified:
   boost/trunk/debian/rules
Log:
fix example files mode

Modified: boost/trunk/debian/rules
===================================================================
--- boost/trunk/debian/rules	2007-05-14 13:29:37 UTC (rev 14077)
+++ boost/trunk/debian/rules	2007-05-14 13:33:40 UTC (rev 14078)
@@ -132,7 +132,7 @@
 
 	mkdir -p $(exampledir)
 	cat debian/example-files | xargs cp -a --parents --target-directory=$(exampledir)
-	#find $(exampledir) -type f | xargs chmod 644
+	find $(exampledir) -type f | xargs chmod 644
 	dh_installdirs -plibboost-doc usr/share/lintian/overrides
 	dh_install -plibboost-doc \
 	   debian/libboost-doc.lintian-overrides \




More information about the pkg-boost-commits mailing list