aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian/control
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.
* 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: 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
* 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.
* 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: 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.
* 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: 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.
* 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: 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: 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).
* 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>
| * 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.
* | 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: add python 3 bindingsGravatar David Bremner2013-01-16
| | | | | | | This patch is due to Jakub Wilk <jwilk@debian.org>. It does add a build depend on python3 for people using the "make debian-snapshot" target.
* debian/compat: upgrade to compat level 9Gravatar David Bremner2013-01-14
| | | | | | | | | | | - enable hardening - fix dh syntax. Now that we have compat level 9, the old, wrong syntax is no longer accepted. - update debian/libnotmuch{3,-dev}.install for multiarch. - update versioned dependency on debhelper.
* debian: remove Dm-Upload-Allowed field.Gravatar David Bremner2013-01-14
| | | | | If we have some DMs we want to upload, we have to enable it with a signed command file to dak.
* debian: change priority to optional.Gravatar David Bremner2013-01-14
| | | | | | The distinction between extra and optional is generally not very important, except that being extra forces anything that depends on you to be extra.
* debian: alternately depend on emacs24 for notmuch-emacs, buildGravatar David Bremner2012-08-05
| | | | | | This should allow users to install notmuch-emacs with only emacs24 installed on their system. For good measure, allow building with emacs24 as a 4th choice.
* debian packaging: new depends for duplicate removals in mutt contribGravatar Stefano Zacchiroli2012-08-02
| | | | both new hard dependency for File::Which and soft dependency on fdupes
* debian: recommend notmuch-mutt as an alternative user interfaceGravatar Stefano Zacchiroli2012-05-15
| | | | | | | | | Recommend all notmuch UI (including notmuch-mutt) as alternatives, to avoid unneeded vim/emacs installation. Thanks Matteo F. Vescovi for the patch. Closes: #673011
* debian: update packaging for new soname libnotmuch.so.3Gravatar David Bremner2012-05-05
| | | | | | | | we need - a new changelog stanza, because the symbols files need a new version - s/libnotmuch2/libnotmuch3/ everywhere - update symbols file, s/.so.1/.so.2/, and bump minimum versions on changed symbols (although the latter is just documentation)
* debian: add gnupg-agent to notmuch recommendsGravatar Jameson Graef Rollins2012-04-12
| | | | | gnupg-agent is required for message decryption, so this should help stem some issues encountered by users trying to decrypt messages.
* debian packaging: new binary package notmuch-muttGravatar Stefano Zacchiroli2012-03-30
|
* debian: bump gmime dependency to 2.6.7Gravatar David Bremner2012-03-13
| | | | As explained in f34613e, if using gmime 2.6, we want at least 2.6.7
* debian: Bump standards versionGravatar David Bremner2012-03-03
| | | | No actual changes are needed.
* Build-Depend on libgmime-2.6-dev | libgmime2.4-devGravatar Daniel Kahn Gillmor2012-02-27
| | | | | | libgmime-2.6-dev entered debian unstable today. If 2.6 is available, notmuch should build against 2.6 instead of 2.4, as 2.6 is the current upstream stable version of libgmime.
* debian/control: require dtach version >= 0.8 in Build-DependsGravatar Tomi Ollila2011-11-24
| | | | | | Since version 0.8 of dtach -n does no longer require controlling tty to be present when executed. Currently controlling tty is not always (if ever) present when tests are executed.
* debian: update build dependency on dtach instead of screenGravatar Jameson Graef Rollins2011-11-11
| | | | | This reflects a modification to the test suite to use dtach instead of screen.
* debian: clean up Uploaders and Build-Depends fields in debian/controlGravatar Jameson Graef Rollins2011-11-11
| | | | | No functional change, but this will make for cleaner diffs down the line.
* debian: build-depend on screen.Gravatar David Bremner2011-11-05
| | | | This is needed for emacs tests, now that those are run in screen.
* debian: update packaging for new sonameGravatar David Bremner2011-10-04
| | | | | | | | we need - a new changelog stanza, because the symbols files need a new version - s/libnotmuch1/libnotmuch2/ everywhere - update symbols file, s/.so.1/.so.2/, and bump minimum versions on changed symbols (although the latter is just documentation)
* debian: build-depend on gdbGravatar David Bremner2011-09-25
| | | | This is needed to enable the atomicity tests at build time.
* debian: set versioned dependency on notmuch for notmuch-emacsGravatar David Bremner2011-09-24
| | | | | | As long as we have no version information in the json output, this seems like the only possible way of ensuring that the emacs client code understands the output from the command line tool notmuch.
* debian: strictly depend on the same version of libnotmuchGravatar Uwe Kleine-König2011-07-10
| | | | | | | | | | | | | | | It took quite some time to debug why folder: searches didn't work for me though I had notmuch 0.6~rc1 installed. amdragon in #notmuch found out that I still had libnotmuch1 0.5+nmu3 installed. To prevent the same problem in the future let notmuch depend on the same version of libnotmuch1. Reviewed-By: David Bremner <david@tethera.net> The underlying issue is that the libnotmuch interface is not entirely captured by the set of exported symbols. In particular the query syntax can change without being visible to the linker at all.
* debian: Set conflicts from package split to point to an existing version.Gravatar David Bremner2011-06-23
| | | | | The previous version was harmless, since there were no versions uploaded between ~237 and ~254, but this is less confusing.
* debian: fix typo in short description of notmuch-vimGravatar David Bremner2011-06-23
| | | | Thanks to Dirk Eddelbuettel for noticing.