aboutsummaryrefslogtreecommitdiff
path: root/debian/notmuch.install
AgeCommit message (Collapse)Author
2025-08-11debian: install git-remote-notmuchfeature/git-remoteDavid Bremner
2019-12-21debian: ship notmuch-emacs-mua.desktop from "make install" copyDaniel Kahn Gillmor
This helps dh_missing know what's going on. Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
2019-12-04wrap-and-sort -astDaniel Kahn Gillmor
Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
2019-06-07debian: fix desktop installdebian/0.29-2archive/debian/0.29-2David Bremner
Previous version expected full upstream install to be run, and also caused lintian whine about the the desktop file being in a different package than the script. I'm not sure they shouldn't both be in elpa-notmuch, but I can see how they should be together.
2018-10-02debian: update zsh completion installationDavid Bremner
This ${prefix}/share/vendor-completion convention seems to be debian specific, so leave the global default alone for now.
2018-09-18debian: update notmuch-mutt packaging to use install targetDavid Bremner
2017-03-25configure: change default bash completion location to /usr/shareDavid Bremner
At least Fedora and Debian now use /usr/share/bash-completion/completions now. Apparently /etc/bash_completion.d will be phased out at some point in the future.
2011-12-31debian: install split man pages.David Bremner
We now have man pages in sections 5 and 7 as well, so we copy the whole /usr/share/man hierarchy.
2011-06-30debian: don't install zsh completion files into /usr/share/zshDavid Bremner
as of version 4.3.12, perhaps earlier, the Debian zsh package now ships /usr/share/zsh/functions/Completion/Unix/_notmuch, so we shouldn't install that ourselves anymore. My understanding is that letting zsh ship the completion scripts is the standard thing to do. The script is still shipped in /usr/share/doc/notmuch/examples
2011-06-23debian: split off emacs interface into its own package.David Bremner
- rename emacsen-install/remove files, and change embedded package name - split notmuch.install, notmuch.dirs - add Breaks/Replaces for previous notmuch packages with overlapping files.
2010-04-06debian: Split into multiple packages.Carl Worth
The library goes into libnotmuch1 and the headers into libnotmuch-dev.
2010-04-06Install emacs lisp files into a notmuch sub-directory of site-lisp.Carl Worth
Now that we have multiple emacs-lisp source files, it's just more polite this way.
2009-11-28first crack at debian packaging (using git-buildpackage)Jameson Graef Rollins