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

vorlon at alioth.debian.org vorlon at alioth.debian.org
Sat Sep 26 06:57:58 UTC 2009


Author: vorlon
Date: 2009-09-26 06:57:55 +0000 (Sat, 26 Sep 2009)
New Revision: 3060

Modified:
   trunk/samba/debian/changelog
   trunk/samba/debian/rules
Log:
./configure --disable-avahi, to avoid accidentally picking up an avahi
dependency when libavahi-common-dev is installed.

Modified: trunk/samba/debian/changelog
===================================================================
--- trunk/samba/debian/changelog	2009-09-26 00:26:13 UTC (rev 3059)
+++ trunk/samba/debian/changelog	2009-09-26 06:57:55 UTC (rev 3060)
@@ -1,3 +1,10 @@
+samba (2:3.4.1-2) UNRELEASED; urgency=low
+
+  * ./configure --disable-avahi, to avoid accidentally picking up an avahi
+    dependency when libavahi-common-dev is installed.
+
+ -- Steve Langasek <vorlon at debian.org>  Fri, 25 Sep 2009 23:56:20 -0700
+
 samba (2:3.4.1-1) unstable; urgency=low
 
   [ Christian Perrier ]

Modified: trunk/samba/debian/rules
===================================================================
--- trunk/samba/debian/rules	2009-09-26 00:26:13 UTC (rev 3059)
+++ trunk/samba/debian/rules	2009-09-26 06:57:55 UTC (rev 3060)
@@ -63,6 +63,7 @@
 		--with-cachedir=/var/cache/samba \
 		--enable-external-libtalloc \
 		--without-libtalloc \
+		--disable-avahi \
 
 ifeq ($(DEB_HOST_ARCH_OS),linux)
   conf_args += \




More information about the Pkg-samba-maint mailing list