diff options
| author | David Bremner <david@tethera.net> | 2019-02-01 08:35:20 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2019-02-01 08:35:20 -0400 |
| commit | 87eb477ba546c47083f678bb7fa3d433cb591090 (patch) | |
| tree | 64b93c83ece1fcc36958593bb09c1f96114c31ca /debian | |
| parent | 6784d5bc60f850a93e6101e60b03bf6ab81020cc (diff) | |
| parent | 32fb3c420a408ccfd20301f0c527c4259bf721cc (diff) | |
Merge tag '0.28.1'
notmuch 0.28.1 release
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 8 | ||||
| -rwxr-xr-x | debian/rules | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 8f37ef3a..fce3e5f3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +notmuch (0.28.1-1) unstable; urgency=medium + + * New upstream bug fix release + * Bug fix: "muttprint/evince fails to show "print", thanks to + Joerg Jaspert (Closes: #920856). + + -- David Bremner <bremner@debian.org> Fri, 01 Feb 2019 08:05:05 -0400 + notmuch (0.28-2) unstable; urgency=medium * Override location of bash, because /usr/bin/bash might exist diff --git a/debian/rules b/debian/rules index c8ecb1ac..d056edb6 100755 --- a/debian/rules +++ b/debian/rules @@ -6,7 +6,7 @@ python3_all = py3versions -s | xargs -n1 | xargs -t -I {} env {} 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 \ |
