diff options
| author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2017-07-18 00:15:59 +0200 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2017-07-18 06:42:07 -0300 |
| commit | 44914dc60e80cbd5e5acbbf1d6c7b1e019fb7e7f (patch) | |
| tree | 3d99bd453d8755c429511bd3d4e05ee2c050e468 | |
| parent | be381073c0a7c7be6eabae035220ba631c63e86c (diff) | |
Bump standards version to 4.0.0 (no changes needed)
Some things that might be interesting (and are acceptable and
supported under 4.0.0, though not required) are:
* supporting DEB_BUILD_OPTIONS tag nodoc wihle tagging build-deps (we
could put python-sphinx into <!nodoc>, for example)
* splitting out Build-Depends-Arch from Build-Depends
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | debian/control | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index c74e53c2..a0224176 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +notmuch (0.25~rc0-3) UNRELEASED; urgency=medium + + * Bump standards version to 4.0.0 (no changes needed) + + -- David Bremner <bremner@debian.org> Tue, 18 Jul 2017 06:41:21 -0300 + notmuch (0.25~rc0-2) experimental; urgency=medium * Fix compilation on 32 bit architectures (time_t vs. gint64) diff --git a/debian/control b/debian/control index 8e55d669..3700c04d 100644 --- a/debian/control +++ b/debian/control @@ -27,7 +27,7 @@ Build-Depends: gpgsm <!nocheck>, gnupg <!nocheck>, bash-completion (>=1.9.0~) -Standards-Version: 3.9.6 +Standards-Version: 4.0.0 Homepage: https://notmuchmail.org/ Vcs-Git: git://notmuchmail.org/git/notmuch Vcs-Browser: https://git.notmuchmail.org/git/notmuch |
