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

Bug#986898: buster-pu: package yubikey-manager/2.1.0-1



Package: release.debian.org
Severity: normal
Tags: buster
User: release.debian.org@packages.debian.org
Usertags: pu
X-Debbugs-Cc: nicoo@debian.org

[ Reason ]
This update aims to fix #986865 by adding a dependency on
python3-pkg-resources.

[ Impact ]
A user who installs yubikey-manager will be unable to use it without
python3-pkg-resources. This will easily go unnoticed should they have
reportbug installed, but is present on a machine without it.

[ Tests ]
yubikey-manager was tested in a buster VM and appears to work fine.

[ Risks ]
As the only changes are adding myself as a uploader and adding a
dependency, I believe the risks to be minimal.

[ Checklist ]
  [x] *all* changes are documented in the d/changelog
  [x] I reviewed all changes and I approve them
  [x] attach debdiff against the package in (old)stable
  [x] the issue is verified as fixed in unstable

[ Changes ]
 - I added myself as an uploader, which I am in bullseye.
 - I added a dependency on python3-pkg-resources to the binary package
   yubikey-manager, which is unnecessary in versions 4 and up.

[ Other info ]
Not yet uploaded, please let me know if I should.

Thanks!

-- 
Taowa (they)
people.debian.org/~taowa
LOC FN35EM
diff -Nru yubikey-manager-2.1.0/debian/changelog yubikey-manager-2.1.0/debian/changelog
--- yubikey-manager-2.1.0/debian/changelog	2019-03-21 07:30:40.000000000 -0400
+++ yubikey-manager-2.1.0/debian/changelog	2021-04-13 11:47:28.000000000 -0400
@@ -1,3 +1,11 @@
+yubikey-manager (2.1.0-1+deb10u1) buster; urgency=medium
+
+  * Add a dependency on python3-pkg-resources to yubikey-manager.
+    Closes: #986865
+  * Add myself as an uploader.
+
+ -- Taowa <taowa@debian.org>  Tue, 13 Apr 2021 11:30:00 -0500
+
 yubikey-manager (2.1.0-1) unstable; urgency=medium
 
   * New upstream release (2019-03-11)
diff -Nru yubikey-manager-2.1.0/debian/control yubikey-manager-2.1.0/debian/control
--- yubikey-manager-2.1.0/debian/control	2019-03-21 07:30:40.000000000 -0400
+++ yubikey-manager-2.1.0/debian/control	2021-04-13 11:46:16.000000000 -0400
@@ -1,7 +1,8 @@
 Source: yubikey-manager
 Maintainer: Debian Authentication Maintainers <pkg-auth-maintainers@lists.alioth.debian.org>
 Uploaders: Afif Elghraoui <afif@debian.org>,
-           Nicolas Braud-Santoni <nicoo@debian.org>
+           Nicolas Braud-Santoni <nicoo@debian.org>,
+           Taowa <taowa@debian.org>
 Section: utils
 Priority: optional
 Rules-Requires-Root: no
@@ -43,6 +44,7 @@
          python3-click,
          python3-yubikey-manager (= ${binary:Version}),
          pcscd,
+         python3-pkg-resources
 Description: Python library and command line tool for configuring a YubiKey
  YubiKey Manager (ykman) is a command line tool for configuring a YubiKey over
  all transports. It is capable of reading out device information as well as

Reply to: