diff -Nru cups-filters-1.0.42/debian/changelog cups-filters-1.0.42/debian/changelog --- cups-filters-1.0.42/debian/changelog 2013-12-10 14:02:12.000000000 +0000 +++ cups-filters-1.0.42/debian/changelog 2013-12-13 11:47:49.000000000 +0000 @@ -1,3 +1,10 @@ +cups-filters (1.0.42-2+rpi1) jessie-staging; urgency=medium + + * Revert avahi related change and switch new avahi daemon depencency from + >= to << to keep things sane until the new avahi makes it to testing. + + -- Peter Michael Green Fri, 13 Dec 2013 11:46:52 +0000 + cups-filters (1.0.42-2) unstable; urgency=low [ Didier Raboud ] diff -Nru cups-filters-1.0.42/debian/control cups-filters-1.0.42/debian/control --- cups-filters-1.0.42/debian/control 2013-12-10 14:02:12.000000000 +0000 +++ cups-filters-1.0.42/debian/control 2013-12-13 11:45:54.000000000 +0000 @@ -122,7 +122,7 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, - avahi-daemon (>= 0.6.31-3~) + avahi-daemon (<< 0.6.31-3~) Breaks: cups-daemon (<< 1.6.4) Enhances: cups Description: OpenPrinting CUPS Filters - cups-browsed diff -Nru cups-filters-1.0.42/debian/cups-browsed.init cups-filters-1.0.42/debian/cups-browsed.init --- cups-filters-1.0.42/debian/cups-browsed.init 2013-12-10 14:02:12.000000000 +0000 +++ cups-filters-1.0.42/debian/cups-browsed.init 2013-12-13 11:46:42.000000000 +0000 @@ -1,8 +1,8 @@ #! /bin/sh ### BEGIN INIT INFO # Provides: cups-browsed -# Required-Start: $syslog $remote_fs $network $named $time avahi-daemon -# Required-Stop: $syslog $remote_fs $network $named $time avahi-daemon +# Required-Start: $syslog $remote_fs $network $named $time avahi +# Required-Stop: $syslog $remote_fs $network $named $time avahi # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: cups-browsed - Make remote CUPS printers available locally