summaryrefslogtreecommitdiff
path: root/debian/rules
blob: 986de64fd188fc7b64e0fa0b1e28f88905df6638 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

NULL=

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk

%:
	dh $@ --with autoreconf

override_dh_auto_configure:
	dh_auto_configure $(DHFLAGS) --		\
	        --disable-silent-rules		\
	        --enable-x2go			\
	        --enable-ogon			\
		--enable-introspection		\
	        $(NULL)