mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
rules: Don't run tests on server either, would never work during package build.
This commit is contained in:
parent
bee32f3d50
commit
333e4dbc67
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -38,6 +38,8 @@ freeipa (3.3.3-1) UNRELEASED; urgency=low
|
||||
that.
|
||||
* Add support for Debian platform.
|
||||
* port-ipa-client-automount.diff: Patch i-c-a so it works on Debian.
|
||||
* rules: Don't run tests on server either, would never work during package
|
||||
build.
|
||||
|
||||
[ Nick Hatch ]
|
||||
* Added three patches
|
||||
|
3
debian/rules
vendored
3
debian/rules
vendored
@ -40,9 +40,8 @@ else
|
||||
make $(PLATFORM) IPA_VERSION_IS_GIT_SNAPSHOT=no client
|
||||
endif
|
||||
|
||||
ifeq ($(ONLY_CLIENT), 1)
|
||||
# tests would just fail, they need a proper environment with 389 running et al
|
||||
override_dh_auto_test:
|
||||
endif
|
||||
|
||||
override_dh_auto_install:
|
||||
ifneq ($(ONLY_CLIENT), 1)
|
||||
|
Loading…
Reference in New Issue
Block a user