mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-22 17:34:54 +01:00
wrap-and-sort -ast
Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
This commit is contained in:
parent
fe66c3048a
commit
e712b91f46
6 changed files with 93 additions and 58 deletions
111
debian/control
vendored
111
debian/control
vendored
|
@ -4,35 +4,37 @@ Priority: optional
|
|||
Maintainer: Carl Worth <cworth@debian.org>
|
||||
Uploaders:
|
||||
Jameson Graef Rollins <jrollins@finestructure.net>,
|
||||
David Bremner <bremner@debian.org>
|
||||
Build-Conflicts: ruby1.8, gdb-minimal, gdb [ia64 mips mips64el]
|
||||
David Bremner <bremner@debian.org>,
|
||||
Build-Conflicts:
|
||||
gdb [ia64 mips mips64el],
|
||||
gdb-minimal,
|
||||
ruby1.8,
|
||||
Build-Depends:
|
||||
dpkg-dev (>= 1.17.14),
|
||||
bash-completion (>=1.9.0~),
|
||||
debhelper (>= 11~),
|
||||
pkg-config,
|
||||
libxapian-dev,
|
||||
libgmime-3.0-dev (>= 3.0.3~),
|
||||
libtalloc-dev,
|
||||
libz-dev,
|
||||
python3-all (>= 3.1.2-7~),
|
||||
dh-python,
|
||||
dh-elpa (>= 1.3),
|
||||
dh-python,
|
||||
dpkg-dev (>= 1.17.14),
|
||||
dtach (>= 0.8) <!nocheck>,
|
||||
emacs-nox | emacs-gtk | emacs-lucid | emacs25-nox | emacs25 (>=25~) | emacs25-lucid (>=25~) | emacs24-nox | emacs24 (>=24~) | emacs24-lucid (>=24~),
|
||||
gdb [!ia64 !mips !mips64el !kfreebsd-any !alpha] <!nocheck>,
|
||||
gnupg <!nocheck>,
|
||||
gpgsm <!nocheck>,
|
||||
libgmime-3.0-dev (>= 3.0.3~),
|
||||
libpython3-all-dev,
|
||||
libtalloc-dev,
|
||||
libxapian-dev,
|
||||
libz-dev,
|
||||
pkg-config,
|
||||
python3-all (>= 3.1.2-7~),
|
||||
python3-cffi,
|
||||
python3-pytest,
|
||||
python3-pytest-cov,
|
||||
python3-setuptools,
|
||||
python3-sphinx,
|
||||
libpython3-all-dev,
|
||||
ruby, ruby-dev (>>1:1.9.3~),
|
||||
emacs-nox | emacs-gtk | emacs-lucid |
|
||||
emacs25-nox | emacs25 (>=25~) | emacs25-lucid (>=25~) |
|
||||
emacs24-nox | emacs24 (>=24~) | emacs24-lucid (>=24~),
|
||||
gdb [!ia64 !mips !mips64el !kfreebsd-any !alpha] <!nocheck>,
|
||||
dtach (>= 0.8) <!nocheck>,
|
||||
gpgsm <!nocheck>,
|
||||
gnupg <!nocheck>,
|
||||
bash-completion (>=1.9.0~),
|
||||
texinfo
|
||||
ruby,
|
||||
ruby-dev (>>1:1.9.3~),
|
||||
texinfo,
|
||||
Standards-Version: 4.4.1
|
||||
Homepage: https://notmuchmail.org/
|
||||
Vcs-Git: https://git.notmuchmail.org/git/notmuch -b release
|
||||
|
@ -41,8 +43,14 @@ Rules-Requires-Root: no
|
|||
|
||||
Package: notmuch
|
||||
Architecture: any
|
||||
Depends: libnotmuch5 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
|
||||
Recommends: elpa-notmuch | notmuch-vim | notmuch-mutt | alot, gnupg-agent, gpgsm
|
||||
Depends:
|
||||
libnotmuch5 (= ${binary:Version}),
|
||||
${misc:Depends},
|
||||
${shlibs:Depends},
|
||||
Recommends:
|
||||
elpa-notmuch | notmuch-vim | notmuch-mutt | alot,
|
||||
gnupg-agent,
|
||||
gpgsm,
|
||||
Description: thread-based email index, search and tagging
|
||||
Notmuch is a system for indexing, searching, reading, and tagging
|
||||
large collections of email messages in maildir or mh format. It uses
|
||||
|
@ -54,8 +62,11 @@ Description: thread-based email index, search and tagging
|
|||
Package: libnotmuch5
|
||||
Section: libs
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Pre-Depends: ${misc:Pre-Depends}
|
||||
Depends:
|
||||
${misc:Depends},
|
||||
${shlibs:Depends},
|
||||
Pre-Depends:
|
||||
${misc:Pre-Depends},
|
||||
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
|
||||
|
@ -68,7 +79,9 @@ Description: thread-based email index, search and tagging (runtime)
|
|||
Package: libnotmuch-dev
|
||||
Section: libdevel
|
||||
Architecture: any
|
||||
Depends: ${misc:Depends}, libnotmuch5 (= ${binary:Version})
|
||||
Depends:
|
||||
libnotmuch5 (= ${binary:Version}),
|
||||
${misc:Depends},
|
||||
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
|
||||
|
@ -81,7 +94,10 @@ Description: thread-based email index, search and tagging (development)
|
|||
Package: python3-notmuch
|
||||
Architecture: all
|
||||
Section: python
|
||||
Depends: ${misc:Depends}, ${python3:Depends}, libnotmuch5 (>= ${source:Version})
|
||||
Depends:
|
||||
libnotmuch5 (>= ${source:Version}),
|
||||
${misc:Depends},
|
||||
${python3:Depends},
|
||||
Description: Python 3 interface to the notmuch mail search and index library
|
||||
Notmuch is a system for indexing, searching, reading, and tagging
|
||||
large collections of email messages in maildir or mh format. It uses
|
||||
|
@ -94,7 +110,9 @@ Description: Python 3 interface to the notmuch mail search and index library
|
|||
Package: ruby-notmuch
|
||||
Architecture: any
|
||||
Section: ruby
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Depends:
|
||||
${misc:Depends},
|
||||
${shlibs:Depends},
|
||||
Description: Ruby interface to the notmuch mail search and index library
|
||||
Notmuch is a system for indexing, searching, reading, and tagging
|
||||
large collections of email messages in maildir or mh format. It uses
|
||||
|
@ -107,13 +125,17 @@ Description: Ruby interface to the notmuch mail search and index library
|
|||
Package: notmuch-emacs
|
||||
Section: oldlibs
|
||||
Architecture: all
|
||||
Depends: elpa-notmuch, ${misc:Depends}
|
||||
Depends:
|
||||
elpa-notmuch,
|
||||
${misc:Depends},
|
||||
Description: thread-based email index, search and tagging (transitional package)
|
||||
This dummy package help ease transition to the new package elpa-notmuch
|
||||
|
||||
Package: elpa-notmuch
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}, ${elpa:Depends}
|
||||
Depends:
|
||||
${elpa:Depends},
|
||||
${misc:Depends},
|
||||
Description: thread-based email index, search and tagging (emacs interface)
|
||||
Notmuch is a system for indexing, searching, reading, and tagging
|
||||
large collections of email messages in maildir or mh format. It uses
|
||||
|
@ -125,10 +147,18 @@ Description: thread-based email index, search and tagging (emacs interface)
|
|||
|
||||
Package: notmuch-vim
|
||||
Architecture: all
|
||||
Breaks: notmuch (<<0.6~254~)
|
||||
Replaces: notmuch (<<0.6~254~)
|
||||
Depends: ${misc:Depends}, notmuch, vim-addon-manager, vim-ruby, ruby-notmuch
|
||||
Recommends: ruby-mail
|
||||
Breaks:
|
||||
notmuch (<<0.6~254~),
|
||||
Replaces:
|
||||
notmuch (<<0.6~254~),
|
||||
Depends:
|
||||
notmuch,
|
||||
ruby-notmuch,
|
||||
vim-addon-manager,
|
||||
vim-ruby,
|
||||
${misc:Depends},
|
||||
Recommends:
|
||||
ruby-mail,
|
||||
Description: thread-based email index, search and tagging (vim interface)
|
||||
Notmuch is a system for indexing, searching, reading, and tagging
|
||||
large collections of email messages in maildir or mh format. It uses
|
||||
|
@ -141,13 +171,18 @@ Description: thread-based email index, search and tagging (vim interface)
|
|||
Package: notmuch-mutt
|
||||
Architecture: all
|
||||
Depends:
|
||||
libmail-box-perl,
|
||||
libmailtools-perl,
|
||||
libstring-shellquote-perl,
|
||||
libterm-readline-gnu-perl,
|
||||
notmuch (>= 0.4),
|
||||
libmail-box-perl, libmailtools-perl,
|
||||
libstring-shellquote-perl, libterm-readline-gnu-perl,
|
||||
${misc:Depends},
|
||||
${perl:Depends},
|
||||
Recommends: mutt
|
||||
Enhances: notmuch, mutt
|
||||
Recommends:
|
||||
mutt,
|
||||
Enhances:
|
||||
mutt,
|
||||
notmuch,
|
||||
Description: thread-based email index, search and tagging (Mutt interface)
|
||||
notmuch-mutt provides integration among the Mutt mail user agent and
|
||||
the Notmuch mail indexer.
|
||||
|
|
2
debian/notmuch-mutt.install
vendored
2
debian/notmuch-mutt.install
vendored
|
@ -1,2 +1,2 @@
|
|||
usr/bin/notmuch-mutt
|
||||
etc/Muttrc.d/notmuch-mutt.rc
|
||||
usr/bin/notmuch-mutt
|
||||
|
|
4
debian/notmuch-vim.dirs
vendored
4
debian/notmuch-vim.dirs
vendored
|
@ -1,4 +1,4 @@
|
|||
usr/share/vim/registry
|
||||
usr/share/vim/addons/plugin
|
||||
usr/share/vim/addons/doc
|
||||
usr/share/vim/addons/plugin
|
||||
usr/share/vim/addons/syntax
|
||||
usr/share/vim/registry
|
||||
|
|
4
debian/notmuch-vim.install
vendored
4
debian/notmuch-vim.install
vendored
|
@ -1,4 +1,4 @@
|
|||
vim/notmuch.vim usr/share/vim/addons/plugin
|
||||
vim/notmuch.txt usr/share/vim/addons/doc
|
||||
vim/syntax/notmuch-*.vim usr/share/vim/addons/syntax
|
||||
vim/notmuch.vim usr/share/vim/addons/plugin
|
||||
vim/notmuch.yaml usr/share/vim/registry
|
||||
vim/syntax/notmuch-*.vim usr/share/vim/addons/syntax
|
||||
|
|
2
debian/notmuch.install
vendored
2
debian/notmuch.install
vendored
|
@ -1,5 +1,5 @@
|
|||
emacs/notmuch-emacs-mua.desktop usr/share/applications
|
||||
usr/bin/notmuch
|
||||
usr/bin/notmuch-emacs-mua
|
||||
usr/share/bash-completion
|
||||
usr/share/zsh/vendor-completions
|
||||
emacs/notmuch-emacs-mua.desktop usr/share/applications
|
||||
|
|
28
debian/notmuch.manpages
vendored
28
debian/notmuch.manpages
vendored
|
@ -1,18 +1,18 @@
|
|||
usr/share/man/man5/notmuch-hooks.5.gz
|
||||
usr/share/man/man1/notmuch-dump.1.gz
|
||||
usr/share/man/man1/notmuch-count.1.gz
|
||||
usr/share/man/man1/notmuch-compact.1.gz
|
||||
usr/share/man/man1/notmuch-emacs-mua.1.gz
|
||||
usr/share/man/man1/notmuch-new.1.gz
|
||||
usr/share/man/man1/notmuch.1.gz
|
||||
usr/share/man/man1/notmuch-reindex.1.gz
|
||||
usr/share/man/man1/notmuch-address.1.gz
|
||||
usr/share/man/man1/notmuch-tag.1.gz
|
||||
usr/share/man/man1/notmuch-reply.1.gz
|
||||
usr/share/man/man1/notmuch-search.1.gz
|
||||
usr/share/man/man1/notmuch-restore.1.gz
|
||||
usr/share/man/man1/notmuch-insert.1.gz
|
||||
usr/share/man/man1/notmuch-show.1.gz
|
||||
usr/share/man/man1/notmuch-compact.1.gz
|
||||
usr/share/man/man1/notmuch-config.1.gz
|
||||
usr/share/man/man1/notmuch-count.1.gz
|
||||
usr/share/man/man1/notmuch-dump.1.gz
|
||||
usr/share/man/man1/notmuch-emacs-mua.1.gz
|
||||
usr/share/man/man1/notmuch-insert.1.gz
|
||||
usr/share/man/man1/notmuch-new.1.gz
|
||||
usr/share/man/man1/notmuch-reindex.1.gz
|
||||
usr/share/man/man1/notmuch-reply.1.gz
|
||||
usr/share/man/man1/notmuch-restore.1.gz
|
||||
usr/share/man/man1/notmuch-search.1.gz
|
||||
usr/share/man/man1/notmuch-show.1.gz
|
||||
usr/share/man/man1/notmuch-tag.1.gz
|
||||
usr/share/man/man1/notmuch.1.gz
|
||||
usr/share/man/man5/notmuch-hooks.5.gz
|
||||
usr/share/man/man7/notmuch-properties.7.gz
|
||||
usr/share/man/man7/notmuch-search-terms.7.gz
|
||||
|
|
Loading…
Reference in a new issue