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

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed

#export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_clean:
	dh_clean
	$(RM) -r config.log config.status scripts/Makefile src/Makefile tech/Makefile
	$(RM) -r tech/osu018/Makefile tech/osu035/Makefile tech/osu050/Makefile
	# These are needed because an upstream bug: (remove when fixed)
	$(RM) src/readliberty.o src/hash.o