diff options
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/patches/0001-missing_pthread.patch | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index cc75f85..4c1fbae 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,8 @@ uriparser (0.9.8+dfsg-2) unstable; urgency=medium * Declare compliance with Debian Policy 4.7.0.1 (No changes needed). * debian/copyright: - Rewrite to make lrc happy. + * debian/patches/0001-missing_pthread.patch: + - Add Forwarded: not-needed. -- Jörg Frings-Fürst <debian@jff.email> Fri, 12 Jul 2024 09:17:33 +0200 diff --git a/debian/patches/0001-missing_pthread.patch b/debian/patches/0001-missing_pthread.patch index 0d6db5a..d1a3316 100644 --- a/debian/patches/0001-missing_pthread.patch +++ b/debian/patches/0001-missing_pthread.patch @@ -1,6 +1,7 @@ Description: Add missing pthread to build system Author: Jörg Frings-Fürst <debian@jff.email> Last-Update: 2019-07-13 +Forwarded: not-needed --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ Index: trunk/CMakeLists.txt |