[Python-apps-commits] r8814 - in packages/hellanzb/trunk/debian (rules)

dandrimont-guest at users.alioth.debian.org dandrimont-guest at users.alioth.debian.org
Fri Jun 1 05:16:01 UTC 2012


    Date: Friday, June 1, 2012 @ 05:15:58
  Author: dandrimont-guest
Revision: 8814

add dh_auto_install to its override

Modified:
  packages/hellanzb/trunk/debian/rules

Modified: packages/hellanzb/trunk/debian/rules
===================================================================
--- packages/hellanzb/trunk/debian/rules	2012-06-01 05:08:17 UTC (rev 8813)
+++ packages/hellanzb/trunk/debian/rules	2012-06-01 05:15:58 UTC (rev 8814)
@@ -15,6 +15,7 @@
 	dh_auto_clean
 
 override_dh_auto_install:
+	dh_auto_install
 	# Remove docs and conf installed by setup.py
 	rm -rf $(DESTDIR)/usr/share $(DESTDIR)/usr/etc/
 	# Remove .py




More information about the Python-apps-commits mailing list