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

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Sat Jul 2 12:11:06 UTC 2011


    Date: Saturday, July 2, 2011 @ 12:11:05
  Author: jwilk
Revision: 17705

Add build-arch and build-indep targets.

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

Modified: packages/python-poppler/trunk/debian/changelog
===================================================================
--- packages/python-poppler/trunk/debian/changelog	2011-07-02 12:07:28 UTC (rev 17704)
+++ packages/python-poppler/trunk/debian/changelog	2011-07-02 12:11:05 UTC (rev 17705)
@@ -5,8 +5,9 @@
     to Pino Toscano for the bug report, Tom Callaway for Fedora for the patch,
     and to Michael Biebl for digging up the patch.
     + Bump minimum required Poppler version to 0.15.
+  * Add build-arch and build-indep targets.
 
- -- Jakub Wilk <jwilk at debian.org>  Sat, 02 Jul 2011 13:50:37 +0200
+ -- Jakub Wilk <jwilk at debian.org>  Sat, 02 Jul 2011 14:09:53 +0200
 
 python-poppler (0.12.1-2) unstable; urgency=low
 

Modified: packages/python-poppler/trunk/debian/rules
===================================================================
--- packages/python-poppler/trunk/debian/rules	2011-07-02 12:07:28 UTC (rev 17704)
+++ packages/python-poppler/trunk/debian/rules	2011-07-02 12:11:05 UTC (rev 17705)
@@ -22,7 +22,7 @@
 	done
 	touch configure-stamp
 
-build: build-stamp
+build build-arch build-indep: build-stamp
 build-stamp: configure-stamp
 	dh_testdir
 	set -e; for pyvers in ${PYTHONS}; do\
@@ -80,4 +80,4 @@
 	dh_builddeb
 
 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