summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules2
3 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index e7d986c..9942a11 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libradsec (0.0.5-5) unstable; urgency=high
+
+ * Fix assert, necessary for library to work with OpenSSL 1.1.1.
+
+ -- Sam Hartman <hartmans@debian.org> Wed, 02 Jan 2019 07:01:03 -0500
+
libradsec (0.0.5-4) unstable; urgency=medium
* Fix problems detected by better warnings in gcc 7, Closes: #853506
diff --git a/debian/control b/debian/control
index c7bd47c..d964542 100644
--- a/debian/control
+++ b/debian/control
@@ -1,5 +1,5 @@
Source: libradsec
-Priority: extra
+Priority: optional
Maintainer: Sam Hartman <hartmans@debian.org>
Build-Depends: debhelper (>= 9), autotools-dev, libconfuse-dev, libssl-dev, libevent-dev (>= 2.0), dh-autoreconf
Standards-Version: 3.9.8
diff --git a/debian/rules b/debian/rules
index ec3ee90..0ff0b3f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,3 +13,5 @@
override_dh_auto_configure:
dh_auto_configure -- --enable-tls --enable-tls-psk CFLAGS='$(shell dpkg-buildflags --get CFLAGS) -pthread'
+override_dh_makeshlibs:
+ dh_makeshlibs -plibradsec0 -V'libradsec0 (>= 0.0.5-5)'