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

Bug#1069274: bookworm-pu: package pdudaemon/0.0.8.58.g597052b-1+deb12u1



Package: release.debian.org
Severity: normal
Tags: bookworm
User: release.debian.org@packages.debian.org
Usertags: pu
X-Debbugs-Cc: Sjoerd Simons <sjoerd@debian.org>
Control: block 1060768 with -1
Control: affects -1 + src:pdudaemon

[ Reason ]
Lack of a python3-aiohttp dependency causes pdudaemon to emit a
traceback upon start. (#1060768)

[ Impact ]
User need to manually install an extra package to use pdudaemon.

[ Tests ]
Manual installation of the updated package in a minial bookworm chroot.
pdudaemon --help no longer fails.

[ Risks ]
Low. Only adding a dependency.

[ Checklist ]
  [+] *all* changes are documented in the d/changelog
  [+] I reviewed all changes and I approve them
  [+] attach debdiff against the package in (old)stable
  [+] the issue is verified as fixed in unstable
      dependency seems to get generated automatically by newer upstream
      releases and/or toolchain

[ Changes ]
pdudaemon (0.0.8.58.g597052b-1+deb12u1) bookworm; urgency=medium

  * Non-maintainer upload.
  * Add dependency on python3-aiohttp.  (Closes: #1060768)

 -- Andreas Beckmann <anbe@debian.org>  Fri, 19 Apr 2024 09:32:42 +0200

$ debdiff pdudaemon_0.0.8.58.g597052b-1_all.deb pdudaemon_0.0.8.58.g597052b-1+deb12u1_all.deb
File lists identical (after any substitutions)

Control files: lines which differ (wdiff format)
------------------------------------------------
Depends: {+python3-aiohttp,+} python3-hid, python3-paramiko, python3-pexpect, python3-pyasn1, python3-pysnmp4, python3-requests, python3-serial, python3-systemd, python3-usb, python3:any
Version: [-0.0.8.58.g597052b-1-] {+0.0.8.58.g597052b-1+deb12u1+}

[ Other info ]
I'll immediately upload the fixed package.


Andreas
diff --git a/debian/changelog b/debian/changelog
index 1ef3aa0..0f5605d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+pdudaemon (0.0.8.58.g597052b-1+deb12u1) bookworm; urgency=medium
+
+  * Non-maintainer upload.
+  * Add dependency on python3-aiohttp.  (Closes: #1060768)
+
+ -- Andreas Beckmann <anbe@debian.org>  Fri, 19 Apr 2024 09:32:42 +0200
+
 pdudaemon (0.0.8.58.g597052b-1) unstable; urgency=medium
 
   * New upstream version 0.0.8.58.g597052b
diff --git a/debian/control b/debian/control
index ee3f5e6..bfd8f48 100644
--- a/debian/control
+++ b/debian/control
@@ -31,6 +31,7 @@ Vcs-Browser: https://github.com/pdudaemon/pkg-pdudaemon
 Package: pdudaemon
 Architecture: all
 Depends: ${misc:Depends},
+         python3-aiohttp,
          ${python3:Depends}
 Recommends: telnet, openssh-client
 Description: daemon for controlling PDUs
diff --git a/debian/gbp.conf b/debian/gbp.conf
index 9692402..0f5e2b8 100644
--- a/debian/gbp.conf
+++ b/debian/gbp.conf
@@ -3,7 +3,7 @@
 # Use upstream-vcs-tag to allow the full upstream history to be included
 # Note that this does require having the upstream tag available in the
 # repository
-debian-branch=debian/main
+debian-branch=debian/bookworm
 upstream-branch=upstream/latest
 #upstream-vcs-tag=%(version)s
 pristine-tar=true

Reply to: