diff options
| author | David Bremner <david@tethera.net> | 2019-05-02 09:19:33 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2019-05-03 06:49:49 -0300 |
| commit | 570349e132da5e19b36a004e633b870cec810170 (patch) | |
| tree | fccfff269533c6a8a81ed7cb728d9ea699624e44 /debian/control | |
| parent | 2dfbd26c424f88332174e114f7bfb1ffc1db4624 (diff) | |
build: drop support for gmime-2.6
GMime 3.0 is over 2 years old now, and 2.6 has been deprecated in
notmuch for about 1.5 years.
Comments and documentation no longer need to refer to GMime 2.6, so
clean them all up.
Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 922f6d8c..31d6471c 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 11~), pkg-config, libxapian-dev, - libgmime-3.0-dev (>= 3.0.3~) | libgmime-2.6-dev (>= 2.6.7~), + libgmime-3.0-dev (>= 3.0.3~), libtalloc-dev, libz-dev, python-all (>= 2.6.6-3~), |
