The attached patch should address this bug once the required changes
land in krb5-multidev.

Jelmer
diff -ur neon27-0.30.0/debian/changelog neon27-0.30.0.fixed/debian/changelog
--- neon27-0.30.0/debian/changelog	2013-08-22 19:32:11.000000000 +0200
+++ neon27-0.30.0.fixed/debian/changelog	2014-04-20 16:38:43.802271281 +0200
@@ -1,3 +1,10 @@
+neon27 (0.30.0-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Depend on krb5-multidev rather than libkrb5-dev. Closes: #745328
+
+ -- Jelmer Vernooij <[email protected]>  Sun, 20 Apr 2014 16:38:43 +0200
+
 neon27 (0.30.0-1) unstable; urgency=low
 
   * New upstream release.
diff -ur neon27-0.30.0/debian/control neon27-0.30.0.fixed/debian/control
--- neon27-0.30.0/debian/control	2013-08-22 19:37:38.000000000 +0200
+++ neon27-0.30.0.fixed/debian/control	2014-04-20 16:27:04.086899893 +0200
@@ -2,7 +2,7 @@
 Section: net
 Priority: optional
 Maintainer: Laszlo Boszormenyi (GCS) <[email protected]>
-Build-Depends: debhelper (>= 5.0.0), pkg-config, libxml2-dev, libssl-dev (>= 0.9.8c), libgnutls-dev (>= 2.8.3), libkrb5-dev, libz-dev, autotools-dev, binutils (>= 2.14.90.0.7), ca-certificates, chrpath
+Build-Depends: debhelper (>= 5.0.0), pkg-config, libxml2-dev, libssl-dev (>= 0.9.8c), libgnutls-dev (>= 2.8.3), krb5-multidev, libz-dev, autotools-dev, binutils (>= 2.14.90.0.7), ca-certificates, chrpath
 Homepage: http://www.webdav.org/neon/
 Standards-Version: 3.9.4
 
@@ -43,7 +43,7 @@
 Conflicts: libneon-dev, libneon24-doc (<= 0.24.5-1), libneon25-dev (<< 0.28.2-5), libneon27-gnutls-dev
 Provides: libneon-dev
 Replaces: libneon-dev, libneon25-dev, libneon27-gnutls-dev
-Depends: ${misc:Depends}, libneon27 (= ${binary:Version}), libssl-dev, libxml2-dev, libkrb5-dev, pkg-config
+Depends: ${misc:Depends}, libneon27 (= ${binary:Version}), libssl-dev, libxml2-dev, krb5-multidev, pkg-config
 Description: Header and static library files for libneon27
  This package contains the headers and the static library for libneon27.
  .
@@ -103,7 +103,7 @@
 Provides: libneon-dev
 Replaces: libneon-dev, libneon25-dev, libneon27-dev
 Depends: ${misc:Depends}, libneon27-gnutls (= ${binary:Version}), libgnutls-dev, libxml2-dev, 
- libkrb5-dev, pkg-config
+ krb5-multidev, pkg-config
 Description: Header and static library files for libneon27 (GnuTLS enabled)
  This package contains the headers and the static library for 
  libneon27-gnutls.
diff -ur neon27-0.30.0/debian/rules neon27-0.30.0.fixed/debian/rules
--- neon27-0.30.0/debian/rules	2013-08-22 19:32:55.000000000 +0200
+++ neon27-0.30.0.fixed/debian/rules	2014-04-20 16:29:57.704495226 +0200
@@ -4,6 +4,8 @@
 package=libneon27
 upstream-version=$(shell head -n 1 debian/changelog | sed -e 's/.*(\(\([0-9]\+:\)\?\([^-]\+\).*\).*).*/\3/' )
 
+export KRB5_CONFIG=/usr/bin/krb5-config.mit
+
 # export DH_VERBOSE=1
 
 BUILDDIR=$(CURDIR)/debian/build-tree/

Attachment: signature.asc
Description: Digital signature

Reply via email to