[Pkg-golang-commits] [golang-defaults] 10/27: shut up, lintian

Michael Hudson-Doyle mwhudson-guest at moszumanska.debian.org
Wed Jul 19 21:48:37 UTC 2017


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

mwhudson-guest pushed a commit to tag debian/2%1.6-1ubuntu3
in repository golang-defaults.

commit 41779c6e4fe3d0ba6d64b2d4f8e46ea435f1e7ea
Author: Michael Hudson-Doyle <michael.hudson at canonical.com>
Date:   Wed Mar 9 14:25:08 2016 +1300

    shut up, lintian
---
 debian/control | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index eb43c3e..7d605a1 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,8 @@ Package: golang-go
 Architecture: any
 Depends: golang-${golang:GOVER}-go [armel armhf amd64 i386 arm64 ppc64 ppc64el s390x],
          golang-src (>= ${source:Version}) [armel armhf amd64 i386 arm64 ppc64 ppc64el s390x],
-         gccgo [!armel !armhf !amd64 !i386 !arm64 !ppc64 !ppc64el !s390x]
+         gccgo [!armel !armhf !amd64 !i386 !arm64 !ppc64 !ppc64el !s390x],
+         ${misc:Depends}
 Recommends: golang-race-detector-runtime [amd64]
 Description: Go programming language compiler, linker, compiled stdlib
  The Go programming language is an open source project to make programmers more
@@ -22,7 +23,6 @@ Description: Go programming language compiler, linker, compiled stdlib
  fast, statically typed, compiled language that feels like a dynamically typed,
  interpreted language.
  .
-
  This is a dependency package that depends on the default Go toolchain and
  compiled standard library. It currently depends on gccgo on architectures that
  do not have a native toolchain ("gc compiler") port but this will change soon
@@ -31,7 +31,8 @@ Description: Go programming language compiler, linker, compiled stdlib
 
 Package: golang-any
 Architecture: any
-Depends: golang-go
+Depends: golang-go,
+         ${misc:Depends}
 Description: Go programming language compiler, linker, compiled stdlib
  The Go programming language is an open source project to make programmers more
  productive. Go is expressive, concise, clean, and efficient. Its concurrency

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



More information about the pkg-golang-commits mailing list