[Pkg-golang-commits] [golang] 01/01: 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 Nov 4 08:24:22 UTC 2015
This is an automated email from the git hooks/post-receive script.
tianon pushed a commit to branch debian-sid
in repository golang.
commit 962026aef292b7469e7b6a191d237fd0878a040a
Author: Tianon Gravi <tianon at debian.org>
Date: Wed Nov 4 00:24:16 2015 -0800
Switch from using "${source:Version}" for inter-package dependencies to using "${binary:Version}" so that binNMUs work properly
---
debian/changelog | 7 +++++++
debian/control | 8 ++++----
2 files changed, 11 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 09d6625..a8a8190 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+golang (2:1.5.1-5) UNRELEASED; urgency=medium
+
+ * 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, 04 Nov 2015 00:23:16 -0800
+
golang (2:1.5.1-4) unstable; urgency=medium
* Add Conflicts to force newer golang-go.tools too (Closes: #803559)
diff --git a/debian/control b/debian/control
index 03fa8b1..3b79800 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 (>= ${source:Version}),
+Depends: golang-src (= ${binary: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 (>= ${source:Version}),
- golang-go (>= ${source:Version}),
- golang-src (>= ${source:Version}),
+Depends: golang-doc (= ${binary:Version}),
+ golang-go (= ${binary:Version}),
+ golang-src (= ${binary: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