The official Debian repositories already contain a package named "skyview" which is associated with NASA's SkyView Virtual Observatory (https://skyview.gsfc.nasa.gov/), a tool for astronomical data visualization. To avoid package naming conflicts and potential confusion for users, this commit renames our ADS-B aircraft tracking application package to "skyview-adsb". This clearly indicates the package's purpose (ADS-B tracking) while maintaining the SkyView brand identity. Changes: - Package name: skyview → skyview-adsb - System user/group: skyview → skyview-adsb - Config directory: /etc/skyview → /etc/skyview-adsb - Data directory: /var/lib/skyview → /var/lib/skyview-adsb - Log directory: /var/log/skyview → /var/log/skyview-adsb - Systemd service: skyview.service → skyview-adsb.service - Documentation path: /usr/share/doc/skyview → /usr/share/doc/skyview-adsb The binaries (/usr/bin/skyview and /usr/bin/beast-dump) remain unchanged as they don't conflict at the filesystem level. This ensures clean installation alongside any existing skyview packages and prevents apt/dpkg conflicts during installation. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
23 lines
882 B
Text
23 lines
882 B
Text
Package: skyview-adsb
|
|
Version: 0.0.4
|
|
Section: net
|
|
Priority: optional
|
|
Architecture: amd64
|
|
Depends: systemd
|
|
Maintainer: Ole-Morten Duesund <glemt.net>
|
|
Description: Multi-source ADS-B aircraft tracker with Beast format support
|
|
SkyView is a standalone application that connects to multiple dump1090 Beast
|
|
format TCP streams and provides a modern web frontend for aircraft tracking.
|
|
Features include real-time aircraft tracking, signal strength analysis,
|
|
coverage mapping, and 3D radar visualization.
|
|
.
|
|
Key features:
|
|
- Multi-source Beast binary format parsing
|
|
- Real-time WebSocket updates
|
|
- Interactive maps with Leaflet.js
|
|
- Signal strength heatmaps and range circles
|
|
- Historical flight tracking
|
|
- Mobile-responsive design
|
|
- Systemd integration for service management
|
|
- Beast-dump utility for raw ADS-B data analysis
|
|
Homepage: https://kode.naiv.no/olemd/skyview
|