summaryrefslogtreecommitdiffstats
path: root/debian
AgeCommit message (Collapse)Author
2019-10-19Changelog stanza for 0.29.2-1David Bremner
2019-07-21debian: Changelog for re-upload to unstabledebian/0.29.1-2archive/debian/0.29.1-2debian/unstableDavid Bremner
2019-06-11debian: changelog for 0.29.1-1debian/0.29.1-1archive/debian/0.29.1-10.29.1David Bremner
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.
2019-06-07debian: install desktop filedebian/0.29-10.29David Bremner
2019-06-07debian: start changelog for 0.29-1David Bremner
2019-06-07debian: install logoDavid Bremner
Thanks to Tim Retout for the patch
2019-06-03debian: changelog for 0.29~rc1-1debian/0.29_rc1-1archive/debian/0.29_rc1-10.29_rc1David Bremner
2019-05-31debian: changelog for 0.29~rc0-1debian/0.29_rc0-1archive/debian/0.29_rc0-10.29_rc0David Bremner
2019-05-05Merge tag 0.28.4David Bremner
No functionality changes merged, since the bug in question was already fixed on master.
2019-05-05debian: changelog for 0.28.4-1debian/0.28.4-1archive/debian/0.28.4-10.28.4David Bremner
2019-05-03build: drop support for gmime-2.6David Bremner
GMime 3.0 is over 2 years old now, and 2.6 has been deprecated in notmuch for about 1.5 years. Comments and documentation no longer need to refer to GMime 2.6, so clean them all up. Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
2019-03-05debian: changelog stanza for 0.28.3-10.28.3David Bremner
2019-02-17debian: changelog for 0.28.2-1David Bremner
2019-02-01changelog for 0.28.1-1David Bremner
2019-02-01Debian: use new variable to force bash locationDavid Bremner
This should no longer be needed on the official debian autobuilders, but it might help others with merged /usr build environments.
2018-10-12debian: override location of bashdebian/0.28-2archive/debian/0.28-2David Bremner
Yes, a build chroot can have /usr/bin/bash, thanks to usrmerge, but we can't depend on it existing in the user's system.
2018-10-12debian: changelog stanza for 0.28-1David Bremner
2018-10-03debian: changelog for 0.28~rc0-1debian/0.28_rc0-10.28_rc0David Bremner
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-10-02completion: more complete completion for zsh.Vincent Breitmoser
This adds completion files for zsh that cover most of notmuch's cli. The files in completion/zsh are formatted so that they can be found by zsh's completion system if put $fpath. They are also registered to the notmuch-* pattern, so they can be called externally using _dispatch. Update installation recipe and drop debian/notmuch.examples to avoid breakage. This means zsh completion is not installed for debian, to be fixed in a future commit. Amended by db: use regexp searching for address completion. This seems to be fast enough to work without a cache.
2018-09-18debian: update notmuch-mutt packaging to use install targetDavid Bremner
2018-09-18debian: bump compat level to 11David Bremner
The immediate motivation is to have dh_installman look in debian/tmp
2018-09-14debian: add tar-ignore=.gitDavid Bremner
Unfortunately 514fb397c9 somewhat messed up the "debian-snapshot" target, by including .git in the generated tarball.
2018-09-09debian: drop argument-less tar-ignoredebian/0.27-3archive/debian/0.27-3David Bremner
This hangs up dgit. It's probably not useful for users of the source package to have debian/.gitignore, but it should not hurt.
2018-09-09debian: add unversioned emacs, drop emacs23David Bremner
In current Debian sid / testing, emacs25 is a transitional package, and emacs-gtk, emacs-lucid, and emacs-nox are the real packages. Emacs 23 is not available in emacs after oldoldstable.
2018-09-09debian: update Vcs-Git URLDavid Bremner
We should probably not git://, and it needs a branch to not confuse e.g. vcswatch.
2018-06-28debian: changelog for 0.27-2debian/0.27-2David Bremner
2018-06-28debian: add build depency on texinfoDavid Bremner
This is needed to provide a makeinfo binary, to build the info version of the documentation.
2018-06-12debian: changelog for 0.27-1David Bremner
2018-05-31debian: changelog stanza for 0.27~rc1-1debian/0.27_rc1-10.27_rc1David Bremner
2018-05-27debian: update symbols for 0.27debian/0.27_rc0-10.27_rc0David Bremner
add two new API symbols
2018-05-26debian: changelog for 0.27~rc0-1David Bremner
2018-05-26debian: install info pages as part of elpa (emacs) packageDavid Bremner
This is a simple way to make the info pages available, since the emacs package system deals with the annoying bits. If there is many people who want the info pages outside of emacs, we could consider a separate binary package, but currently it doesn't seem worthwhile.
2018-05-06Merge tag 'debian/0.26.2-2'David Bremner
uploaded to unstable
2018-05-06debian: re-enable gdb in tests on s390x, ppc64el, armel, mipseldebian/0.26.2-2David Bremner
I was able to verify these 4 arches on Debian porterboxes
2018-05-06debian: mark dtach and gdb as <!nocheck>David Bremner
These are only needed for the test suite. In addition to the functional change, this also helps document their role as build-dependencies.
2018-04-28Merge branch 'release'David Bremner
2018-04-28debian: finalize changelogdebian/0.26.2-10.26.2David Bremner
2018-04-26Merge branch 'release'David Bremner
minimal mset fix, for 0.26.2
2018-04-26debian: changelog for 0.26.2-1David Bremner
2018-04-07Merge branch 'release'David Bremner
2018-04-02debian: changelog for 0.26.1-1David Bremner
2018-03-24Fix typos as found by codespellGeorg Faerber
Signed-off-by: Georg Faerber <georg@riseup.net>
2018-02-07debian: drop export-dir from gbp.confDaniel Kahn Gillmor
No one knows why this invocation is here. it does weird things during the build. If a developer really wants this behavior, they can specify it in their own ~/.gbp.conf Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
2018-01-09debian: add some hints about upstream changes.David Bremner
2018-01-09notes about debian packaging changesDaniel Kahn Gillmor
2018-01-06version: bump to 0.26~rc2debian/0.26_rc2-10.26_rc2David Bremner
Update debian version to follow.
2018-01-04Standards-Version: bump to 4.1.3 (no changes needed)Daniel Kahn Gillmor
2018-01-04move to debhelper 10Daniel Kahn Gillmor