rev 14406 - trunk/packages/kdebindings/debian

Sune Vuorela pusling-guest at alioth.debian.org
Tue Apr 14 23:49:18 UTC 2009


Author: pusling-guest
Date: 2009-04-14 23:49:18 +0000 (Tue, 14 Apr 2009)
New Revision: 14406

Modified:
   trunk/packages/kdebindings/debian/changelog
   trunk/packages/kdebindings/debian/rules
Log:
Use pyversions -vr instead of the removed pysupport-parseversions.

Modified: trunk/packages/kdebindings/debian/changelog
===================================================================
--- trunk/packages/kdebindings/debian/changelog	2009-04-14 23:20:46 UTC (rev 14405)
+++ trunk/packages/kdebindings/debian/changelog	2009-04-14 23:49:18 UTC (rev 14406)
@@ -1,6 +1,7 @@
 kdebindings (4:4.2.2-2) UNRELEASED; urgency=low
 
   * Fix sections.
+  * Use pyversions -vr instead of the removed pysupport-parseversions.
 
  -- Sune Vuorela <debian at pusling.com>  Mon, 06 Apr 2009 23:47:59 +0200
 

Modified: trunk/packages/kdebindings/debian/rules
===================================================================
--- trunk/packages/kdebindings/debian/rules	2009-04-14 23:20:46 UTC (rev 14405)
+++ trunk/packages/kdebindings/debian/rules	2009-04-14 23:49:18 UTC (rev 14406)
@@ -84,7 +84,7 @@
 ##
 
 pydefault  := $(shell pyversions --default)
-pyversions := $(shell pysupport-parseversions debian/pyversions)
+pyversions := $(shell pyversions -vr)
 cmake_flags += -DPYTHON_EXECUTABLE=/usr/bin/$(pydefault)
 
 ##
@@ -92,6 +92,7 @@
 $(objdir)/Makefile: $(QUILT_STAMPFN)
 	mkdir -p $(objdir)
 	mkdir -p $(MONOHOME)
+	@echo building all bindings except python bindings. Later building python bindings for $(pyversions).
 	cd $(objdir) && cmake $(CURDIR) $(cmake_flags) \
 	    -DCMAKE_C_FLAGS="$(CFLAGS)" -DCMAKE_CXX_FLAGS="$(CFLAGS)"
 




More information about the pkg-kde-commits mailing list