[Pkg-golang-commits] [golang-defaults] 01/05: Add another case of ">= ${source:Version}"

Tianon Gravi tianon at debian.org
Fri Apr 29 04:35:44 UTC 2016


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

tianon pushed a commit to branch master
in repository golang-defaults.

commit e517df6c86be2a2fcf30269743186844c2811743
Author: Tianon Gravi <admwiggin at gmail.com>
Date:   Thu Apr 28 21:33:36 2016 -0700

    Add another case of ">= ${source:Version}"
---
 debian/control | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 87fb3bf..0297e2f 100644
--- a/debian/control
+++ b/debian/control
@@ -96,7 +96,9 @@ Description: Go programming language - source files
  source code, which is needed for the go build process.
 
 Package: golang-doc
-Depends: golang-${golang:GOVER}-doc, golang-go, ${misc:Depends}
+Depends: golang-${golang:GOVER}-doc,
+         golang-go (>= ${source:Version}),
+         ${misc:Depends}
 Architecture: all
 Section: doc
 Description: Go programming language - documentation

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