Fix missing dependency on lsb-base

Andreas Metzler ametzler at downhill.at.eu.org
Sat Oct 21 08:21:12 UTC 2006


Hello,
the package containing saslauthd does not depend on lsb-base, there is a
build-dependency instead. Patch attached.
cu andreas
-- 
The 'Galactic Cleaning' policy undertaken by Emperor Zhark is a personal
vision of the emperor's, and its inclusion in this work does not constitute
tacit approval by the author or the publisher for any such projects,
howsoever undertaken.                                (c) Jasper Ffforde
-------------- next part --------------
Index: control
===================================================================
--- control	(Revision 90)
+++ control	(Arbeitskopie)
@@ -4,12 +4,12 @@
 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>
 Standards-Version: 3.7.2
-Build-Depends: debhelper (>= 5.0.0), dpatch, autotools-dev, automake1.9, autoconf, libtool, libdb4.4-dev, libpam0g-dev (>= 0.76-22), libssl-dev (>= 0.9.7e-3), libmysqlclient15-dev (>= 5.0.20-1), libopie-dev (>= 2.32-10), libpq-dev (>= 8.1.3-4), libkrb5-dev, libsqlite0-dev (>= 2.8.16-1), libldap2-dev (>= 2.1.30-8), lsb-base (>= 3.0-6), chrpath, groff-base
+Build-Depends: debhelper (>= 5.0.0), dpatch, autotools-dev, automake1.9, autoconf, libtool, libdb4.4-dev, libpam0g-dev (>= 0.76-22), libssl-dev (>= 0.9.7e-3), libmysqlclient15-dev (>= 5.0.20-1), libopie-dev (>= 2.32-10), libpq-dev (>= 8.1.3-4), libkrb5-dev, libsqlite0-dev (>= 2.8.16-1), libldap2-dev (>= 2.1.30-8), chrpath, groff-base
 
 Package: cyrus-sasl-2.1-bin
 Section: utils
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, lsb-base (>= 3.0-6)
 Replaces: sasl2-bin
 Description: Administration programs for SASL users database
  This is the Cyrus SASL API implementation, version 2.1. See package
Index: changelog
===================================================================
--- changelog	(Revision 90)
+++ changelog	(Arbeitskopie)
@@ -8,6 +8,9 @@
   [ Fabian Fagerholm ]
   * debian/cyrus-sasl-2.1-bin.saslauthd.init: exit 0 when saslauthd binary
     is missing (policy 9.3.2) and exit 0 when START != yes.
+  [ Andreas Metzler ]
+  * debian/control: Fix dependencies. lsb-base is no build-dependency but a
+    dependendency of cyrus-sasl-2.1-bin.
 
  -- Fabian Fagerholm <fabbe at debian.org>  Sat, 21 Oct 2006 10:39:34 +0300
 


More information about the Pkg-cyrus-sasl2-debian-devel mailing list