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 ! |
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 ! |
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 ! |
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 ! |
exit on login failure |
| 0005 Add cps auth hint on login failure.patch | (download) |
cloudprint/cloudprint.py |
2 1 + 1 - 0 ! |
add cps-auth hint on login failure |
| 0006 Use ConfigArgParse to support config files.patch | (download) |
cloudprint/cloudprint.py |
25 14 + 11 - 0 ! |
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 ! |
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 ! |
add site-name prefix for multi-site support |
| 0009 Add tests from upstream.patch | (download) |
conftest.py |
57 57 + 0 - 0 ! |
add tests from upstream |
