File: rules

package info (click to toggle)
libqalculate 2.8.2-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 13,604 kB
  • sloc: cpp: 75,663; sh: 4,851; makefile: 87; xml: 42
file content (17 lines) | stat: -rwxr-xr-x 359 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_test:

override_dh_installdocs:
	dh_installdocs
	dh_installdocs --doc-main-package=libqalculate-doc -plibqalculate-doc
	rm -rf debian/libqalculate-doc/usr/share/doc/libqalculate-dev/

override_dh_auto_build:
	cd docs/reference && doxygen Doxyfile
	dh_auto_build