File: rules

package info (click to toggle)
restart-emacs 0.1.1-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 160 kB
  • sloc: lisp: 180; sh: 64; makefile: 5
file content (9 lines) | stat: -rwxr-xr-x 128 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

%:
	dh $@ --with elpa

override_dh_elpa_test:
	@echo skipping upstream tests

.PHONY: override_dh_elpa_test