diff options
| author | David Bremner <bremner@debian.org> | 2011-07-17 22:18:58 -0300 |
|---|---|---|
| committer | David Bremner <bremner@debian.org> | 2011-07-17 22:20:37 -0300 |
| commit | a900ddaba661d693764d1a5f58f8b946bb788c4a (patch) | |
| tree | 8801ce742859943f2552e328c0e14572846a7160 /debian/control | |
| parent | 8b10e4d56980037e388bf07c27899e34386c28f6 (diff) | |
| parent | 2d69aba586b52566f322a347d459503d53de6ce6 (diff) | |
Merge commit '0.6.1'
Conflicts:
lib/Makefile.local
The conflicts are from three kinds of commits not merged into release:
- typo fixes
- removal of debug output
- fix for CLEAN rule
That were never merged into the release branch.
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 78c9849b..03afdf44 100644 --- a/debian/control +++ b/debian/control @@ -15,7 +15,7 @@ Dm-Upload-Allowed: yes Package: notmuch Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: libnotmuch1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} Recommends: notmuch-emacs | notmuch-vim Description: thread-based email index, search and tagging Notmuch is a system for indexing, searching, reading, and tagging |
