File: rules

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