[Pkg-citadel-commit] r189 - citadel/trunk/debian

meskes at alioth.debian.org meskes at alioth.debian.org
Mon Dec 15 14:47:47 UTC 2008


Author: meskes
Date: 2008-12-15 14:47:47 +0000 (Mon, 15 Dec 2008)
New Revision: 189

Modified:
   citadel/trunk/debian/changelog
   citadel/trunk/debian/control
Log:
Added ${misc:Depends} almost everywhere to make lintian happy.



Modified: citadel/trunk/debian/changelog
===================================================================
--- citadel/trunk/debian/changelog	2008-12-09 13:38:39 UTC (rev 188)
+++ citadel/trunk/debian/changelog	2008-12-15 14:47:47 UTC (rev 189)
@@ -12,6 +12,7 @@
   * Removed some setting in citadel-server postinst as they are the default anyway.
   * Added patch to include some fixes that are already in the upstream provided
     debs.
+  * Added ${misc:Depends} almost everywhere to make lintian happy.
 
  -- Michael Meskes <meskes at debian.org>  Sun, 30 Nov 2008 17:04:55 +0100
 

Modified: citadel/trunk/debian/control
===================================================================
--- citadel/trunk/debian/control	2008-12-09 13:38:39 UTC (rev 188)
+++ citadel/trunk/debian/control	2008-12-15 14:47:47 UTC (rev 189)
@@ -34,7 +34,7 @@
 
 Package: citadel-suite
 Architecture: all
-Depends: citadel-common, citadel-server, citadel-mta, citadel-webcit, citadel-client
+Depends: citadel-common, citadel-server, citadel-mta, citadel-webcit, citadel-client, ${misc:Depends}
 Description: complete and feature-rich groupware server; metapackage for full installation
  Citadel is a complete and feature-rich open source groupware platform.
   * Email, calendaring/scheduling, address books
@@ -53,7 +53,7 @@
 
 Package: citadel-common
 Architecture: all
-Depends: adduser
+Depends: adduser, ${misc:Depends}
 Description: complete and feature-rich groupware server
  Citadel is a complete and feature-rich open source groupware platform.
   * Email, calendaring/scheduling, address books
@@ -88,6 +88,7 @@
 Package: citadel-doc
 Section: doc
 Architecture: all
+Depends: ${misc:Depends}
 Description: complete and feature-rich groupware server (documentation)
  This package contains documentation for Citadel, a complete and feature-rich
  open source groupware platform.




More information about the Pkg-citadel-commit mailing list