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

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

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

%:
	dh $@ --with autoreconf -Bbuild --parallel

.PHONY: override_dh_strip