From 02c4bad583a19574ea463888fcb7e40320ef5ef8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Ferrari?= <tincho@debian.org> Date: Tue, 15 Nov 2016 19:20:45 +0100 Subject: [PATCH] debian/control: Add Breaks field to avoid collisions with pre-split package. Closes: #844435. --- debian/changelog | 7 +++++++ debian/control | 1 + 2 files changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index 3a238b3..b3745cb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +golang-golang-x-oauth2 (0.0~git20161103.0.36bc617-4) UNRELEASED; urgency=medium + + * debian/control: Add Breaks field to avoid collisions with pre-split + package. Closes: #844435. + + -- MartÃn Ferrari <tincho@debian.org> Tue, 15 Nov 2016 19:20:19 +0100 + golang-golang-x-oauth2 (0.0~git20161103.0.36bc617-3) unstable; urgency=medium * Use legacy import paths for Google stuff. diff --git a/debian/control b/debian/control index 0474c39..48bd428 100644 --- a/debian/control +++ b/debian/control @@ -32,6 +32,7 @@ Depends: ${misc:Depends}, golang-golang-x-oauth2-dev (= ${source:Version}), golang-google-appengine-dev, golang-google-cloud-compute-metadata-dev (>= 0.0~git20160615-5~), +Breaks: golang-golang-x-oauth2-dev (<= 0.0~git20161103.0.36bc617-2) Built-Using: ${misc:Built-Using} Description: Google APIs support for OAuth2 Package oauth2/google provides support for making OAuth2 authorized and -- GitLab