dump1090-fa/debian
Claudio Moretti f1507d8f2e Load lighttpd alias module before using alias.url
On some instances of lighttpd, like the one that comes with PiHole, the
alias module is not loaded by default. This makes the configuration of
PiAware's lighttpd not work (see e.g.
https://discourse.pi-hole.net/t/pi-hole-and-piaware-lighttpd/9611).

This way we ensure that the alias module is loaded even on non-default
lighttpd configurations.
2020-04-03 11:50:51 +02:00
..
lighttpd Load lighttpd alias module before using alias.url 2020-04-03 11:50:51 +02:00
source Initial work on raspbian packaging. 2014-12-05 20:18:57 +00:00
README.librtlsdr Static link against librtlsdr. 2016-02-29 14:20:34 +00:00
changelog Release 3.8.1 2020-03-19 14:21:17 +00:00
compat Start trimming dump1090-mutability down for use in piaware. 2016-01-13 00:00:08 +00:00
control Give up on a single control file for jessie+stretch, just handle the dependency difference separately. 2018-06-29 12:54:33 -05:00
copyright wheezy packaging and initscript 2016-07-11 18:49:52 +01:00
dump1090-fa.default Tweak --net-ro-size / --net-ro-interval defaults 2019-12-02 13:49:48 +08:00
dump1090-fa.docs Static link against librtlsdr. 2016-02-29 14:20:34 +00:00
dump1090-fa.install Use a helper to start dump1090-fa so we can read ENABLED from the defaults file, like beast-splitter does 2019-03-11 17:01:16 +00:00
dump1090-fa.postinst Add an ENABLED line to /etc/default/dump1090-fa on upgrade if missing 2019-03-12 11:39:05 +00:00
dump1090-fa.postrm Try to avoid conflicting with other lighttpd config that 2016-09-22 16:45:28 +01:00
dump1090-fa.service Set SyslogIdentifier on dump1090-fa 2019-03-11 18:21:31 +00:00
rules Cleanup after removed internal webserver code. 2017-07-28 11:35:26 +04:00
start-dump1090-fa Fix getting LAT/LON from piaware .env file 2019-03-29 20:55:47 +01:00

README.librtlsdr

This package includes binaries that are statically linked against librtlsdr,
which is licensed under the GPL:

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License along
    with this program; if not, write to the Free Software Foundation, Inc.,
    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

The upstream source is available at https://github.com/steve-m/librtlsdr