Package: cloudprint / 0.14-8

Metadata

Package Version Patches format
cloudprint 0.14-8 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Change the name of the main script in the module.patch | (download)

setup.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 change the name of the main script in the module

To support the Debian convention of having the script and the
identically-named module in the same directory.

This is a Debian-only patch.

0002 Set Python path to load the right daemon.patch | (download)

cloudprint/cloudprint.py | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 set python path to load the right daemon

Some users are having a problem with the wrong daemon module
being loaded. Modify the Python path to ensure that
python-daemon is the one found.

This uses Debian conventions, and is therefore Debian-only.

0003 Specify dev log as the logging target for daemon.patch | (download)

cloudprint/cloudprint.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 specify /dev/log as the logging target for daemon

Debian disables the default UDP port, by default.

0004 Exit on login failure.patch | (download)

cloudprint/cloudprint.py | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 exit on login failure


0005 Add cps auth hint on login failure.patch | (download)

cloudprint/cloudprint.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 add cps-auth hint on login failure


0006 Use ConfigArgParse to support config files.patch | (download)

cloudprint/cloudprint.py | 25 14 + 11 - 0 !
1 file changed, 14 insertions(+), 11 deletions(-)

 use configargparse to support config files

Need to resurrect fast poll, include/exclude, and others of that ilk.

0007 Remove version on setup.py requests depends.patch | (download)

setup.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 remove version on setup.py 'requests' depends

This caused the compiled deb to be uninstallable on older
distributions.

0008 Add site name prefix for multi site support.patch | (download)

README.rst | 1 1 + 0 - 0 !
cloudprint/cloudprint.py | 20 19 + 1 - 0 !
2 files changed, 20 insertions(+), 1 deletion(-)

 add site-name prefix for multi-site support


0009 Add tests from upstream.patch | (download)

conftest.py | 57 57 + 0 - 0 !
test/test_auth.py | 118 118 + 0 - 0 !
test/test_print_proxy.py | 168 168 + 0 - 0 !
test/test_printer_proxy.py | 46 46 + 0 - 0 !
test/test_process_jobs.py | 88 88 + 0 - 0 !
test/test_sync.py | 50 50 + 0 - 0 !
6 files changed, 527 insertions(+)

 add tests from upstream