Commit 715f87fe authored by Luca Boccassi's avatar Luca Boccassi Committed by GitHub

Merge pull request #2277 from bluca/automake_1.14

Problem: debian build fails with automake < 1.14
parents ef88b8c7 47c7d8ee
......@@ -31,6 +31,9 @@ ifneq (,$(findstring drafts,$(DEB_BUILD_OPTIONS)))
DRAFTS=yes
endif
# Workaround for automake < 1.14 bug
$(shell dpkg --compare-versions `dpkg-query -W -f='$${Version}\n' automake` lt 1:1.14 && mkdir -p config)
override_dh_clean:
dh_clean
find $(CURDIR) -type s -exec rm {} \;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment