File: rules

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

%:
	dh $@ --with elpa

execute_after_dh_auto_clean:
	# Clean up left over test files from previous runs.
	-rm -rf persist-defined-location/

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.