[From nobody Thu Mar 26 18:07:05 2026
Received: (at submit) by bugs.debian.org; 4 Oct 2018 20:31:11 +0000
X-Spam-Checker-Version: SpamAssassin 3.4.1-bugs.debian.org_2005_01_02
 (2015-04-28) on buxtehude.debian.org
X-Spam-Level: 
X-Spam-Status: No, score=-6.0 required=4.0 tests=ALL_TRUSTED,BAYES_00,
 DIGITS_LETTERS,EMPTY_BODY,HEADER_FROM_DIFFERENT_DOMAINS,MD5_SHA1_SUM,
 MURPHY_DRUGS_REL8,TXREP autolearn=no autolearn_force=no
 version=3.4.1-bugs.debian.org_2005_01_02
X-Spam-Bayes: score:0.0000 Tokens: new, 14; hammy, 150; neutral, 93; spammy,
 0. spammytokens: hammytokens:0.000-+--sk:salsad, 0.000-+--sk:salsa.d,
 0.000-+--UD:salsa.debian.org, 0.000-+--salsadebianorg,
 0.000-+--salsa.debian.org
Return-path: &lt;guillem@master.debian.org&gt;
Received: from master.debian.org ([2001:41b8:202:deb:216:36ff:fe40:4001])
 from C=NA, ST=NA, L=Ankh Morpork, O=Debian SMTP, OU=Debian SMTP CA,
 CN=master.debian.org, EMAIL=hostmaster@master.debian.org (verified)
 by buxtehude.debian.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.89) (envelope-from &lt;guillem@master.debian.org&gt;)
 id 1g8AH8-0001I5-QQ
 for submit@bugs.debian.org; Thu, 04 Oct 2018 20:31:10 +0000
Received: from guillem by master.debian.org with local (Exim 4.89)
 (envelope-from &lt;guillem@master.debian.org&gt;) id 1g8AH7-00009p-95
 for submit@bugs.debian.org; Thu, 04 Oct 2018 20:31:09 +0000
Date: Thu, 4 Oct 2018 22:31:08 +0200
From: Guillem Jover &lt;gjover@sipwise.com&gt;
To: submit@bugs.debian.org
Subject: golang-github-influxdata-influxql: Packaging cleanups
Message-ID: &lt;20181004203108.GD26468@thunder.hadrons.org&gt;
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary=&quot;UfEAyuTBtIjiZzX6&quot;
Content-Disposition: inline
User-Agent: Mutt/1.10.1 (2018-07-13)
Delivered-To: submit@bugs.debian.org


--UfEAyuTBtIjiZzX6
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Source: golang-github-influxdata-influxql
Source-Version: 0.0~git20180330.145e067-2
Severity: normal
Tags: patch

Hi!

While backporting these packages I noticed some issue with the
packaging. Here's a couple of patches fixing them:

  - Add golang-github-gogo-protobuf-dev as a first dependency
    alternative.
  - Remove incorrect shlibs:Depends substvars.

Thanks,
Guillem

--UfEAyuTBtIjiZzX6
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment; filename=&quot;0001-Add-golang-github-gogo-protobuf-dev-as-a-first-depen.patch&quot;
Content-Transfer-Encoding: quoted-printable

=46rom 6342140575eaeb7f7fc19d66d7038d2a0a35a2d8 Mon Sep 17 00:00:00 2001
=46rom: Guillem Jover &lt;gjover@sipwise.com&gt;
Date: Thu, 4 Oct 2018 20:13:48 +0200
Subject: [PATCH 1/2] Add golang-github-gogo-protobuf-dev as a first depende=
ncy
 alternative

The golang-gogoprotobuf-dev is a deprecated transitional package.
---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 1af8918..5ef85d7 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends: debhelper (&gt;=3D 10),
                dh-golang,
                golang-any,
                tzdata,
-               golang-gogoprotobuf-dev
+               golang-github-gogo-protobuf-dev | golang-gogoprotobuf-dev,
 Standards-Version: 4.1.1
 Homepage: https://github.com/influxdata/influxql
 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-influ=
xdata-influxql
@@ -19,7 +19,7 @@ Package: golang-github-influxdata-influxql-dev
 Architecture: all
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         golang-gogoprotobuf-dev
+         golang-github-gogo-protobuf-dev | golang-gogoprotobuf-dev,
 Description: parser for the InfluxDB query language
  Package influxql implements a parser for the InfluxDB query language.
  .
--=20
2.19.0


--UfEAyuTBtIjiZzX6
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment; filename=&quot;0002-Remove-incorrect-shlibs-Depends-substvars.patch&quot;
Content-Transfer-Encoding: quoted-printable

=46rom 657aeca2e06bee934721189958f221307b64bf7c Mon Sep 17 00:00:00 2001
=46rom: Guillem Jover &lt;gjover@sipwise.com&gt;
Date: Thu, 4 Oct 2018 20:15:18 +0200
Subject: [PATCH 2/2] Remove incorrect shlibs:Depends substvars

This is an arch:all package.
---
 debian/control | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 5ef85d7..1deb459 100644
--- a/debian/control
+++ b/debian/control
@@ -17,9 +17,9 @@ Testsuite: autopkgtest-pkg-go
=20
 Package: golang-github-influxdata-influxql-dev
 Architecture: all
-Depends: ${shlibs:Depends},
-         ${misc:Depends},
-         golang-github-gogo-protobuf-dev | golang-gogoprotobuf-dev,
+Depends:
+ ${misc:Depends},
+ golang-github-gogo-protobuf-dev | golang-gogoprotobuf-dev,
 Description: parser for the InfluxDB query language
  Package influxql implements a parser for the InfluxDB query language.
  .
--=20
2.19.0


--UfEAyuTBtIjiZzX6--
]