Open adrelanos opened 7 years ago
fwiw, in debian/rules I tried this without any positive result:
override_dh_auto_configure:
! [ -e debian/micro-revision.i ] || cp debian/micro-revision.i src/or/micro-revision.i
dh_auto_configure -- \
$(confflags) \
--prefix=/usr \
--mandir=\$${prefix}/share/man \
--infodir=\$${prefix}/share/info \
--localstatedir=/var \
--sysconfdir=/etc \
--disable-silent-rules \
--enable-gcc-warnings-advisory \
--enable-tor2web-mode \
--disable-unittests <--
Hey! Any fix for that, even if manual? cc @evilaliv3
SOLVED:
Just add this to debian/rules:
override_dh_auto_test:
echo "Skip dh_auto_test"
From https://github.com/globaleaks/Tor2web/wiki/Installation-Guide
Apply manually a small patch to pass make check-TESTS of debian built (TODO: fix test.c error):