diff options
| author | Carl Worth <cworth@cworth.org> | 2010-04-06 18:44:12 -0700 |
|---|---|---|
| committer | Carl Worth <cworth@cworth.org> | 2010-04-06 18:44:20 -0700 |
| commit | 7d9851e293fad762cd959e9be819e48a26087cdc (patch) | |
| tree | 282711dc64d5fa7d82f001ea173ad2e79e91e882 /debian/rules | |
| parent | 9ed5e095a81f23b286a10a4fd51c09769c8d62ee (diff) | |
| parent | e7837ace186a09508140193c1dabe3317dadf797 (diff) | |
Merge branch 'debian'
These are the changes made between the notmuch 0.1 release and the
release of Debian version 0.1-1. It's mostly changes to the debian
directory, of course, but does also include some generally useful
Makefile improvements.
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules new file mode 100755 index 00000000..1f6c4bbc --- /dev/null +++ b/debian/rules @@ -0,0 +1,13 @@ +#!/usr/bin/make -f +%: + dh $@ + +override_dh_installdocs: + dh_installdocs + install -m644 vim/README debian/notmuch/usr/share/doc/notmuch/README.vim + +override_dh_install: + dh_install + install -m644 vim/plugin/notmuch.vim debian/notmuch/usr/share/vim/addons/plugin + install -m644 vim/syntax/notmuch-*.vim debian/notmuch/usr/share/vim/addons/syntax + install -m644 vim/notmuch.yaml debian/notmuch/usr/share/vim/registry |
