control: Replace node-uglify build-dependency with python3-rjsmin.

This commit is contained in:
Timo Aaltonen
2020-07-28 18:52:12 +03:00
parent ad2c34625d
commit 2bc4ad7dbc
3 changed files with 3 additions and 2 deletions

1
debian/changelog vendored
View File

@@ -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 <tjaalton@debian.org> Sat, 18 Apr 2020 10:39:18 +0300

2
debian/control vendored
View File

@@ -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

View File

@@ -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,