[Pkg-drupal-commits] r1986 - in /branches/drupal6/debian: changelog control

luigi at users.alioth.debian.org luigi at users.alioth.debian.org
Thu Jan 8 19:57:38 UTC 2009


Author: luigi
Date: Thu Jan  8 19:57:37 2009
New Revision: 1986

URL: http://svn.debian.org/wsvn/pkg-drupal/?sc=1&rev=1986
Log:
Added dependency on ${misc:Depends} to make lintian happy

Modified:
    branches/drupal6/debian/changelog
    branches/drupal6/debian/control

Modified: branches/drupal6/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-drupal/branches/drupal6/debian/changelog?rev=1986&op=diff
==============================================================================
--- branches/drupal6/debian/changelog (original)
+++ branches/drupal6/debian/changelog Thu Jan  8 19:57:37 2009
@@ -4,6 +4,9 @@
 
   * debian/patches/12_SA-2008-073
     - Moved NMU changes to dpatch file
+
+  * debian/control
+    - Added dependency on ${misc:Depends} to make lintian happy
 
  -- Luigi Gangitano <luigi at debian.org>  Thu, 08 Jan 2009 20:49:51 +0100
 

Modified: branches/drupal6/debian/control
URL: http://svn.debian.org/wsvn/pkg-drupal/branches/drupal6/debian/control?rev=1986&op=diff
==============================================================================
--- branches/drupal6/debian/control (original)
+++ branches/drupal6/debian/control Thu Jan  8 19:57:37 2009
@@ -10,7 +10,7 @@
 
 Package: drupal6
 Architecture: all
-Depends: apache2 | httpd, php5, php5-mysql | php5-pgsql, php5-gd, exim4 | mail-transport-agent, wwwconfig-common (>= 0.0.37), mysql-client | virtual-mysql-client | postgresql-client, dbconfig-common, curl, libjs-jquery
+Depends: ${misc:Depends}, apache2 | httpd, php5, php5-mysql | php5-pgsql, php5-gd, exim4 | mail-transport-agent, wwwconfig-common (>= 0.0.37), mysql-client | virtual-mysql-client | postgresql-client, dbconfig-common, curl, libjs-jquery
 Recommends: mysql-server | postgresql
 Description: a fully-featured content management framework
  Drupal is a dynamic web site platform which allows an individual or




More information about the Pkg-drupal-commits mailing list