summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhsoting.net>2020-06-01 18:59:44 +0200
committerJörg Frings-Fürst <debian@jff-webhsoting.net>2020-06-01 18:59:44 +0200
commited50178f4e337c898740989a5c2f9ada1c4d5dcf (patch)
treeec165f4a647377703aa6f637b30a08c6cb555e0c /debian
parent6481d3afa109777400075a27edfbdd40dfd80ef1 (diff)
Refresh patches
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
-rw-r--r--debian/patches/0001-missing_pthread.patch8
2 files changed, 11 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 7f6ddb7..62e9f43 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+uriparser (0.9.4-1) UNRELEASED; urgency=medium
+
+ * New upstream release.
+ - Refresh patch.
+
+ -- Jörg Frings-Fürst <debian@jff.email> Mon, 01 Jun 2020 18:52:03 +0200
+
uriparser (0.9.3-2) unstable; urgency=medium
* Fix FTBFS:
diff --git a/debian/patches/0001-missing_pthread.patch b/debian/patches/0001-missing_pthread.patch
index 1567ac4..a7aa3cc 100644
--- a/debian/patches/0001-missing_pthread.patch
+++ b/debian/patches/0001-missing_pthread.patch
@@ -7,7 +7,7 @@ Index: trunk/CMakeLists.txt
===================================================================
--- trunk.orig/CMakeLists.txt
+++ trunk/CMakeLists.txt
-@@ -212,7 +212,8 @@ if(URIPARSER_BUILD_TOOLS)
+@@ -217,7 +217,8 @@ if(URIPARSER_BUILD_TOOLS)
tool/uriparse.c
)
@@ -17,15 +17,15 @@ Index: trunk/CMakeLists.txt
if(HAIKU)
# Function inet_ntop needs -lsocket or -lnetwork (see pull request #45)
-@@ -245,6 +246,7 @@ if(URIPARSER_BUILD_TESTS)
+@@ -258,6 +259,7 @@ if(URIPARSER_BUILD_TESTS)
enable_testing()
- find_package(GTest 1.8.1 REQUIRED)
+ find_package(GTest 1.8.0 REQUIRED)
+ find_package(Threads REQUIRED)
add_executable(testrunner
test/FourSuite.cpp
-@@ -274,7 +276,7 @@ if(URIPARSER_BUILD_TESTS)
+@@ -287,7 +289,7 @@ if(URIPARSER_BUILD_TESTS)
)
target_link_libraries(testrunner PUBLIC