[Python-modules-commits] r17630 - in packages/sphinx/trunk/debian (changelog rules)

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Sun Jun 26 11:15:44 UTC 2011


    Date: Sunday, June 26, 2011 @ 11:15:42
  Author: jwilk
Revision: 17630

Add build-arch and build-indep targets to debian/rules.

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

Modified: packages/sphinx/trunk/debian/changelog
===================================================================
--- packages/sphinx/trunk/debian/changelog	2011-06-26 11:15:40 UTC (rev 17629)
+++ packages/sphinx/trunk/debian/changelog	2011-06-26 11:15:42 UTC (rev 17630)
@@ -13,8 +13,9 @@
     avoid bugs like #625208 or #628642 in the future.
     + Build-depend on xvfb, xauth, python-webkit, libjs-jquery and
       libjs-underscore.
+  * Add build-arch and build-indep targets to debian/rules.
 
- -- Jakub Wilk <jwilk at debian.org>  Sun, 26 Jun 2011 00:13:01 +0200
+ -- Jakub Wilk <jwilk at debian.org>  Sun, 26 Jun 2011 13:15:18 +0200
 
 sphinx (1.0.7-5) unstable; urgency=low
 

Modified: packages/sphinx/trunk/debian/rules
===================================================================
--- packages/sphinx/trunk/debian/rules	2011-06-26 11:15:40 UTC (rev 17629)
+++ packages/sphinx/trunk/debian/rules	2011-06-26 11:15:42 UTC (rev 17630)
@@ -15,8 +15,10 @@
 PACKAGE_DIR=$(CURDIR)/debian/$(PACKAGE_NAME)
 SITE_PACKAGES_DIR=$(PACKAGE_DIR)$(call py_libdir,$(shell pyversions -d))
 
-build: build-stamp
+build-arch:
 
+build-indep build: build-stamp
+
 build-stamp:
 	dh_testdir
 ifeq "$(jquery_version_upstream)" ""
@@ -102,4 +104,5 @@
 binary-arch: build install
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+
+.PHONY: build-arch build-indep build clean binary-indep binary-arch binary install




More information about the Python-modules-commits mailing list