Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.maint.python > #17170

Re: Debianized upstream source branch name

Path csiph.com!weretis.net!feeder8.news.weretis.net!srl.newsdeef.eu!news.corradoroberto.it!gothmog.csi.it!bofh.it!news.nic.it!robomod
From Nick Morrott <knowledgejunkie@gmail.com>
Newsgroups linux.debian.maint.python
Subject Re: Debianized upstream source branch name
Date Tue, 18 Nov 2025 12:20:01 +0100
Message-ID <LSrUB-dS8G-1@gated-at.bofh.it> (permalink)
References <LSoWJ-dQ0N-7@gated-at.bofh.it> <LSoWJ-dQ0N-5@gated-at.bofh.it> <LSppL-dQfi-5@gated-at.bofh.it> <LSppL-dQfi-11@gated-at.bofh.it>
X-Mailbox-Line From debian-python-request@lists.debian.org Tue Nov 18 11:14:26 2025
Old-Return-Path <knowledgejunkie@gmail.com>
X-Amavis-Spam-Status No, score=-7.199 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, LDO_WHITELIST=-5, RCVD_IN_DNSWL_NONE=-0.0001] autolearn=ham autolearn_force=no
X-Policyd-Weight using cached result; rate: -5.5
X-Gm-Message-State AOJu0Yy2beLuY43le8o4iL+JVpIu2v/nyp+RS3GK1X8vdLxs6MLv+opg 4OkRzhSgR+1XsOTm4v/d1paSU/Ou7Pd/TaBeuvpKRlPBJv1HGiCW8GuR7VMWHihmU0qd6Lqz7dY jj+LpDaEpiQvgQt3vQXFRJgu6GiczZ53LGPwb
X-Gm-Gg ASbGncvSjuaMDzwmN7F32C/vC8Nqv6urJYqVNMeDjdKe51SfHuv9fZdVd8ZcumfDeBk SrSFdMDEXP5ZI2fYpXQcszW00jFb8YK207a09yYpnQKqdk0R0Oa353SFqZPezX0lyynM+9KJuwp M8GP/EZFkIE5WVm8Q64bTWEMV6/X/SfWPaowgKYSzK72TrUD/fVBSX3iSAnE4tH9luMPsy7c+W/ 5W2fNYwTTE+jwKVUJWb42ak4/O59Fj/nIsuyGzMEvg6CoZUbW1a7AP+nGcSyoX2+ADBVPqRt6FK jE22
X-Google-SMTP-Source AGHT+IEHQgPZyfEpC2V6rVSX35nBmeOsaN+5H5gH6YYoXka44nM/4NeJZpBapvUGRzM5uK3vY1SCd/H1TFSapeP4U9U=
X-Received by 2002:a05:622a:19a9:b0:4eb:b294:3620 with SMTP id d75a77b69052e-4edf2054bd0mr202101491cf.18.1763464448566; Tue, 18 Nov 2025 03:14:08 -0800 (PST)
MIME-Version 1.0
X-Gm-Features AWmQ_bkpaNvw29iunpjw4iWnbVovMFpFfnbgJCJ8RfaHazBl1wHkBGp-X--AvnA
Content-Type text/plain; charset="UTF-8"
X-Mailing-List <debian-python@lists.debian.org> archive/latest/23382
List-ID <debian-python.lists.debian.org>
List-URL <https://lists.debian.org/debian-python/>
List-Archive https://lists.debian.org/msgid-search/CAOQWjw2_mK83En8OHTkUWHw+jATkJfoP9R_Pkm5+KS4WKtWJ=g@mail.gmail.com
Approved robomod@news.nic.it
Lines 61
Organization linux.* mail to news gateway
Sender robomod@news.nic.it
X-Original-Date Tue, 18 Nov 2025 11:13:42 +0000
X-Original-Message-ID <CAOQWjw2_mK83En8OHTkUWHw+jATkJfoP9R_Pkm5+KS4WKtWJ=g@mail.gmail.com>
X-Original-References <978d76a9087f2eecfc59addf45f4cc8be8139966.camel@aeliton.com> <aRwni5GqqyzsKWyu@belkar.wrar.name> <CAOQWjw0Zfp4WHu_2VdFspE81Xb1yo1J9CrRLZVOtZFbH2EMabw@mail.gmail.com> <aRwwtvDQ8OodNhvi@belkar.wrar.name>
Xref csiph.com linux.debian.maint.python:17170

Show key headers only | View raw


On Tue, 18 Nov 2025 at 08:39, Andrey Rakhmatullin <wrar@debian.org> wrote:
>
> On Tue, Nov 18, 2025 at 08:30:55AM +0000, Nick Morrott wrote:
> >If in doubt, always check to see if debian/gbp.conf exists and what
> >debian-branch is set to.
>
> And in which branch would you look for this file?

I generally check the default gbp clone branch first! (apologies for
the useless comment above...)

My experience with using "gbp clone" just now was as follows:

----

$ gbp clone https://salsa.debian.org/python-team/packages/test-stages.git
gbp:info: Cloning from
'https://salsa.debian.org/python-team/packages/test-stages.git'

nick on krusty in ~/d/s/g/debian-packaging
$ cd test-stages

nick on krusty in ~/d/s/g/d/test-stages (debian/unstable )

----

$ gbp clone https://salsa.debian.org/python-team/packages/python-lsp-server.git
gbp:info: Cloning from
'https://salsa.debian.org/python-team/packages/python-lsp-server.git'

nick on krusty in ~/d/s/g/debian-packaging
$ cd python-lsp-server

nick on krusty in ~/d/s/g/d/python-lsp-server (debian/master )

----

$ gbp clone https://salsa.debian.org/python-team/packages/babelfish.git
gbp:info: Cloning from
'https://salsa.debian.org/python-team/packages/babelfish.git'

nick on krusty in ~/d/s/g/debian-packaging
$ cd babelfish

nick on krusty in ~/d/s/g/d/babelfish (master )

----

For each of those 3 repos, I seemingly end up on the default branch
(which is different for each repo), which seems to be what the OP
wants. That's the branch I would look in for a d/gbp.conf file.

Additionally, the OP could also:

i) inspect the repo on the salsa web interface and see which branch is
marked as default
ii) download the debian source package and inspect the gbp.conf file if present
iii) check Peter's remote interrogation solution

Cheers,
Nick

Back to linux.debian.maint.python | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Re: Debianized upstream source branch name Andrey Rakhmatullin <wrar@debian.org> - 2025-11-18 09:10 +0100
  Re: Debianized upstream source branch name Nick Morrott <knowledgejunkie@gmail.com> - 2025-11-18 09:40 +0100
    Re: Debianized upstream source branch name Andrey Rakhmatullin <wrar@debian.org> - 2025-11-18 09:40 +0100
      Re: Debianized upstream source branch name Nick Morrott <knowledgejunkie@gmail.com> - 2025-11-18 12:20 +0100
        Re: Debianized upstream source branch name Andrey Rakhmatullin <wrar@debian.org> - 2025-11-18 12:30 +0100
    Re: Debianized upstream source branch name Peter Pentchev <roam@ringlet.net> - 2025-11-18 11:30 +0100

csiph-web