[Pkg-apache-commits] r976 - in /trunk/apache2: apache2.2-common.postinst changelog control
sf at alioth.debian.org
sf at alioth.debian.org
Tue Jul 7 19:03:03 UTC 2009
Author: sf
Date: Tue Jul 7 19:03:02 2009
New Revision: 976
URL: http://svn.debian.org/wsvn/pkg-apache/?sc=1&rev=976
Log:
Remove dependency on net-tools, which is no longer necessary
Modified:
trunk/apache2/apache2.2-common.postinst
trunk/apache2/changelog
trunk/apache2/control
Modified: trunk/apache2/apache2.2-common.postinst
URL: http://svn.debian.org/wsvn/pkg-apache/trunk/apache2/apache2.2-common.postinst?rev=976&op=diff
==============================================================================
--- trunk/apache2/apache2.2-common.postinst (original)
+++ trunk/apache2/apache2.2-common.postinst Tue Jul 7 19:03:02 2009
@@ -3,8 +3,6 @@
if [ "$1" != "configure" ]; then
exit 0
fi
-
-NETSTAT=netstat
if [ -e /usr/sbin/apache2 ]; then
if [ "`dpkg-statoverride --list /usr/sbin/apache2`" = "" ]; then
Modified: trunk/apache2/changelog
URL: http://svn.debian.org/wsvn/pkg-apache/trunk/apache2/changelog?rev=976&op=diff
==============================================================================
--- trunk/apache2/changelog (original)
+++ trunk/apache2/changelog Tue Jul 7 19:03:02 2009
@@ -3,6 +3,8 @@
* Add symlinks for the debug info to the mpm packages.
* Be slightly more informative in the default index.html without pointing
to Apache or Debian (LP: #89364)
+ * Remove dependency on net-tools, which is no longer necessary
+ (closes: #535849)
-- Stefan Fritsch <sf at debian.org> Sat, 20 Jun 2009 09:52:00 +0200
Modified: trunk/apache2/control
URL: http://svn.debian.org/wsvn/pkg-apache/trunk/apache2/control?rev=976&op=diff
==============================================================================
--- trunk/apache2/control (original)
+++ trunk/apache2/control Tue Jul 7 19:03:02 2009
@@ -11,7 +11,7 @@
Package: apache2.2-common
Architecture: all
-Depends: apache2.2-bin (= ${binary:Version}), apache2-utils, net-tools, libmagic1, mime-support, lsb-base, procps [!hurd-i386], perl
+Depends: apache2.2-bin (= ${binary:Version}), apache2-utils, libmagic1, mime-support, lsb-base, procps [!hurd-i386], perl
Recommends: ssl-cert
Suggests: www-browser, apache2-doc, apache2-suexec | apache2-suexec-custom
Conflicts: apache2-common, libapache2-mod-php5 (<= 5.1.6-3), libapache2-mod-php4 (<= 4:4.4.4-2), libapache2-mod-mime-xattr (<= 0.3-2), libapache2-mod-mono (<= 1.1.17-3), libapache2-mod-proxy-html (<= 2.4.3-2), libapache2-mod-scgi (<= 1.11-1), libapache2-mod-speedycgi (<= 2.22-3), libapache2-modxslt (<= 2005072700-1), libapache2-redirtoservername (<= 0.1-1), libapache2-webauth (<= 3.5.3-1), libapache2-webkdc (<= 3.5.3-1)
More information about the Pkg-apache-commits
mailing list