X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=debian%2Frules;h=ebd1048170839dfc90aa75c789b1669af252bee2;hp=07b755c0f9f174c47b9570d5c1b3bd8f1439914a;hb=7eb9615b30274033cc0c828244569c709906c40b;hpb=2fd4e76006a44e11659d7723a75c6ba05c3c85b5 diff --git a/debian/rules b/debian/rules index 07b755c0..ebd10481 100755 --- a/debian/rules +++ b/debian/rules @@ -2,16 +2,19 @@ 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 \ --infodir=/usr/share/info \ --sysconfdir=/etc \ + --zshcompletiondir=/usr/share/zsh/vendor-completions \ --localstatedir=/var override_dh_auto_build: