summaryrefslogtreecommitdiff
path: root/debian/rules
blob: 7c05bb6846b1195f07d6c4cc53d6348514bdc447 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f
-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk

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

%:
	dh $@ --with gnome

override_dh_missing:
	dh_missing --fail-missing
bgstack15