[Pkg-samba-maint] r2949 - trunk/ldb/debian
jelmer at alioth.debian.org
jelmer at alioth.debian.org
Sat Jul 18 09:15:42 UTC 2009
Author: jelmer
Date: 2009-07-18 09:15:40 +0000 (Sat, 18 Jul 2009)
New Revision: 2949
Modified:
trunk/ldb/debian/changelog
trunk/ldb/debian/rules
Log:
* Link Python modules only against necessary libraries.
* New upstream snapshot.
* Bump standards version to 3.8.1.
Modified: trunk/ldb/debian/changelog
===================================================================
--- trunk/ldb/debian/changelog 2009-07-18 01:21:39 UTC (rev 2948)
+++ trunk/ldb/debian/changelog 2009-07-18 09:15:40 UTC (rev 2949)
@@ -1,9 +1,16 @@
-ldb (1:0.9.5~git20090617-1) unstable; urgency=low
+ldb (1:0.9.6~git20090718-1) unstable; urgency=low
* New upstream snapshot.
- * Bump standards version to 3.8.1.
* Bump standards version to 3.8.2.
+ * Link Python modules only against necessary libraries.
+ -- Jelmer Vernooij <jelmer at debian.org> Sat, 18 Jul 2009 10:55:47 +0200
+
+ldb (1:0.9.6~git20090617-1) unstable; urgency=low
+
+ * New upstream snapshot.
+ * Bump standards version to 3.8.1.
+
-- Jelmer Vernooij <jelmer at debian.org> Fri, 17 Jul 2009 20:37:51 +0200
ldb (1:0.9.3~git20090221-1) unstable; urgency=low
Modified: trunk/ldb/debian/rules
===================================================================
--- trunk/ldb/debian/rules 2009-07-18 01:21:39 UTC (rev 2948)
+++ trunk/ldb/debian/rules 2009-07-18 09:15:40 UTC (rev 2949)
@@ -1,6 +1,8 @@
#!/usr/bin/make -f
-CFLAGS = -g -Wall -Wl,--as-needed
+CFLAGS = -g -Wall
+LDFLAGS = -Wl,--as-needed
+SHLD_FLAGS = -shared $(LDFLAGS)
version=$(shell dpkg-parsechangelog -l$(CURDIR)/debian/changelog | sed -n 's/^Version: \(.*:\|\)//p' | sed 's/-[0-9.]\+$$//' | sed 's/~.\+$$//')
@@ -26,7 +28,7 @@
build: configure build-stamp
build-stamp:
dh_testdir
- $(MAKE) all build-python
+ $(MAKE) all build-python LDFLAGS="$(LDFLAGS)" SHLD_FLAGS="$(SHLD_FLAGS)"
touch build-stamp
clean: clean-patched unpatch
More information about the Pkg-samba-maint
mailing list