From: Richard Kettlewell Date: Sun, 27 Oct 2013 14:32:37 +0000 (+0000) Subject: debian: always run configure X-Git-Tag: 5.1.1~2 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/commitdiff_plain/f05339433c23e120ed2c1ee54942096236f05c63?ds=sidebyside debian: always run configure Prevents trouble if configure has been run but with non-Debiany arguments. --- diff --git a/debian/rules b/debian/rules index 481b2ae..ea9a54c 100755 --- a/debian/rules +++ b/debian/rules @@ -69,13 +69,7 @@ build: echo ./autogen.sh;\ ./autogen.sh;\ fi - @set -e;if test ! -f config.status; then \ - echo ./configure ${CONFIGURE} ${CONFIGURE_EXTRA};\ - ./configure ${CONFIGURE} ${CONFIGURE_EXTRA};\ - else\ - echo ./config.status;\ - ./config.status;\ - fi + ./configure ${CONFIGURE} ${CONFIGURE_EXTRA} $(MAKE) SENDMAIL=${SENDMAIL} ${PARALLEL} pkg-disorder: build