File: rules

package info (click to toggle)
libixion 0.17.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,980 kB
  • sloc: cpp: 18,421; sh: 4,373; makefile: 389; python: 241
file content (36 lines) | stat: -rwxr-xr-x 859 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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

include /usr/share/dpkg/architecture.mk

%:
	dh $@

override_dh_autoreconf-indep:
override_dh_auto_configure-indep:
	@# nothing

override_dh_auto_configure-arch:
	dh_auto_configure -- --disable-silent-rules --with-boost-libdir=/usr/lib/$(DEB_HOST_MULTIARCH) --enable-static

override_dh_auto_build-indep:
	cd doc && \
		doxygen doxygen.conf && \
		mkdir tmp && sphinx-build -v -a . tmp

override_dh_auto_test-arch:
	PYTHONPATH="$(CURDIR)/src/python/.libs" dh_auto_test

override_dh_missing:
	rm -f debian/tmp/usr/lib/x86_64-linux-gnu/libixion-0.17.la
	dh_missing

override_dh_makeshlibs:
	dh_makeshlibs -VNone

override_dh_installdocs:
	# Ignore Policy v3.9.7 ยง12.3 for now
	dh_installdocs -plibixion-doc --doc-main-package=libixion-doc
	dh_installdocs --remaining-packages