summaryrefslogtreecommitdiff
path: root/debian/rules
blob: 955ab1f4ada279d141118f106e37fee495db3694 (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 $@ --sourcedirectory=tikzit --no-parallel

override_dh_auto_clean:
	find tikzit/src -name "*.d" -exec rm -f {} \;
	dh_auto_clean --sourcedirectory=tikzit