[Pkg-cyrus-sasl2-commits] [cyrus-sasl2] 14/44: Update d/control with heimdal removal

Ondřej Surý ondrej at debian.org
Sat Dec 31 13:07:10 UTC 2016


This is an automated email from the git hooks/post-receive script.

ondrej pushed a commit to branch master
in repository cyrus-sasl2.

commit fd9c83077833fe3ea35d27d0116d7ae81ca73637
Author: Ondřej Surý <ondrej at sury.org>
Date:   Mon Oct 24 17:33:48 2016 +0200

    Update d/control with heimdal removal
---
 debian/control | 183 +++++++++++++++++++++------------------------------------
 1 file changed, 66 insertions(+), 117 deletions(-)

diff --git a/debian/control b/debian/control
index 37a4dd6..7a48187 100644
--- a/debian/control
+++ b/debian/control
@@ -2,28 +2,29 @@ Source: cyrus-sasl2
 Section: libs
 Priority: standard
 Maintainer: Debian Cyrus SASL Team <pkg-cyrus-sasl2-debian-devel at lists.alioth.debian.org>
-Uploaders: Fabian Fagerholm <fabbe at debian.org>, Roberto C. Sanchez <roberto at connexer.com>, Ondřej Surý <ondrej at debian.org>, Adam Conrad <adconrad at 0c3.net>
-Standards-Version: 3.9.5
-Build-Depends: debhelper (>= 9),
-	       quilt,
-	       automake (>= 1:1.14),
-	       autotools-dev,
-	       libdb-dev,
-	       libpam0g-dev,
-	       libssl-dev,
-	       libmysqlclient-dev | libmysqlclient15-dev,
-	       libpq-dev,
-	       heimdal-multidev,
-	       krb5-multidev,
-	       libkrb5-dev,
-	       libsqlite3-dev,
-	       libldap2-dev,
-	       chrpath,
-	       groff-base,
-	       po-debconf,
-	       docbook-to-man,
-	       dh-autoreconf
-Build-Conflicts: heimdal-dev
+Uploaders: Fabian Fagerholm <fabbe at debian.org>,
+           Roberto C. Sanchez <roberto at connexer.com>,
+           Ondřej Surý <ondrej at debian.org>,
+           Adam Conrad <adconrad at 0c3.net>
+Standards-Version: 3.9.8
+Build-Depends: automake (>= 1:1.14),
+               autotools-dev,
+               chrpath,
+               debhelper (>= 9),
+               dh-autoreconf,
+               docbook-to-man,
+               groff-base,
+               krb5-multidev,
+               libdb-dev,
+               libkrb5-dev,
+               libldap2-dev,
+               libmysqlclient-dev | libmysqlclient15-dev,
+               libpam0g-dev,
+               libpq-dev,
+               libsqlite3-dev,
+               libssl-dev,
+               po-debconf,
+               quilt
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-cyrus-sasl2/cyrus-sasl2.git
 Vcs-Git: git://anonscm.debian.org/pkg-cyrus-sasl2/cyrus-sasl2.git
 Homepage: http://www.cyrusimap.org/
@@ -32,18 +33,16 @@ Package: sasl2-bin
 Section: utils
 Priority: optional
 Architecture: any
-Depends: libsasl2-2 (>= ${binary:Version}),
-	 ${shlibs:Depends},
-	 ${misc:Depends},
-	 db-util
-Breaks: libsasl2-2 (<< 2.1.26.dfsg1-2~)
-Replaces: libsasl2-2 (<< 2.1.26.dfsg1-2~)
+Depends: db-util,
+         libsasl2-2 (>= ${binary:Version}),
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: Cyrus SASL - administration programs for SASL users database
  This is the Cyrus SASL API implementation, version 2.1. See package
  libsasl2-2 and RFC 2222 for more information.
  .
  This package contains administration programs for the SASL users
- database and common binary files for plugin modules.    
+ database and common binary files for plugin modules.
 
 Package: cyrus-sasl2-doc
 Section: doc
@@ -60,9 +59,12 @@ Package: libsasl2-2
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
-Depends: ${shlibs:Depends}, ${misc:Depends}, libsasl2-modules-db (>= ${binary:Version})
+Depends: libsasl2-modules-db (>= ${binary:Version}),
+         ${misc:Depends},
+         ${shlibs:Depends}
 Recommends: libsasl2-modules (>= ${binary:Version})
