Package: release.debian.org Severity: normal Tags: stretch User: release.debian....@packages.debian.org Usertags: pu
The mate-tweak version in Debian stretch lacks python3-gi under the Depends: field. The attached .debdiff fixes this issue. -- System Information: Debian Release: 9.1 APT prefers stable APT policy: (990, 'stable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.9.0-3-amd64 (SMP w/4 CPU cores) 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 /bin/dash Init: systemd (via /run/systemd/system)
diff -Nru mate-tweak-16.10.5/debian/changelog mate-tweak-16.10.5/debian/changelog --- mate-tweak-16.10.5/debian/changelog 2016-10-07 10:49:14.000000000 +0200 +++ mate-tweak-16.10.5/debian/changelog 2017-09-18 17:48:34.000000000 +0200 @@ -1,3 +1,10 @@ +mate-tweak (16.10.5-1+deb9u1) unstable; urgency=medium + + * debian/control: + + Add D (mate-tweak): python3-gi. (Closes: #867976). + + -- Mike Gabriel <sunwea...@debian.org> Mon, 18 Sep 2017 17:48:34 +0200 + mate-tweak (16.10.5-1) unstable; urgency=medium [ Martin Wimpress ] diff -Nru mate-tweak-16.10.5/debian/control mate-tweak-16.10.5/debian/control --- mate-tweak-16.10.5/debian/control 2016-07-13 15:50:43.000000000 +0200 +++ mate-tweak-16.10.5/debian/control 2017-09-18 17:48:34.000000000 +0200 @@ -26,6 +26,7 @@ mesa-utils, python-gobject-2, python3 (>= 3.3), + python3-gi, python3-psutil, python3-setproctitle, x11-xserver-utils,