From 001aa2e7457382fc6e8bf8bf7b14dd53af99bfed Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sat, 8 Sep 2018 22:48:06 +0200 Subject: debian/rules: Enable X2Go and Ogon awareness. Enable all hardening build flags. --- debian/rules | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/rules b/debian/rules index dd9063b..10bd6f4 100755 --- a/debian/rules +++ b/debian/rules @@ -1,4 +1,17 @@ #!/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 + dh $@ + +override_dh_auto_configure: + dh_auto_configure $(DHFLAGS) -- \ + --disable-silent-rules \ + --enable-x2go \ + --enable-ogon \ + $(NULL) -- cgit v1.2.3