[Python-modules-commits] r18196 - in packages/pyvorbis/trunk/debian (changelog rules)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Wed Aug 17 15:44:03 UTC 2011


    Date: Wednesday, August 17, 2011 @ 15:44:02
  Author: morph
Revision: 18196

fixed build* targets

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

Modified: packages/pyvorbis/trunk/debian/changelog
===================================================================
--- packages/pyvorbis/trunk/debian/changelog	2011-08-17 15:38:06 UTC (rev 18195)
+++ packages/pyvorbis/trunk/debian/changelog	2011-08-17 15:44:02 UTC (rev 18196)
@@ -14,13 +14,14 @@
     - removed Provides
   * debian/rules
     - put strip info in the right place
+    - fixed build* targets
   * Converted to 3.0 (quilt) format (patches included)
   * debian/pycompat
     - removed, not needed
   * debian/README.source
     - removed, not needed anymore
 
- -- Sandro Tosi <morph at debian.org>  Wed, 17 Aug 2011 17:37:53 +0200
+ -- Sandro Tosi <morph at debian.org>  Wed, 17 Aug 2011 17:43:42 +0200
 
 pyvorbis (1.4-2) unstable; urgency=medium
 

Modified: packages/pyvorbis/trunk/debian/rules
===================================================================
--- packages/pyvorbis/trunk/debian/rules	2011-08-17 15:38:06 UTC (rev 18195)
+++ packages/pyvorbis/trunk/debian/rules	2011-08-17 15:44:02 UTC (rev 18196)
@@ -7,7 +7,9 @@
 
 PYVERS:=$(shell pyversions -r)
 
-build: build-stamp build-debug-stamp
+build: build-arch build-indep
+build-arch: build-stamp build-debug-stamp
+build-indep: build-stamp build-debug-stamp
 build-stamp:
 	dh_testdir
 




More information about the Python-modules-commits mailing list