[Python-modules-commits] r20766 - in packages/python-byteplay/trunk/debian (changelog rules)

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Tue Mar 13 18:27:43 UTC 2012


    Date: Tuesday, March 13, 2012 @ 18:27:41
  Author: jwilk
Revision: 20766

Make binary(-indep) target depend on build stamp file rather than build target.

Modified:
  packages/python-byteplay/trunk/debian/changelog
  packages/python-byteplay/trunk/debian/rules

Modified: packages/python-byteplay/trunk/debian/changelog
===================================================================
--- packages/python-byteplay/trunk/debian/changelog	2012-03-13 17:46:08 UTC (rev 20765)
+++ packages/python-byteplay/trunk/debian/changelog	2012-03-13 18:27:41 UTC (rev 20766)
@@ -4,8 +4,10 @@
     + Update debian/copyright URI.
   * Export PYTHONWARNINGS=d in debian/rules to enable all warnings in Python
     code.
+  * Make binary(-indep) target depend on build stamp file rather than build
+    target.
 
- -- Jakub Wilk <jwilk at debian.org>  Tue, 13 Mar 2012 16:48:25 +0100
+ -- Jakub Wilk <jwilk at debian.org>  Tue, 13 Mar 2012 19:27:20 +0100
 
 python-byteplay (0.2-1) unstable; urgency=low
 

Modified: packages/python-byteplay/trunk/debian/rules
===================================================================
--- packages/python-byteplay/trunk/debian/rules	2012-03-13 17:46:08 UTC (rev 20765)
+++ packages/python-byteplay/trunk/debian/rules	2012-03-13 18:27:41 UTC (rev 20766)
@@ -24,7 +24,7 @@
 	touch $(@)
 
 .PHONY: binary binary-arch binary-indep
-binary binary-indep: build
+binary binary-indep: build/stamp
 	dh_testdir
 	dh_testroot
 	dh_prep




More information about the Python-modules-commits mailing list