diff options
| author | David Bremner <david@tethera.net> | 2015-10-25 22:09:56 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2015-10-25 22:09:56 -0300 |
| commit | 6814a1cf73e45faaf9479d3570cdbce86fa6e6c8 (patch) | |
| tree | f4bdaf0d81b7c5e315178b58551b4a89c0e6436a | |
| parent | dea50d94fa9d01030e826c154b3624de0e8eb2da (diff) | |
debian: release 0.21~rc3-3debian/0.21_rc3-3
Build-conflict with gdb-minimal, since there is no gdb-python to depend
on
| -rw-r--r-- | debian/changelog | 7 | ||||
| -rw-r--r-- | debian/control | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 9f8c9752..864286c9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +notmuch (0.21~rc3-3) experimental; urgency=medium + + * Build-conflict with gdb-minimal. gdb python scripts are needed for + the test suite + + -- David Bremner <bremner@debian.org> Sun, 25 Oct 2015 22:08:56 -0300 + notmuch (0.21~rc3-2) experimental; urgency=medium * Bug fix: "reply-to encrypted messages in tree view fails to quote diff --git a/debian/control b/debian/control index 4bc4cd9f..ea438315 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Carl Worth <cworth@debian.org> Uploaders: Jameson Graef Rollins <jrollins@finestructure.net>, David Bremner <bremner@debian.org> -Build-Conflicts: ruby1.8 +Build-Conflicts: ruby1.8, gdb-minimal Build-Depends: debhelper (>= 9), pkg-config, |
