aboutsummaryrefslogtreecommitdiff
path: root/debian
AgeCommit message (Collapse)Author
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
2017-08-10debian upload 0.25-5debian/0.25-5David Bremner
fix typo in -4
2017-08-04debian: upload 0.25-4debian/0.25-4David Bremner
replace notmuch-emacs with elpa-emacs as a recommend
2017-08-03debian: changelog stanza for 0.25-3debian/0.25-3David Bremner
2017-08-03debian: add maintainer scripts to remove old startup fileDavid Bremner
We do it for notmuch and notmuch-emacs because the history is a bit unclear. It seems to be safe to call when that conffile is not owned by a given package
2017-07-26debian: update gmime dependenciesdebian/0.25-2David Bremner
- build against gmime 3.0 by preference - drop gmime-2.4-dev, no longer supported upstream
2017-07-25debian: add changelog entry for 0.25debian/0.25-10.25David Bremner
2017-07-18debian: changelog for 0.25~rc1-2debian/0.25_rc1-2David Bremner
2017-07-18debian: finalize changelog for 0.25~rc1-1debian/0.25_rc1-10.25_rc1David Bremner
2017-07-18debian: allow emacs25 as a build dependDavid Bremner
It's a bit crazy to require emacs 24 installed just to build, when it isn't required to run.
2017-07-18use modern debian/copyrightDaniel Kahn Gillmor
2017-07-18avoid false lintian warning about "iff"Daniel Kahn Gillmor
2017-07-18resolve lintian tag debhelper-but-no-misc-depends notmuch-emacsDaniel Kahn Gillmor
This is likely not strictly necessary given that notmuch-emacs is a transitional package. But having a simple consistency until we eventually remove the transitional notmuch-emacs package seems ok too, and fewer arbitrary lintian warnings will make real lintian warnings more visible.
2017-07-18fix Python capitalizationDaniel Kahn Gillmor
2017-07-18explicitly mark notmuch-emacs as transitionalDaniel Kahn Gillmor
2017-07-18Bump standards version to 4.0.0 (no changes needed)Daniel Kahn Gillmor
Some things that might be interesting (and are acceptable and supported under 4.0.0, though not required) are: * supporting DEB_BUILD_OPTIONS tag nodoc wihle tagging build-deps (we could put python-sphinx into <!nodoc>, for example) * splitting out Build-Depends-Arch from Build-Depends
2017-07-18Drop duplicate Section header for notmuch-vimDaniel Kahn Gillmor
Resolves lintian binary-control-field-duplicates-source
2017-07-17debian: changelog stanza for 0.25~rc0-2debian/0.25_rc0-2David Bremner
2017-07-16debian: note two closed bugs in changelogdebian/0.25_rc0-10.25_rc0David Bremner
2017-07-16debian: don't create obsolete bash completion dirDavid Bremner
2017-07-16debian: set distribution to experimental, finalize changelogDavid Bremner
2017-07-16debian: add more c++ gunk to symbols fileDavid Bremner
2017-07-16debian: bump changelog version, mention SONAME bumpDavid Bremner
2017-07-06debian: drop notmuch-dbgDavid Bremner
notmuch-dbgsym should be auto generated now.
2017-07-03Merge branch 'release'David Bremner
2017-07-02debian: upload 0.24.2-2debian/0.24.2-2David Bremner
Just a no-change rebuild.
2017-07-02Merge branch 'debian'David Bremner
merge in changes from 0.23.7-3 debian upload
2017-06-01Merge branch 'release'David Bremner
2017-06-01debian: changelog for 0.24.2-1David Bremner
2017-04-01debian: changelog for 0.23.7-3debian/0.23.7-3debian/stretchDavid Bremner
2017-04-01Merge branch 'release'David Bremner
Final 0.24.1 release
2017-04-01Merge branch 'debian' into releaseDavid Bremner
Merge in changelog stanza from debian upload targeted at stretch
2017-04-01debian: finalize changelog for 0.24.1-1David 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.
2017-03-25Merge branch 'release'David Bremner
wildcard search fixes, plus release busywork
2017-03-25debian: start changelog for 0.24.1-1David Bremner
2017-03-22debian rename libnotmuch4 to libnotmuch5David Bremner
follow the SONAME bump
2017-03-19debian: changelog stanza for 0.23.7-2debian/0.23.7-2David Bremner
2017-03-12debian: changelog stanza for 0.24-1David Bremner
2017-03-08debian: changelog stanza for 0.24~rc1-1debian/0.24_rc1-10.24_rc1David Bremner
2017-03-05debian: add two new exception symbols.debian/0.24_rc0-10.24_rc0David Bremner
It seems these need to be exported from the library in order for exception handling to work.
2017-03-05debian: start changelog stanza for 0.24~rc0-1David Bremner
2017-02-28add changelog stanza for 0.23.7-1David Bremner
2017-02-27debian: set upload date and suite0.23.6David Bremner
2017-02-25debian: note read-after-free fix in d/changelogDavid Bremner
2017-02-23version: bump to 0.23.6David Bremner
python and debian bumped at the same time