[Python-apps-commits] r7593 - in packages/synopsis/trunk/debian (changelog rules)

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Thu Sep 29 20:48:25 UTC 2011


    Date: Thursday, September 29, 2011 @ 20:48:23
  Author: jwilk
Revision: 7593

Make build-arch and build-indep targets (not only build) depend on patch-stamp.

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

Modified: packages/synopsis/trunk/debian/changelog
===================================================================
--- packages/synopsis/trunk/debian/changelog	2011-09-29 20:27:08 UTC (rev 7592)
+++ packages/synopsis/trunk/debian/changelog	2011-09-29 20:48:23 UTC (rev 7593)
@@ -2,8 +2,10 @@
 
   * Run setup.py manually, rather then via dh_auto_*, in order to avoid FTBFS
     in non-minimal chroots. Thanks to Julien Cristau for the bug report.
+  * Make build-arch and build-indep targets (not only build) depend on
+    patch-stamp.
 
- -- Jakub Wilk <jwilk at debian.org>  Thu, 29 Sep 2011 22:03:05 +0200
+ -- Jakub Wilk <jwilk at debian.org>  Thu, 29 Sep 2011 22:47:48 +0200
 
 synopsis (0.12-7) unstable; urgency=low
 

Modified: packages/synopsis/trunk/debian/rules
===================================================================
--- packages/synopsis/trunk/debian/rules	2011-09-29 20:27:08 UTC (rev 7592)
+++ packages/synopsis/trunk/debian/rules	2011-09-29 20:48:23 UTC (rev 7593)
@@ -7,8 +7,7 @@
 export ROOTSYNOPSIS=$(CURDIR)/debian/synopsis
 export ROOTSYNOPSISDOC=$(CURDIR)/debian/synopsis-doc
 
-build: patch-stamp
-	dh build
+build build-arch build-indep: patch-stamp
 
 clean: unpatch
 	dh clean




More information about the Python-apps-commits mailing list