File: rules

package info (click to toggle)
libquazip1-qt6 1.4-1.1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 980 kB
  • sloc: cpp: 6,222; ansic: 3,800; makefile: 11
file content (17 lines) | stat: -rwxr-xr-x 304 bytes parent folder | download | duplicates (3)
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
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- -DQUAZIP_QT_MAJOR_VERSION=6

execute_after_dh_auto_build:
	doxygen

execute_after_dh_auto_clean:
	rm -rf doc