File: rules

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

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

%:
	dh $@ --parallel --with elpa
override_dh_auto_clean:
	true
override_dh_auto_build:
	true