]> git.cworth.org Git - notmuch/commitdiff
debian: rely on main notmuch (dist)clean.
authorDavid Bremner <david@tethera.net>
Sun, 10 Sep 2023 23:13:13 +0000 (20:13 -0300)
committerDavid Bremner <david@tethera.net>
Tue, 12 Sep 2023 10:48:54 +0000 (07:48 -0300)
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.

debian/rules

index 8bf97439866126532bd83ccb3b4a62e30b523a14..a77ffa152daefd3ca8a611121cc3509a9e5c341d 100755 (executable)
@@ -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