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

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS)
CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS)
LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS)

%:
	dh $@

override_dh_auto_clean:
	rm -f GUDHIVersion.cmake
	dh_auto_clean

override_dh_auto_install:
	dh_auto_install --destdir=debian/tmp/