File: rules

package info (click to toggle)
relint-el 1.21%2Brepack-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 308 kB
  • sloc: lisp: 2,227; makefile: 9
file content (17 lines) | stat: -rwxr-xr-x 288 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f



%:
	dh $@ --with elpa

override_dh_elpa_test:
	LC_ALL=C.UTF-8 dh_elpa_test

override_dh_auto_build:
	@echo skipping upstream build

override_dh_auto_test:
	@echo skipping upstream auto_test

.PHONY: override_dh_elpa_test override_dh_auto_build override_dh_auto_test