summaryrefslogtreecommitdiff
path: root/debian/rules
blob: 1034409c69e1cb9b96a2edd71accc055aee494eb (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_LDFLAGS_MAINT_APPEND = -Wl,-O1 -Wl,-z,defs -Wl,--as-needed

%:
	dh $@ --with gnome

override_dh_missing:
	dh_missing --fail-missing
bgstack15