debian/tests/test-compilation-and-link.sh: Fixed broken DEP-8 test...

{debian/changelog,version.txt}: Bumped version...
parent ea393877
pistache (0.0.002-git20200113-kip1) eoan; urgency=medium
* Latest upstream.
* Fixed DEP-8 debian/test/test-compilation-and-link.sh
-- Kip Warner <kip@thevertigo.com> Mon, 13 Jan 2020 20:15:48 -0800
pistache (0.0.002-git20200111-kip1) eoan; urgency=medium
* Latest upstream.
......
#!/bin/sh
#
# Pistache.
# Copyright (C) 2015-2019 Mathieu Stefani. Released under the terms of the
# Copyright (C) 2015-2020 Mathieu Stefani. Released under the terms of the
# Apache License 2.0.
#
......@@ -21,7 +21,7 @@ cat <<EOF > pistache_test.cpp
int main()
{
Pistache::Http::Endpoint endpoint("*:9080");
Pistache::Http::Endpoint endpoint(Pistache::Address("*:9080"));
return 0;
}
......
VERSION_MAJOR 0
VERSION_MINOR 0
VERSION_PATCH 002
VERSION_GIT_DATE 20200111
VERSION_GIT_DATE 20200113
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment