File: rules

package info (click to toggle)
epl 0.9-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 216 kB
  • sloc: lisp: 599; makefile: 29
file content (16 lines) | stat: -rwxr-xr-x 364 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

export DH_ELPA_TEST_ERT_EVAL=(progn (load-file "test/test-helper.el") (load-file "test/epl-test.el"))

# as a temporary workaround, trigger emacs handling of nonexistent
# home directories.
export HOME=/nonexistent
%:
	dh $@ --with elpa

override_dh_auto_clean:
	find * -name "*.elc" -delete
	rm -rf test/sandbox

override_dh_auto_build:
	true