-Breaks: postfix (<= 2.8.3-1), slapd (<= 2.4.25-3)
+Breaks: postfix (<= 2.8.3-1),
+        slapd (<= 2.4.25-3)
 Replaces: libsasl2
 Description: Cyrus SASL - authentication abstraction library
  This is the Cyrus SASL API implementation, version 2.1.
@@ -75,19 +77,19 @@ Description: Cyrus SASL - authentication abstraction library
  negotiated, a security layer is inserted between the protocol and the
  connection. See RFC 2222 for more information.
  .
- Any of: ANONYMOUS, CRAM-MD5, DIGEST-MD5, GSSAPI (MIT or Heimdal
- Kerberos 5), NTLM, OTP, PLAIN, or LOGIN can be used.
+ Any of: ANONYMOUS, CRAM-MD5, DIGEST-MD5, GSSAPI (MIT Kerberos 5),
+ NTLM, OTP, PLAIN, or LOGIN can be used.
 
 Package: libsasl2-modules
 Priority: optional
 Architecture: any
 Multi-Arch: same
-Depends: ${shlibs:Depends},
-	 ${misc:Depends}
-Suggests: libsasl2-modules-otp,
-	  libsasl2-modules-ldap,
-	  libsasl2-modules-sql,
-	  libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal
+Depends: ${misc:Depends},
+         ${shlibs:Depends}
+Suggests: libsasl2-modules-gssapi-mit,
+          libsasl2-modules-ldap,
+          libsasl2-modules-otp,
+          libsasl2-modules-sql
 Breaks: logcheck-database (<= 1.3.16~)
 Description: Cyrus SASL - pluggable authentication modules
  This is the Cyrus SASL API implementation, version 2.1. See package
@@ -99,9 +101,8 @@ Description: Cyrus SASL - pluggable authentication modules
 Package: libsasl2-modules-db
 Architecture: any
 Multi-Arch: same
-Breaks: libsasl2-2 (<< 2.1.25.dfsg1-9~), libsasl2-2 (<< 2.1.26.dfsg1-2~)
-Replaces: libsasl2-2 (<< 2.1.25.dfsg1-9~), libsasl2-2 (<< 2.1.26.dfsg1-2~), libsasl2-modules (<< 2.1.26.dfsg1-6~)
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends},
+         ${shlibs:Depends}
 Description: Cyrus SASL - pluggable authentication modules (DB)
  This is the Cyrus SASL API implementation, version 2.1. See package
  libsasl2-2 and RFC 2222 for more information.
@@ -112,7 +113,9 @@ Package: libsasl2-modules-ldap
 Priority: extra
 Architecture: any
 Multi-Arch: same
