Control: tags -1 + moreinfo On Sun, 2015-09-27 at 11:37 -0400, Dave Steele wrote: > Google has removed support for SASL authentication for Cloud Print > services, and is now requiring OAuth2 authentication. This breaks the > version of cloudprint which is in Jessie, making the package totally > non-functional. > > I attempted a targeted patch of upstream changes to pull in only > OAuth2-relevant content. It was neither clean, concise, nor stable. > Instead, I am proposing to modify the 3-month-old upstream 0.13 > release for Jessie.
+cloudprint (0.13-1+deb8u3) UNRELEASED; urgency=medium Where did you get that version number from? (specifically the "u3" bit.) I have to admit that I'm not personally particularly keen on the init system changes in a stable update - presumably there's nothing wrong with the sysvinit support in the package in Jessie? -Depends: python-cups, cups, python-daemon, ${misc:Depends}, ${python:Depends}, - python-pkg-resources, rsyslog | system-log-daemon +Depends: python-cups, cups, python-daemon, ${misc:Depends}, + python (>= 2.7), python-pkg-resources, rsyslog | system-log-daemon, + python-requests Why does the python version need to be explicitly declared? Isn't that part of what ${python:Depends} is supposed to do? -Depends: cloudprint, ${misc:Depends}, - initscripts (>= 2.88dsf-13.3) +Depends: cloudprint, ${misc:Depends}, systemd Why does this need an explicit dependency on systemd? +.TH cps-auth 1 2015-05-31 Linux "User Commands" [...] +.SH SEE ALSO +.BR cloudprint-service(7), cloudprintd(8), cloudprint(1), +cps-auth(1) Self-referential? Regards, Adam