Package: openzwave-controlpanel / 0.2a+git20161006.a390f35-2

Metadata

Package Version Patches format
openzwave-controlpanel 0.2a+git20161006.a390f35-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Makefile.patch | (download)

Makefile | 33 14 + 19 - 0 !
1 file changed, 14 insertions(+), 19 deletions(-)

 makefile

Upstream Makefile was configured to build on Mac OS X.

Changes:
 - Build against libraries packaged in Debian.
 - Omit indirect libraries to avoid useless dependencies.
 - Append some CFLAGS instead of defining all CFLAGS
   to allow hardening with Debian defaults.

0002 paths.patch | (download)

ozwcp.cpp | 2 1 + 1 - 0 !
webserver.cpp | 8 4 + 4 - 0 !
2 files changed, 5 insertions(+), 5 deletions(-)

 paths

Hard-code Debian paths:
 - OpenZWave config in /etc/openzwave
 - static web files in /usr/share/openzwave-controlpanel

0003 thirdparty.patch | (download)

cp.html | 6 3 + 3 - 0 !
webserver.cpp | 6 6 + 0 - 0 !
2 files changed, 9 insertions(+), 3 deletions(-)

 thirdparty

Serve third-party Bootstrap and jQuery files from
/usr/share/javascript instead of external CDN.
Requires packages libjs-bootstrap and libjs-jquery.