[proftpd-dfsg] 01/01: Fix BD after OpenSSL 1.1 transition.
Hilmar Preuße
hilmar-guest at moszumanska.debian.org
Wed Nov 2 22:11:47 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 722c378a91471ecde6a8108bf5707474a7eec77e
Author: Hilmar Preuße <hille42 at web.de>
Date: Wed Nov 2 23:11:22 2016 +0100
Fix BD after OpenSSL 1.1 transition.
---
debian/changelog | 9 +++++++--
debian/control | 2 +-
debian/control.in | 2 +-
3 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index dd42274..557b7a7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -24,16 +24,21 @@ proftpd-dfsg (1.3.5a-2) UNRELEASED; urgency=medium
place as there is no guarantee that any resources opened for setpwent()
are used for other getpw{nam,uid}() calls.
</quote>
+ * OpenSSL 1.1 transition: we'll have OpenSSL 1.0 in Stretch (see [1]).
+ Change BD from libssl-dev to libssl1.0-dev. This lowers severity of
+ (#828513) to non-rc.
* lintian "W: invalid-short-name-in-dep5-copyright bsd" (BSD-3-clause).
* lintian "E: proftpd-basic: init.d-script-needs-depends-on-lsb-base (...)"
- * E: proftpd-dfsg source: build-depends-on-obsolete-package build-depends:
- libmysqlclient-dev => default-libmysqlclient-dev
+ * lintian "E: proftpd-dfsg source: build-depends-on-obsolete-package
+ build-depends: libmysqlclient-dev => default-libmysqlclient-dev"
* Same URL for Vcs-Git & Vcs-Browser in control file.
* Some suggestions by Mattia Rizzolo <mattia at debian.org> for debian/rules
- Update of config.{sub,guess} is done by dh_update_autotools_config
- build done by dh_auto_build, instead of manual "make all"
- call dh_auto_clean instead of manual "make distclean"
+ [1] https://lists.debian.org/debian-devel-announce/2016/11/msg00001.html
+
-- Mahyuddin Susanto <udienz at gmail.com> Wed, 24 Aug 2016 15:23:38 -0700
proftpd-dfsg (1.3.5a-1) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index d7982f2..b788fc7 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,7 @@ Build-Depends: autotools-dev,
libpcre3-dev,
libpq-dev,
libsqlite3-dev,
- libssl-dev (>= 0.9.8l),
+ libssl1.0-dev,
libwrap0-dev,
unixodbc-dev,
zlib1g-dev,
diff --git a/debian/control.in b/debian/control.in
index a8044b3..9cf14b5 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -16,7 +16,7 @@ Build-Depends: autotools-dev,
libpcre3-dev,
libpq-dev,
libsqlite3-dev,
- libssl-dev (>= 0.9.8l),
+ libssl1.0-dev,
libwrap0-dev,
unixodbc-dev,
zlib1g-dev,
--
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