[Bug 472080] [NEW] Installs symlinks to files in non-dependency libkadm5clnt6
Sam Hartman
hartmans at debian.org
Tue Nov 3 18:34:23 GMT 2009
Thanks, the following untested patch probably fixes.
This will make its way in in my next upload to Debian, where I'll test it.
>From 19eab6834f793329a042279c5257bda12f2bed8e Mon Sep 17 00:00:00 2001
From: Sam Hartman <hartmans at debian.org>
Date: Tue, 3 Nov 2009 13:32:58 -0500
Subject: [PATCH] libkrb5-dev depends on libkadm5clnt6 (LP: #472080)
---
debian/changelog | 3 ++-
debian/control | 4 ++--
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index a01d182..6f17655 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
krb5 (1.7+dfsg) UNRELEASED; urgency=low
* New upstream version
+ * libkrb5-dev depends on libkadm5clnt6 (LP: #472080)
- -- Sam Hartman <hartmans at debian.org> Fri, 21 Aug 2009 15:17:16 -0400
+ -- Sam Hartman <hartmans at debian.org> Tue, 03 Nov 2009 13:31:05 -0500
krb5 (1.7dfsg~beta3-2) UNRELEASED; urgency=low
diff --git a/debian/control b/debian/control
index 90e3783..e323c14 100644
--- a/debian/control
+++ b/debian/control
@@ -1,4 +1,4 @@
-Source: krb5
+8Source: krb5
Section: net
Priority: standard
Build-Depends: debhelper (>= 7), byacc | bison, comerr-dev, docbook-to-man,
@@ -163,7 +163,7 @@ Description: MIT Kerberos master server (kadmind)
Package: libkrb5-dev
Section: libdevel
Architecture: any
-Depends: ${misc:Depends}, libkrb5-3 (= ${binary:Version}), libkadm5srv6 (= ${binary:Version}),
+Depends: ${misc:Depends}, libkrb5-3 (= ${binary:Version}), libkadm5srv6 (= ${binary:Version}), libkadm5clnt6 (= ${binary:Version})
comerr-dev, libk5crypto3 (= ${binary:Version}), libgssapi-krb5-2 (= ${binary:Version}), libgssrpc4 (= ${binary:Version})
Conflicts: heimdal-dev
Priority: extra
--
1.6.3.3
--
Installs symlinks to files in non-dependency libkadm5clnt6
https://bugs.launchpad.net/bugs/472080
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to krb5 in ubuntu.
More information about the Ubuntu-server-bugs
mailing list