[Pkg-golang-commits] [golang] 01/01: add patches/add-src-pkg-debug-elf-testdata-hello.patch

Michael Stapelberg michael at stapelberg.de
Tue Dec 31 18:26:02 UTC 2013


This is an automated email from the git hooks/post-receive script.

stapelberg pushed a commit to branch debian-sid
in repository golang.

commit f3bac4df22adcdd6ff99eaf351605cf7872c7319
Author: Michael Stapelberg <stapelberg at debian.org>
Date:   Tue Dec 31 18:28:47 2013 +0100

    add patches/add-src-pkg-debug-elf-testdata-hello.patch
    
    …to provide source for the testdata/ ELF binaries
    
    Closes: #716853
---
 debian/changelog                                        |  7 +++++++
 .../patches/add-src-pkg-debug-elf-testdata-hello.patch  | 17 +++++++++++++++++
 debian/patches/series                                   |  1 +
 3 files changed, 25 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index da3c6d6..f5dbf8f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+golang (2:1.2-2) unstable; urgency=low
+
+  * add patches/add-src-pkg-debug-elf-testdata-hello.patch to provide source
+    for the testdata/ ELF binaries (Closes: #716853)
+
+ -- Michael Stapelberg <stapelberg at debian.org>  Tue, 31 Dec 2013 18:28:29 +0100
+
 golang (2:1.2-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/patches/add-src-pkg-debug-elf-testdata-hello.patch b/debian/patches/add-src-pkg-debug-elf-testdata-hello.patch
new file mode 100644
index 0000000..4518bd1
--- /dev/null
+++ b/debian/patches/add-src-pkg-debug-elf-testdata-hello.patch
@@ -0,0 +1,17 @@
+Description: Source file to fix http://bugs.debian.org/716853
+Author: Michael Stapelberg <stapelberg at 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");
++}
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..6da8b45
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+add-src-pkg-debug-elf-testdata-hello.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-golang/golang.git



More information about the pkg-golang-commits mailing list