2009-11-29 00:30:43 +01:00
|
|
|
#!/usr/bin/make -f
|
2010-04-16 17:49:09 +02:00
|
|
|
|
2009-11-29 00:30:43 +01:00
|
|
|
%:
|
2011-06-19 20:09:46 +02:00
|
|
|
dh --with python2 $@
|
2010-01-21 02:58:19 +01:00
|
|
|
|
2010-04-07 19:07:23 +02:00
|
|
|
override_dh_auto_configure:
|
2010-04-08 01:00:20 +02:00
|
|
|
dh_auto_configure -- --emacslispdir=/usr/share/emacs/site-lisp/notmuch
|
2010-04-07 19:07:23 +02:00
|
|
|
|
2011-06-19 20:09:46 +02:00
|
|
|
override_dh_auto_build:
|
|
|
|
dh_auto_build
|
|
|
|
dh_auto_build --sourcedirectory bindings/python
|
2012-03-26 10:51:44 +02:00
|
|
|
$(MAKE) -C contrib/notmuch-mutt
|
2011-06-19 20:09:46 +02:00
|
|
|
|
2011-06-21 14:03:19 +02:00
|
|
|
override_dh_auto_clean:
|
|
|
|
dh_auto_clean
|
2011-06-19 20:09:46 +02:00
|
|
|
dh_auto_clean --sourcedirectory bindings/python
|
2012-03-26 10:51:44 +02:00
|
|
|
$(MAKE) -C contrib/notmuch-mutt clean
|
2011-06-19 20:09:46 +02:00
|
|
|
|
|
|
|
override_dh_auto_install:
|
|
|
|
dh_auto_install
|
|
|
|
dh_auto_install --sourcedirectory bindings/python
|