diff --git a/debian/changelog b/debian/changelog index e3a55208e..3a4c87f3c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ freeipa (4.8.8-1) UNRELEASED; urgency=medium * use-bind9.16.diff: Fix some paths to what's in bind9 9.16. * write-out-only-one-cert-per-file.diff, tasks-fixes.diff: Dropped, upstream. + * control: Replace node-uglify build-dependency with python3-rjsmin. -- Timo Aaltonen Sat, 18 Apr 2020 10:39:18 +0300 diff --git a/debian/control b/debian/control index 05caf4960..31f2d3b90 100644 --- a/debian/control +++ b/debian/control @@ -59,10 +59,10 @@ Build-Depends: libunistring-dev, libverto-dev, nodejs [amd64 arm64 armhf i386 mips mips64el mipsel ppc64 ppc64el s390x], - node-uglify [amd64 arm64 armhf i386 mips mips64el mipsel ppc64 ppc64el s390x], pki-base (>= 10.6.0~), python3-lesscpy, python3-pkg-resources, + python3-rjsmin, samba-dev, Package: freeipa-common diff --git a/debian/control.server-bdeps b/debian/control.server-bdeps index cb9b42228..9b83db26f 100644 --- a/debian/control.server-bdeps +++ b/debian/control.server-bdeps @@ -6,8 +6,8 @@ libunistring-dev, libverto-dev, nodejs [amd64 arm64 armhf i386 mips mips64el mipsel ppc64 ppc64el s390x], - node-uglify [amd64 arm64 armhf i386 mips mips64el mipsel ppc64 ppc64el s390x], pki-base (>= 10.6.0~), python3-lesscpy, python3-pkg-resources, + python3-rjsmin, samba-dev,