Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pistache
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
pistache
Commits
56610d7e
Unverified
Commit
56610d7e
authored
Jan 13, 2020
by
Kip Warner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
debian/tests/test-compilation-and-link.sh: Fixed broken DEP-8 test...
{debian/changelog,version.txt}: Bumped version...
parent
ea393877
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
3 deletions
+10
-3
debian/changelog
debian/changelog
+7
-0
debian/tests/test-compilation-and-link.sh
debian/tests/test-compilation-and-link.sh
+2
-2
version.txt
version.txt
+1
-1
No files found.
debian/changelog
View file @
56610d7e
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
pistache (0.0.002-git20200111-kip1) eoan; urgency=medium
* Latest upstream.
* Latest upstream.
...
...
debian/tests/test-compilation-and-link.sh
View file @
56610d7e
#!/bin/sh
#!/bin/sh
#
#
# Pistache.
# Pistache.
# Copyright (C) 2015-20
19
Mathieu Stefani. Released under the terms of the
# Copyright (C) 2015-20
20
Mathieu Stefani. Released under the terms of the
# Apache License 2.0.
# Apache License 2.0.
#
#
...
@@ -21,7 +21,7 @@ cat <<EOF > pistache_test.cpp
...
@@ -21,7 +21,7 @@ cat <<EOF > pistache_test.cpp
int main()
int main()
{
{
Pistache::Http::Endpoint endpoint(
"*:9080"
);
Pistache::Http::Endpoint endpoint(
Pistache::Address("*:9080")
);
return 0;
return 0;
}
}
...
...
version.txt
View file @
56610d7e
VERSION_MAJOR 0
VERSION_MAJOR 0
VERSION_MINOR 0
VERSION_MINOR 0
VERSION_PATCH 002
VERSION_PATCH 002
VERSION_GIT_DATE 2020011
1
VERSION_GIT_DATE 2020011
3
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment