railcontrol for Debian
---------------------
While upstream includes code copies of
1. libz
2. SQLite
the Debian package links against existing packages. The cmake compile time
switch -DUSE_SYSTEM_LIBRARIES:bool=true flips on the system library linking.
The included and "minified" code copy html/nosleep.js is replaced by its
non-minified source. In debian/rules I put a target download-missing-sources
that uses curl to download debian/missing-sources/nosleep.js as a drop-in
replacement from https://github.com/richtr/NoSleep.js.
-- Bruno Kleinert <fuddl@debian.org> Mon, 12 Jan 2026 10:44:05 +0100
|