summaryrefslogtreecommitdiff
path: root/debian
AgeCommit message (Collapse)Author
2014-05-06debian: changelog stanza for 0.180.18David Bremner
plagiariaze my own summary from upstream NEWS
2014-05-04version: bump for 0.18~rc1David Bremner
Doing all of the needed version bumps in one commit, and do a complete, if minimal debian changelog entry
2014-04-22debian: NEWS item about database upgradeDavid Bremner
2014-04-22debian: changelog stanza for 0.18~rc0-1David Bremner
- make versions match to pacify release-checks.sh - close a few more bugs. - fix one HTMLism
2014-04-08debian: add build conflicts against ruby1.8David Bremner
Debian stable has ruby 1.9, so this should be OK. The issue is that the ruby bindings don't build if "ruby" points to ruby1.8
2014-04-06debian: really delete madduck from uploadersDavid Bremner
I'm not sure how it got into debian/changelog without actually happening, but actually delete martin from debian/control per request in Debian bug #719100
2014-04-05debian: ignore performance corpus when making source packageDavid Bremner
Currently "make debian-snapshot" will include the performance corpus tarball in the source package, which slows things down and wastes disk space. tar-ignore is needed twice to keep the default exclude rules (e.g. to exclude .git)
2014-03-09doc: convert sphinx based docsDavid Bremner
This is the output from sphinx-quickstart, massaged a bit, along with our existing man pages converted to rst. A skeleton notmuch-emacs manual is also included. It is not suitable for end user use yet.
2014-03-07debian: add dependency on bash-completionDavid Bremner
At some point we decided to only install bash completion for notmuch if the bash-completion file was present. Add the corresponding debian build dependency.
2014-03-03NEWS: note closing of id:87ty19pi85.fsf@zancas.localnetDavid Bremner
Also close the original debian bug.
2014-03-03debian: note closing of debian bug 739556David Bremner
This one doesn't seem NEWS-worthy.
2014-03-03NEWS: note closing of bug id:87wqhcxb5j.fsf@maritornes.cs.unb.caDavid Bremner
This is also/originally Debian bug 737496, so close that too.
2014-03-03debian: fix typo in postinst (Debian bug 740325), clean up empty directorydebian/0.17-5David Bremner
Try to remove the directory /0755 ; if that fails assume it has something in it to preserve.
2014-02-18changelog stanza for 0.17-4debian/0.17-4David Bremner
2014-02-18debian: update ruby binary extension install pathDavid Bremner
From Christian Hofstaedler, Debian bug 739120: When ruby-defaults > 1:2.0 will be uploaded to sid, the version of Ruby provided by the 'ruby' and 'ruby-dev' packages will change to version 2.0. This version change includes a change to the path for binary extensions. This patch works for Ruby 1.9.1 as well as Ruby 2.0, so it's safe to apply now.
2014-01-12debian: add single-debian-patchDavid Bremner
The point of fancy patch systems is to share things with upstream. We have met the upstream and he is us.
2014-01-12debian: finalize changelog for 0.17-3David Bremner
2014-01-12debian: update notmuch-emacs for emacs policy 2.0.6David Bremner
This involves - the meta-flavour emacs has gone away - a compat file is needed (also installed by dh_installemacsen) - a conflict with pre-2.0.0 emacsen-common - manually managing the "installed" semaphore file
2014-01-01debian: rename NEWS.Debian to NEWSdebian/0.17-2David Bremner
Apparently I had it backwards: NEWS is installed as NEWS.Debian, not vice-versa.
2013-12-30debian: add changelog and NEWS.Debian for releaseDavid Bremner
NEWS.Debian is displayed at install, so we include the news item about the disruptive change in sha1 computation.
2013-12-30debian: disable atomicity tests on ia64David Bremner
The following fails on Debian ia64: % gdb /bin/mv (gdb) break rename Since this breaks our atomicity test, disable them until someone is motivated to figure out whose fault that is.
2013-12-28version: bump to 0.17~rc4David Bremner
Unfortunately release-checks.sh will whine a bit because it has not caught up with the renaming of the version macros.
2013-12-07version: bump versionDavid Bremner
Roll (one last?) release candidate because of Austin's LIBNOTMUCH_VERSION changes. Atomically bump the manually (NEWS, debian/changelog) and automatically (everywhere else) updated places version is mentioned.
2013-11-30debian: reformat changelog to avoid lintian warning.David Bremner
2013-11-28debian: update changelog for new release candidateDavid Bremner
2013-11-27debian: remove warning about emacs24David Bremner
2013-11-24debian: disable gdb as a build-dependency on s390xDavid Bremner
Gdb is currently broken on s390x buildd's and porterboxes (see #728705). By removing it as a build-dep, we disable the (failing) atomicity test on this architecture
2013-11-23debian: add notmuch_database_compact to symbols file.debian/0.17_rc1-10.17_rc1David Bremner
This change does not require an SONAME bump because it only adds a symbol.
2013-11-23debian: changelog stanza for release candidateDavid Bremner
2013-11-20vim: add help fileFelipe Contreras
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
2013-09-08debian: remove unneeded notmuch-mutt dependenciesKevin McCarthy
Switching away from fdupes removes the dependency on libfile-which-perl and the need to recommend fdupes.
2013-08-03release: synchronize dates0.16David Bremner
man pages, NEWS, and debian changelog all hardcode date. Make them hardcode the same date.
2013-07-28debian: rename notmuch-ruby to ruby-notmuch0.16_rc1David Bremner
This seems more in line with http://wiki.debian.org/Teams/Ruby/Packaging#Guidelines_for_Ruby_packaging
2013-07-28debian: build notmuch-vim againDavid Bremner
Based on id:1370220299-14722-1-git-send-email-felipe.contreras@gmail.com Hacked rather extensively by db. The most important changes: - bring back notmuch.yaml for the (debian specific?) vim-addons tool. - depend on vim-ruby, so we get a version of vim with ruby installed.
2013-07-28debian: update symbols for libnotmuchDavid Bremner
Adding a new symbol should require an SONAME bump.
2013-07-28debian: add alot to recommendsDavid Bremner
Since this is in a disjunction, this should not force new packages to be installed, but rather let people with auto-install-recommends (the default) on install notmuch without emacs.
2013-07-28debian: note that we now provide a notmuch-dbg packageDavid Bremner
This is already in upstream for a bit, but we lacked a changelog entry closing the bug.
2013-07-28debian: close bug requesting packaging of notmuch-deliverDavid Bremner
notmuch insert is pretty much equivalent, so no need to support both.
2013-07-28debian: start new changelog entryDavid Bremner
Since Debian uses the changelog as metadata, we need an empty stanza to build the new version.
2013-07-20debian: Add package for debugging symbols (Closes: #717339)Daniel Kahn Gillmor
2013-06-04debian: update build dependency to require ruby-dev 1:1.9.3Jameson Graef Rollins
ruby1.8-dev provides ruby-dev, but ruby1.9.1-dev is currently required (which is pulled by ruby-dev 1:1.9.3).
2013-06-02debian: compile with V=1David Bremner
The idea is to allow hardening verification tools (in particular blhc) to scan the logs. Actually fixing the problem will require modifying the notmuch configure script to propagate CPPFLAGS.
2013-06-02debian: update .gitignoreDavid Bremner
Several packages have been added or renamed, but their build detritus not yet ignored.
2013-05-25Merge branch 'release'David Bremner
merge back debian-only release into master
2013-05-25debian: bump standards version to 3.9.4debian/0.15.2-2David Bremner
2013-05-23debian: package ruby bindingsFelipe Contreras
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
2013-03-22debian/changelog: stanza for 0.15.2-2David Bremner
Debian only changes.
2013-03-22Bug#703608: [PATCH] debian: tighten notmuch-mutt dependency on notmuchJameson Graef Rollins
notmuch version 0.4 is required for the --output=files option.
2013-03-22Bug#703608: [PATCH] debian: tighten notmuch-mutt dependency on notmuchJameson Graef Rollins
notmuch version 0.4 is required for the --output=files option.
2013-02-18Merge branch 'release'David Bremner
add in NEWS from 0.15.2 Conflicts: NEWS