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

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Sun Feb 6 11:52:05 UTC 2011


    Date: Sunday, February 6, 2011 @ 11:52:04
  Author: jwilk
Revision: 15470

Support build-arch and build-indep targets even when dh does not.

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

Modified: packages/python-pipeline/trunk/debian/changelog
===================================================================
--- packages/python-pipeline/trunk/debian/changelog	2011-02-06 11:46:49 UTC (rev 15469)
+++ packages/python-pipeline/trunk/debian/changelog	2011-02-06 11:52:04 UTC (rev 15470)
@@ -4,8 +4,9 @@
   * Update debian/copyright to the latest DEP-5 version.
   * Bump year in debian/copyright.
   * Rename some private variables in debian/rules to make them lowercase.
+  * Support build-arch and build-indep targets even when dh does not.
 
- -- Jakub Wilk <jwilk at debian.org>  Sun, 06 Feb 2011 12:45:47 +0100
+ -- Jakub Wilk <jwilk at debian.org>  Sun, 06 Feb 2011 12:50:47 +0100
 
 python-pipeline (0.1.3-1) experimental; urgency=low
 

Modified: packages/python-pipeline/trunk/debian/rules
===================================================================
--- packages/python-pipeline/trunk/debian/rules	2011-02-06 11:46:49 UTC (rev 15469)
+++ packages/python-pipeline/trunk/debian/rules	2011-02-06 11:52:04 UTC (rev 15470)
@@ -36,9 +36,10 @@
 endif
 
 .PHONY: build build-arch build-indep binary binary-arch binary-indep clean
-build build-arch build-indep binary binary-indep clean:
+build binary binary-indep clean:
 	dh $(@)
-# In order not to confuse lintian, binary-arch is a separate target:
-binary-arch:
+build-indep: build
+build-arch binary-arch:
+	# Nothing to do.
 
 # vim:ts=4 sw=4 noet




More information about the Python-modules-commits mailing list