Release v0.4.3

This commit is contained in:
Sukchan Lee 2019-06-22 04:05:09 +00:00
parent aeedf01d6a
commit 2ac74ef6ac
1 changed files with 1 additions and 1 deletions

2
debian/rules vendored
View File

@ -22,7 +22,7 @@ override_dh_auto_test:
if ! cat /proc/net/protocols | grep SCTP > /dev/null; then \
sctp_exclude_list="-x sctp-test"; \
fi; \
tests/testunit -f test/sample.conf $$sctp_exclude_list || exit; \
tests/testunit -f ./tests/sample.conf $$sctp_exclude_list || exit; \
#override_dh_makeshlibs:
# dh_makeshlibs -V