]> git.donarmstrong.com Git - roundcube.git/commitdiff
Fix some lintian warnings
authorVincent Bernat <bernat@luffy.cx>
Wed, 5 Mar 2008 21:09:02 +0000 (21:09 +0000)
committerJérémy Bobbio <lunar@debian.org>
Sat, 18 Jun 2011 17:03:42 +0000 (19:03 +0200)
debian/changelog
debian/control
debian/control.in

index e3449765e5eda0a8f8f1dd7dc71028617dbc42d1..b05b05d844ad7cc10a4d5f0fd17360d8c7778ec2 100644 (file)
@@ -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 <bernat@luffy.cx>  Wed, 05 Mar 2008 20:49:03 +0100
 
index 45a67f20f0d231d3f5bdf68efec7258a19836764..59efe28c122dbf018a9f8868a85321d2a0bba8ae 100644 (file)
@@ -3,7 +3,7 @@ Section: web
 Priority: extra
 Maintainer: Debian Roundcube Maintainers <pkg-roundcube-maintainers@lists.alioth.debian.org>
 Uploaders: Vincent Bernat <bernat@luffy.cx>, Romain Beauxis <toots@rastageeks.org>
-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
index cb97fcf953b5f81f694a22162782ffe4f1b10ac1..0cb8c1a5e1f70978780894745e3980cdf68a4bab 100644 (file)
@@ -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