diff options
| author | David Bremner <bremner@debian.org> | 2018-06-28 21:01:29 -0300 |
|---|---|---|
| committer | David Bremner <bremner@debian.org> | 2018-06-28 21:01:29 -0300 |
| commit | 2f4beda434c59f9e2f5b7c32d26543bad7217ad4 (patch) | |
| tree | 12f6389be6a274c79f12fcb70c8a326f539f523c | |
| parent | 045f0e455ac94e2393d0d729c9bbdf3459a4860f (diff) | |
| parent | d12a4f4a82bb2d33142cf66cae82189c3ed0cd2b (diff) | |
notmuch (0.27-2) unstable; urgency=medium
* Add texinfo as a build-dep, build info version of documentation.
[dgit import unpatched notmuch 0.27-2]
| -rw-r--r-- | debian/.gitignore | 14 | ||||
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | debian/control | 3 |
3 files changed, 8 insertions, 15 deletions
diff --git a/debian/.gitignore b/debian/.gitignore deleted file mode 100644 index cd0decc2..00000000 --- a/debian/.gitignore +++ /dev/null @@ -1,14 +0,0 @@ -/tmp/ -/libnotmuch-dev/ -/libnotmuch*/ -/notmuch-emacs/ -/elpa-notmuch/ -/notmuch/ -/notmuch-mutt/ -/notmuch-vim/ -/ruby-notmuch/ -/python*-notmuch/ -/*.debhelper -/*.debhelper.log -/*.substvars -/files diff --git a/debian/changelog b/debian/changelog index 8bac8a3d..1c72fe11 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +notmuch (0.27-2) unstable; urgency=medium + + * Add texinfo as a build-dep, build info version of documentation. + + -- David Bremner <bremner@debian.org> Thu, 28 Jun 2018 21:01:29 -0300 + notmuch (0.27-1) unstable; urgency=medium * New upstream feature release diff --git a/debian/control b/debian/control index ae4e6f00..883a1356 100644 --- a/debian/control +++ b/debian/control @@ -27,7 +27,8 @@ Build-Depends: dtach (>= 0.8) <!nocheck>, gpgsm <!nocheck>, gnupg <!nocheck>, - bash-completion (>=1.9.0~) + bash-completion (>=1.9.0~), + texinfo Standards-Version: 4.1.3 Homepage: https://notmuchmail.org/ Vcs-Git: git://notmuchmail.org/git/notmuch |
