X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=debian%2Frules;h=ebd1048170839dfc90aa75c789b1669af252bee2;hb=0a2929c341b6d5f20210725facf37a6e2c3a19b4;hp=99d80785fb4013fc10696d4dc5e381691704365a;hpb=b0ebb19d79b2ca84fabd5e9daa082701df5dfa8b;p=notmuch diff --git a/debian/rules b/debian/rules index 99d80785..ebd10481 100755 --- a/debian/rules +++ b/debian/rules @@ -2,11 +2,13 @@ python3_all = py3versions -s | xargs -n1 | xargs -t -I {} env {} +export DEB_BUILD_MAINT_OPTIONS = hardening=+all + %: dh $@ --with python2,python3,elpa override_dh_auto_configure: - ./configure --prefix=/usr \ + BASHCMD=/bin/bash ./configure --prefix=/usr \ --libdir=/usr/lib/$$(dpkg-architecture -q DEB_TARGET_MULTIARCH) \ --includedir=/usr/include \ --mandir=/usr/share/man \