mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
control, rules: Switch rhino to nodejs for ui build.
This commit is contained in:
1
debian/changelog
vendored
1
debian/changelog
vendored
@@ -23,6 +23,7 @@ freeipa (4.7.0-1) UNRELEASED; urgency=medium
|
||||
#1769485)
|
||||
* control: Add libjs-scriptaculous to server depends.
|
||||
* fix-gzip-path.diff: Fix path to gzip. (LP: #1778236)
|
||||
* control, rules: Switch rhino to nodejs for ui build.
|
||||
|
||||
-- Timo Aaltonen <tjaalton@debian.org> Wed, 18 Apr 2018 17:50:11 +0300
|
||||
|
||||
|
||||
2
debian/control.stub
vendored
2
debian/control.stub
vendored
@@ -32,6 +32,7 @@ Build-Depends:
|
||||
libunistring-dev,
|
||||
libverto-dev,
|
||||
libxmlrpc-core-c3-dev (>= 1.33.06),
|
||||
nodejs,
|
||||
pki-base (>= 10.6.0~),
|
||||
python-all-dev,
|
||||
python-cryptography,
|
||||
@@ -57,7 +58,6 @@ Build-Depends:
|
||||
python-sss (>= 1.14.0),
|
||||
python-usb (>= 1.0.0~b2),
|
||||
python-yubico,
|
||||
rhino,
|
||||
samba-dev,
|
||||
systemd,
|
||||
uuid-dev
|
||||
|
||||
2
debian/rules
vendored
2
debian/rules
vendored
@@ -8,8 +8,6 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
|
||||
ONLY_CLIENT=0
|
||||
DESTDIR=$(CURDIR)/debian/tmp
|
||||
|
||||
JAVA_STACK_SIZE ?= 8m
|
||||
export JAVA_STACK_SIZE
|
||||
export PYTHON=python
|
||||
|
||||
confflags = \
|
||||
|
||||
Reference in New Issue
Block a user