[Python-modules-commits] r20455 - in packages/greekocr4gamera/trunk/debian (changelog rules)

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Mon Feb 13 23:51:00 UTC 2012


    Date: Monday, February 13, 2012 @ 23:50:59
  Author: jwilk
Revision: 20455

Use build-stamp in build* targets.

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

Modified: packages/greekocr4gamera/trunk/debian/changelog
===================================================================
--- packages/greekocr4gamera/trunk/debian/changelog	2012-02-13 23:47:43 UTC (rev 20454)
+++ packages/greekocr4gamera/trunk/debian/changelog	2012-02-13 23:50:59 UTC (rev 20455)
@@ -1,12 +1,13 @@
 greekocr4gamera (1.0.1-2) UNRELEASED; urgency=low
 
   * Use xargs to iterate over all Python versions.
+  * Use build-stamp in build* targets.
   * Build documentation from source.
     + Update debian/rules.
     + Add doc/html/ directory to dpkg-source's extend-diff-ignore.
     + Add python-pygments to Build-Depends.
 
- -- Jakub Wilk <jwilk at debian.org>  Tue, 14 Feb 2012 00:44:09 +0100
+ -- Jakub Wilk <jwilk at debian.org>  Tue, 14 Feb 2012 00:50:26 +0100
 
 greekocr4gamera (1.0.1-1) experimental; urgency=low
 

Modified: packages/greekocr4gamera/trunk/debian/rules
===================================================================
--- packages/greekocr4gamera/trunk/debian/rules	2012-02-13 23:47:43 UTC (rev 20454)
+++ packages/greekocr4gamera/trunk/debian/rules	2012-02-13 23:50:59 UTC (rev 20455)
@@ -9,15 +9,18 @@
 	find -name '*.py[co]' -delete
 
 .PHONY: build build-arch build-indep
-build build-indep:
+build build-indep: build-stamp
+
+build-stamp:
 	dh_testdir
 	$(python_all) setup.py build
 	rst2man debian/greekocr4gamera.rst > debian/greekocr4gamera.1
 	rm -rf doc/html/
 	cd doc && python gendoc.py
+	touch $(@)
 
 .PHONY: binary binary-arch binary-indep
-binary binary-indep: build-indep
+binary binary-indep: build-stamp
 	dh_testdir
 	dh_testroot
 	dh_prep




More information about the Python-modules-commits mailing list