diff options
| author | David Bremner <david@tethera.net> | 2018-09-09 13:46:04 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2018-09-09 13:46:04 -0300 |
| commit | 8dcc38ce85ce084d3f0f3cbeac7e4a768e651614 (patch) | |
| tree | 78ccef848afad744697689a90314da9de3ea9b78 | |
| parent | 4cd5a0a3d5416fd4601f2c14da0845fee5d9ede1 (diff) | |
| parent | 514fb397c9f7cfc80f0b14bd28bb2acdb4cd30ca (diff) | |
Merge tag 'debian/0.27-3'
notmuch release 0.27-3 for unstable (sid) [dgit]
[dgit distro=debian]
| -rw-r--r-- | debian/changelog | 13 | ||||
| -rw-r--r-- | debian/control | 9 | ||||
| -rw-r--r-- | debian/source/options | 1 |
3 files changed, 18 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog index 8bac8a3d..fc31d409 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +notmuch (0.27-3) unstable; urgency=medium + + * Update Vcs-Git to use https and specify correct branch + * Update Build-depends for unversioned emacs packages. + + -- David Bremner <bremner@debian.org> Sat, 08 Sep 2018 18:20:10 -0300 + +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..8b390f4c 100644 --- a/debian/control +++ b/debian/control @@ -20,17 +20,18 @@ Build-Depends: dh-elpa (>= 1.3), python3-sphinx, ruby, ruby-dev (>>1:1.9.3~), + emacs-nox | emacs-gtk | emacs-lucid | emacs25-nox | emacs25 (>=25~) | emacs25-lucid (>=25~) | - emacs24-nox | emacs24 (>=24~) | emacs24-lucid (>=24~) | - emacs23-nox | emacs23 (>=23~) | emacs23-lucid (>=23~), + emacs24-nox | emacs24 (>=24~) | emacs24-lucid (>=24~), gdb [!ia64 !mips !mips64el !kfreebsd-any !alpha] <!nocheck>, 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 +Vcs-Git: https://git.notmuchmail.org/git/notmuch -b release Vcs-Browser: https://git.notmuchmail.org/git/notmuch Package: notmuch diff --git a/debian/source/options b/debian/source/options index 7e95ec71..c9ea1f91 100644 --- a/debian/source/options +++ b/debian/source/options @@ -1,3 +1,2 @@ single-debian-patch -tar-ignore tar-ignore=performance-test/download/*.tar.xz |
