Control: tags -1 + patch Hello all,
Please see attached debdiff fixing this issue, unbreaking gpg integration (by using the same libexecdir as upstream expects which is also the default in dh compat >= 12 but avoiding to bump compat now to hopefully get an easier freeze exception). I personally find gpg integration very important for this application in particular (neomutt), so..... release-team: can I get a pre-approval for this? Regards, Andreas Henriksson PS. This message sent gpg-signed from neomutt with proposed changes.
diff -Nru neomutt-20180716+dfsg.1/debian/changelog neomutt-20180716+dfsg.1/debian/changelog --- neomutt-20180716+dfsg.1/debian/changelog 2018-07-18 23:15:56.000000000 +0200 +++ neomutt-20180716+dfsg.1/debian/changelog 2019-04-10 08:34:57.000000000 +0200 @@ -1,3 +1,12 @@ +neomutt (20180716+dfsg.1-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Use /usr/libexec as libexecdir (Closes: #905159) + (dh compat >= 12 does the right thing, so once bumped then + --libexecdir can be dropped from debian/rules.) + + -- Andreas Henriksson <andr...@fatal.se> Wed, 10 Apr 2019 08:34:57 +0200 + neomutt (20180716+dfsg.1-1) unstable; urgency=medium * New upstream release. diff -Nru neomutt-20180716+dfsg.1/debian/neomutt.install neomutt-20180716+dfsg.1/debian/neomutt.install --- neomutt-20180716+dfsg.1/debian/neomutt.install 2018-03-04 15:34:47.000000000 +0100 +++ neomutt-20180716+dfsg.1/debian/neomutt.install 2019-04-10 08:34:57.000000000 +0200 @@ -1,11 +1,11 @@ debian/tmp/usr/bin/neomutt debian/tmp/usr/share/locale/* -debian/tmp/usr/lib/neomutt/* usr/lib/neomutt -debian/extra/lib/mailspell usr/lib/neomutt -debian/extra/lib/source-neomuttrc.d usr/lib/neomutt -debian/extra/lib/debian-ldap-query usr/lib/neomutt -debian/extra/lib/mailto-neomutt usr/lib/neomutt +debian/tmp/usr/libexec/neomutt/* usr/libexec/neomutt +debian/extra/lib/mailspell usr/libexec/neomutt +debian/extra/lib/source-neomuttrc.d usr/libexec/neomutt +debian/extra/lib/debian-ldap-query usr/libexec/neomutt +debian/extra/lib/mailto-neomutt usr/libexec/neomutt debian/tmp/neomuttrc etc contrib/gpg.rc etc/neomuttrc.d diff -Nru neomutt-20180716+dfsg.1/debian/rules neomutt-20180716+dfsg.1/debian/rules --- neomutt-20180716+dfsg.1/debian/rules 2018-05-27 17:15:30.000000000 +0200 +++ neomutt-20180716+dfsg.1/debian/rules 2019-04-10 08:31:38.000000000 +0200 @@ -24,7 +24,7 @@ override_dh_auto_configure: dh_auto_configure -- \ --mandir=/usr/share/man \ - --libexecdir=/usr/lib \ + --libexecdir=/usr/libexec \ --with-mailpath=/var/mail \ --gpgme \ --lua \
signature.asc
Description: PGP signature