summaryrefslogtreecommitdiff
path: root/debian/patches/add-src-pkg-debug-elf-testdata-hello.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/add-src-pkg-debug-elf-testdata-hello.patch')
-rw-r--r--debian/patches/add-src-pkg-debug-elf-testdata-hello.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/debian/patches/add-src-pkg-debug-elf-testdata-hello.patch b/debian/patches/add-src-pkg-debug-elf-testdata-hello.patch
deleted file mode 100644
index 4518bd157..000000000
--- a/debian/patches/add-src-pkg-debug-elf-testdata-hello.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Description: Source file to fix http://bugs.debian.org/716853
-Author: Michael Stapelberg <stapelberg@debian.org>
-Last-Update: 2013-12-31
-Forwarded: https://codereview.appspot.com/46780043
-
-Index: golang/src/pkg/debug/elf/testdata/hello.c
-===================================================================
---- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ golang/src/pkg/debug/elf/testdata/hello.c 2013-12-31 18:25:09.268498582 +0100
-@@ -0,0 +1,7 @@
-+#include <stdio.h>
-+
-+void
-+main(int argc, char *argv[])
-+{
-+ printf("hello, world\n");
-+}