diff --git a/debian/changelog b/debian/changelog index 52fea5b..9043056 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ nut (2.7.1-1) UNRELEASED; urgency=low * New upstream release (Closes: #730183) + * debian/rules, debian/control: Enable SSL support using libnss3 - -- Laurent Bigonville Sun, 24 Nov 2013 16:02:21 +0100 + -- Laurent Bigonville Sun, 24 Nov 2013 16:12:34 +0100 nut (2.6.5-4) unstable; urgency=low diff --git a/debian/control b/debian/control index 66a37a8..ec39863 100644 --- a/debian/control +++ b/debian/control @@ -15,7 +15,8 @@ Build-Depends: debhelper (>= 8.1.3), libwrap0-dev (>= 7.6), python (>= 2.6.6-3~), libfreeipmi-dev (>= 0.8.5) [!hurd-i386], - libipmimonitoring-dev (>= 1.1.5-2) [!hurd-i386] + libipmimonitoring-dev (>= 1.1.5-2) [!hurd-i386], + libnss3-dev Build-Depends-Indep: asciidoc (>= 8.6.3), docbook-xsl, dblatex (>= 0.2.5), diff --git a/debian/rules b/debian/rules index 06213c6..3c286a1 100755 --- a/debian/rules +++ b/debian/rules @@ -15,7 +15,7 @@ DEB_CONFIGURE_SYSCONFDIR := /etc/nut DEB_CONFIGURE_INCLUDEDIR := /usr/include DEB_CONFIGURE_MANDIR := /usr/share/man DEB_CONFIGURE_EXTRA_FLAGS := --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \ - --without-ssl \ + --with-ssl --with-nss \ --with-cgi \ --with-dev \ --enable-static \