mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
rules: If git is installed, revert po/ on clean.
This commit is contained in:
1
debian/changelog
vendored
1
debian/changelog
vendored
@@ -5,6 +5,7 @@ freeipa (4.7.0~pre1+git20180404-1) UNRELEASED; urgency=medium
|
||||
* rules: Force building with python2.
|
||||
* server.install: Updated.
|
||||
* debian/.gitignore: Ignore d/control.
|
||||
* rules: If git is installed, revert po/ on clean.
|
||||
|
||||
-- Timo Aaltonen <tjaalton@debian.org> Fri, 06 Apr 2018 16:18:42 +0300
|
||||
|
||||
|
||||
3
debian/rules
vendored
3
debian/rules
vendored
@@ -49,6 +49,9 @@ endif
|
||||
|
||||
override_dh_clean: gencontrol
|
||||
dh_clean
|
||||
if [ -f /usr/bin/git ]; then \
|
||||
git checkout -- po; \
|
||||
fi
|
||||
|
||||
override_dh_auto_configure: gencontrol
|
||||
dh_auto_configure -- $(confflags)
|
||||
|
||||
Reference in New Issue
Block a user