[Python-apps-commits] r12162 - in packages/pybik/trunk/debian (changelog rules)

barcc-guest at users.alioth.debian.org barcc-guest at users.alioth.debian.org
Fri Jul 31 04:53:10 UTC 2015


    Date: Friday, July 31, 2015 @ 04:53:07
  Author: barcc-guest
Revision: 12162

Do not compile Python files in /usr/share/pybik/tests/

Modified:
  packages/pybik/trunk/debian/changelog
  packages/pybik/trunk/debian/rules

Modified: packages/pybik/trunk/debian/changelog
===================================================================
--- packages/pybik/trunk/debian/changelog	2015-07-29 22:55:03 UTC (rev 12161)
+++ packages/pybik/trunk/debian/changelog	2015-07-31 04:53:07 UTC (rev 12162)
@@ -18,7 +18,7 @@
     buildlib/translation_from_ui.py
   * Removed autopkgtest
 
- -- B. Clausius <barcc at gmx.de>  Thu, 30 Jul 2015 00:53:32 +0200
+ -- B. Clausius <barcc at gmx.de>  Fri, 31 Jul 2015 05:47:15 +0200
 
 pybik (2.0-1) unstable; urgency=medium
 

Modified: packages/pybik/trunk/debian/rules
===================================================================
--- packages/pybik/trunk/debian/rules	2015-07-29 22:55:03 UTC (rev 12161)
+++ packages/pybik/trunk/debian/rules	2015-07-31 04:53:07 UTC (rev 12162)
@@ -50,7 +50,9 @@
 	dh_auto_test
 
 override_dh_python3:
-	dh_python3 -p pybik
+	# Python files in usr/share/pybik/tests/ are not modules
+	# no other Python files in usr/share/pybik/
+	dh_python3 -p pybik usr/lib/pybik/
 	dh_python3 -p pybik-bin usr/lib/pybik/pybiklib/
 
 override_dh_builddeb:




More information about the Python-apps-commits mailing list