[Pkg-samba-maint] r2598 - trunk/samba4/debian
jelmer at alioth.debian.org
jelmer at alioth.debian.org
Sat Feb 21 19:51:22 UTC 2009
Author: jelmer
Date: 2009-02-21 19:51:22 +0000 (Sat, 21 Feb 2009)
New Revision: 2598
Modified:
trunk/samba4/debian/changelog
trunk/samba4/debian/control
trunk/samba4/debian/rules
trunk/samba4/debian/samba4-dev.install
Log:
Package new upstream snapshot.
Modified: trunk/samba4/debian/changelog
===================================================================
--- trunk/samba4/debian/changelog 2009-02-21 17:34:19 UTC (rev 2597)
+++ trunk/samba4/debian/changelog 2009-02-21 19:51:22 UTC (rev 2598)
@@ -1,4 +1,4 @@
-samba4 (4.0.0~alpha6-2) UNRELEASED; urgency=low
+samba4 (4.0.0~alpha7~20090221-1) UNRELEASED; urgency=low
* Add build dependency on libpopt-dev, so the system libpopt is always used
rather than the one included by Samba.
Modified: trunk/samba4/debian/control
===================================================================
--- trunk/samba4/debian/control 2009-02-21 17:34:19 UTC (rev 2597)
+++ trunk/samba4/debian/control 2009-02-21 19:51:22 UTC (rev 2598)
@@ -5,7 +5,7 @@
Uploaders: Steve Langasek <vorlon at debian.org>, Christian Perrier <bubulle at debian.org>, Noèl Köthe <noel at debian.org>, Steinar H. Gunderson <sesse at debian.org>, Jelmer Vernooij <jelmer at debian.org>
Homepage: http://www.samba.org/
Standards-Version: 3.8.0
-Build-Depends: debhelper (>> 5.0.0), libparse-yapp-perl, perl, docbook-xsl, docbook-xml, xsltproc, po-debconf, libgnutls-dev, libreadline5-dev, libpam0g-dev, libblkid-dev, libattr1-dev, flex, bison, tdb-dev (>= 1.1.0), libtalloc-dev, libtevent-dev, perl-modules, python2.5-dev, python-central (>= 0.5.6), quilt, libpopt-dev
+Build-Depends: debhelper (>> 5.0.0), libparse-yapp-perl, perl, docbook-xsl, docbook-xml, xsltproc, po-debconf, libgnutls-dev, libreadline5-dev, libpam0g-dev, libblkid-dev, libattr1-dev, flex, bison, tdb-dev (>= 1.1.0), libtalloc-dev, libtevent-dev (>> 0.9.3~), perl-modules, python2.5-dev, python-central (>= 0.5.6), quilt, libpopt-dev
Build-Conflicts: libldb-dev
Vcs-Svn: svn://svn.debian.org/svn/pkg-samba/branches/samba4
XS-Python-Version: current
Modified: trunk/samba4/debian/rules
===================================================================
--- trunk/samba4/debian/rules 2009-02-21 17:34:19 UTC (rev 2597)
+++ trunk/samba4/debian/rules 2009-02-21 19:51:22 UTC (rev 2598)
@@ -4,6 +4,9 @@
SOURCEPATH=./source4
DESTDIR = $(CURDIR)/debian/tmp
+CFLAGS = -Wall -O0
+LDFLAGS = -Wl,--as-needed
+
PYVERS=$(shell pyversions -vr)
# turn DEB_BUILD_OPTIONS='foo,bar' into DEB_BUILD_OPT_FOO and DEB_BUILD_OPT_BAR
@@ -15,7 +18,7 @@
configure: patch configure-stamp
configure-stamp:
dh_testdir
- cd $(SOURCEPATH) && ./configure --enable-fhs \
+ cd $(SOURCEPATH) && CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" ./configure --enable-fhs \
--prefix=/usr \
--mandir=/usr/share/man \
--sysconfdir=/etc \
@@ -24,6 +27,9 @@
--with-syslog \
--with-readline \
--with-ldap \
+ --enable-external-libtdb=yes \
+ --enable-external-libtalloc=yes \
+ --enable-external-libtevent=yes \
#--enable-dso
touch $@
Modified: trunk/samba4/debian/samba4-dev.install
===================================================================
--- trunk/samba4/debian/samba4-dev.install 2009-02-21 17:34:19 UTC (rev 2597)
+++ trunk/samba4/debian/samba4-dev.install 2009-02-21 19:51:22 UTC (rev 2598)
@@ -5,7 +5,6 @@
usr/include/samba-4.0/gen_ndr/ndr_misc.h
usr/include/samba-4.0/gen_ndr/ndr_samr.h
usr/include/samba-4.0/gen_ndr/nbt.h
-usr/include/samba-4.0/events.h
usr/include/samba-4.0/util.h
usr/include/samba-4.0/dlinklist.h
usr/include/samba-4.0/util/byteorder.h
@@ -45,6 +44,4 @@
usr/include/samba-4.0/ldap_ndr.h
usr/include/samba-4.0/util/attr.h
usr/include/samba-4.0/core/error.h
-usr/include/samba-4.0/tevent.h
-usr/include/samba-4.0/tevent_internal.h
usr/include/samba-4.0/gen_ndr/server_id.h
More information about the Pkg-samba-maint
mailing list