summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rw-r--r--debian/control3
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 0ad73217..184b0e96 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+apache2 (2.4.23-7) UNRELEASED; urgency=medium
+
+ * Make apache2-dev depend on openssl 1.0, too. Closes: #844160
+
+ -- Stefan Fritsch <sf@debian.org> Sun, 13 Nov 2016 11:06:36 +0100
+
apache2 (2.4.23-6) unstable; urgency=medium
* One more tweak for reproducible build. Thanks to Daniel Shahaf for the
diff --git a/debian/control b/debian/control
index 5dfd9dbb..d0294513 100644
--- a/debian/control
+++ b/debian/control
@@ -121,7 +121,8 @@ Description: Apache HTTP Server (on-site documentation)
Package: apache2-dev
Architecture: any
Depends: ${misc:Depends}, openssl,
- libapr1-dev, libaprutil1-dev, debhelper (>= 9), ${perl:Depends}
+ libapr1-dev, libaprutil1-dev, libssl1.0-dev | libssl-dev (<< 1.1),
+ debhelper (>= 9), ${perl:Depends}
Provides: dh-apache2
Description: Apache HTTP Server (development headers)
The Apache HTTP Server Project's goal is to build a secure, efficient and