mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Add --list-missing for dh_install.
This commit is contained in:
parent
c98d0cc5ef
commit
51b4a207cb
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -18,6 +18,7 @@ freeipa (2.1.3-1) UNRELEASED; urgency=low
|
||||
* Bump compat to 8.
|
||||
* Add missing files to freeipa.install.
|
||||
* Add fix-python-path.patch to use --install-layout=deb.
|
||||
* Add --list-missing for dh_install.
|
||||
|
||||
-- Timo Aaltonen <tjaalton@ubuntu.com> Tue, 01 Nov 2011 10:52:25 -0400
|
||||
|
||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -60,7 +60,7 @@ endif
|
||||
touch $(DESTDIR)/etc/ipa/default.conf
|
||||
mkdir -p $(DESTDIR)/var/lib/ipa-client/sysrestore
|
||||
|
||||
dh_install
|
||||
dh_install --list-missing
|
||||
|
||||
%:
|
||||
dh $@ --with quilt,autoreconf
|
||||
|
Loading…
Reference in New Issue
Block a user