[Pkg-golang-commits] [golang] 01/01: Revert "Switch from using "${source:Version}" for inter-package dependencies to using "${binary:Version}" so that binNMUs work properly"

Tianon Gravi tianon at debian.org
Wed Jan 6 03:51:37 UTC 2016


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

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

commit e6faa7a35c754139f1aafba363b656967fed5c16
Author: Tianon Gravi <tianon at debian.org>
Date:   Tue Jan 5 19:50:00 2016 -0800

    Revert "Switch from using "${source:Version}" for inter-package dependencies to using "${binary:Version}" so that binNMUs work properly"
    
    This reverts commits 962026aef292b7469e7b6a191d237fd0878a040a.and 0e94da6c2b72a74ca693f0faace6ba004a2e7c8b.
    
    Revert because #799252 was already fixed when I switched from "=" to ">=" in the refactoring for 1.5.
---
 debian/changelog | 2 --
 debian/control   | 8 ++++----
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8010d2e..566308b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,6 @@
 golang (2:1.5.2-1) UNRELEASED; urgency=medium
 
   * Update to 1.5.2 upstream release (Closes: #807136)
-  * Switch from using "${source:Version}" for inter-package dependencies to
-    using "${binary:Version}" so that binNMUs work properly (Closes: #799252)
 
  -- Tianon Gravi <tianon at debian.org>  Sun, 06 Dec 2015 16:54:36 -0800
 
diff --git a/debian/control b/debian/control
index 3b79800..03fa8b1 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,7 @@ Homepage: https://golang.org
 
 Package: golang-go
 Architecture: amd64 arm64 armel armhf i386 ppc64 ppc64el
-Depends: golang-src (= ${binary:Version}),
+Depends: golang-src (>= ${source:Version}),
          ${misc:Depends},
          ${perl:Depends},
          ${shlibs:Depends}
@@ -96,9 +96,9 @@ Description: Go programming language - documentation
  --http=:6060", and then visiting http://localhost:6060/doc/install.html.
 
 Package: golang
-Depends: golang-doc (= ${binary:Version}),
-         golang-go (= ${binary:Version}),
-         golang-src (= ${binary:Version}),
+Depends: golang-doc (>= ${source:Version}),
+         golang-go (>= ${source:Version}),
+         golang-src (>= ${source:Version}),
          ${misc:Depends}
 Architecture: all
 Description: Go programming language compiler - metapackage

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