~ucl-cs-study-devs/activityfinder/xfwm4-4.11.1-2ubuntu2

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed -Wl,-O1 -Wl,-z,defs
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
export DEB_CPPFLAGS_MAINT_APPEND=-DMONITOR_ROOT_PIXMAP
export NOCONFIGURE=1

override_dh_strip:
	dh_strip --dbg-package=xfwm4-dbg

override_dh_autoreconf:
	dh_autoreconf xdt-autogen

override_dh_auto_configure:
	dh_auto_configure -- --disable-silent-rules

%:
	dh $@ --parallel --with autoreconf