[Python-modules-commits] r8361 - in packages/pyqwt5/trunk/debian (changelog rules)

bzed at users.alioth.debian.org bzed at users.alioth.debian.org
Wed May 6 09:06:52 UTC 2009


    Date: Wednesday, May 6, 2009 @ 09:06:52
  Author: bzed
Revision: 8361

Fix build-target dependencies in debian/rules. 

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

Modified: packages/pyqwt5/trunk/debian/changelog
===================================================================
--- packages/pyqwt5/trunk/debian/changelog	2009-05-06 08:11:33 UTC (rev 8360)
+++ packages/pyqwt5/trunk/debian/changelog	2009-05-06 09:06:52 UTC (rev 8361)
@@ -13,8 +13,9 @@
   * Depend on python-qtX larger or equal than the version the package
     was built against.
   * Bump Standards-Version to 3.8.1, no changes needed.
+  * Fix build-target dependencies in debian/rules. 
 
- -- Bernd Zeimetz <bzed at debian.org>  Sun, 12 Apr 2009 22:58:45 +0200
+ -- Bernd Zeimetz <bzed at debian.org>  Wed, 06 May 2009 11:06:23 +0200
 
 pyqwt5 (5.1.0.dfsg-1) unstable; urgency=low
 

Modified: packages/pyqwt5/trunk/debian/rules
===================================================================
--- packages/pyqwt5/trunk/debian/rules	2009-05-06 08:11:33 UTC (rev 8360)
+++ packages/pyqwt5/trunk/debian/rules	2009-05-06 09:06:52 UTC (rev 8361)
@@ -65,7 +65,7 @@
 	dh_clean 
 
 install: install-indep install-arch
-install-indep:
+install-indep: build-indep-stamp
 	dh_testdir
 	dh_testroot
 	dh_clean -k -i
@@ -74,7 +74,7 @@
 	cp -a qt?examples debian/tmp/usr/share/doc/python-qwt5-doc
 
 
-install-arch:
+install-arch: build-arch-stamp
 	dh_testdir
 	dh_testroot
 	dh_clean -k -s
@@ -89,7 +89,7 @@
 		done;\
 	done
 
-binary-indep: build-indep install-indep
+binary-indep: install-indep
 	dh_testdir -i
 	dh_testroot -i
 	dh_installchangelogs -i ANNOUNCEMENT-$(DEB_UPSTREAM_VERSION)
@@ -102,7 +102,7 @@
 	dh_md5sums -i
 	dh_builddeb -i
 
-binary-arch: build-arch install-arch
+binary-arch: install-arch
 	dh_testdir -a
 	dh_testroot -a
 	dh_installchangelogs -a ANNOUNCEMENT-$(DEB_UPSTREAM_VERSION)
@@ -121,4 +121,4 @@
 	dh_builddeb -a
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
+.PHONY: build clean binary-indep binary-arch binary install install-indep install-arch configure




More information about the Python-modules-commits mailing list