Package: libgsasl7-dev
Severity: wishlist

Please depend on krb5-multidev rather than libkrb5-dev. The latter
doesn't allow co-installation with other Kerberos development packages
(e.g. heimdal-dev).

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.13-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
>From 23dbbac33230d013bf11c39e5dd9d81439032b18 Mon Sep 17 00:00:00 2001
From: Jelmer Vernooij <jel...@samba.org>
Date: Sun, 20 Apr 2014 17:02:32 +0200
Subject: [PATCH] Depend on krb5-multidev rather than libkrb5-dev.

---
 debian/changelog | 7 +++++++
 debian/control   | 4 ++--
 debian/rules     | 2 ++
 3 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c36f1f8..401b128 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+gsasl (1.8.0-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Depend on krb5-multidev rather than libkrb5-dev.
+
+ -- Jelmer Vernooij <jel...@debian.org>  Sun, 20 Apr 2014 17:02:25 +0200
+
 gsasl (1.8.0-2) unstable; urgency=low
 
   [ Simon Josefsson ]
diff --git a/debian/control b/debian/control
index 9cf9c18..8698f70 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian XMPP Maintainers <pkg-xmpp-de...@lists.alioth.debian.org>
 Uploaders: Thadeu Lima de Souza Cascardo <casca...@minaslivre.org>,
  Jorge Salamero Sanz <ben...@debian.org>, Simon Josefsson <si...@josefsson.org>
-Build-Depends: cdbs, debhelper (>= 7.0.0), autotools-dev, gettext, texinfo, pkg-config, libkrb5-dev, help2man, libidn11-dev, libgnutls-dev, libntlm0-dev, valgrind [amd64 i386 powerpc]
+Build-Depends: cdbs, debhelper (>= 7.0.0), autotools-dev, gettext, texinfo, pkg-config, krb5-multidev, help2man, libidn11-dev, libgnutls-dev, libntlm0-dev, valgrind [amd64 i386 powerpc]
 Vcs-Git: git://git.debian.org/pkg-xmpp/gsasl.git
 Vcs-Browser: http://git.debian.org/?p=pkg-xmpp/gsasl.git
 Homepage: http://www.gnu.org/software/gsasl/
@@ -17,7 +17,7 @@ Architecture: any
 Conflicts: libgsasl1-dev
 Replaces: libgsasl1-dev
 Depends: libgsasl7 (= ${binary:Version}), libidn11-dev, pkg-config,
- libntlm0-dev, libkrb5-dev, ${misc:Depends}
+ libntlm0-dev, krb5-multidev, ${misc:Depends}
 Description: Development files for the GNU SASL library
  GNU SASL is an implementation of the Simple Authentication and
  Security Layer framework and a few common SASL mechanisms. SASL is
diff --git a/debian/rules b/debian/rules
index 534ae76..197e32b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,8 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 
+export KRB5_CONFIG=/usr/bin/krb5-config.mit
+
 DEB_DH_STRIP_ARGS = --dbg-package=gsasl-dbg
 DEB_MAKE_CHECK_TARGET = check
 DEB_DH_MAKESHLIBS_ARGS_libgsasl7 = -- -c4
-- 
1.9.2.657.geaba915

Reply via email to