On 2025-06-26 07:35:18 +0200, Petter Reinholdtsen wrote: > > Package: release.debian.org > Severity: normal > X-Debbugs-Cc: Debian Go Packaging Team <[email protected]> > Control: affects -1 + src:opensnitch > User: [email protected] > Usertags: unblock > > I would like some recommondation how to best handle the opensnitch fix > for <URL: https://bugs.debian.org/1108139 >. I uploaded a fix for the > problem in 1.6.9-3 after experiencing it myself during testing on a new > machine, but discovered the BTS report after the upload. The current > unstable version 1.6.9-3 lack the Closes: statement in the changelog. > The issue is RC, and I would like to get it into testing as soon as > possible, and am reluctant to reset the migration timer with a new > upload. > > Would you recomment that I upload a new version 1.6.9-4 with the updated > d/changelog right now or that I do so after the 1.6.9-3 version enter > testing in 20 days? Or perhaps you can pre-approve such upload and > allow it to enter testing quicker to fix the missing runtime dependency? > > This is the complete set of changes in git since upload 1.6.9-2: > > diff --git a/debian/README.Debian b/debian/README.sources > similarity index 56% > rename from debian/README.Debian > rename to debian/README.sources > index 862f4924..e5c460b3 100644 > --- a/debian/README.Debian > +++ b/debian/README.sources > @@ -10,10 +10,9 @@ In order to build the packages from sources using gbp: > it'll download upstream sources according to the d/changelog > version, and the upstream tag if it exists. > > - 4. gbp buildpackage --git-debian-branch=debian/sid --git-tarball-dir=../ > --git-no-pristine-tar > + 4. gbp buildpackage --git-tarball-dir=../ --git-no-pristine-tar > > - New debian-go's workflow specifies debian/sid as the default branch, > - so you need to specify the branch, or configure it in your gbp.conf. > + Follow the new debian-go's workflow, > > https://go-team.pages.debian.net/workflow-changes.html#wf-2017-11-pristine-tar > > - -- Gustavo IƱiguez Goya <[email protected]> Wed, 08 Jun 2023 > 17:18:40 +0200 > + -- Petter Reinholdtsen <[email protected]> Thu, 15 May 2025 08:39:51 +0200 > diff --git a/debian/changelog b/debian/changelog > index 0d775f50..088c7423 100644 > --- a/debian/changelog > +++ b/debian/changelog > @@ -1,3 +1,19 @@ > +opensnitch (1.6.9-4) UNRELEASED; urgency=medium > + > + * Added forgotten BTS reference for missing python3-packaging > + runtime dependency for #1108139. > + > + -- Petter Reinholdtsen <[email protected]> Thu, 26 Jun 2025 07:23:29 +0200
This seems quite unnecessary. The metadata in of #1108193 seems to be correct so there is nothing to do. Anyhow, opensnitch is blocked behind golang-1.24 and somebody needs to handle that. Cheers > + > +opensnitch (1.6.9-3) unstable; urgency=medium > + > + * Added python3-packaging as runtime dependency for > + python3-opensnitch-ui, seem to need it (Closes: #1108139). > + * Corrected name of README.sources and updated to reflect new > + reality. > + > + -- Petter Reinholdtsen <[email protected]> Tue, 24 Jun 2025 07:47:33 +0200 > + > opensnitch (1.6.9-2) unstable; urgency=medium > > * Team upload. > diff --git a/debian/control b/debian/control > index efecc117..a95ca97c 100644 > --- a/debian/control > +++ b/debian/control > @@ -74,6 +74,7 @@ Depends: > libqt5sql5-sqlite, > python3-grpcio, > python3-notify2, > + python3-packaging, > python3-pyinotify, > python3-pyqt5, > python3-pyqt5.qtsql, > > -- > Happy hacking > Petter Reinholdtsen > -- Sebastian Ramacher

