diff options
author | David Bremner <bremner@debian.org> | 2011-06-23 14:42:15 -0300 |
---|---|---|
committer | David Bremner <bremner@debian.org> | 2011-06-23 14:42:15 -0300 |
commit | 1c396673f3f81c9ec7805ca19adec11f417440b5 (patch) | |
tree | e670c2963f452289375950a3aabe20f50e3f3320 /debian | |
parent | 9e7c40543bbbab91d306fe027c33da9cb990240a (diff) |
debian: Set conflicts from package split to point to an existing version.
The previous version was harmless, since there were no versions
uploaded between ~237 and ~254, but this is less confusing.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/control b/debian/control index aa3165fb..78c9849b 100644 --- a/debian/control +++ b/debian/control @@ -67,8 +67,8 @@ Description: python interface to the notmuch mail search and index library Package: notmuch-emacs Architecture: all Section: mail -Breaks: notmuch (<<0.6~238~) -Replaces: notmuch (<<0.6~238~) +Breaks: notmuch (<<0.6~254~) +Replaces: notmuch (<<0.6~254~) Depends: ${misc:Depends}, notmuch, emacs23 (>= 23~) | emacs23-nox (>=23~) | emacs23-lucid (>=23~) Description: thread-based email index, search and tagging (emacs interface) @@ -83,8 +83,8 @@ Description: thread-based email index, search and tagging (emacs interface) Package: notmuch-vim Architecture: all Section: mail -Breaks: notmuch (<<0.6~238~) -Replaces: notmuch (<<0.6~238~) +Breaks: notmuch (<<0.6~254~) +Replaces: notmuch (<<0.6~254~) Depends: ${misc:Depends}, notmuch, vim-addon-manager Description: thread-based email index, search and tagging (vim interface) Notmuch is a system for indexing, searching, reading, and tagging |