X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=debian%2Frules;h=ebd1048170839dfc90aa75c789b1669af252bee2;hp=c8ecb1ac4e890ee4c83ffb4a27d603cb13fa7ce5;hb=8de94981677e57343b7b2dfc9e1036730ce708fc;hpb=64bfe544fd695e30d030e0bf25daf4435c070fb2 diff --git a/debian/rules b/debian/rules index c8ecb1ac..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: - BASH=/bin/bash ./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 \