Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
Please unblock package kdeadmin Hi RT! This upload fixes #671274 (severity important). It avoids a crash by adding a missing dependency on python-gobject. $ diffstat kdeadmin.diff changelog | 7 +++++++ control | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) Thanks, Lisandro. unblock kdeadmin/4:4.8.4-3 -- System Information: Debian Release: wheezy/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 3.2.0-3-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -Nru kdeadmin-4.8.4/debian/changelog kdeadmin-4.8.4/debian/changelog --- kdeadmin-4.8.4/debian/changelog 2012-11-26 17:39:52.000000000 -0300 +++ kdeadmin-4.8.4/debian/changelog 2012-12-19 17:51:30.000000000 -0300 @@ -1,3 +1,10 @@ +kdeadmin (4:4.8.4-3) unstable; urgency=low + + * Add python-gobject as a system-config-printer-kde dependency + (Closes: #671274). + + -- Lisandro Damián Nicanor Pérez Meyer <lisan...@debian.org> Wed, 19 Dec 2012 17:51:13 -0300 + kdeadmin (4:4.8.4-2) unstable; urgency=low * Add lp_lpadmin_warning.patch to tell the user that it needs to be in the diff -Nru kdeadmin-4.8.4/debian/control kdeadmin-4.8.4/debian/control --- kdeadmin-4.8.4/debian/control 2012-11-26 17:39:32.000000000 -0300 +++ kdeadmin-4.8.4/debian/control 2012-12-19 17:49:45.000000000 -0300 @@ -95,7 +95,7 @@ Section: admin Architecture: all Depends: ${python:Depends}, ${misc:Depends}, python-qt4-dbus, - python-kde4 (>= 4:4.2.0), python-cupshelpers (>= 1.2.3-0.2~) + python-kde4 (>= 4:4.2.0), python-cupshelpers (>= 1.2.3-0.2~), python-gobject Description: printer configuration utility This package contains a KDE application which can be used to configure and manage printers.