X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=debian%2Frules;h=0eb3357be9b018fc65886589e05d1fe0d44bf78f;hb=9ba6a859941a42cd25e9e6e7620fa3ecdc56cebf;hp=603b3ab281a2bdd27f2073d3a988e1c5838c1fa6;hpb=46e73fe5394e344db7cf1297a3d86ef5f0444798;p=obsolete%2Fnotmuch-old diff --git a/debian/rules b/debian/rules index 603b3ab2..0eb3357b 100755 --- a/debian/rules +++ b/debian/rules @@ -1,21 +1,29 @@ #!/usr/bin/make -f +python3_all = py3versions -s | xargs -n1 | xargs -t -I {} env {} + %: - dh --with python2 $@ + dh $@ --with python2,python3 override_dh_auto_configure: dh_auto_configure -- --emacslispdir=/usr/share/emacs/site-lisp/notmuch +override_dh_auto_test: + echo tests disabled. + override_dh_auto_build: dh_auto_build dh_auto_build --sourcedirectory bindings/python + cd bindings/python && $(python3_all) setup.py build $(MAKE) -C contrib/notmuch-mutt override_dh_auto_clean: dh_auto_clean dh_auto_clean --sourcedirectory bindings/python + cd bindings/python && $(python3_all) setup.py clean -a $(MAKE) -C contrib/notmuch-mutt clean override_dh_auto_install: dh_auto_install dh_auto_install --sourcedirectory bindings/python + cd bindings/python && $(python3_all) setup.py install --install-layout=deb --root=$(CURDIR)/debian/tmp