[proftpd-dfsg] 01/01: Fix dep of proftpd-dev.

Hilmar Preuße hilmar-guest at moszumanska.debian.org
Wed Dec 14 10:43:02 UTC 2016


This is an automated email from the git hooks/post-receive script.

hilmar-guest pushed a commit to branch master
in repository proftpd-dfsg.

commit 0c85b898226c09ebe4cfb66b4968e41ffe67c5ba
Author: Hilmar Preuße <hille42 at web.de>
Date:   Wed Dec 14 11:42:47 2016 +0100

    Fix dep of proftpd-dev.
---
 debian/changelog  | 2 ++
 debian/control    | 2 +-
 debian/control.in | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 43219a1..be6c2b0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 proftpd-dfsg (1.3.5b-2) UNRELEASED; urgency=medium
 
   * Init script (rarely) fails in detecting pid file (Closes: #756637)
+  * Fix dep of proftpd-dev (libssl-dev -> libssl1.0-dev)
+    (Closes: #848124)
 
  -- Hilmar Preuße <hille42 at web.de>  Tue, 13 Dec 2016 22:43:58 +0100
 
diff --git a/debian/control b/debian/control
index 25a8884..9547280 100644
--- a/debian/control
+++ b/debian/control
@@ -70,7 +70,7 @@ Package: proftpd-dev
 Architecture: any
 Depends: libacl1-dev,
          libpcre3-dev,
-         libssl-dev,
+         libssl1.0-dev,
          libtool,
          libtool-bin,
          proftpd-basic (=${binary:Version}),
diff --git a/debian/control.in b/debian/control.in
index cf302b5..a456a3a 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -70,7 +70,7 @@ Package: proftpd-dev
 Architecture: any
 Depends: libacl1-dev,
          libpcre3-dev,
-         libssl-dev,
+         libssl1.0-dev,
          libtool,
          libtool-bin,
          proftpd-basic (=${binary:Version}),

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-proftpd/proftpd-dfsg.git



More information about the Pkg-proftpd-maintainers mailing list