-Depends: libsasl2-modules (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Depends: libsasl2-modules (= ${binary:Version}),
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: Cyrus SASL - pluggable authentication modules (LDAP)
  This is the Cyrus SASL API implementation, version 2.1. See package
  libsasl2-2 and RFC 2222 for more information.
@@ -123,7 +126,9 @@ Package: libsasl2-modules-otp
 Priority: extra
 Architecture: any
 Multi-Arch: same
-Depends: libsasl2-modules (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Depends: libsasl2-modules (= ${binary:Version}),
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: Cyrus SASL - pluggable authentication modules (OTP)
  This is the Cyrus SASL API implementation, version 2.1. See package
  libsasl2-2 and RFC 2222 for more information.
@@ -134,7 +139,9 @@ Package: libsasl2-modules-sql
 Priority: extra
 Architecture: any
 Multi-Arch: same
-Depends: libsasl2-modules (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Depends: libsasl2-modules (= ${binary:Version}),
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: Cyrus SASL - pluggable authentication modules (SQL)
  This is the Cyrus SASL API implementation, version 2.1. See package
  libsasl2-2 and RFC 2222 for more information.
@@ -147,9 +154,10 @@ Priority: extra
 Architecture: any
 Multi-Arch: same
 Depends: libsasl2-modules (= ${binary:Version}),
-	 ${shlibs:Depends},
-	 ${misc:Depends}
-Conflicts: libsasl2-modules-gssapi-heimdal
+         ${misc:Depends},
+         ${shlibs:Depends}
+Conflicts: libsasl2-modules-gssapi-heimdal (<< 2.1.26-69-g4c8e3f2+dfsg-1~)
+Replaces: libsasl2-modules-gssapi-heimdal (<< 2.1.26-69-g4c8e3f2+dfsg-1~)
 Description: Cyrus SASL - pluggable authentication modules (GSSAPI)
  This is the Cyrus SASL API implementation, version 2.1. See package
  libsasl2-2 and RFC 2222 for more information.
@@ -161,9 +169,9 @@ Package: libsasl2-dev
 Section: libdevel
 Architecture: any
 Priority: optional
-Depends: libsasl2-2 (= ${binary:Version}),
-	 libc6-dev,
-	 ${misc:Depends}
+Depends: libc6-dev,
+         libsasl2-2 (= ${binary:Version}),
+         ${misc:Depends}
 Description: Cyrus SASL - development files for authentication abstraction library
  This is the Cyrus SASL API implementation, version 2. See package
  libsasl2-2 and RFC 2222 for more information.
@@ -172,71 +180,12 @@ Description: Cyrus SASL - development files for authentication abstraction libra
  support. It is needed for development purposes only.
 
 Package: libsasl2-modules-gssapi-heimdal
-Architecture: any
-Multi-Arch: same
+Architecture: all
 Priority: extra
 Depends: libsasl2-modules (= ${binary:Version}),
-	 ${shlibs:Depends},
-	 ${misc:Depends}
-Conflicts: libsasl2-modules-gssapi-mit
-Description: Pluggable Authentication Modules for SASL (GSSAPI)
- This is the Cyrus SASL API implementation, version 2.1. See package
- libsasl2-2 and RFC 2222 for more information.
- .
- This package provides the GSSAPI plugin, compiled with the Heimdal
- Kerberos 5 library.
-
-Package: cyrus-sasl2-dbg
-Section: debug
-Architecture: any
-Multi-Arch: same
-Priority: extra
-Depends: libsasl2-2 (= ${binary:Version}),
-	 ${misc:Depends}
-Recommends: cyrus-sasl2-mit-dbg | cyrus-sasl2-heimdal-dbg
-Description: Cyrus SASL - debugging symbols
- This is the Cyrus SASL API implementation, version 2. See package
- libsasl2-2 and RFC 2222 for more information.
- .
- This package contains the debugging symbols for all Cyrus SASL packages.
- The debugging symbols can be useful when investigating crashes in the SASL
- library or tools. You may be asked to install this package if you encounter
- such a crash.
-
-Package: cyrus-sasl2-mit-dbg
-Section: debug
-Architecture: any
-Multi-Arch: same
-Priority: extra
-Depends: cyrus-sasl2-dbg (= ${binary:Version}),
-	 libsasl2-modules-gssapi-mit (= ${binary:Version}),
-	 ${misc:Depends}
-Conflicts: cyrus-sasl2-heimdal-dbg
-Description: Cyrus SASL - debugging symbols for MIT modules
- This is the Cyrus SASL API implementation, version 2. See package
- libsasl2-2 and RFC 2222 for more information.
- .
- This package contains the debugging symbols for the Cyrus SASL MIT
- GSSAPI modules package (libsasl2-modules-gssapi-mit). The debugging
- symbols can be useful when investigating crashes in the SASL library or
- tools. You may be asked to install this package if you encounter such a
- crash.
-
-Package: cyrus-sasl2-heimdal-dbg
-Section: debug
-Architecture: any
-Multi-Arch: same
-Priority: extra
-Depends: cyrus-sasl2-dbg (= ${binary:Version}),
-	 libsasl2-modules-gssapi-heimdal (= ${binary:Version}),
-	 ${misc:Depends}
-Conflicts: cyrus-sasl2-mit-dbg
-Description: Cyrus SASL - debugging symbols for Heimdal modules
- This is the Cyrus SASL API implementation, version 2. See package
- libsasl2-2 and RFC 2222 for more information.
- .
- This package contains the debugging symbols for the Cyrus SASL Heimdal
- GSSAPI modules package (libsasl2-modules-gssapi-heimdal). The debugging
- symbols can be useful when investigating crashes in the SASL library or
- tools. You may be asked to install this package if you encounter such a
- crash.
+         libsasl2-modules-gssapi-mit (>= 2.1.26-69-g4c8e3f2+dfsg-1~),
+         ${misc:Depends},
+         ${shlibs:Depends}
+Description: Pluggable Authentication Modules for SASL (transitional)
+ The Heimdal Kerberos 5 library has been removed from Debian, so this
+ is only the transitional package.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cyrus-sasl2/cyrus-sasl2.git



More information about the Pkg-cyrus-sasl2-commits mailing list