aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian/control
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2010-04-06 18:16:04 -0700
committerGravatar Carl Worth <cworth@cworth.org>2010-04-06 18:30:43 -0700
commit66f00ab35ad3ce064bb1173c45fa9220f7d6a852 (patch)
tree93d8d9c6f618226128a5b4c749417da356936a19 /debian/control
parente9e06d2d7c53a213afd2741ed27f6709230c6688 (diff)
debian: Modify each package description slightly.
This avoids a lintian complaint about several packages with identical package descriptions.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index e50fa8b5..e4c61ab3 100644
--- a/debian/control
+++ b/debian/control
@@ -28,7 +28,7 @@ Package: libnotmuch1
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: thread-based email index, search and tagging
+Description: thread-based email index, search and tagging (runtime)
Notmuch is a system for indexing, searching, reading, and tagging
large collections of email messages in maildir or mh format. It uses
the Xapian library to provide fast, full-text search with a very
@@ -41,7 +41,7 @@ Package: libnotmuch-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libnotmuch1 (= ${binary:Version})
-Description: thread-based email index, search and tagging
+Description: thread-based email index, search and tagging (development)
Notmuch is a system for indexing, searching, reading, and tagging
large collections of email messages in maildir or mh format. It uses
the Xapian library to provide fast, full-text search with a very