[Python-modules-commits] r18894 - in packages/faulthandler/trunk/debian (changelog rules)

miriam at users.alioth.debian.org miriam at users.alioth.debian.org
Thu Oct 13 23:00:36 UTC 2011


    Date: Thursday, October 13, 2011 @ 23:00:34
  Author: miriam
Revision: 18894

Finish package

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

Modified: packages/faulthandler/trunk/debian/changelog
===================================================================
--- packages/faulthandler/trunk/debian/changelog	2011-10-13 22:54:40 UTC (rev 18893)
+++ packages/faulthandler/trunk/debian/changelog	2011-10-13 23:00:34 UTC (rev 18894)
@@ -1,10 +1,11 @@
-faulthandler (2.0-1) UNRELEASED; urgency=low
+faulthandler (2.0-1) unstable; urgency=low
 
   [ Miriam Ruiz ]
   * New upstream release
   * Fixed order of debhelper commands in debian/rules: moved dh_pysupport
     before dh_strip -a
   * Upgraded Standards-Version from 3.9.1 to 3.9.2
+  * Added targets build-arch and build-indep to debian/rules
 
   [ Jakub Wilk ]
   * Add Vcs-* fields.

Modified: packages/faulthandler/trunk/debian/rules
===================================================================
--- packages/faulthandler/trunk/debian/rules	2011-10-13 22:54:40 UTC (rev 18893)
+++ packages/faulthandler/trunk/debian/rules	2011-10-13 23:00:34 UTC (rev 18894)
@@ -10,8 +10,12 @@
 	[ ! -d debian/patches ] || $(MAKE) -f /usr/share/quilt/quilt.make patch
 	touch $@
 
-build: $(PYVERS:%=build-python%)
+build-arch: $(PYVERS:%=build-python%)
 
+build-indep:
+
+build: build-arch build-indep
+
 build-python%: config-stamp
 	dh_testdir
 	python$* setup.py build
@@ -59,4 +63,4 @@
 	dh_builddeb -a
 
 binary: binary-indep binary-arch
-.PHONY: config build clean binary-indep binary-arch binary install
+.PHONY: config build build-arch build-indep clean binary-indep binary-arch binary install




More information about the Python-modules-commits mailing list