[Python-apps-commits] r12896 - in packages/mercurial/trunk/debian	(rules)
    vicho at users.alioth.debian.org 
    vicho at users.alioth.debian.org
       
    Sun Mar  6 20:20:27 UTC 2016
    
    
  
    Date: Sunday, March 6, 2016 @ 20:20:26
  Author: vicho
Revision: 12896
Fix the fix for 807021
Thanks again Julien Cristau for the heads up.
Modified:
  packages/mercurial/trunk/debian/rules	(contents, properties)
Modified: packages/mercurial/trunk/debian/rules
===================================================================
--- packages/mercurial/trunk/debian/rules	2016-03-06 14:35:08 UTC (rev 12895)
+++ packages/mercurial/trunk/debian/rules	2016-03-06 20:20:26 UTC (rev 12896)
@@ -85,7 +85,6 @@
 
 override_dh_python2:
 	dh_python2
-	find debian/mercurial/usr/share -type d -empty -delete
 	if test -d debian/mercurial; then \
 		find debian/mercurial/usr/share -type d -empty -delete ; \
 	fi
    
    
More information about the Python-apps-commits
mailing list