From: David Bremner Date: Sun, 28 Jul 2013 17:08:00 +0000 (-0300) Subject: debian: rename notmuch-ruby to ruby-notmuch X-Git-Tag: 0.16_rc2~1 X-Git-Url: https://rtime.felk.cvut.cz/gitweb/notmuch.git/commitdiff_plain/29762dd15e84da6c4a30016b255e7dba8002cf8a debian: rename notmuch-ruby to ruby-notmuch This seems more in line with http://wiki.debian.org/Teams/Ruby/Packaging#Guidelines_for_Ruby_packaging --- diff --git a/debian/control b/debian/control index 4fd8e0d5..74a51614 100644 --- a/debian/control +++ b/debian/control @@ -90,7 +90,7 @@ Description: Python 3 interface to the notmuch mail search and index library This package provides a Python 3 interface to the notmuch functionality, directly interfacing with a shared notmuch library. -Package: notmuch-ruby +Package: ruby-notmuch Architecture: any Section: ruby Depends: ${shlibs:Depends}, ${misc:Depends} @@ -125,7 +125,7 @@ Architecture: all Section: mail Breaks: notmuch (<<0.6~254~) Replaces: notmuch (<<0.6~254~) -Depends: ${misc:Depends}, notmuch, vim-addon-manager, vim-ruby, notmuch-ruby +Depends: ${misc:Depends}, notmuch, vim-addon-manager, vim-ruby, ruby-notmuch Recommends: ruby-mail Description: thread-based email index, search and tagging (vim interface) Notmuch is a system for indexing, searching, reading, and tagging diff --git a/debian/notmuch-ruby.install b/debian/ruby-notmuch.install similarity index 100% rename from debian/notmuch-ruby.install rename to debian/ruby-notmuch.install