File: rules

package info (click to toggle)
flycheck 32~git.20200527.9c435db3-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,808 kB
  • sloc: lisp: 16,137; python: 739; makefile: 245; cpp: 24; ruby: 23; perl: 21; ada: 17; f90: 16; haskell: 15; javascript: 15; erlang: 14; xml: 14; ansic: 12; sh: 10; php: 9; tcl: 8; fortran: 3; vhdl: 2; sql: 1; awk: 1
file content (22 lines) | stat: -rwxr-xr-x 713 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/usr/bin/make -f

%:
	dh $@ --with elpa,sphinxdoc

override_dh_installchangelogs:
	cat CHANGES.rst CHANGES.old > debian/.debhelper/changelog
	dh_installchangelogs debian/.debhelper/changelog

override_dh_auto_build:
	( cd doc && make OFFLINE=yes html )

# Temporary workaround for
# https://github.com/jorgenschaefer/emacs-buttercup/issues/230
override_dh_auto_test:
	buttercup --eval '(setq comp-enable-subr-trampolines nil)' -L .

# The file flycheck.html in the _downloads subdir is generated from
# the old texinfo manual, which is deprecated by upstream.  Don't
# install it as parts could be out-of-date
override_dh_installdocs:
	dh_installdocs --link-doc=elpa-flycheck --exclude=_downloads/flycheck.html