Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
Dear Release Maintainers, please unblock package py3status. It fixes #927164 by adding a required dependency. I've attached corresponding debdiff. unblock py3status/3.14-2 -- System Information: Debian Release: buster/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.19.0-3-amd64 (SMP w/36 CPU cores) Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_DIE, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled
diff --git a/debian/changelog b/debian/changelog index 9a40baa5..6cfdd50c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +py3status (3.14-2) unstable; urgency=medium + + * Depend on file (Closes: #927164) + + -- Sebastien Delafond <s...@debian.org> Mon, 15 Apr 2019 22:09:39 +0200 + py3status (3.14-1) unstable; urgency=medium * New upstream version 3.14 (Closes: #915885) diff --git a/debian/control b/debian/control index 718d7153..ce8bfb19 100644 --- a/debian/control +++ b/debian/control @@ -5,14 +5,14 @@ Maintainer: Sebastien Delafond <s...@debian.org> Build-Depends: debhelper (>= 9), dh-python, python3-all, python3-setuptools, -Standards-Version: 4.2.0 +Standards-Version: 4.3.0 Homepage: https://github.com/ultrabug/py3status Vcs-Git: https://salsa.debian.org/debian/py3status.git Vcs-Browser: https://salsa.debian.org/debian/py3status Package: py3status Architecture: all -Depends: ${misc:Depends}, ${python3:Depends}, i3status +Depends: ${misc:Depends}, ${python3:Depends}, i3status, file Recommends: ${python3:Recommends} Suggests: ${python3:Suggests} Description: extensible i3status wrapper written in Python (Python3 package)