[apache2] 01/01: add missing , in control file
Stefan Fritsch
sf at moszumanska.debian.org
Sat Oct 4 12:41:29 UTC 2014
This is an automated email from the git hooks/post-receive script.
sf pushed a commit to branch master
in repository apache2.
commit 893cf6ce30cc401d08efef904f792581657d05f1
Author: Stefan Fritsch <sf at sfritsch.de>
Date: Sat Oct 4 14:41:03 2014 +0200
add missing , in control file
---
debian/control | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 2d1ff2d..b414d3b 100644
--- a/debian/control
+++ b/debian/control
@@ -17,8 +17,8 @@ Package: apache2
Architecture: any
Depends: ${misc:Depends}, lsb-base, procps [!hurd-i386],
perl, mime-support, apache2-bin (= ${binary:Version}),
- apache2-utils (>= 2.4)
- apache2-data (= ${source:Version}), ${perl:Depends}
+ apache2-utils (>= 2.4), apache2-data (= ${source:Version}),
+ ${perl:Depends}
Replaces: apache2.2-common
Conflicts: apache2.2-common (<< 2.3~)
Provides: httpd, httpd-cgi
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-apache/apache2.git
More information about the Pkg-apache-commits
mailing list