[Pkg-samba-maint] r3479 - branches/talloc/experimental/debian

jelmer at alioth.debian.org jelmer at alioth.debian.org
Thu May 13 16:46:00 UTC 2010


tags 580743 pending
thanks

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

Modified:
   branches/talloc/experimental/debian/changelog
   branches/talloc/experimental/debian/control
   branches/talloc/experimental/debian/rules
Log:
Add dependency on python for waf. Closes: #580743

Modified: branches/talloc/experimental/debian/changelog
===================================================================
--- branches/talloc/experimental/debian/changelog	2010-05-13 16:45:42 UTC (rev 3478)
+++ branches/talloc/experimental/debian/changelog	2010-05-13 16:45:52 UTC (rev 3479)
@@ -1,3 +1,9 @@
+talloc (2.0.3~git20100506-2) experimental; urgency=low
+
+  * Add dependency on python for waf. Closes: #580743
+
+ -- Jelmer Vernooij <jelmer at debian.org>  Thu, 13 May 2010 18:33:54 +0200
+
 talloc (2.0.3~git20100506-1) experimental; urgency=low
 
   * New upstream snapshot.

Modified: branches/talloc/experimental/debian/control
===================================================================
--- branches/talloc/experimental/debian/control	2010-05-13 16:45:42 UTC (rev 3478)
+++ branches/talloc/experimental/debian/control	2010-05-13 16:45:52 UTC (rev 3479)
@@ -4,7 +4,7 @@
 Maintainer: Jelmer Vernooij <jelmer at debian.org>
 Uploaders: Christian Perrier <bubulle at debian.org>
 Homepage: http://talloc.samba.org/
-Build-Depends: debhelper (>= 7), docbook-xml, docbook-xsl, xsltproc, libpopt-dev, swig
+Build-Depends: debhelper (>= 7), docbook-xml, docbook-xsl, xsltproc, libpopt-dev, swig, python
 Standards-Version: 3.8.4
 Vcs-Svn: svn://svn.debian.org/pkg-samba/branches/talloc/experimental
 DM-Upload-Allowed: yes

Modified: branches/talloc/experimental/debian/rules
===================================================================
--- branches/talloc/experimental/debian/rules	2010-05-13 16:45:42 UTC (rev 3478)
+++ branches/talloc/experimental/debian/rules	2010-05-13 16:45:52 UTC (rev 3479)
@@ -10,12 +10,9 @@
 
 DESTDIR=$(CURDIR)/debian/tmp
 
-conf_args = --prefix=/usr --disable-rpath-install --disable-rpath
+conf_args = --prefix=/usr --disable-rpath-install --disable-rpath --bundled-libraries=NONE
+conf_args += --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE)
 
-ifneq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
-conf_args += --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE) --cross-compile
-endif
-
 configure: configure-stamp
 configure-stamp:
 	dh_testdir





More information about the Pkg-samba-maint mailing list