File: rules

package info (click to toggle)
libcommuni 3.7.0-2.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,452 kB
  • sloc: cpp: 18,969; sh: 298; ansic: 139; makefile: 13
file content (23 lines) | stat: -rwxr-xr-x 473 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/usr/bin/make -f

#export DH_VERBOSE=1

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_CFLAGS_MAINT_APPEND  = -Wall -pedantic

export QT_SELECT=qt5

%:
	dh $@ --buildsystem=qmake
	
override_dh_auto_test:
	LD_LIBRARY_PATH=$(CURDIR)/lib dh_auto_test - $@

override_dh_auto_configure-indep:

override_dh_auto_build-indep:
	doxygen

override_dh_installdocs:
	dh_installdocs --doc-main-package=libcommuni-doc -p libcommuni-doc
	dh_installdocs --remaining-packages