File: rules

package info (click to toggle)
kotlin-mode 0.0~git20230123.fddd747-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 960 kB
  • sloc: lisp: 3,453; sh: 69; makefile: 45
file content (10 lines) | stat: -rwxr-xr-x 189 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/installing with dh-elpa.

override_dh_auto_install:
override_dh_auto_test: