[Pkg-golang-commits] [golang] 03/05: Work around debhelper bug #879762

Michael Hudson-Doyle mwhudson-guest at moszumanska.debian.org
Thu Oct 26 10:02:09 UTC 2017


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

mwhudson-guest pushed a commit to branch golang-1.8
in repository golang.

commit 226f158754889d0c89966da73a1a89ce62f72587
Author: Michael Hudson-Doyle <michael.hudson at canonical.com>
Date:   Thu Oct 26 13:45:49 2017 +1300

    Work around debhelper bug #879762
---
 debian/control                  | 1 -
 debian/gbp.conf                 | 1 -
 debian/rules                    | 1 -
 debian/source/lintian-overrides | 1 -
 debian/watch                    | 1 -
 5 files changed, 5 deletions(-)

diff --git a/debian/control b/debian/control
index 20624f1..66ffe5e 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,6 @@
 #
 # WARNING: "debian/control" is generated via "debian/rules gencontrol" (sourced from "debian/control.in")
 #
-
 Source: golang-1.8
 Section: devel
 Priority: optional
diff --git a/debian/gbp.conf b/debian/gbp.conf
index abfa348..d2daae5 100644
--- a/debian/gbp.conf
+++ b/debian/gbp.conf
@@ -1,7 +1,6 @@
 #
 # WARNING: "debian/gbp.conf" is generated via "debian/rules gencontrol" (sourced from "debian/gbp.conf.in")
 #
-
 [DEFAULT]
 debian-branch = golang-1.8
 debian-tag = debian/%(version)s
diff --git a/debian/rules b/debian/rules
index 1f31c97..09009ca 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,7 +27,6 @@ gencontrol:
 			echo '#'; \
 			echo '# WARNING: "debian/'$$file'" is generated via "debian/rules gencontrol" (sourced from "debian/'$$file'.in")'; \
 			echo '#'; \
-			echo; \
 			sed -e 's/X.Y/$(GOVER)/g' debian/$$file.in; \
 		} > debian/$$file; \
 	done
diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
index f7e103f..79cc67b 100644
--- a/debian/source/lintian-overrides
+++ b/debian/source/lintian-overrides
@@ -1,7 +1,6 @@
 #
 # WARNING: "debian/source/lintian-overrides" is generated via "debian/rules gencontrol" (sourced from "debian/source/lintian-overrides.in")
 #
-
 golang-1.8 source: source-contains-prebuilt-binary src/debug/dwarf/testdata/typedef.elf
 golang-1.8 source: source-contains-prebuilt-binary src/debug/elf/testdata/gcc-amd64-linux-exec
 golang-1.8 source: source-contains-prebuilt-binary src/debug/elf/testdata/go-relocation-test-gcc441-x86.obj
diff --git a/debian/watch b/debian/watch
index 803552c..3522a44 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,7 +1,6 @@
 #
 # WARNING: "debian/watch" is generated via "debian/rules gencontrol" (sourced from "debian/watch.in")
 #
-
 version=3
 opts=\
 uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/,\

-- 
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