File: rules

package info (click to toggle)
use-package 2.4.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 520 kB
  • sloc: lisp: 4,340; makefile: 138
file content (16 lines) | stat: -rwxr-xr-x 308 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

%:
	dh $@ --with elpa

override_dh_auto_build:
	@make info

override_dh_auto_install:
	@echo do not run make install

override_dh_installchangelogs:
	dh_installchangelogs NEWS.md
	dh_installchangelogs

.PHONY: override_dh_auto_build override_dh_auto_install override_dh_installchangelogs