[Python-modules-commits] r17653 - in packages/python-docutils/trunk/debian (changelog rules)
jwilk at users.alioth.debian.org
jwilk at users.alioth.debian.org
Tue Jun 28 18:42:58 UTC 2011
Date: Tuesday, June 28, 2011 @ 18:42:56
Author: jwilk
Revision: 17653
Add build-arch and build-indep target to debian/rules.
Modified:
packages/python-docutils/trunk/debian/changelog
packages/python-docutils/trunk/debian/rules
Modified: packages/python-docutils/trunk/debian/changelog
===================================================================
--- packages/python-docutils/trunk/debian/changelog 2011-06-28 18:25:17 UTC (rev 17652)
+++ packages/python-docutils/trunk/debian/changelog 2011-06-28 18:42:56 UTC (rev 17653)
@@ -46,8 +46,9 @@
* Simplify debian/rules.
* Merge both debian/*.copyright into a single debian/copryight (as per
Policy 4.5). Update it.
+ * Add build-arch and build-indep target to debian/rules.
- -- Jakub Wilk <jwilk at debian.org> Tue, 28 Jun 2011 20:23:46 +0200
+ -- Jakub Wilk <jwilk at debian.org> Tue, 28 Jun 2011 20:41:59 +0200
python-docutils (0.7-2) unstable; urgency=low
Modified: packages/python-docutils/trunk/debian/rules
===================================================================
--- packages/python-docutils/trunk/debian/rules 2011-06-28 18:25:17 UTC (rev 17652)
+++ packages/python-docutils/trunk/debian/rules 2011-06-28 18:42:56 UTC (rev 17653)
@@ -27,7 +27,7 @@
BUILDHTML_DIRS := .
BUILDHTML_RECURSE_DIRS := docs
-build: build-stamp
+build build-indep: build-stamp
build-stamp:
dh_testdir
# Check if move-data-to-usr-share.diff is up-to-date
@@ -150,9 +150,8 @@
dh_md5sums
dh_builddeb
-# Build architecture-dependent files here.
-binary-arch: build install
+build-arch binary-arch:
# We have nothing to do by default.
binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
+.PHONY: build build-arch build-indep clean binary-indep binary-arch binary install configure
More information about the Python-modules-commits
mailing list