File: rules

package info (click to toggle)
use-package 2.3%2Brepack-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 128 kB
  • ctags: 103
  • sloc: lisp: 889; makefile: 5
file content (9 lines) | stat: -rwxr-xr-x 139 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

%:
	dh $@ --parallel --with elpa

override_dh_elpa_test:
	@echo skipping upstream tests

.PHONY: override_dh_elpa_test