summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorIvo De Decker <ivo.dedecker@ugent.be>2014-04-20 13:21:43 +0200
committerIvo De Decker <ivo.dedecker@ugent.be>2014-04-20 13:35:47 +0200
commitf96a724cd63e7f8cd356bd258cf50f3037c5e2ec (patch)
treed12a224be4610c6e065ea97cb7f2b648986c75be /debian
parentfddeead7ec2bff7d0b7ec94720ff83eb305a25cd (diff)
downloadsamba-f96a724cd63e7f8cd356bd258cf50f3037c5e2ec.tar.gz
Build-depends on heimdal-dev instead of libkrb5-dev
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rw-r--r--debian/control5
2 files changed, 10 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 9638a49c7c..536507112f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+samba (2:4.1.7+dfsg-2) UNRELEASED; urgency=medium
+
+ * Build-depend on heimdal-dev instead of libkrb5-dev.
+
+ -- Ivo De Decker <ivo.dedecker@ugent.be> Sun, 20 Apr 2014 13:18:01 +0200
+
samba (2:4.1.7+dfsg-1) unstable; urgency=medium
* New upstream release.
diff --git a/debian/control b/debian/control
index 12ce9d152e..31541843f0 100644
--- a/debian/control
+++ b/debian/control
@@ -15,6 +15,10 @@ Build-Depends: bison,
docbook-xsl,
faketime,
flex,
+ heimdal-dev,
+# heimdal-multidev is pulled in by heimdal-dev, but it's listed here for when
+# heimdal-dev is removed because other build-deps pull in libkrb5-dev (like
+# libcups2-dev did in the past)
heimdal-multidev (>= 1.6~),
libacl1-dev,
libaio-dev [linux-any],
@@ -26,7 +30,6 @@ Build-Depends: bison,
libcups2-dev,
libgnutls-dev,
libheimntlm0-heimdal (>= 1.6~),
- libkrb5-dev,
libldap2-dev,
libldb-dev (>= 1:1.1.16~),
libncurses5-dev,