diff -Nru cups-1.6.1/debian/changelog cups-1.6.1/debian/changelog --- cups-1.6.1/debian/changelog 2012-12-03 15:03:41.000000000 +0100 +++ cups-1.6.1/debian/changelog 2012-12-21 09:50:45.000000000 +0100 @@ -1,3 +1,13 @@ +cups (1.6.1-0ubuntu11.4) quantal-proposed; urgency=low + + * debian/local/apport-blacklist, debian/rules: Add + /etc/apport/blacklist.d/cups to suppress automatic Apport pop-ups for + crashes of cupsd. The crashes happen due to the temporarily introduced + forward-port-cups-1-5-x-cups-browsing.patch and are harmless as Upstart + restarts the CUPS daemon immediately. + + -- Till Kamppeter Fri, 21 Dec 2012 09:50:30 +0100 + cups (1.6.1-0ubuntu11.3) quantal-security; urgency=low * SECURITY UPDATE: privilege escalation via config file editing diff -Nru cups-1.6.1/debian/local/apport-blacklist cups-1.6.1/debian/local/apport-blacklist --- cups-1.6.1/debian/local/apport-blacklist 1970-01-01 01:00:00.000000000 +0100 +++ cups-1.6.1/debian/local/apport-blacklist 2012-12-21 09:45:19.000000000 +0100 @@ -0,0 +1 @@ +/usr/sbin/cupsd diff -Nru cups-1.6.1/debian/rules cups-1.6.1/debian/rules --- cups-1.6.1/debian/rules 2012-10-05 20:37:45.000000000 +0200 +++ cups-1.6.1/debian/rules 2012-12-21 09:47:00.000000000 +0100 @@ -110,6 +110,7 @@ install -D -m 644 debian/local/apparmor-profile debian/$(cdbs_curpkg)/etc/apparmor.d/usr.sbin.cupsd; \ install -D -m 644 debian/local/cups.ufw.profile debian/$(cdbs_curpkg)/etc/ufw/applications.d/cups; \ install -D -m 644 debian/local/apport-hook.py debian/$(cdbs_curpkg)/usr/share/apport/package-hooks/source_cups.py; \ + install -D -m 644 debian/local/apport-blacklist debian/$(cdbs_curpkg)/etc/apport/blacklist.d/cups; \ fi # Make the usb backend run as root, since /dev/bus/usb/* are