| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-11-08 | debian: remove quilt patches | David Bremner | |
| These were generated by dgit due a mix up with .orig.tar.xz files. | |||
| 2020-11-08 | debian: update changelog for 0.31.2-1 | David Bremner | |
| 2020-11-08 | Commit Debian 3.0 (quilt) metadatadebian/0.31.1-1archive/debian/0.31.1-1 | David Bremner | |
| [dgit (9.12) quilt-fixup] | |||
| 2020-11-08 | debian: changelog for 0.31.1-1 | David Bremner | |
| 2020-09-05 | debian: changelog for 0.31-1 | David Bremner | |
| 2020-08-29 | debian: drop notmuch-emacs dependency package | David Bremner | |
| elpa-notmuch is now present in oldstable, and we don't need to support direct upgrades from older releases than that. | |||
| 2020-08-29 | debian: suggest mailscripts | David Bremner | |
| These contain several useful tools for the notmuch user, particularly on Debian. | |||
| 2020-08-29 | debian: suggest elpa-mailscripts | David Bremner | |
| These contain some useful functions for notmuch users, mainly wrappers for scripts from mailscripts. | |||
| 2020-08-18 | debian/changelog: fix typo | David Bremner | |
| 2020-08-18 | update changelog for 0.31~rc1-1debian/0.31_rc1-1archive/debian/0.31_rc1-10.31_rc1 | David Bremner | |
| 2020-08-16 | debian: update symbols for 0.31 | David Bremner | |
| Two new API entries for better error handling | |||
| 2020-08-16 | debian: start changelog for 0.31~rc0-1 | David Bremner | |
| 2020-07-11 | debian: drop ValueRangeProcessor symbols | David Bremner | |
| These are not used since b90d852 | |||
| 2020-07-10 | debian: changelog for 0.30 | David Bremner | |
| 2020-07-03 | debian: changelog fo 0.30~rc3-1 | David Bremner | |
| 2020-06-16 | debian: changelog stanza for 0.30~rc2-1debian/0.30_rc2-1archive/debian/0.30_rc2-1 | David Bremner | |
| 2020-06-16 | debian/copyright: update to match AUTHORS | David Bremner | |
| 2020-06-06 | debian: changelog stanza for 0.30~rc1-1debian/0.30_rc1-1archive/debian/0.30_rc1-10.30_rc1 | David Bremner | |
| 2020-06-05 | debian: update debian/copyright | David Bremner | |
| This is based on the updated AUTHORS file. | |||
| 2020-06-01 | debian: bump debian revisiondebian/0.30_rc0-2archive/debian/0.30_rc0-2 | David Bremner | |
| second, with binaries upload | |||
| 2020-06-01 | debian: Add build dependency on doxygendebian/0.30_rc0-1archive/debian/0.30_rc0-10.30_rc0 | David Bremner | |
| 2020-06-01 | debian: add desktop-file-utils dependency | David Bremner | |
| This enables installation of notmuch-emacs-mua.desktop | |||
| 2020-06-01 | debian: add changelog for release candidate | David Bremner | |
| 2020-04-01 | debian: Add packaging for python3-notmuch2 | Daniel Kahn Gillmor | |
| Ship a new debian package for the notmuch2 CFFI-based Python interface to notmuch. Unlike the notmuch python module, the new notmuch2 module is no longer arch-independent, because it builds and ships a shared object in addition to the python code. This patch encourages new downstream development to rely on notmuch2 instead of on notmuch, to get the benefits of the new module. I welcome any suggested improvements to this packaging, but it appears to me to be sufficient to get "import notmuch2" to work and do some basic tests. | |||
| 2020-01-09 | debian: add Build-Depends-Package for libnotmuch5.symbols | Daniel Kahn Gillmor | |
| See lintian informational tag symbols-file-missing-build-depends-package-field for hints about this minor metadata update. Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net> | |||
| 2019-12-25 | debian: Override lintian suggestion to move elpa-notmuch to Section: lisp | Daniel Kahn Gillmor | |
| Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net> | |||
| 2019-12-21 | debian: move packaging to dh 12 | Daniel Kahn Gillmor | |
| 2019-12-21 | debian elpa-notmuch: ship elisp and .png from "make install" | Daniel Kahn Gillmor | |
| 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> | |||
| 2019-12-21 | debian: ship info files in the standard location | Daniel Kahn Gillmor | |
| Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net> | |||
| 2019-12-21 | debian: record upstream files which should not be installed by the package | Daniel Kahn Gillmor | |
| Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net> | |||
| 2019-12-21 | debian: Remove python2 detritus | Daniel Kahn Gillmor | |
| Since we removed python-notmuch, we do not need to retain this file any longer. Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net> | |||
| 2019-12-21 | debian: ship notmuch-setup(1) as a copy of notmuch(1) | Daniel Kahn Gillmor | |
| This was being shipped by "make install", but we weren't shipping it in the debian package. Thanks to dh_missing for noticing! Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net> | |||
| 2019-12-21 | debian: install notmuch(3) manpage in libnotmuch-dev | Daniel Kahn Gillmor | |
| dh_missing noticed that we are building this manpage but not shipping it in debian. Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net> | |||
| 2019-12-21 | debian: ship notmuch-emacs-mua.desktop from "make install" copy | Daniel Kahn Gillmor | |
| This helps dh_missing know what's going on. Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net> | |||
| 2019-12-04 | wrap-and-sort -ast | Daniel Kahn Gillmor | |
| Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net> | |||
| 2019-12-03 | Add debian/upstream/metadata (for DEP-12) | Daniel Kahn Gillmor | |
| Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net> | |||
| 2019-12-03 | debian/copyright: use secure git URL | Daniel Kahn Gillmor | |
| Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net> | |||
| 2019-12-03 | Rules-Requires-Root: no (we do nothing as root during package build) | Daniel Kahn Gillmor | |
| Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net> | |||
| 2019-12-03 | Standards-Version: bump to 4.4.1 (no changes needed) | Daniel Kahn Gillmor | |
| Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net> | |||
| 2019-12-03 | debian: add python3 dependencies for the new python bindings | David Bremner | |
| These should generally match those in .travis.yml | |||
| 2019-11-27 | Merge tag 'debian/0.29.3-1' | David Bremner | |
| notmuch release 0.29.3-1 for unstable (sid) [dgit] [dgit distro=debian no-split --quilt=linear] | |||
| 2019-11-27 | debian: changelog for 0.29.3debian/0.29.3-1archive/debian/0.29.3-10.29.3 | David Bremner | |
| 2019-11-03 | Merge tag 'debian/0.29.2-2' | David Bremner | |
| notmuch release 0.29.2-2 for experimental (experimental) [dgit] [dgit distro=debian no-split --quilt=linear] | |||
| 2019-11-02 | debian upload 0.29.2-2: goodbye python2 supportdebian/0.29.2-2archive/debian/0.29.2-2 | David Bremner | |
| Convert to pybuild while we are at it. | |||
| 2019-10-19 | Merge tag '0.29.2' | David Bremner | |
| notmuch 0.29.2 release | |||
| 2019-10-19 | Changelog stanza for 0.29.2-1 | David Bremner | |
| 2019-07-21 | Merge branch 'release' | David Bremner | |
| Debian upload 0.29.1-2 | |||
| 2019-07-21 | debian: Changelog for re-upload to unstabledebian/0.29.1-2archive/debian/0.29.1-2 | David Bremner | |
| 2019-06-11 | Merge branch 'release' | David Bremner | |
| 2019-06-11 | debian: changelog for 0.29.1-1debian/0.29.1-1archive/debian/0.29.1-10.29.1 | David Bremner | |
