[Pkg-samba-maint] r2101 - trunk/samba/debian
vorlon at alioth.debian.org
vorlon at alioth.debian.org
Sun Aug 3 06:33:34 UTC 2008
tags 493401 pending
thanks
Author: vorlon
Date: 2008-08-03 06:33:34 +0000 (Sun, 03 Aug 2008)
New Revision: 2101
Modified:
trunk/samba/debian/changelog
trunk/samba/debian/control
trunk/samba/debian/rules
Log:
Build-depend on keyutils only on the linux archs. Closes: #493401.
Modified: trunk/samba/debian/changelog
===================================================================
--- trunk/samba/debian/changelog 2008-08-02 02:15:14 UTC (rev 2100)
+++ trunk/samba/debian/changelog 2008-08-03 06:33:34 UTC (rev 2101)
@@ -1,3 +1,9 @@
+samba (2:3.2.0-5) UNRELEASED; urgency=low
+
+ * Build-depend on keyutils only on the linux archs. Closes: #493401.
+
+ -- Steve Langasek <vorlon at debian.org> Sat, 02 Aug 2008 23:31:30 -0700
+
samba (2:3.2.0-4) unstable; urgency=low
* Brown paper bag bug: add a change to debian/patches/fhs-filespaths.patch
Modified: trunk/samba/debian/control
===================================================================
--- trunk/samba/debian/control 2008-08-02 02:15:14 UTC (rev 2100)
+++ trunk/samba/debian/control 2008-08-03 06:33:34 UTC (rev 2101)
@@ -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>
-Build-Depends: debhelper, libpam0g-dev, libreadline5-dev, libcups2-dev, libacl1-dev [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, libpopt-dev, quilt, uuid-dev, libtalloc-dev (>= 1.2.0~git20080616-1), libkeyutils-dev
+Build-Depends: debhelper, libpam0g-dev, libreadline5-dev, libcups2-dev, libacl1-dev [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, libpopt-dev, quilt, uuid-dev, libtalloc-dev (>= 1.2.0~git20080616-1), libkeyutils-dev [alpha amd64 arm armeb armel hppa i386 ia64 lpia m32r m68k mips mipsel powerpc ppc64 s390 s390x sh3 sh3eb sh4 sh4eb sparc]
Build-Conflicts: libfam-dev
Standards-Version: 3.8.0
Modified: trunk/samba/debian/rules
===================================================================
--- trunk/samba/debian/rules 2008-08-02 02:15:14 UTC (rev 2100)
+++ trunk/samba/debian/rules 2008-08-03 06:33:34 UTC (rev 2101)
@@ -254,6 +254,7 @@
update-archs:
sed -i -e "s/libacl1-dev \(([^)]\+)\) \[[^]]\+\]/libacl1-dev \1 [`type-handling any linux-gnu`]/g" \
+ -e "s/libkeyutils-dev \(([^)]\+)\) \[[^]]\+\]/libkeyutils-dev \1 [`type-handling any linux-gnu`]/g" \
debian/control
.PHONY: build clean binary-indep binary-arch binary install configure patch unpatch update-archs
More information about the Pkg-samba-maint
mailing list