mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-25 20:38:08 +01:00
7029c52ca7
David Bremner informs me that shoving everything from the notmuch "git log" into the debian/changelog is a bit excessive. Instead, we'll start manually updating this file, (which feels a bit redundant with NEWS, but perhaps makes us a better Debian-comunity member).
17 lines
515 B
Makefile
Executable file
17 lines
515 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
|
|
%:
|
|
dh $@
|
|
|
|
override_dh_auto_configure:
|
|
dh_auto_configure -- --emacslispdir=/usr/share/emacs/site-lisp/notmuch
|
|
|
|
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
|