diff options
| author | David Bremner <david@tethera.net> | 2025-02-09 15:03:46 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2025-02-22 06:59:48 -0400 |
| commit | 10f522d371bdaabe60d9bd5240717e1d93812a3c (patch) | |
| tree | 85c151481ac87a8dba5d25f679b15319f13c2035 /debian/rules | |
| parent | 0e10ca3a625c25c0238ecca2767aab7035b88a22 (diff) | |
debian: stop packaging legacy python bindings.
This is in preparation for moving them to contrib and dropping them
from the test suite upstream.
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules index 41f70298..ef52a71c 100755 --- a/debian/rules +++ b/debian/rules @@ -20,19 +20,16 @@ override_dh_auto_configure: override_dh_auto_build: dh_auto_build -- V=1 all sphinx-html - PYBUILD_NAME=notmuch dh_auto_build --buildsystem=pybuild --sourcedirectory bindings/python PYBUILD_NAME=notmuch2 dh_auto_build --buildsystem=pybuild --sourcedirectory bindings/python-cffi $(MAKE) -C contrib/notmuch-mutt override_dh_auto_clean: dh_auto_clean - PYBUILD_NAME=notmuch dh_auto_clean --buildsystem=pybuild --sourcedirectory bindings/python dh_auto_clean --sourcedirectory bindings/ruby $(MAKE) -C contrib/notmuch-mutt clean override_dh_auto_install: dh_auto_install - PYBUILD_NAME=notmuch dh_auto_install --buildsystem=pybuild --sourcedirectory bindings/python PYBUILD_NAME=notmuch2 dh_auto_install --buildsystem=pybuild --sourcedirectory bindings/python-cffi $(MAKE) -C contrib/notmuch-mutt DESTDIR=$(CURDIR)/debian/tmp install $(MAKE) -C vim prefix=/usr/share/notmuch-vim DESTDIR=$(CURDIR)/debian/tmp install |
