aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian/control
Commit message (Collapse)AuthorAge
* 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.
* debian: update changelog for upload 0.6~254, bump standards version to 3.9.2Gravatar David Bremner2011-06-23
|
* debian: split off vim interface to its own packageGravatar David Bremner2011-06-23
| | | | So far the package does notthing fancy with vim-addon-manager.
* debian: split off emacs interface into its own package.Gravatar David Bremner2011-06-23
| | | | | | | | | | - rename emacsen-install/remove files, and change embedded package name - split notmuch.install, notmuch.dirs - add Breaks/Replaces for previous notmuch packages with overlapping files.
* debian: Build depend on emacs-nox instead of emacs.Gravatar David Bremner2011-06-23
| | | | | Nothing in the build process needs X, and the number of dependencies that need to be installed is much smaller.
* debian: build package for python-bindings.Gravatar David Bremner2011-06-23
| | | | | | | This uses dh_python2 (included with sufficiently recent versions of the python/python-all packages). python-all brings in all of the supported versions of python. The double calls to dh_auto_install and friends are to avoid looping over python versions ourselves.
* debian: Add myself (David Bremner) as an uploaderGravatar David Bremner2011-06-22
| | | | | This avoids having to mark every upload as a non-maintainer upload. (cherry picked from commit e849851d2d38cbf985f3fd884226100b93f3044f)
* debian: Declare conformance with Standard-Version 3.9.1.0Gravatar Carl Worth2010-11-01
| | | | | I ran through the upgrading-checklist and found nothing needing to be changed for this package.
* debian: Modify each package description slightly.Gravatar Carl Worth2010-04-06
| | | | | This avoids a lintian complaint about several packages with identical package descriptions.
* debian: Update standards version to 3.8.4.Gravatar Carl Worth2010-04-06
| | | | No changes needed.
* debian: Split into multiple packages.Gravatar Carl Worth2010-04-06
| | | | The library goes into libnotmuch1 and the headers into libnotmuch-dev.
* debian: Fix Vcs-Browser linkGravatar Carl Worth2010-04-06
| | | | We're doing debian packaging in the primary repository now.
* control: Update package description to follow upstream README.Gravatar Carl Worth2010-02-25
| | | | | | | Justin B Rye pointed out (in Debian bug #566282) that a user with mail in mbox format can spend a lot of time investigating notmuch before realizing that mbox is not supported. Head that off with a more detailed mention in the package description.
* Add suggestion to vim-addon-manager.Gravatar martin f. krafft2010-01-26
| | | | Signed-off-by: martin f. krafft <madduck@debian.org>
* builddep on dh must be versioned due to overridesGravatar martin f. krafft2010-01-21
| | | | Signed-off-by: martin f. krafft <madduck@debian.org>
* add myself to uploadersGravatar martin f. krafft2010-01-21
| | | | Signed-off-by: martin f. krafft <madduck@debian.org>
* put cworth as maintainer per his own requestGravatar martin f. krafft2010-01-21
| | | | Signed-off-by: martin f. krafft <madduck@debian.org>
* Build-depend on emacs23Gravatar martin f. krafft2010-01-21
| | | | Signed-off-by: martin f. krafft <madduck@debian.org>
* Fix suggestions/enhancements for vim+emacsGravatar martin f. krafft2010-01-21
| | | | Signed-off-by: martin f. krafft <madduck@debian.org>
* add Vcs-Browser fieldGravatar martin f. krafft2010-01-21
| | | | Signed-off-by: martin f. krafft <madduck@debian.org>
* Add build-dependency on emacsGravatar martin f. krafft2010-01-09
| | | | Signed-off-by: martin f. krafft <madduck@debian.org>
* first crack at debian packaging (using git-buildpackage)Gravatar Jameson Graef Rollins2009-11-28