Path: csiph.com!pasdenom.info!usenet.goja.nl.eu.org!news.nntp4.net!news.hispagatos.org!srl.newsdeef.eu!news.corradoroberto.it!gothmog.csi.it!bofh.it!news.nic.it!robomod From: jvk Newsgroups: linux.debian.maint.python Subject: Re: Guidence over testing Date: Fri, 05 Dec 2025 11:30:01 +0100 Message-ID: References: X-Mailbox-Line: From debian-python-request@lists.debian.org Fri Dec 5 10:28:08 2025 Old-Return-Path: X-Amavis-Spam-Status: No, score=-6.542 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, FVGT_m_MULTI_ODD=0.02, LDO_WHITELIST=-5, RCVD_IN_DNSWL_NONE=-0.0001, SARE_MSGID_LONG40=0.637] autolearn=ham autolearn_force=no X-Policyd-Weight: using cached result; rate: -5.5 X-Gm-Message-State: AOJu0YytZsf150WEbBcK/2affXSipjx6LgN8ftUSjphKVzjs8ahyuo/2 TOSTYf3AJ2C2nJig+MU3ffTqxNUlG8cjcffUEHioAHnCXCvhfMDptm5llPoHOc/V X-Gm-Gg: ASbGncuVzOagp5RpIOATgUNsJtpWu2xjlnAfaUwEZv3qyVlNm9UEI5DVdryRubSSZR/ vexm7ms/vWEhhzPIp+p+VbuhA7aL1qCk+ywAt2F3hbwz0X2tMx5KAHH0BQlt91ueo9qSLrwHko3 ENl5Cb4uMdUb06MdGNnIIEXJoEwCkFIgnY3GyKHEmrFg45AIyDHxpLWY7t7NtELj+FBwDU3wXjV TDu3aMWyF3+NGLs67r5oNrvbUqewtaBd2pmadxrlrt9MZefEYUiaDVdQtquA50C6fbLbuSTAbsp WJz+gsZR/238GCtRxYK7bSkjQoZE5is4Q2KRTjbcY9X67gLMENrcFL2uHl1eFtVJrBztsl2vVt6 +34IfOgs7ZkqXX/aIwOukCwOFDk8sKUKwuvAard0hK9lrYSFO524MAiP0veQm+RIpgKid2v5h6J WyorXrUjSS9Pbu587LWp7JnkFHwyvDFlSYsjGxGhjeEUWhuuJTg2jd X-Google-SMTP-Source: AGHT+IH2ZSoy0TAbcKnMqbOSHEIJxZGRoa3V3LsPENJx6npApLhD7HQ4X5+KdVPCyEHdjmmz3kqRPQ== X-Received: by 2002:a17:90b:5585:b0:341:6164:c27d with SMTP id 98e67ed59e1d1-349125ac835mr10217934a91.3.1764930468760; Fri, 05 Dec 2025 02:27:48 -0800 (PST) Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.56.2-0+deb13u1 MIME-Version: 1.0 X-Mailing-List: archive/latest/23469 List-ID: List-URL: List-Archive: https://lists.debian.org/msgid-search/885e18b6749f0a8ee011a8b69e7a03e4b79c2f4f.camel@gmail.com Approved: robomod@news.nic.it Lines: 95 Organization: linux.* mail to news gateway Sender: robomod@news.nic.it X-Original-Date: Fri, 05 Dec 2025 15:57:39 +0530 X-Original-Message-ID: <885e18b6749f0a8ee011a8b69e7a03e4b79c2f4f.camel@gmail.com> X-Original-References: <5606bbde8c00f2125e3fc4c785bea9640b80f60c.camel@gmail.com> Xref: csiph.com linux.debian.maint.python:17235 On Fri, 2025-12-05 at 14:46 +0500, Andrey Rakhmatullin wrote: > On Fri, Dec 05, 2025 at 03:00:25PM +0530, jvk wrote: > > > > I was able to make a playwirght project under my name space on > > > > salsa > > > > debian and i think have managed to get it in the format the > > > > debian > > > > needs with the 1.56.0 version. > > >=20 > > > It looks like you've manually made the "New upstream version > > > 1.56.0+ds" > > > commit and included generated files in it. This commit should be > > > done > > > by > > > gbp import-orig instead. > > I seriously cant understand what you mean, this is not helping. >=20 > I mean that simply using gbp import --orig, like you guides tell you, > wouldn't produce the repo you linked, so you must have done something > else. If you want help with this you can explain what did you do with > details. okay so i deleted the old repo and made a new one https://salsa.debian.org/jvk_here/python-playwright/ These are the exact command which i executed cd maintain_playwright/ 732 gbp clone https://salsa.debian.org/jvk_here/python-playwright.git 733 ls 734 cd python-playwright/ 736 gbp import-orig --uscan 737 cd .. 738 tree 740 clear 741 tree -L 1 742 cd python-playwright/ 743 dch -i=C2=A0 this is the updated changelog jvk@debian :~/maintain_playwright/python-playwright$ cat debian/changelog=20 python-playwright (1.56.0+ds-1) UNRELEASED; urgency=3Dmedium * Non-maintainer upload. * New upstream release -- JVK Fri, 05 Dec 2025 15:33:48 +0530 python-playwright (1.55.0+ds-2) unstable; urgency=3Dmedium * Fix debian/copyright. -- Roland Mas Wed, 29 Oct 2025 16:20:31 +0100 python-playwright (1.55.0+ds-1) unstable; urgency=3Dmedium [ Andreas Tille ] * Initial packaging. [ Roland Mas ] * Build on Andreas's work, many thanks. * New upstream release. -- Roland Mas Wed, 22 Oct 2025 12:27:30 +0200 =09 744 gbp import-orig 745 git push 746 history=20 what i think is the next steps-> gbp-source (will make .dsc .changes and .tar.gz file) then sbuild -d unreleased .dsc will test it? if error emerges gbs pq import=20 git checkout patch-queue/debian (changes wd) fix code git commit gbp pq export (will this push the commits?) >=20 > > Ig it was you how told me to use git. >=20 > I told you to use git push instead of gbp push, because gbp push is > not=20 ouu hmm sorry > suitable for your needs. Not sure if you mean that you decided to not > use=20 > any of the gbp tools instead. >=20 > > And what you are telling is not written in any workflow ,why? >=20 > I don't think this is true but you can elaborate. like you told i have manully push things , i didn't find it anywhere