File: rules

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

# work around unfortunate versions in upstream snapshots

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

# increase max-specpdl-size by 100 since dh_elpa_test does not
# byte-compile the test suite before running it, unlike upstream's
# Makefile
export DH_ELPA_TEST_DISABLE=1

%:
	dh $@ --with elpa

override_dh_auto_test:
	make -C tests test