mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
debian elpa-notmuch: ship elisp and .png from "make install"
Rather than ship from the source directories, ship these files from where they're installed by "make install". This doesn't resolve all the dh_missing warnings yet (due to #946142), but it leaves the last bit of that problem in the hands of the dh-elpa package, and it's not due to notmuch's packaging any longer. Note that notmuch-pkg.el is only relevant for elpa, so it was not installed by "make install", and has to be extracted deliberately from the source tree. Note also that we now don't ship make-deps.el or rstdoc.el, as these are build tools and don't belong in the deployed package. Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
This commit is contained in:
parent
a24006d62f
commit
a2ecab4762
1 changed files with 3 additions and 2 deletions
5
debian/elpa-notmuch.elpa
vendored
5
debian/elpa-notmuch.elpa
vendored
|
@ -1,2 +1,3 @@
|
|||
emacs/*.el
|
||||
emacs/notmuch-logo.png
|
||||
debian/tmp/usr/share/emacs/site-lisp/*.el
|
||||
debian/tmp/usr/share/emacs/site-lisp/notmuch-logo.png
|
||||
emacs/notmuch-pkg.el
|
||||
|
|
Loading…
Reference in a new issue