X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=debian%2Frules;h=5e59622766373994bc5652bff9e6d56d99057bab;hb=217088f6b47c817ae543bdfba37052134c51c739;hp=0a80989db3b8595da7da7e64aaa2f974d13a93f7;hpb=e9b9900a90cef377ff2992096523575ada55b8c6;p=fs%2Flustre-release.git diff --git a/debian/rules b/debian/rules index 0a80989..5e59622 100755 --- a/debian/rules +++ b/debian/rules @@ -89,7 +89,12 @@ autogen-stamp: patch-stamp # needed autogen.sh scripts # see https://bugzilla.lustre.org/attachment.cgi?id=27156 # for an example) - if grep -e "^--- .*\/autoconf" -e ".*\/configure\.ac" -e ".*\/configure\.in" debian/patches/*; then \ + if grep -e "^--- .*\/autoconf\/" \ + -e "^--- .*\/autoMakefile\.am" \ + -e "^--- .*\/Makefile\.am" \ + -e "^--- .*\/configure\.ac" \ + -e "^--- .*\/configure\.in" \ + debian/patches/*; then \ if [ ! -f build/autogen.sh ]; then \ echo "You have patches which require autogen.sh to be run, but it doesn't exist"; \ echo "Please see https://bugzilla.lustre.org/attachment.cgi?id=27156"; \