File: rules

package info (click to toggle)
markdown-mode 2.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,484 kB
  • sloc: lisp: 14,543; makefile: 69; sh: 17
file content (18 lines) | stat: -rwxr-xr-x 400 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

# work around unfortunate versions in upstream snapshots

include /usr/share/dpkg/pkg-info.mk
export DEB_VERSION_UPSTREAM

%:
	dh $@ --with elpa

override_dh_auto_build:
	@echo Using dh-elpa for build/install instead of upstream Makefile

override_dh_auto_test:
	@echo Using dh_elpa_test to run tests instead of upstream Makefile

override_dh_auto_clean:
	rm -f *.elc tests/*.elc