File: rules

package info (click to toggle)
libusbgx 0.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,228 kB
  • sloc: ansic: 11,393; xml: 177; makefile: 69; sh: 60; cpp: 14
file content (18 lines) | stat: -rwxr-xr-x 332 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

execute_after_dh_auto_build:
	$(MAKE) doxygen-run

override_dh_auto_install-indep:
	dh_installdocs --indep -plibusbgx-doc \
		doxygen-doc/html
	dh_doxygen --indep -plibusbgx-doc

override_dh_auto_configure:
	dh_auto_configure -- \
		--disable-examples