[Pkg-samba-maint] r2594 - trunk/tdb/debian

jelmer at alioth.debian.org jelmer at alioth.debian.org
Sat Feb 21 16:35:02 UTC 2009


Author: jelmer
Date: 2009-02-21 16:35:02 +0000 (Sat, 21 Feb 2009)
New Revision: 2594

Modified:
   trunk/tdb/debian/changelog
   trunk/tdb/debian/rules
Log:
* New upstream snapshot.
* Upload to unstable.
* Link with --as-needed.

Modified: trunk/tdb/debian/changelog
===================================================================
--- trunk/tdb/debian/changelog	2009-02-21 14:03:23 UTC (rev 2593)
+++ trunk/tdb/debian/changelog	2009-02-21 16:35:02 UTC (rev 2594)
@@ -1,3 +1,11 @@
+tdb (1.1.3~git20090221-1) unstable; urgency=low
+
+  * New upstream snapshot.
+  * Upload to unstable.
+  * Link with --as-needed.
+
+ -- Jelmer Vernooij <jelmer at debian.org>  Sat, 21 Feb 2009 17:27:45 +0100
+
 tdb (1.1.3~git20081222-2) experimental; urgency=low
 
   * Switch to python-central.

Modified: trunk/tdb/debian/rules
===================================================================
--- trunk/tdb/debian/rules	2009-02-21 14:03:23 UTC (rev 2593)
+++ trunk/tdb/debian/rules	2009-02-21 16:35:02 UTC (rev 2594)
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-CFLAGS = -g -Wall
+CFLAGS = -g -Wall -Wl,--as-needed
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
 CFLAGS += -O0




More information about the Pkg-samba-maint mailing list