File: rules

package info (click to toggle)
hungry-delete-el 1.1.5-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 84 kB
  • sloc: lisp: 133; makefile: 9
file content (9 lines) | stat: -rwxr-xr-x 130 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

%:
	dh $@ --with elpa

override_dh_auto_clean:
	@echo skipping upstream clean

.PHONY: override_dh_auto_clean