File: README.source

package info (click to toggle)
railcontrol 24%2Bdfsg1-8
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 4,636 kB
  • sloc: cpp: 40,819; javascript: 2,509; makefile: 144; php: 97; sh: 60
file content (15 lines) | stat: -rw-r--r-- 611 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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