File: rules

package info (click to toggle)
gnome-dictionary 3.26.1-6
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 4,968 kB
  • sloc: ansic: 12,740; xml: 132; sh: 97; makefile: 8
file content (12 lines) | stat: -rwxr-xr-x 278 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,defs -Wl,-O1 -Wl,--as-needed

%:
	dh $@ --with gnome,gir --buildsystem=meson

override_dh_auto_configure:
	dh_auto_configure -- \
		-Dbuild_man=true \
		-Duse_ipv6=true