mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
use --fail-missing
This commit is contained in:
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.
|
* Add no-testcert.patch to not fail make-testcert.
|
||||||
* Bump compat and debhelper build-depends to 9.
|
* Bump compat and debhelper build-depends to 9.
|
||||||
* Add missing files to freeipa.install.
|
* Add missing files to freeipa.install.
|
||||||
* Add --list-missing for dh_install.
|
* Add --fail-missing for dh_install.
|
||||||
* copyright: Updated, with OpenSSL exception.
|
* copyright: Updated, with OpenSSL exception.
|
||||||
* control: Add python-libipa-hbac to build-depends.
|
* control: Add python-libipa-hbac to build-depends.
|
||||||
* control: Add ${shlibs:Depends} to python-freeipa depends.
|
* control: Add ${shlibs:Depends} to python-freeipa depends.
|
||||||
|
|||||||
2
debian/rules
vendored
2
debian/rules
vendored
@@ -65,7 +65,7 @@ endif
|
|||||||
# fix permissions
|
# fix permissions
|
||||||
find $(CURDIR)/debian/tmp -name "*.mo" -type f -exec chmod -x "{}" \;
|
find $(CURDIR)/debian/tmp -name "*.mo" -type f -exec chmod -x "{}" \;
|
||||||
|
|
||||||
dh_install --list-missing
|
dh_install --fail-missing
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh $@ --with quilt,autoreconf,python2
|
dh $@ --with quilt,autoreconf,python2
|
||||||
|
|||||||
Reference in New Issue
Block a user