make releasecheck
/bin/sh: 10: git: not found
/bin/sh: 15: git: not found
tar: This does not look like a tar archive
tar: Exiting with failure status due to previous errors
make: *** [Makefile:184: releasetar] Error 2
LANG: C
script:
- apt-get -qy update >/dev/null
+ - apt-get -qy install git >/dev/null # for "make releasecheck"
- apt-get -qy install autoconf make gcc libpcap-dev >/dev/null
- apt-get -qy install shellcheck >/dev/null
- ./autogen.sh