File: rules

package info (click to toggle)
glibmm2.4 2.66.8-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 10,064 kB
  • sloc: xml: 110,282; cpp: 18,559; perl: 5,503; python: 2,102; makefile: 355; sh: 246
file content (17 lines) | stat: -rwxr-xr-x 386 bytes parent folder | download | duplicates (4)
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
export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 -Wl,-z,defs

%:
	dh $@ --buildsystem=meson --without autoreconf

override_dh_auto_configure:
	dh_auto_configure -- \
		-Dmaintainer-mode=true \
		-Dbuild-documentation=true \
		-Dwarnings=max

# Don't compress doxygen tag files
override_dh_compress:
	dh_compress -X.tag -X.cc