File: rules

package info (click to toggle)
suggest-el 0.7-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 188 kB
  • sloc: lisp: 871; makefile: 17; sh: 7
file content (15 lines) | stat: -rwxr-xr-x 317 bytes parent folder | download | duplicates (3)
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 auto_install

override_dh_installchangelogs:
	dh_installchangelogs CHANGELOG.md

.PHONY: override_dh_auto_build override_dh_auto_install override_dh_installchangelogs