[Pkg-samba-maint] r2593 - trunk/ldb/debian

jelmer at alioth.debian.org jelmer at alioth.debian.org
Sat Feb 21 14:03:23 UTC 2009


Author: jelmer
Date: 2009-02-21 14:03:23 +0000 (Sat, 21 Feb 2009)
New Revision: 2593

Modified:
   trunk/ldb/debian/changelog
   trunk/ldb/debian/control
   trunk/ldb/debian/rules
Log:
* Build against tevent.
* Compile with -Wl,--as-needed.

Modified: trunk/ldb/debian/changelog
===================================================================
--- trunk/ldb/debian/changelog	2009-02-20 22:05:49 UTC (rev 2592)
+++ trunk/ldb/debian/changelog	2009-02-21 14:03:23 UTC (rev 2593)
@@ -1,8 +1,10 @@
-ldb (1:0.9.2~git20090101-1) UNRELEASED; urgency=low
+ldb (1:0.9.3~git20090101-1) UNRELEASED; urgency=low
 
   * New upstream snapshot.
   * Switch to python-central.
   * Add dummy watch file explaining how to obtain an upstream tarball.
+  * Build against tevent.
+  * Compile with -Wl,--as-needed.
 
  -- Jelmer Vernooij <jelmer at debian.org>  Thu, 01 Jan 2009 06:47:33 +0100
 

Modified: trunk/ldb/debian/control
===================================================================
--- trunk/ldb/debian/control	2009-02-20 22:05:49 UTC (rev 2592)
+++ trunk/ldb/debian/control	2009-02-21 14:03:23 UTC (rev 2593)
@@ -2,11 +2,10 @@
 Section: devel
 Priority: optional
 Maintainer: Jelmer Vernooij <jelmer at debian.org>
-Build-Depends: debhelper (>> 5.0.0), quilt (>= 0.40), tdb-dev (>= 1.1.0), libtalloc-dev (>= 1.1.0~), libtevent-dev , pkg-config, libpopt-dev, docbook-xsl, docbook-xml, xsltproc, python-dev, python-central (>= 0.5.6), swig
+Build-Depends: debhelper (>> 5.0.0), quilt (>= 0.40), tdb-dev (>= 1.1.0), libtalloc-dev (>= 1.1.0~), libtevent-dev, pkg-config, libpopt-dev, docbook-xsl, docbook-xml, xsltproc, python-dev, python-central (>= 0.5.6)
 Homepage: http://ldb.samba.org/
 Standards-Version: 3.8.0
 Vcs-Svn: svn://svn.debian.org/pkg-samba/trunk/ldb
-DM-Upload-Allowed: yes
 XS-Python-Version: all
 
 Package: libldb0

Modified: trunk/ldb/debian/rules
===================================================================
--- trunk/ldb/debian/rules	2009-02-20 22:05:49 UTC (rev 2592)
+++ trunk/ldb/debian/rules	2009-02-21 14:03:23 UTC (rev 2593)
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-CFLAGS = -g -Wall
+CFLAGS = -g -Wall -Wl,--as-needed
 
 version=$(shell dpkg-parsechangelog -l$(CURDIR)/debian/changelog | sed -n 's/^Version: \(.*:\|\)//p' | sed 's/-[0-9.]\+$$//' | sed 's/~.\+$$//')
 




More information about the Pkg-samba-maint mailing list