[Pkg-cyrus-sasl2-commits] r402 - in /cyrus-sasl-2.1/trunk/debian: changelog control

fabbe at users.alioth.debian.org fabbe at users.alioth.debian.org
Sun Jan 25 12:36:20 UTC 2009


Author: fabbe
Date: Sun Jan 25 12:36:20 2009
New Revision: 402

URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/?sc=1&rev=402
Log:
Add  to satisfy lintian.

Modified:
    cyrus-sasl-2.1/trunk/debian/changelog
    cyrus-sasl-2.1/trunk/debian/control

Modified: cyrus-sasl-2.1/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/cyrus-sasl-2.1/trunk/debian/changelog?rev=402&op=diff
==============================================================================
--- cyrus-sasl-2.1/trunk/debian/changelog (original)
+++ cyrus-sasl-2.1/trunk/debian/changelog Sun Jan 25 12:36:20 2009
@@ -5,8 +5,9 @@
     disallow mutex function changes once sasl_client_init and/or
     sasl_server_init have been called. Hand-picked and applied from upstream
     CVS revision 1.117, thanks to Eric Leblond. (Closes: #499770)
-
- -- Fabian Fagerholm <fabbe at debian.org>  Sun, 18 Jan 2009 11:03:42 +0200
+  * debian/control: Add ${misc:Depends} to applicable binary packages.
+
+ -- Fabian Fagerholm <fabbe at debian.org>  Sun, 25 Jan 2009 14:34:42 +0200
 
 cyrus-sasl2 (2.1.22.dfsg1-23) unstable; urgency=low
 

Modified: cyrus-sasl-2.1/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/cyrus-sasl-2.1/trunk/debian/control?rev=402&op=diff
==============================================================================
--- cyrus-sasl-2.1/trunk/debian/control (original)
+++ cyrus-sasl-2.1/trunk/debian/control Sun Jan 25 12:36:20 2009
@@ -26,6 +26,7 @@
 Section: doc
 Priority: optional
 Architecture: all
+Depends: ${misc:Depends}
 Description: Cyrus SASL - documentation
  This is the Cyrus SASL API implementation, version 2.1. See package
  libsasl2-2 and RFC 2222 for more information.
@@ -35,7 +36,7 @@
 Package: libsasl2-2
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Conflicts: postfix (<< 2.3.4-3), libsasl2-gssapi-mit (<< 2.1.22), libsasl2-krb4-mit (<< 2.1.22)
 Recommends: libsasl2-modules (= ${binary:Version})
 Replaces: libsasl2
@@ -72,7 +73,7 @@
 Section: libs
 Priority: extra
 Architecture: any
-Depends: libsasl2-modules (= ${binary:Version}), ${shlibs:Depends}
+Depends: libsasl2-modules (= ${binary:Version}), ${shlibs:Depends}, ${misc: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.
@@ -83,7 +84,7 @@
 Section: libs
 Priority: extra
 Architecture: any
-Depends: libsasl2-modules (= ${binary:Version}), ${shlibs:Depends}
+Depends: libsasl2-modules (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 Conflicts: libsasl2-modules (<< 2.1.22~)
 Description: Cyrus SASL - pluggable authentication modules (OTP)
  This is the Cyrus SASL API implementation, version 2.1. See package
@@ -95,7 +96,7 @@
 Section: libs
 Priority: extra
 Architecture: any
-Depends: libsasl2-modules (= ${binary:Version}), ${shlibs:Depends}
+Depends: libsasl2-modules (= ${binary:Version}), ${shlibs:Depends}, ${misc: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.
@@ -107,7 +108,7 @@
 Section: libs
 Priority: extra
 Architecture: any
-Depends: libsasl2-modules (= ${binary:Version}), ${shlibs:Depends}
+Depends: libsasl2-modules (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 Conflicts: libsasl2-modules-gssapi-heimdal
 Description: Cyrus SASL - pluggable authentication modules (GSSAPI)
  This is the Cyrus SASL API implementation, version 2.1. See package
@@ -120,7 +121,7 @@
 Section: libdevel
 Architecture: any
 Priority: optional
-Depends: libsasl2-modules (= ${binary:Version}), libc6-dev
+Depends: libsasl2-modules (= ${binary:Version}), libc6-dev, ${misc:Depends}
 Conflicts: libsasl2-2-dev
 Replaces: libsasl2-2-dev
 Description: Cyrus SASL - development files for authentication abstraction library
@@ -134,7 +135,7 @@
 Section: libdevel
 Architecture: any
 Priority: extra
-Depends: libsasl2-2 (= ${binary:Version})
+Depends: libsasl2-2 (= ${binary:Version}), ${misc:Depends}
 Description: Cyrus SASL - debugging symbols
  This is the Cyrus SASL API implementation, version 2. See package
  libsasl2-2 and RFC 2222 for more information.




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