From 3d2772f0e7df2b58c4272c109a3cf5dd09a24144 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Wed, 5 Mar 2008 21:09:02 +0000 Subject: [PATCH] Fix some lintian warnings --- debian/changelog | 3 +++ debian/control | 2 +- debian/control.in | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index e344976..b05b05d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,9 @@ roundcube (0.1-1) UNRELEASED; urgency=low * Add support for lighttpd and remove support for older version of Apache. The debconf question about webserver autoconfiguration is reworded (Closes: #462961). + * Do not depend on a specific revision of cdbs. + * Move po-debconf from Build-Depends-Indep to Build-Depends since it is + needed for clean target. -- Vincent Bernat Wed, 05 Mar 2008 20:49:03 +0100 diff --git a/debian/control b/debian/control index 45a67f2..59efe28 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: web Priority: extra Maintainer: Debian Roundcube Maintainers Uploaders: Vincent Bernat , Romain Beauxis -Build-Depends: debhelper (>= 5), quilt, patchutils (>= 0.2.25), cdbs (>= 0.4.27-1), po-debconf +Build-Depends: debhelper (>= 5), quilt, patchutils (>= 0.2.25), cdbs (>= 0.4.27), po-debconf Homepage: http://www.roundcube.net/ Standards-Version: 3.7.3 DM-Upload-Allowed: yes diff --git a/debian/control.in b/debian/control.in index cb97fcf..0cb8c1a 100644 --- a/debian/control.in +++ b/debian/control.in @@ -12,7 +12,7 @@ Vcs-Browser: http://svn.debian.org/wsvn/pkg-roundcube/roundcube Package: roundcube-core Architecture: all -Depends: dbconfig-common, debconf | debconf-2.0, apache2 | httpd, php5, php5-mcrypt, roundcube-db, php-db, php-auth, php-net-smtp, php-net-socket, php-mail-mime, ucf, tinymce, ${misc:Depends} +Depends: dbconfig-common, debconf | debconf-2.0, apache2 | lighttpd | httpd, php5, php5-mcrypt, roundcube-db, php-db, php-auth, php-net-smtp, php-net-socket, php-mail-mime, ucf, tinymce, ${misc:Depends} Replaces: roundcube Conflicts: roundcube (<< 0.1~rc2-2) Description: skinnable AJAX based webmail solution for IMAP servers -- 2.39.2