[Pkg-samba-maint] r1393 - trunk/samba/debian

bubulle at alioth.debian.org bubulle at alioth.debian.org
Sat May 19 07:03:46 UTC 2007


Author: bubulle
Date: 2007-05-19 07:03:45 +0000 (Sat, 19 May 2007)
New Revision: 1393

Modified:
   trunk/samba/debian/changelog
   trunk/samba/debian/rules
Log:
Enforce building with ADS support


Modified: trunk/samba/debian/changelog
===================================================================
--- trunk/samba/debian/changelog	2007-05-19 05:50:27 UTC (rev 1392)
+++ trunk/samba/debian/changelog	2007-05-19 07:03:45 UTC (rev 1393)
@@ -1,3 +1,12 @@
+samba (3.0.25-2) UNRELEASED; urgency=low
+
+  * Debian packaging fixes:
+    - Enforce building with "--with-ads" and therefore fail
+      when the build can't be done with kerberos support. 
+      Closes: #424637
+
+ -- Christian Perrier <bubulle at debian.org>  Sat, 19 May 2007 09:00:56 +0200
+
 samba (3.0.25-1) unstable; urgency=high
 
   * New upstream version including security fixes

Modified: trunk/samba/debian/rules
===================================================================
--- trunk/samba/debian/rules	2007-05-19 05:50:27 UTC (rev 1392)
+++ trunk/samba/debian/rules	2007-05-19 07:03:45 UTC (rev 1393)
@@ -51,6 +51,7 @@
 		--with-shared-modules=idmap_rid,idmap_ad \
 		--with-automount \
 		--with-ldap \
+		--with-ads \
 		--with-python=python
 
 ifeq ($(DEB_HOST_ARCH_OS),linux)




More information about the Pkg-samba-maint mailing list