File: rules

package info (click to toggle)
ht-el 2.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 128 kB
  • sloc: lisp: 535; makefile: 23
file content (13 lines) | stat: -rwxr-xr-x 249 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

%:
	dh $@ --with elpa

override_dh_auto_build:
	@echo skipping upstream build

override_dh_installchangelogs:
	dh_installchangelogs CHANGELOG.md
	dh_installchangelogs

.PHONY: override_dh_auto_build override_dh_installchangelogs