summaryrefslogtreecommitdiff
path: root/debian/control
AgeCommit message (Collapse)Author
2011-06-23debian: Set conflicts from package split to point to an existing version.David Bremner
The previous version was harmless, since there were no versions uploaded between ~237 and ~254, but this is less confusing.
2011-06-23debian: fix typo in short description of notmuch-vimDavid Bremner
Thanks to Dirk Eddelbuettel for noticing.
2011-06-23debian: update changelog for upload 0.6~254, bump standards version to 3.9.2debian/0.6_254David Bremner
2011-06-23debian: split off vim interface to its own packageDavid Bremner
So far the package does notthing fancy with vim-addon-manager.
2011-06-23debian: split off emacs interface into its own package.David Bremner
- 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.
2011-06-23debian: Build depend on emacs-nox instead of emacs.David Bremner
Nothing in the build process needs X, and the number of dependencies that need to be installed is much smaller.
2011-06-23debian: build package for python-bindings.David Bremner
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.
2011-06-22debian: Add myself (David Bremner) as an uploaderDavid Bremner
This avoids having to mark every upload as a non-maintainer upload. (cherry picked from commit e849851d2d38cbf985f3fd884226100b93f3044f)
2010-11-01debian: Declare conformance with Standard-Version 3.9.1.0Carl Worth
I ran through the upgrading-checklist and found nothing needing to be changed for this package.
2010-04-06debian: Modify each package description slightly.Carl Worth
This avoids a lintian complaint about several packages with identical package descriptions.
2010-04-06debian: Update standards version to 3.8.4.Carl Worth
No changes needed.
2010-04-06debian: Split into multiple packages.Carl Worth
The library goes into libnotmuch1 and the headers into libnotmuch-dev.
2010-04-06debian: Fix Vcs-Browser linkCarl Worth
We're doing debian packaging in the primary repository now.
2010-02-25control: Update package description to follow upstream README.Carl Worth
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.
2010-01-26Add suggestion to vim-addon-manager.martin f. krafft
Signed-off-by: martin f. krafft <madduck@debian.org>
2010-01-21builddep on dh must be versioned due to overridesmartin f. krafft
Signed-off-by: martin f. krafft <madduck@debian.org>
2010-01-21add myself to uploadersmartin f. krafft
Signed-off-by: martin f. krafft <madduck@debian.org>
2010-01-21put cworth as maintainer per his own requestmartin f. krafft
Signed-off-by: martin f. krafft <madduck@debian.org>
2010-01-21Build-depend on emacs23martin f. krafft
Signed-off-by: martin f. krafft <madduck@debian.org>
2010-01-21Fix suggestions/enhancements for vim+emacsmartin f. krafft
Signed-off-by: martin f. krafft <madduck@debian.org>
2010-01-21add Vcs-Browser fieldmartin f. krafft
Signed-off-by: martin f. krafft <madduck@debian.org>
2010-01-09Add build-dependency on emacsmartin f. krafft
Signed-off-by: martin f. krafft <madduck@debian.org>
2009-11-28first crack at debian packaging (using git-buildpackage)Jameson Graef Rollins