diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2020-06-01 17:08:47 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2020-06-01 17:08:47 +0200 |
commit | d0b6a8a4ec298024f14f704f9e40a6f9d324ccf3 (patch) | |
tree | 8645f5abd7b89361a1c5ab67e0195c84bc2ceab0 /debian/patches/0100-messages_h.patch | |
parent | c2b8ba9336499ac930802e957f0d150399f3191e (diff) | |
parent | abf57604846230dc26afe8011aefb8e7bcc34333 (diff) |
Merge debian/watchdebian/1_5.1.2a-1
Diffstat (limited to 'debian/patches/0100-messages_h.patch')
-rw-r--r-- | debian/patches/0100-messages_h.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/debian/patches/0100-messages_h.patch b/debian/patches/0100-messages_h.patch deleted file mode 100644 index 612288c..0000000 --- a/debian/patches/0100-messages_h.patch +++ /dev/null @@ -1,19 +0,0 @@ -Description: correct include tag -Author: Jörg Frings-Fürst <debian@jff.email> -Forwarded: yes, via email -Last-Update: 2018-07-10 ---- -This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ -Index: trunk/app/bin/ctodesgn.c -=================================================================== ---- trunk.orig/app/bin/ctodesgn.c -+++ trunk/app/bin/ctodesgn.c -@@ -29,7 +29,7 @@ - #include <ctype.h> - #include <math.h> - #include <string.h> --#include <messages.h> -+#include "messages.h" - - #include "ccurve.h" - #include "compound.h" |