mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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:
3
debian/changelog
vendored
3
debian/changelog
vendored
@@ -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
|
||||
|
||||
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@@ -7,3 +7,4 @@ no-arrows.patch
|
||||
no-testcert.patch
|
||||
prefix.patch
|
||||
fix-string-format.diff
|
||||
create-client-dirs.patch
|
||||
|
||||
2
debian/rules
vendored
2
debian/rules
vendored
@@ -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 "{}" \;
|
||||
|
||||
Reference in New Issue
Block a user