mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-24 03:48:10 +01:00
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.
This commit is contained in:
parent
32f24b97d0
commit
14e05a3eee
1 changed files with 0 additions and 1 deletions
1
debian/rules
vendored
1
debian/rules
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue