File: rules

package info (click to toggle)
epl 0.9-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 212 kB
  • sloc: lisp: 599; makefile: 28
file content (13 lines) | stat: -rwxr-xr-x 317 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/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:
	true
override_dh_auto_build:
	true