File: rules

package info (click to toggle)
py-autopep8-el 2016.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 200 kB
  • sloc: lisp: 104; sh: 98; python: 22; makefile: 9
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