diff options
| author | David Bremner <david@tethera.net> | 2020-12-26 15:20:32 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2020-12-26 15:20:32 -0400 |
| commit | 0f37509cc7e92f2c09fcd7d7f3e2b477e4f29401 (patch) | |
| tree | 0dbdf299625e75ac52ee10d1a3bd908a8b72df27 | |
| parent | 0251cab3ab5021bd085fcbd8602c2f45ee4cdee3 (diff) | |
| parent | 1692fe7aa8b137d02817bb11f248d204d6ab4048 (diff) | |
Merge branch 'release'
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | debian/control | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 0ddee4df..222b06f4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +notmuch (0.31.3-2) unstable; urgency=medium + + * Don't install gdb on hppa (skip gdb based tests) + + -- David Bremner <bremner@debian.org> Sat, 26 Dec 2020 15:14:07 -0400 + notmuch (0.31.3-1) unstable; urgency=medium * New upstream bugfix release diff --git a/debian/control b/debian/control index 585ff778..8b34d9ed 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Jameson Graef Rollins <jrollins@finestructure.net>, David Bremner <bremner@debian.org>, Build-Conflicts: - gdb [ia64 mips mips64el], + gdb [ia64 mips mips64el hppa], gdb-minimal, ruby1.8, Build-Depends: @@ -19,7 +19,7 @@ Build-Depends: dpkg-dev (>= 1.17.14), dtach (>= 0.8) <!nocheck>, emacs-nox | emacs-gtk | emacs-lucid | emacs25-nox | emacs25 (>=25~) | emacs25-lucid (>=25~) | emacs24-nox | emacs24 (>=24~) | emacs24-lucid (>=24~), - gdb [!ia64 !mips !mips64el !kfreebsd-any !alpha] <!nocheck>, + gdb [!ia64 !mips !mips64el !kfreebsd-any !alpha !hppa] <!nocheck>, gnupg <!nocheck>, gpgsm <!nocheck>, libgmime-3.0-dev (>= 3.0.3~), |
