aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian
Commit message (Collapse)AuthorAge
* debian: re-enable atomicity test on arm64Gravatar David Bremner2014-09-20
| | | | | | | | | according to https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=757454 the kernel problem which caused this test to fail should be fixed now
* debian: bump SONAMEGravatar David Bremner2014-09-16
| | | | | | Note that this is one of those cases where an ABI change is not obvious from the symbols file. Several previously void functions now have return codes.
* debian: re-enable atomicity tests on armhfGravatar David Bremner2014-08-09
| | | | | Commit a33ec9c seems to have fixed the problem on the armhf porterbox (harris.debian.org).
* debian: build with emacs24 by default, disable gdb on arm64Gravatar David Bremner2014-08-09
| | | | | | | | From wookey@debian.org id:20140808012130.GT7605@stoneboat.aleph1.co.uk Fixes for the port in progress of debian to arm64.
* version: bump to 0.18.1Gravatar David Bremner2014-06-25
| | | | Also add precis of NEWS to debian changelog
* version: bump to 0.18.1~rc0Gravatar David Bremner2014-06-22
| | | | | | | | Also bump the python bindings version, the NEWS version and the Debian version. Since the changelog is (slightly dubiously) metadata, we have to change it to upload a release candidate.
* debian: update notmuch-emacs for emacsen-common 2.0.8Gravatar David Bremner2014-06-14
| | | | | | - redo install/remove scripts from new samples - symlink .el files properly - add depends instead of conflicts
* debian: tighten dependency of python packages on libnotmuch.Gravatar David Bremner2014-06-14
| | | | | Using (>= ${source:Version}) allows newer versions of the library with the same SONAME.
* debian: disable atomicity tests on armel.Gravatar David Bremner2014-05-08
| | | | Another temporary fix for build problems.
* debian: disable atomicity tests on armhfGravatar David Bremner2014-05-08
| | | | | | In fact a fix for these tests is currently being reviewed, but I want to roll it together with a few other portability fixes for a point release.
* debian: changelog stanza for 0.18Gravatar David Bremner2014-05-06
| | | | plagiariaze my own summary from upstream NEWS
* version: bump for 0.18~rc1Gravatar David Bremner2014-05-04
| | | | | Doing all of the needed version bumps in one commit, and do a complete, if minimal debian changelog entry
* debian: NEWS item about database upgradeGravatar David Bremner2014-04-22
|
* debian: changelog stanza for 0.18~rc0-1Gravatar David Bremner2014-04-22
| | | | | | - make versions match to pacify release-checks.sh - close a few more bugs. - fix one HTMLism
* debian: add build conflicts against ruby1.8Gravatar David Bremner2014-04-08
| | | | | 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
* debian: really delete madduck from uploadersGravatar David Bremner2014-04-06
| | | | | | 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
* debian: ignore performance corpus when making source packageGravatar David Bremner2014-04-05
| | | | | | | 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)
* doc: convert sphinx based docsGravatar David Bremner2014-03-09
| | | | | | | | 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.
* debian: add dependency on bash-completionGravatar David Bremner2014-03-07
| | | | | | 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.
* NEWS: note closing of id:87ty19pi85.fsf@zancas.localnetGravatar David Bremner2014-03-03
| | | | Also close the original debian bug.
* debian: note closing of debian bug 739556Gravatar David Bremner2014-03-03
| | | | This one doesn't seem NEWS-worthy.
* NEWS: note closing of bug id:87wqhcxb5j.fsf@maritornes.cs.unb.caGravatar David Bremner2014-03-03
| | | | This is also/originally Debian bug 737496, so close that too.
* debian: fix typo in postinst (Debian bug 740325), clean up empty directoryGravatar David Bremner2014-03-03
| | | | | Try to remove the directory /0755 ; if that fails assume it has something in it to preserve.
* changelog stanza for 0.17-4Gravatar David Bremner2014-02-18
|
* debian: update ruby binary extension install pathGravatar David Bremner2014-02-18
| | | | | | | | | | | | 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.
* debian: add single-debian-patchGravatar David Bremner2014-01-12
| | | | | The point of fancy patch systems is to share things with upstream. We have met the upstream and he is us.
* debian: finalize changelog for 0.17-3Gravatar David Bremner2014-01-12
|
* debian: update notmuch-emacs for emacs policy 2.0.6Gravatar David Bremner2014-01-12
| | | | | | | | 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
* debian: rename NEWS.Debian to NEWSGravatar David Bremner2014-01-01
| | | | | Apparently I had it backwards: NEWS is installed as NEWS.Debian, not vice-versa.
* debian: add changelog and NEWS.Debian for releaseGravatar David Bremner2013-12-30
| | | | | NEWS.Debian is displayed at install, so we include the news item about the disruptive change in sha1 computation.
* debian: disable atomicity tests on ia64Gravatar David Bremner2013-12-30
| | | | | | | | | | 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.
* version: bump to 0.17~rc4Gravatar David Bremner2013-12-28
| | | | | Unfortunately release-checks.sh will whine a bit because it has not caught up with the renaming of the version macros.
* version: bump versionGravatar David Bremner2013-12-07
| | | | | | | | 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.
* debian: reformat changelog to avoid lintian warning.Gravatar David Bremner2013-11-30
|
* debian: update changelog for new release candidateGravatar David Bremner2013-11-28
|
* debian: remove warning about emacs24Gravatar David Bremner2013-11-27
|
* debian: disable gdb as a build-dependency on s390xGravatar David Bremner2013-11-24
| | | | | | 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
* debian: add notmuch_database_compact to symbols file.Gravatar David Bremner2013-11-23
| | | | This change does not require an SONAME bump because it only adds a symbol.
* debian: changelog stanza for release candidateGravatar David Bremner2013-11-23
|
* vim: add help fileGravatar Felipe Contreras2013-11-20
| | | | Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
* debian: remove unneeded notmuch-mutt dependenciesGravatar Kevin McCarthy2013-09-08
| | | | | Switching away from fdupes removes the dependency on libfile-which-perl and the need to recommend fdupes.
* release: synchronize datesGravatar David Bremner2013-08-03
| | | | | man pages, NEWS, and debian changelog all hardcode date. Make them hardcode the same date.
* debian: rename notmuch-ruby to ruby-notmuchGravatar David Bremner2013-07-28
| | | | | | This seems more in line with http://wiki.debian.org/Teams/Ruby/Packaging#Guidelines_for_Ruby_packaging
* debian: build notmuch-vim againGravatar David Bremner2013-07-28
| | | | | | | | | | 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.
* debian: update symbols for libnotmuchGravatar David Bremner2013-07-28
| | | | Adding a new symbol should require an SONAME bump.
* debian: add alot to recommendsGravatar David Bremner2013-07-28
| | | | | | 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.
* debian: note that we now provide a notmuch-dbg packageGravatar David Bremner2013-07-28
| | | | | This is already in upstream for a bit, but we lacked a changelog entry closing the bug.
* debian: close bug requesting packaging of notmuch-deliverGravatar David Bremner2013-07-28
| | | | notmuch insert is pretty much equivalent, so no need to support both.
* debian: start new changelog entryGravatar David Bremner2013-07-28
| | | | | Since Debian uses the changelog as metadata, we need an empty stanza to build the new version.
* debian: Add package for debugging symbols (Closes: #717339)Gravatar Daniel Kahn Gillmor2013-07-20
|