[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: golang-x-text-dev vs. golang-golang-x-text-dev? Extra-Source-Only?



On Sat, Dec 26, 2020 at 5:10 PM Cyril Brulebois <cyril@debamax.com> wrote:
>
> Hi,
>
> Still cleaning up my initial proof-of-concepts for several packages, I
> thought I'd ask about this one particular thing I've hit once or twice:
> `dh-make-golang` detects the need for this package in Build-Depends and
> Depends: golang-x-text-dev.
>

It's simliar to https://github.com/Debian/dh-make-golang/issues/99

The package list is produced by dak api,
https://api.ftp-master.debian.org/binary/by_metadata/Go-Import-Path

It has

    {
       "binary": "golang-golang-x-text-dev",
       "source": "golang-golang-x-text",
       "metadata_value": "golang.org/x/text"
   },
   {
       "binary": "golang-golang-x-text-dev",
       "source": "golang-x-text",
       "metadata_value": "golang.org/x/text"
   },
   {
       "binary": "golang-x-text-dev",
       "source": "golang-x-text",
       "metadata_value": "golang.org/x/text"
   },

This E-S-O seem easier to fix than the transitional one.
Maybe dak shouldn't return packages in E-S-O.

-- 
Shengjing Zhu


Reply to: