diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2020-05-03 15:09:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2020-05-03 15:09:10 +0000 |
commit | dc2846c02aa57bca4588674d8aaf2f56d8f8efb1 (patch) | |
tree | 57c028799b39444ab6dd50448f549a6eb1898af7 | |
parent | Merging upstream version 0.5. (diff) | |
download | xlunzip-dc2846c02aa57bca4588674d8aaf2f56d8f8efb1.tar.xz xlunzip-dc2846c02aa57bca4588674d8aaf2f56d8f8efb1.zip |
Removing gcc-10.patch, included upstream.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/patches/debian/0001-gcc-10.patch | 15 | ||||
-rw-r--r-- | debian/patches/series | 1 |
2 files changed, 0 insertions, 16 deletions
diff --git a/debian/patches/debian/0001-gcc-10.patch b/debian/patches/debian/0001-gcc-10.patch deleted file mode 100644 index 1db21f9..0000000 --- a/debian/patches/debian/0001-gcc-10.patch +++ /dev/null @@ -1,15 +0,0 @@ -Author: Daniel Baumann <daniel.baumann@progress-linux.org> -Description: Fixing FTBFS with GCC-10 (Closes: #957986). - -diff -Naurp xlunzip.orig/in_place.c xlunzip/in_place.c ---- xlunzip.orig/in_place.c -+++ xlunzip/in_place.c -@@ -146,7 +146,7 @@ const char * set_file_sizes( struct File - } - - --const char * global_name; -+static const char * global_name; - static void error(char *x) { show_file_error( global_name, x, 0 ); } - - diff --git a/debian/patches/series b/debian/patches/series deleted file mode 100644 index ab491a0..0000000 --- a/debian/patches/series +++ /dev/null @@ -1 +0,0 @@ -debian/0001-gcc-10.patch |