[Python-apps-commits] r2327 - in packages/oggconvert/trunk/debian (changelog rules)

dktrkranz-guest at users.alioth.debian.org dktrkranz-guest at users.alioth.debian.org
Sun Feb 8 14:54:20 UTC 2009


    Date: Sunday, February 8, 2009 @ 14:54:19
  Author: dktrkranz-guest
Revision: 2327

Create the "build-stamp" stamp after the build

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

Modified: packages/oggconvert/trunk/debian/changelog
===================================================================
--- packages/oggconvert/trunk/debian/changelog	2009-02-08 14:50:48 UTC (rev 2326)
+++ packages/oggconvert/trunk/debian/changelog	2009-02-08 14:54:19 UTC (rev 2327)
@@ -1,6 +1,6 @@
 oggconvert (0.3.2-2) UNRELEASED; urgency=low
 
-  * Add Uploaders: Python Applications Packaging Team to Uploaders.
+  * Add Python Applications Packaging Team to Uploaders.
   * Add Vcs-* fields in source stanza.
   * Add debian/README.source file to document quilt usage, as per policy.
 

Modified: packages/oggconvert/trunk/debian/rules
===================================================================
--- packages/oggconvert/trunk/debian/rules	2009-02-08 14:50:48 UTC (rev 2326)
+++ packages/oggconvert/trunk/debian/rules	2009-02-08 14:54:19 UTC (rev 2327)
@@ -5,8 +5,8 @@
 build: patch build-stamp
 build-stamp:
 	dh_testdir
+	python $(CURDIR)/setup.py build --build-base=$(CURDIR)/debian/oggconvert/build
 	touch $@
-	python $(CURDIR)/setup.py build --build-base=$(CURDIR)/debian/oggconvert/build
 
 clean: unpatch
 	dh_testdir
@@ -14,7 +14,7 @@
 	rm -f build-stamp
 	rm -fr $(CURDIR)/build $(CURDIR)/mo
 	rm -f $(CURDIR)/OggConvert/*.pyc
-	dh_clean 
+	dh_clean build-stamp
 
 install: build
 	dh_testdir




More information about the Python-apps-commits mailing list