mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-25 12:28:09 +01:00
debian: update gmime dependencies
- build against gmime 3.0 by preference - drop gmime-2.4-dev, no longer supported upstream
This commit is contained in:
parent
9f648dfbb8
commit
81125aca51
2 changed files with 9 additions and 1 deletions
8
debian/changelog
vendored
8
debian/changelog
vendored
|
@ -1,3 +1,11 @@
|
||||||
|
notmuch (0.25-2) unstable; urgency=medium
|
||||||
|
|
||||||
|
* Drop build-dep on libgmime-2.4-dev, long unsupported upstream
|
||||||
|
* Bug fix: "please transition to gmime 3.0", thanks to Daniel Kahn
|
||||||
|
Gillmor (Closes: #867353).
|
||||||
|
|
||||||
|
-- David Bremner <bremner@debian.org> Wed, 26 Jul 2017 10:59:14 -0400
|
||||||
|
|
||||||
notmuch (0.25-1) unstable; urgency=medium
|
notmuch (0.25-1) unstable; urgency=medium
|
||||||
|
|
||||||
* New upstream release
|
* New upstream release
|
||||||
|
|
2
debian/control
vendored
2
debian/control
vendored
|
@ -11,7 +11,7 @@ Build-Depends:
|
||||||
debhelper (>= 9),
|
debhelper (>= 9),
|
||||||
pkg-config,
|
pkg-config,
|
||||||
libxapian-dev,
|
libxapian-dev,
|
||||||
libgmime-2.6-dev (>= 2.6.7~) | libgmime-2.4-dev,
|
libgmime-3.0-dev | libgmime-2.6-dev (>= 2.6.7~),
|
||||||
libtalloc-dev,
|
libtalloc-dev,
|
||||||
libz-dev,
|
libz-dev,
|
||||||
python-all (>= 2.6.6-3~),
|
python-all (>= 2.6.6-3~),
|
||||||
|
|
Loading…
Reference in a new issue