[Pkg-mailman-hackers] Pkg-mailman commit - rev 719 - trunk/debian

Thijs Kinkhorst thijs at alioth.debian.org
Sun May 20 13:44:06 UTC 2012


Author: thijs
Date: 2012-05-20 13:44:05 +0000 (Sun, 20 May 2012)
New Revision: 719

Modified:
   trunk/debian/rules
Log:
need to remove extraneous .svn directories installed by dh_installdocs


Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2012-05-20 12:25:27 UTC (rev 718)
+++ trunk/debian/rules	2012-05-20 13:44:05 UTC (rev 719)
@@ -193,6 +193,7 @@
 	egrep -rslZ '^#!(.*)python' debian/mailman/usr/lib/mailman | xargs -0 chmod a+x --
 	find debian/mailman/usr/share/doc/mailman -name "*.html" -exec chmod -x {} \;
 	find debian/mailman/usr/share/doc/mailman -name "*.txt" -exec chmod -x {} \;
+	find debian/mailman/usr/share/doc/mailman -name '.svn' -exec rm -rf {} \; || true
 
         # Create the /var/lo{g,ck} links last, and wih ln -s, because they need to be
 	# absolute links. Relative links cause trouble for people making multiple levels,




More information about the Pkg-mailman-hackers mailing list