File: rules

package info (click to toggle)
persist-el 0.4%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 92 kB
  • sloc: lisp: 216; makefile: 30
file content (10 lines) | stat: -rwxr-xr-x 218 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_auto_build:
	@echo Ignoring upstream Makefile and building with dh-elpa.

override_dh_auto_install:
	@echo Ignoring upstream Makefile and installing with dh-elpa.