File: rules

package info (click to toggle)
company-mode 0.9.9-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 552 kB
  • sloc: lisp: 6,964; makefile: 33; sh: 8
file content (13 lines) | stat: -rwxr-xr-x 149 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
%:
	dh $@

override_dh_auto_build:
	make elpa

override_dh_install:
	dh_install
	dh_elpa

override_dh_auto_test:
	make test-batch