diff options
| author | David Bremner <david@tethera.net> | 2023-09-10 20:13:13 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2023-09-12 07:48:54 -0300 |
| commit | 14e05a3eeeb1ceabe7eb9389e161334bfebb48db (patch) | |
| tree | 87b7f49d1b74c6c53fc1dde6e1c3fcb81df1b3e9 /debian | |
| parent | 32f24b97d053bbe9fee31dcc3d6582b6d87105e4 (diff) | |
debian: rely on main notmuch (dist)clean.
The python setuputils clean relys on including _notmuch_config.py,
which is cleaned up. Rather than relying on careful ordering, just do
all the cleaning from the GNU Make based build system.
Diffstat (limited to 'debian')
| -rwxr-xr-x | debian/rules | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 8bf97439..a77ffa15 100755 --- a/debian/rules +++ b/debian/rules @@ -29,7 +29,6 @@ override_dh_auto_build: override_dh_auto_clean: dh_auto_clean PYBUILD_NAME=notmuch dh_auto_clean --buildsystem=pybuild --sourcedirectory bindings/python - PYBUILD_NAME=notmuch2 dh_auto_clean --buildsystem=pybuild --sourcedirectory bindings/python-cffi dh_auto_clean --sourcedirectory bindings/ruby $(MAKE) -C contrib/notmuch-mutt clean |
