[Python-apps-commits] r14237 - in packages/mugshot/trunk/debian	(rules)
    piotr at users.alioth.debian.org 
    piotr at users.alioth.debian.org
       
    Mon Jul 17 19:21:31 UTC 2017
    
    
  
    Date: Monday, July 17, 2017 @ 19:21:30
  Author: piotr
Revision: 14237
remove duplicate NEWS file from the package
Modified:
  packages/mugshot/trunk/debian/rules
Modified: packages/mugshot/trunk/debian/rules
===================================================================
--- packages/mugshot/trunk/debian/rules	2017-07-17 19:09:34 UTC (rev 14236)
+++ packages/mugshot/trunk/debian/rules	2017-07-17 19:21:30 UTC (rev 14237)
@@ -7,7 +7,8 @@
 	dh $@ --with python3 --buildsystem=pybuild
 
 override_dh_installchangelogs:
+	rm -f debian/mugshot/usr/share/doc/mugshot/NEWS
 	dh_installchangelogs NEWS
 
 override_dh_auto_install:
-	LC_ALL=C.UTF-8 dh_auto_install
\ No newline at end of file
+	LC_ALL=C.UTF-8 dh_auto_install
    
    
More information about the Python-apps-commits
mailing list