summaryrefslogtreecommitdiff
path: root/debian/rules
blob: 5c7aec6e21cddc823115edc214960095ecd72aaf (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f


override_dh_strip:
	dh_strip --dbg-package=libsodium-dbg

%:
	dh $@ --with autoreconf -Bbuild

.PHONY: override_dh_strip