mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-11 08:41:55 -06:00
use --fail-missing
This commit is contained in:
parent
0edc87f392
commit
7601bdd79e
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -14,7 +14,7 @@ freeipa (3.2.0-1) UNRELEASED; urgency=low
|
||||
* Add no-testcert.patch to not fail make-testcert.
|
||||
* Bump compat and debhelper build-depends to 9.
|
||||
* Add missing files to freeipa.install.
|
||||
* Add --list-missing for dh_install.
|
||||
* Add --fail-missing for dh_install.
|
||||
* copyright: Updated, with OpenSSL exception.
|
||||
* control: Add python-libipa-hbac to build-depends.
|
||||
* control: Add ${shlibs:Depends} to python-freeipa depends.
|
||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -65,7 +65,7 @@ endif
|
||||
# fix permissions
|
||||
find $(CURDIR)/debian/tmp -name "*.mo" -type f -exec chmod -x "{}" \;
|
||||
|
||||
dh_install --list-missing
|
||||
dh_install --fail-missing
|
||||
|
||||
%:
|
||||
dh $@ --with quilt,autoreconf,python2
|
||||
|
Loading…
Reference in New Issue
Block a user