unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
blob 5aa27e893f82959b15a80cf761f600dde01772cd 803 bytes (raw)
name: debian/rules 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
 
#!/usr/bin/make -f

%:
	dh --with python2 $@

override_dh_auto_configure:
	dh_auto_configure -- --emacslispdir=/usr/share/emacs/site-lisp/notmuch

override_dh_auto_build:
	dh_auto_build
	dh_auto_build --sourcedirectory bindings/python

override_dh_auto_install:
	dh_auto_install
	dh_auto_install --sourcedirectory bindings/python

override_dh_auto_clean:
	dh_auto_clean
	dh_auto_clean --sourcedirectory bindings/python

override_dh_installdocs:
	dh_installdocs
	install -m644 vim/README debian/notmuch/usr/share/doc/notmuch/README.vim

override_dh_install:
	dh_install
	install -m644 vim/plugin/notmuch.vim debian/notmuch/usr/share/vim/addons/plugin
	install -m644 vim/syntax/notmuch-*.vim debian/notmuch/usr/share/vim/addons/syntax
	install -m644 vim/notmuch.yaml debian/notmuch/usr/share/vim/registry

debug log:

solving 5aa27e8 ...
found 5aa27e8 in https://yhetil.org/notmuch/1308507380-26896-1-git-send-email-david@tethera.net/
found a4b526c in https://yhetil.org/notmuch.git/
preparing index
index prepared:
100755 a4b526c1a148b4c23c274d68f2fd0e47432e5241	debian/rules

applying [1/1] https://yhetil.org/notmuch/1308507380-26896-1-git-send-email-david@tethera.net/
diff --git a/debian/rules b/debian/rules
index a4b526c..5aa27e8 100755

Checking patch debian/rules...
Applied patch debian/rules cleanly.

index at:
100755 5aa27e893f82959b15a80cf761f600dde01772cd	debian/rules

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).