[Pkg-drupal-commits] r1742 - in /branches/drupal-4.7/debian: changelog control

luigi at users.alioth.debian.org luigi at users.alioth.debian.org
Mon Jan 29 01:33:22 CET 2007


Author: luigi
Date: Mon Jan 29 01:33:22 2007
New Revision: 1742

URL: http://svn.debian.org/wsvn/pkg-drupal/?sc=1&rev=1742
Log:
Fixed dependencies on apache and ssl

Modified:
    branches/drupal-4.7/debian/changelog
    branches/drupal-4.7/debian/control

Modified: branches/drupal-4.7/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-drupal/branches/drupal-4.7/debian/changelog?rev=1742&op=diff
==============================================================================
--- branches/drupal-4.7/debian/changelog (original)
+++ branches/drupal-4.7/debian/changelog Mon Jan 29 01:33:22 2007
@@ -7,6 +7,8 @@
     - Bumped Standards-Version to 3.7.2 (no change needed)
     - Removed dependency on postgsql-{client,server}-8.0 which is not in
       the archive anymore
+    - Removed Suggests: on ssl enabled apache
+    - Removed strict dependency on apache*, added dependency on httpd | apache
 
   * debian/watch
     - Added debian watch file

Modified: branches/drupal-4.7/debian/control
URL: http://svn.debian.org/wsvn/pkg-drupal/branches/drupal-4.7/debian/control?rev=1742&op=diff
==============================================================================
--- branches/drupal-4.7/debian/control (original)
+++ branches/drupal-4.7/debian/control Mon Jan 29 01:33:22 2007
@@ -7,9 +7,8 @@
 
 Package: drupal-4.7
 Architecture: all
-Depends: ${debconf-depends}, apache | apache-ssl | apache-perl | apache2, php4 | php5, php4-mysql | php4-pgsql | php5-mysql | php5-pgsql, exim4 | mail-transport-agent, wwwconfig-common (>= 0.0.37), mysql-client | virtual-mysql-client | postgresql-client-8.1 | postgresql-client, dbconfig-common, curl
-Recommends: mysql-server | postgresql-server-8.1 | postgresl-server, apache (>= 1.3.29.0.1-1)
-Suggests: libapache-mod-ssl | apache-ssl
+Depends: ${debconf-depends}, httpd | apache, php4 | php5, php4-mysql | php4-pgsql | php5-mysql | php5-pgsql, exim4 | mail-transport-agent, wwwconfig-common (>= 0.0.37), mysql-client | virtual-mysql-client | postgresql-client-8.1 | postgresql-client, dbconfig-common, curl
+Recommends: mysql-server | postgresql-server-8.1 | postgresl-server
 Description: a fully-featured content management framework
  Drupal is a dynamic web site platform which allows an individual or
  community of users to publish, manage and organize a variety of




More information about the Pkg-drupal-commits mailing list