dump1090-fa/debian
Oliver Jowett d4b3b03fe0 Try to rewrite old-style config files to new-style config files
on upgrade to 6.0. (Not extensively tested yet)

We do this for two reasons:

1) the config file layout is completely different, it's error-prone
and tedious to force the user to manually transfer their customizations
on upgrade;

2) if there are user modifications to the config file, an upgrade triggered
remotely via piaware will prefer to keep the original config file intact
rather than installing the new version, and the old version just won't
work correctly with the new infrastructure.
2021-07-19 15:50:55 +08:00
..
lighttpd Have separate map url for new merged SkyAware. Set default port 8080 to this map 2021-03-08 18:23:20 +00: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 6.0~dev 2021-05-18 20:41:27 +00:00
compat Start trimming dump1090-mutability down for use in piaware. 2016-01-13 00:00:08 +00:00
control Add support for custom builds that don't include all SDRs, to 2020-08-06 14:06:20 +08:00
copyright wheezy packaging and initscript 2016-07-11 18:49:52 +01:00
dump1090-fa.default Overhaul of /etc/default/dump1090-fa 2021-07-19 15:50:55 +08:00
dump1090-fa.docs Static link against librtlsdr. 2016-02-29 14:20:34 +00:00
dump1090-fa.install Try to rewrite old-style config files to new-style config files 2021-07-19 15:50:55 +08:00
dump1090-fa.postinst Try to rewrite old-style config files to new-style config files 2021-07-19 15:50:55 +08:00
dump1090-fa.postrm Try to avoid conflicting with other lighttpd config that 2016-09-22 16:45:28 +01:00
dump1090-fa.service Overhaul of /etc/default/dump1090-fa 2021-07-19 15:50:55 +08:00
generate-wisdom Move all converters to starch-based implementations (#97) 2021-01-21 19:45:00 +08:00
rules Move all converters to starch-based implementations (#97) 2021-01-21 19:45:00 +08:00
start-dump1090-fa Overhaul of /etc/default/dump1090-fa 2021-07-19 15:50:55 +08:00
upgrade-config Try to rewrite old-style config files to new-style config files 2021-07-19 15:50:55 +08: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