[Pkg-samba-maint] r1550 - trunk/samba/debian
bubulle at alioth.debian.org
bubulle at alioth.debian.org
Tue Nov 13 04:43:17 UTC 2007
Author: bubulle
Date: 2007-11-13 04:43:17 +0000 (Tue, 13 Nov 2007)
New Revision: 1550
Modified:
trunk/samba/debian/changelog
trunk/samba/debian/control
trunk/samba/debian/control.in
trunk/samba/debian/rules
Log:
Compile with DNS update support
Modified: trunk/samba/debian/changelog
===================================================================
--- trunk/samba/debian/changelog 2007-11-12 21:58:04 UTC (rev 1549)
+++ trunk/samba/debian/changelog 2007-11-13 04:43:17 UTC (rev 1550)
@@ -21,6 +21,9 @@
- fhs-newpaths.patch: introduce new paths
- fhs-filespaths.patch: assign files to new paths
- fhs-assignpaths.patch: assign paths to FHS-compatible locations
+ * Compile with DNS update support. Thanks to Matthias Gug for
+ reporting and contributions from Launchpad's #156686
+ Closes: #449422
-- Steve Langasek <vorlon at debian.org> Sat, 10 Nov 2007 18:18:48 -0800
Modified: trunk/samba/debian/control
===================================================================
--- trunk/samba/debian/control 2007-11-12 21:58:04 UTC (rev 1549)
+++ trunk/samba/debian/control 2007-11-13 04:43:17 UTC (rev 1550)
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian Samba Maintainers <pkg-samba-maint at lists.alioth.debian.org>
Uploaders: Eloy A. Paris <peloy at debian.org>, Steve Langasek <vorlon at debian.org>, Christian Perrier <bubulle at debian.org>, Noèl Köthe <noel at debian.org>, Adam Conrad <adconrad at 0c3.net>, Peter Eisentraut <petere at debian.org>
-Build-Depends: debhelper (>= 5.0.37.2), libpam0g-dev, libreadline5-dev, libcupsys2-dev (>=1.1.20final+cvs20040330-4), libacl1-dev (>= 2.2.11-1) [alpha amd64 arm armeb armel hppa i386 ia64 lpia m32r m68k mips mipsel powerpc ppc64 s390 s390x sh3 sh3eb sh4 sh4eb sparc], libkrb5-dev, libldap2-dev, po-debconf, binutils (>= 2.14.90.0.7), type-handling (>= 0.2.1), libpopt-dev, dpkg-dev (>= 1.13.9), quilt (>= 0.40)
+Build-Depends: debhelper (>= 5.0.37.2), libpam0g-dev, libreadline5-dev, libcupsys2-dev (>=1.1.20final+cvs20040330-4), libacl1-dev (>= 2.2.11-1) [alpha amd64 arm armeb armel hppa i386 ia64 lpia m32r m68k mips mipsel powerpc ppc64 s390 s390x sh3 sh3eb sh4 sh4eb sparc], libkrb5-dev, libldap2-dev, po-debconf, binutils (>= 2.14.90.0.7), type-handling (>= 0.2.1), libpopt-dev, dpkg-dev (>= 1.13.9), quilt (>= 0.40), uuid-dev
Build-Conflicts: libfam-dev
Standards-Version: 3.7.2
Modified: trunk/samba/debian/control.in
===================================================================
--- trunk/samba/debian/control.in 2007-11-12 21:58:04 UTC (rev 1549)
+++ trunk/samba/debian/control.in 2007-11-13 04:43:17 UTC (rev 1550)
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian Samba Maintainers <pkg-samba-maint at lists.alioth.debian.org>
Uploaders: Eloy A. Paris <peloy at debian.org>, Steve Langasek <vorlon at debian.org>, Christian Perrier <bubulle at debian.org>, Noèl Köthe <noel at debian.org>, Adam Conrad <adconrad at 0c3.net>, Peter Eisentraut <petere at debian.org>
-Build-Depends: debhelper (>= 5.0.37.2), libpam0g-dev, libreadline5-dev, libcupsys2-dev (>=1.1.20final+cvs20040330-4), libacl1-dev (>= 2.2.11-1) [@libacl@], libkrb5-dev, libldap2-dev, po-debconf, binutils (>= 2.14.90.0.7), type-handling (>= 0.2.1), libpopt-dev, dpkg-dev (>= 1.13.9), quilt (>= 0.40)
+Build-Depends: debhelper (>= 5.0.37.2), libpam0g-dev, libreadline5-dev, libcupsys2-dev (>=1.1.20final+cvs20040330-4), libacl1-dev (>= 2.2.11-1) [@libacl@], libkrb5-dev, libldap2-dev, po-debconf, binutils (>= 2.14.90.0.7), type-handling (>= 0.2.1), libpopt-dev, dpkg-dev (>= 1.13.9), quilt (>= 0.40), uuid-dev
Build-Conflicts: libfam-dev
Standards-Version: 3.7.2
Modified: trunk/samba/debian/rules
===================================================================
--- trunk/samba/debian/rules 2007-11-12 21:58:04 UTC (rev 1549)
+++ trunk/samba/debian/rules 2007-11-13 04:43:17 UTC (rev 1550)
@@ -51,7 +51,8 @@
--with-shared-modules=idmap_rid,idmap_ad \
--with-automount \
--with-ldap \
- --with-ads
+ --with-ads \
+ --with-dnsupdate
ifeq ($(DEB_HOST_ARCH_OS),linux)
conf_args += \
More information about the Pkg-samba-maint
mailing list