File: rules

package info (click to toggle)
load-relative-el 1.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 268 kB
  • sloc: lisp: 492; makefile: 91; sh: 86; ruby: 16
file content (15 lines) | stat: -rwxr-xr-x 291 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

%:
	dh $@ --with elpa

override_dh_auto_build:
	@echo skipping upstream build

override_dh_auto_install:
	@echo skipping upstream install

override_dh_auto_test:
	@echo skipping upstream test

.PHONY: override_dh_auto_build override_dh_auto_install override_dh_auto_test