aboutsummaryrefslogtreecommitdiff
path: root/debian
AgeCommit message (Collapse)Author
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
2018-01-01debian: bump date of uploaddebian/0.26_rc1-10.26_rc1David Bremner
2017-12-29debian: minimalist changelog for 0.26~rc1-1David Bremner
2017-12-28debian: update libnotmuch5.symbols for 0.26debian/0.26_rc0-10.26_rc0David Bremner
Several added symbols, no SONAME bump.
2017-12-28debian: changelog stanza for 0.26~rc0-1David Bremner
2017-12-12Standards-Version: bumped to 4.1.2 (no changes needed)Daniel Kahn Gillmor
2017-12-08Merge branch 'release'David Bremner
Conflicts: NEWS Add in NEWS from point release
2017-12-08debian: add changelog stanza for 0.25.3-10.25.3David Bremner
2017-12-08debian: disable gdb on alphaDavid Bremner
gdb seems to be broken on more architectures than it works :(.
2017-12-08debian: add versioned depends on libgmimeDavid Bremner
2017-12-07debian/control: build-depend on python3-sphinx instead of python-sphinxDaniel Kahn Gillmor
python2 is going to be deprecated, and python3-sphinx is available all the way back to oldoldstable. let's use the more modern version. To make this work and still ship the manpages, tell ./configure to prefer python3 over python, if it exists.
2017-12-04debian: bump Standards-Version to 4.1.1Daniel Kahn Gillmor
No minor changes were necessary to become compliant with Debian policy version 4.1.1, so this is basically a freebie.
2017-12-04debian/control: Priority: extra is deprecatedDaniel Kahn Gillmor
Move transitional package to to "oldlibs/optional" This resolves two lintian warnings: W: notmuch-emacs: transitional-package-should-be-oldlibs-optional oldlibs/extra W: notmuch-emacs: priority-extra-is-replaced-by-priority-optional
2017-12-04debian/changelog: remove trailing whitespaceDaniel Kahn Gillmor
2017-11-05Merge branch 'release'David Bremner
Changes from 0.25.2 release
2017-11-05debian: changelog for 0.25.2-1debian/0.25.2-10.25.2David Bremner
2017-09-17debian: update gitignoreDavid Bremner
elpa-notmuch is a new binary package, notmuch-dbg is no longer generated.
2017-09-11Merge tag '0.25.1'David Bremner
notmuch 0.25.1 release (bugfix for emacs bug 28350)
2017-09-11debian: changelog stanza for 0.25.1-10.25.1David Bremner
2017-08-18Use rooted paths in .gitignore filesVladimir Panteleev
A leading / in paths in a .gitignore file matches the beginning of the path, meaning that for patterns without slashes, git will match files only in the current directory as opposed to in any subdirectory. Prefix relevant paths with / in .gitignore files, to prevent accidentally ignoring files in subdirectories and possibly slightly improve the performance of "git status".
2017-08-16debian: start changelog for next debian uploadDavid Bremner
2017-08-16do not use bullets in debian/NEWSDaniel Kahn Gillmor
see lintian's debian-news-entry-uses-asterisk for justification
2017-08-16remove obsolete lintian-override (see https://bugs.debian.org/865055)Daniel Kahn Gillmor
2017-08-15debian: actually stop shipping 50notmuch.eldebian/0.25-6David Bremner