summaryrefslogtreecommitdiff
path: root/debian/rules
blob: 83a31be9ec5c58e5d889210db293a7664d0dd5b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f
# export DH_VERBOSE = 1

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_clean:
	find src -name "*.d" -exec rm -f {} \;
	dh_clean