Merge remote-tracking branch 'origin/debian'
[hcoop/debian/courier-authlib.git] / debian / control
index e1b783e..fd67f17 100644 (file)
 Source: courier-authlib
 Section: mail
 Priority: optional
-Maintainer: Stefan Hornburg (Racke) <racke@linuxia.de>
-Standards-Version: 3.8.3
-Build-Depends: libmysqlclient-dev, libpam0g-dev, libgdbm-dev | libgdbmg1-dev, debhelper (>= 5.0.42), libldap-dev, libsasl2-dev | libsasl-dev, libpq-dev, libtool, libltdl3-dev, procps, expect, libidn11-dev
+Maintainer: Debian QA Group <packages@qa.debian.org>
+Standards-Version: 3.9.7
+Build-Depends: autotools-dev,
+               debhelper (>= 9),
+               default-libmysqlclient-dev | libmysqlclient-dev (<< 5.7),
+               dh-autoreconf,
+               expect,
+               libcourier-unicode-dev,
+               libgdbm-dev | libgdbmg1-dev,
+               libidn11-dev,
+               libldap-dev,
+               libltdl3-dev,
+               libpam0g-dev,
+               libpq-dev,
+               libsasl2-dev | libsasl-dev,
+               libsqlite3-dev,
+               libtool,
+               pkg-config,
+               procps
+Homepage: http://www.courier-mta.org/
+Vcs-Git: git://anonscm.debian.org/collab-maint/courier-authlib.git
+Vcs-Browser: http://anonscm.debian.org/?p=collab-maint/courier-authlib.git;a=summary
 
 Package: courier-authlib
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, expect
-Conflicts: courier-base (<< 0.48), courier-authdaemon (<< 0.58), courier-authmysql, courier-authpostgresql
+Depends: adduser,
+         ${misc:Depends},
+         ${shlibs:Depends}
+Recommends: expect
+Breaks: courier-base (<< 0.75.0-15),
+        maildrop (<< 2.7.1-4)
 Description: Courier authentication library
- The Courier authentication library provides authentication services for
- other Courier applications.
+ The Courier authentication library provides authentication services
for other Courier applications.
 
 Package: courier-authdaemon
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, courier-authlib (>= ${RELUP}), lsb-base (>= 3.0-10)
+Depends: courier-authlib (>= ${binary:Version}),
+         lsb-base (>= 3.0-10),
+         sysvinit-utils (>= 2.88dsf-50) | init-d-script,
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: Courier authentication daemon
- This package contains the authentication daemon for the Courier applications.
+ This package contains the authentication daemon for the Courier
+ applications.
 
 Package: courier-authlib-dev
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, courier-authlib (>= ${RELUP})
-Conflicts: courier-base (<< 0.48)
+Depends: courier-authlib (>= ${binary:Version}),
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: Development libraries for the Courier authentication library
- This package contains the development libraries and files needed to compile
- Courier packages that use the Courier authentication library.
+ This package contains the development libraries and files needed to
compile Courier packages that use the Courier authentication library.
 
 Package: courier-authlib-userdb
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, courier-authlib (>= ${RELUP})
-Conflicts: courier-base (<< 0.48)
+Depends: courier-authlib (>= ${binary:Version}),
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: userdb support for the Courier authentication library
- This package contains the userdb support for the Courier authentication
- library. Userdb is a simple way to manage virtual mail accounts using
- a GDBM-based database file.
+ This package contains the userdb support for the Courier
+ authentication library. Userdb is a simple way to manage virtual mail
+ accounts using a GDBM-based database file.
 
 Package: courier-authlib-mysql
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, courier-authlib (>= ${RELUP})
-Conflicts: courier-authmysql
-Replaces: courier-authmysql
+Depends: courier-authlib (>= ${binary:Version}),
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: MySQL support for the Courier authentication library
- This package contains the MySQL support for the Courier authentication library.
+ This package contains the MySQL support for the Courier
+ authentication library.
 
 Package: courier-authlib-postgresql
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, courier-authlib (>= ${RELUP})
-Conflicts: courier-authpostgresql
-Replaces: courier-authpostgresql
+Depends: courier-authlib (>= ${binary:Version}),
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: PostgreSQL support for the Courier authentication library
- This package contains the PostgreSQL support for the Courier authentication
- library.
+ This package contains the PostgreSQL support for the Courier
authentication library.
 
 Package: courier-authlib-ldap
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, courier-authlib (>= ${RELUP})
+Depends: courier-authlib (>= ${binary:Version}),
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: LDAP support for the Courier authentication library
- This package contains the LDAP support for the Courier authentication library.
+ This package contains the LDAP support for the Courier authentication
+ library.
+
+Package: courier-authlib-sqlite
+Architecture: any
+Depends: courier-authlib (>= ${binary:Version}),
+         ${misc:Depends},
+         ${shlibs:Depends}
+Description: SQLite 3 support for the Courier authentication library
+ This package contains the SQLite 3 support for the Courier
+ authentication library.
 
 Package: courier-authlib-pipe
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, courier-authlib (>= ${RELUP})
+Depends: courier-authlib (>= ${binary:Version}),
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: External authentication support for the Courier authentication library
- This package contains external authentication support via pipes for the
- Courier authentication library. The authpipe module is a generic plugin
- that enables authentication requests to be serviced by an external
- program, then communicates through messages on stdin and stdout.
+ This package contains external authentication support via pipes for
+ the Courier authentication library. The authpipe module is a generic
+ plugin that enables authentication requests to be serviced by an
+ external program, then communicates through messages on stdin and
+ stdout.