aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian
Commit message (Collapse)AuthorAge
* 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
|
* debian: update build dependency to require ruby-dev 1:1.9.3Gravatar Jameson Graef Rollins2013-06-04
| | | | | ruby1.8-dev provides ruby-dev, but ruby1.9.1-dev is currently required (which is pulled by ruby-dev 1:1.9.3).
* debian: compile with V=1Gravatar David Bremner2013-06-02
| | | | | | 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.
* debian: update .gitignoreGravatar David Bremner2013-06-02
| | | | | Several packages have been added or renamed, but their build detritus not yet ignored.
* Merge branch 'release'Gravatar David Bremner2013-05-25
|\ | | | | | | merge back debian-only release into master
| * debian: bump standards version to 3.9.4Gravatar David Bremner2013-05-25
| |
* | debian: package ruby bindingsGravatar Felipe Contreras2013-05-23
| | | | | | | | Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
| * debian/changelog: stanza for 0.15.2-2Gravatar David Bremner2013-03-22
| | | | | | | | Debian only changes.
| * Bug#703608: [PATCH] debian: tighten notmuch-mutt dependency on notmuchGravatar Jameson Graef Rollins2013-03-22
| | | | | | | | notmuch version 0.4 is required for the --output=files option.
* | Bug#703608: [PATCH] debian: tighten notmuch-mutt dependency on notmuchGravatar Jameson Graef Rollins2013-03-22
| | | | | | | | notmuch version 0.4 is required for the --output=files option.
* | Merge branch 'release'Gravatar David Bremner2013-02-18
|\| | | | | | | | | | | | | add in NEWS from 0.15.2 Conflicts: NEWS
| * debian: changelog stanza for 0.15.2-1Gravatar David Bremner2013-02-17
| |
* | debian: stop building a binary package for notmuch-vimGravatar David Bremner2013-02-16
|/ | | | | Since it is deprecated upstream, we don't want to encourage more users to install it.
* debian: changelog stanza for 0.15.1-1Gravatar David Bremner2013-01-24
|
* debian: re-enable testsGravatar David Bremner2013-01-24
| | | | | Now that we have Tomi's fix to set TERM for dtach, it should be safe to run the tests on the autobuilders.
* debian: disable running tests.Gravatar David Bremner2013-01-20
| | | | | Hopefully this is temporary, but I don't want to rush a fix for the tests.
* debian: changelog stanza for 0.15Gravatar David Bremner2013-01-18
| | | | Cribbed from NEWS.
* debian: add install file for python3-notmuchGravatar David Bremner2013-01-17
| | | | Without this file, the created package is empty.