From 86251e5d4120bc780ef857576ec1e4afb35f13fb Mon Sep 17 00:00:00 2001 From: Timo Aaltonen Date: Wed, 29 Jul 2020 17:35:41 +0300 Subject: [PATCH] control: Drop libnss3-dev from build-depends, use libssl for util & libotp. --- debian/changelog | 2 ++ debian/control | 1 - debian/control.stub | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index f7bd5c30f..29c57effd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,8 @@ freeipa (4.8.8-1) UNRELEASED; urgency=medium * control: Replace node-uglify build-dependency with python3-rjsmin. * control: Add freeipa-client-epn package. * .install: Updated. + * control: Drop libnss3-dev from build-depends, use libssl for util & + libotp. -- Timo Aaltonen Sat, 18 Apr 2020 10:39:18 +0300 diff --git a/debian/control b/debian/control index b9e1d63d2..c8dc93763 100644 --- a/debian/control +++ b/debian/control @@ -19,7 +19,6 @@ Build-Depends: libkrb5-dev (>= 1.16), libldap2-dev, libnspr4-dev, - libnss3-dev, libpopt-dev, libsasl2-dev, libssl-dev, diff --git a/debian/control.stub b/debian/control.stub index 7553c1883..e1196974a 100644 --- a/debian/control.stub +++ b/debian/control.stub @@ -19,7 +19,6 @@ Build-Depends: libkrb5-dev (>= 1.16), libldap2-dev, libnspr4-dev, - libnss3-dev, libpopt-dev, libsasl2-dev, libssl-dev,