X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=debian%2Frules;h=ebd1048170839dfc90aa75c789b1669af252bee2;hp=99d80785fb4013fc10696d4dc5e381691704365a;hb=8de94981677e57343b7b2dfc9e1036730ce708fc;hpb=b0ebb19d79b2ca84fabd5e9daa082701df5dfa8b 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 \