Package: system-config-printer Version: 0.7.70-1 Severity: minor Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu maverick ubuntu-patch
Bug first reported in Ubuntu by Matthew Paul Thomas: https://bugs.launchpad.net/ubuntu/+source/system-config-printer/+bug/554174 ***** Ubuntu Lucid, all updates installed 1. In Ubuntu Software Center, navigate to "Get Software" > "Developer Tools" > "Python". 2. Scroll through the list. What happens: "Printing"/"Configure Printers" (system-config-printer-gnome) appears in the list. What should happen: It shouldn't be there. This is because the system-config-printer-gnome package has "Section: python", which it should not. It's nothing particularly to do with Python, it just happens to be written in that language. I suggest changing to "Section: gnome". *** The problem also exists in Maverick Ubunu. Attaching a patch to fix the problem Kindly apply the patch and update the section -- System Information: Debian Release: squeeze/sid APT prefers maverick-updates APT policy: (500, 'maverick-updates'), (500, 'maverick-security'), (500, 'maverick') Architecture: i386 (i686) Kernel: Linux 2.6.35-9-generic (SMP w/1 CPU core) Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -u system-config-printer-1.2.3+20100723/debian/control system-config-printer-1.2.3+20100723/debian/control --- system-config-printer-1.2.3+20100723/debian/control +++ system-config-printer-1.2.3+20100723/debian/control @@ -1,5 +1,5 @@ Source: system-config-printer -Section: python +Section: gnome Priority: optional Maintainer: Ubuntu Core Developers <ubuntu-devel-disc...@lists.ubuntu.com> XSBC-Original-Maintainer: Otavio Salvador <ota...@ossystems.com.br> diff -u system-config-printer-1.2.3+20100723/debian/changelog system-config-printer-1.2.3+20100723/debian/changelog