diff options
author | Jörg Frings-Fürst <debian@jff-webhsoting.net> | 2019-07-13 18:38:58 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhsoting.net> | 2019-07-13 18:38:58 +0200 |
commit | b6e126f1cae754951cedb0659a4c383eb2db5f7c (patch) | |
tree | c9e290b679b02fc1f052c19283015b9e2f8ada43 /debian/patches | |
parent | 9e4c4c49fad21372f7f2e95f65d2932a7e024eef (diff) |
Add patch description
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/0001-missing_pthread.patch | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/patches/0001-missing_pthread.patch b/debian/patches/0001-missing_pthread.patch index 8afe6ae..1567ac4 100644 --- a/debian/patches/0001-missing_pthread.patch +++ b/debian/patches/0001-missing_pthread.patch @@ -1,3 +1,8 @@ +Description: Add missing pthread to build system +Author: Jörg Frings-Fürst <debian@jff.email> +Last-Update: 2019-07-13 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ Index: trunk/CMakeLists.txt =================================================================== --- trunk.orig/CMakeLists.txt |