From: David Bremner Date: Thu, 23 Jun 2011 23:39:29 +0000 (-0300) Subject: debian: fix installation of notmuch-vim README X-Git-Tag: 0.6rc1~12 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=d6f05fde23c7d4180a69176a685022fb81a293cf;hp=9acdabfe73c8cafea4de7723947ae0ccfa7d3730 debian: fix installation of notmuch-vim README There was a leftover override, installing it into the wrong package. --- diff --git a/debian/notmuch-vim.docs b/debian/notmuch-vim.docs new file mode 100644 index 00000000..d1496b58 --- /dev/null +++ b/debian/notmuch-vim.docs @@ -0,0 +1 @@ +vim/README diff --git a/debian/rules b/debian/rules index d30e4c3c..169a8050 100755 --- a/debian/rules +++ b/debian/rules @@ -22,7 +22,3 @@ override_dh_auto_clean: override_dh_auto_install: dh_auto_install dh_auto_install --sourcedirectory bindings/python - -override_dh_installdocs: - dh_installdocs - install -m644 vim/README debian/notmuch/usr/share/doc/notmuch/README.vim