File: rules

package info (click to toggle)
ido-ubiquitous 4.11-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 280 kB
  • sloc: lisp: 1,904; makefile: 25; sh: 11
file content (15 lines) | stat: -rwxr-xr-x 248 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

%:
	dh $@ --with elpa

override_dh_auto_build:
	@echo skipping upstream build

override_dh_auto_clean:
	@echo skipping upstream clean

override_dh_elpa_test:
	buttercup -L .

.PHONY: override_dh_auto_build override_dh_elpa_test