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 Newsgroups: linux.debian.maint.python Subject: Re: Debianized upstream source branch name Date: Tue, 18 Nov 2025 12:20:01 +0100 Message-ID: References: X-Mailbox-Line: From debian-python-request@lists.debian.org Tue Nov 18 11:14:26 2025 Old-Return-Path: 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: archive/latest/23382 List-ID: List-URL: 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: X-Original-References: <978d76a9087f2eecfc59addf45f4cc8be8139966.camel@aeliton.com> Xref: csiph.com linux.debian.maint.python:17170 On Tue, 18 Nov 2025 at 08:39, Andrey Rakhmatullin 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