File: rules

package info (click to toggle)
avy 0.5.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 216 kB
  • sloc: lisp: 1,883; makefile: 20
file content (10 lines) | stat: -rwxr-xr-x 175 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

%:
	dh $@ --with elpa

override_dh_installchangelogs:
	dh_installchangelogs doc/Changelog.org
	dh_installchangelogs

.PHONY: override_dh_installchangelogs