File: rules

package info (click to toggle)
rtags 2.38-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 5,340 kB
  • sloc: cpp: 49,532; lisp: 5,364; ansic: 1,637; sh: 558; python: 298; objc: 81; makefile: 28
file content (29 lines) | stat: -rwxr-xr-x 770 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#!/usr/bin/make -f

include /usr/share/dpkg/default.mk
export DEB_VERSION_UPSTREAM
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_CXXFLAGS_MAINT_APPEND=-ffile-prefix-map=$(CURDIR)=.

%:
	dh $@ --buildsystem=cmake

override_dh_auto_configure:
	dh_auto_configure -- \
		-DRTAGS_NO_ELISP_FILES=1

override_dh_auto_test:
	dh_auto_test --no-parallel

override_dh_install:
	dh_install
	dh_elpa

override_dh_installdocs:
	dh_installdocs -p rtags
	dh_installdocs -p elpa-rtags
	dh_installdocs -p elpa-ac-rtags --link-doc=elpa-rtags
	dh_installdocs -p elpa-company-rtags --link-doc=elpa-rtags
	dh_installdocs -p elpa-flycheck-rtags --link-doc=elpa-rtags
	dh_installdocs -p elpa-helm-rtags --link-doc=elpa-rtags
	dh_installdocs -p elpa-ivy-rtags --link-doc=elpa-rtags