create-client-dirs.patch: Add a patch from upstream that creates /etc/ipa and /var/lib/ipa-client/sysrestore paths. Stop creating them in rules.

This commit is contained in:
Timo Aaltonen
2012-03-02 12:05:59 +02:00
parent 17deb90d0a
commit 9d56b33e7d
3 changed files with 4 additions and 2 deletions

3
debian/changelog vendored
View File

@@ -25,5 +25,8 @@ freeipa (2.1.4-1) UNRELEASED; urgency=low
* rules: Strip the executable bit from translation files.
* fix-format-string.diff: Fix build errors, thanks Krzysztof Klimonda!
* Use dh_python2.
* create-client-dirs.patch: Add a patch from upstream that creates
/etc/ipa and /var/lib/ipa-client/sysrestore paths. Stop creating them in
rules.
-- Timo Aaltonen <tjaalton@ubuntu.com> Tue, 01 Nov 2011 10:52:25 -0400

View File

@@ -7,3 +7,4 @@ no-arrows.patch
no-testcert.patch
prefix.patch
fix-string-format.diff
create-client-dirs.patch

2
debian/rules vendored
View File

@@ -56,9 +56,7 @@ else
make $(PLATFORM) IPA_VERSION_IS_GIT_SNAPSHOT=no client-install DESTDIR=$(DESTDIR)
endif
mkdir -p $(DESTDIR)/etc/ipa
touch $(DESTDIR)/etc/ipa/default.conf
mkdir -p $(DESTDIR)/var/lib/ipa-client/sysrestore
# purge .la files
find $(CURDIR)/debian/tmp -name "*.la" -type f -exec rm -f "{}" \;