Package: krb5-auth-dialog Version: 3.12.0-2 Severity: normal Dear Maintainer,
krb5-auth-dialog is currently built against Heimdal. Heimdal hasn't seen a release upstream in almost 4 years, and we're considering orphaning it. Please consider building against MIT kerberos instead. Attached patch changes the build dependency accordingly. -- System Information: Debian Release: stretch/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 4.2.0-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 Init: systemd (via /run/systemd/system)
commit 77ac5aa355a55bbe26220c64ae2ee1a92139ba25 Author: Jelmer Vernooij <jel...@debian.org> Date: Tue Nov 24 23:23:09 2015 +0000 Build-depend on libkrb5-dev | heimdal-dev. diff --git a/debian/changelog b/debian/changelog index 9ad8684..fb88a3b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +krb5-auth-dialog (3.12.0-2.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Build-depend on libkrb5-dev | heimdal-dev. + + -- Jelmer Vernooij <jel...@debian.org> Tue, 24 Nov 2015 23:22:51 +0000 + krb5-auth-dialog (3.12.0-2) unstable; urgency=medium * [a9cf1c1] Use current user name to determine principal (Closes: #762906) diff --git a/debian/control b/debian/control index 33cb46c..2845e85 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Guido Günther <a...@sigxcpu.org> Build-Depends: debhelper (>= 6), cdbs, - heimdal-dev (>= 1.3.1.dfsg.1-5), + libkrb5-dev | heimdal-dev (>= 1.3.1.dfsg.1-5), libglib2.0-dev (>= 2.26.0), libgtk-3-dev, libglade2-dev, intltool,