aboutsummaryrefslogtreecommitdiff
path: root/debian/python-notmuch.install
AgeCommit message (Collapse)Author
2019-12-21debian: Remove python2 detritusDaniel Kahn Gillmor
Since we removed python-notmuch, we do not need to retain this file any longer. Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
2013-01-16debian: add python 3 bindingsDavid Bremner
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.
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.