summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvorlon <vorlon@alioth.debian.org>2009-09-08 02:13:01 +0000
committervorlon <vorlon@alioth.debian.org>2009-09-08 02:13:01 +0000
commit3600c15d732c223e65fede00985108a198aea12c (patch)
treeaec09440b7b22caea22a4226f69d204223c04ad5
parent1aed8a350496e7d28bcb42326ec539eb282dbf1a (diff)
downloadsamba-3600c15d732c223e65fede00985108a198aea12c.tar.gz
Add missing build-dependency on pkg-config, needed to fix libtdb
detection (which will make the package FTBFS until the makefile substitutions are fixed) git-svn-id: svn://svn.debian.org/svn/pkg-samba/trunk/samba@3016 fc4039ab-9d04-0410-8cac-899223bdd6b0
-rw-r--r--debian/changelog3
-rw-r--r--debian/control3
2 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index c6d4900305..d9d48bc149 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -25,6 +25,9 @@ samba (2:3.4.0-4) UNRELEASED; urgency=low
[ Steve Langasek ]
* Change swat update-inetd call to use --remove only on purge,
and --disable on removal.
+ * Add missing build-dependency on pkg-config, needed to fix libtdb
+ detection (which will make the package FTBFS until the makefile
+ substitutions are fixed)
-- Steve Langasek <vorlon@debian.org> Sun, 23 Aug 2009 22:35:16 -0700
diff --git a/debian/control b/debian/control
index dcc0c275ff..9e0f29524b 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,8 @@ Build-Depends: debhelper (>= 6.0.0), libpam0g-dev, libreadline5-dev,
libtalloc-dev (>= 1.2.0~git20080616),
libcap2-dev [alpha amd64 arm armeb armel avr32 hppa i386 ia64 lpia m32r m68k mips mipsel powerpc ppc64 s390 s390x sh3 sh3eb sh4 sh4eb sparc],
libkeyutils-dev [alpha amd64 arm armeb armel avr32 hppa i386 ia64 lpia m32r m68k mips mipsel powerpc ppc64 s390 s390x sh3 sh3eb sh4 sh4eb sparc],
- ctdb (>= 1.0.73) [alpha amd64 arm armeb armel hppa i386 ia64 lpia m32r m68k mips mipsel powerpc ppc64 s390 s390x sh3 sh3eb sh4 sh4eb sparc]
+ ctdb (>= 1.0.73) [alpha amd64 arm armeb armel hppa i386 ia64 lpia m32r m68k mips mipsel powerpc ppc64 s390 s390x sh3 sh3eb sh4 sh4eb sparc],
+ pkg-config
Build-Conflicts: libfam-dev
Standards-Version: 3.8.2
Homepage: http://www.samba.org