mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
rules: Don't run git on clean. (Closes: #912202)
This commit is contained in:
1
debian/changelog
vendored
1
debian/changelog
vendored
@@ -2,6 +2,7 @@ freeipa (4.7.1-3) UNRELEASED; urgency=medium
|
||||
|
||||
* control: Replace libsvrcore-dev build-dep with 389-ds-base-dev.
|
||||
* tests: Install only the packages which are used for testing.
|
||||
* rules: Don't run git on clean. (Closes: #912202)
|
||||
|
||||
-- Timo Aaltonen <tjaalton@debian.org> Thu, 06 Dec 2018 01:29:22 +0200
|
||||
|
||||
|
||||
3
debian/rules
vendored
3
debian/rules
vendored
@@ -47,9 +47,6 @@ endif
|
||||
|
||||
override_dh_clean: gencontrol
|
||||
dh_clean
|
||||
if [ -f /usr/bin/git ]; then \
|
||||
git checkout -- po; \
|
||||
fi
|
||||
rm -f po/*.gmo po/Makefile.hack po/POTFILES.in po/ipa.pot po/stamp-po
|
||||
rm -rf contrib/completion/ipa.bash_completion daemons/ipa-version.h \
|
||||
install/ui/src/libs/loader.js m4
|
||||
|
||||
Reference in New Issue
Block a user