diff options
author | Stefan Fritsch <sf@sfritsch.de> | 2016-11-13 11:07:34 +0100 |
---|---|---|
committer | Stefan Fritsch <sf@sfritsch.de> | 2016-11-13 11:07:34 +0100 |
commit | 4918f9b70d90540047c1612e88ceb9645faaa8c5 (patch) | |
tree | 14ec73577d25686e8e4811bbe4c789118e955db3 | |
parent | 75669f3b0d72f026a1e1c19232fb1aa073d038b9 (diff) | |
download | apache2-4918f9b70d90540047c1612e88ceb9645faaa8c5.tar.gz |
Make apache2-dev depend on openssl 1.0
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 3 |
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 |