[Pkg-samba-maint] r3478 - branches/tdb/experimental/debian

jelmer at alioth.debian.org jelmer at alioth.debian.org
Thu May 13 16:45:48 UTC 2010


tags 577435 pending
thanks

Author: jelmer
Date: 2010-05-13 16:45:42 +0000 (Thu, 13 May 2010)
New Revision: 3478

Modified:
   branches/tdb/experimental/debian/changelog
   branches/tdb/experimental/debian/rules
Log:
Build with standard system python. Closes: #577435

Modified: branches/tdb/experimental/debian/changelog
===================================================================
--- branches/tdb/experimental/debian/changelog	2010-05-13 16:45:35 UTC (rev 3477)
+++ branches/tdb/experimental/debian/changelog	2010-05-13 16:45:42 UTC (rev 3478)
@@ -1,8 +1,9 @@
-tdb (1.2.2~git20100507-1) lucid; urgency=low
+tdb (1.2.2~git20100507-1) experimental; urgency=low
 
   * New upstream snapshot.
+  * Build with standard system python. Closes: #577435
 
- -- Jelmer Vernooij <jelmer at debian.org>  Fri, 07 May 2010 19:43:19 +0200
+ -- Jelmer Vernooij <jelmer at debian.org>  Thu, 13 May 2010 18:42:16 +0200
 
 tdb (1.2.1-2) unstable; urgency=low
 

Modified: branches/tdb/experimental/debian/rules
===================================================================
--- branches/tdb/experimental/debian/rules	2010-05-13 16:45:35 UTC (rev 3477)
+++ branches/tdb/experimental/debian/rules	2010-05-13 16:45:42 UTC (rev 3478)
@@ -15,7 +15,7 @@
 configure-stamp:
 	dh_testdir
 	./autogen-waf.sh
-	CFLAGS="$(CFLAGS)" ./configure --prefix=/usr --disable-rpath
+	PYTHON=`which python` PYTHON_CONFIG=`which python-config` CFLAGS="$(CFLAGS)" ./configure --prefix=/usr --disable-rpath
 	touch configure-stamp
 
 build: configure build-stamp





More information about the Pkg-samba-maint mailing list