Initial work on raspbian packaging.
This commit is contained in:
parent
83c80b6d67
commit
0ae1d72e83
5
debian/changelog
vendored
Normal file
5
debian/changelog
vendored
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
dump1090-mr (1.08.2302.14+1-1) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* Initial package release.
|
||||||
|
|
||||||
|
-- Oliver Jowett <oliver@mutability.co.uk> Fri, 05 Dec 2014 20:12:40 +0000
|
1
debian/compat
vendored
Normal file
1
debian/compat
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
8
|
20
debian/control
vendored
Normal file
20
debian/control
vendored
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
Source: dump1090-mr
|
||||||
|
Section: embedded
|
||||||
|
Priority: extra
|
||||||
|
Maintainer: Oliver Jowett <oliver@mutability.co.uk>
|
||||||
|
Build-Depends: debhelper(>=8), net-tools, librtlsdr-dev
|
||||||
|
Standards-Version: 3.9.3
|
||||||
|
Homepage: https://github.com/MalcolmRobb/dump1090
|
||||||
|
Vcs-Git: https://github.com/mutability/dump1090.git -b mr-pi-package
|
||||||
|
|
||||||
|
Package: dump1090-mr
|
||||||
|
Architecture: any
|
||||||
|
Depends: ${shlibs:Depends}, ${misc:Depends}, net-tools, adduser
|
||||||
|
Description: ADS-B Ground Station System for RTL-SDR
|
||||||
|
Networked Aviation Mode S / ADS-B decoder/translator with RTL-SDR software
|
||||||
|
defined radio USB device support.
|
||||||
|
.
|
||||||
|
Includes a mini-webserver that you can access to see aircraft in the vicinity
|
||||||
|
of your receiver.
|
||||||
|
.
|
||||||
|
This is a packaging of MalcomRobb's fork of the original dump1090 version.
|
37
debian/copyright
vendored
Normal file
37
debian/copyright
vendored
Normal file
|
@ -0,0 +1,37 @@
|
||||||
|
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||||
|
Upstream-Name: dump1090
|
||||||
|
Upstream-Contact: https://github.com/MalcolmRobb
|
||||||
|
Source: https://github.com/MalcolmRobb/dump1090
|
||||||
|
|
||||||
|
Files: *
|
||||||
|
Copyright: Salvatore Sanfilippo, Malcom Robb and other contributors.
|
||||||
|
License: BSD-3-Clause
|
||||||
|
|
||||||
|
Files: debian/*
|
||||||
|
Copyright: 2014 Oliver Jowett
|
||||||
|
License: BSD-3-Clause
|
||||||
|
|
||||||
|
License: BSD-3-Clause
|
||||||
|
Redistribution and use in source and binary forms, with or without
|
||||||
|
modification, are permitted provided that the following conditions
|
||||||
|
are met:
|
||||||
|
1. Redistributions of source code must retain the above copyright
|
||||||
|
notice, this list of conditions and the following disclaimer.
|
||||||
|
2. Redistributions in binary form must reproduce the above copyright
|
||||||
|
notice, this list of conditions and the following disclaimer in the
|
||||||
|
documentation and/or other materials provided with the distribution.
|
||||||
|
3. Neither the name of the University nor the names of its contributors
|
||||||
|
may be used to endorse or promote products derived from this software
|
||||||
|
without specific prior written permission.
|
||||||
|
.
|
||||||
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||||
|
``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||||||
|
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||||||
|
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE HOLDERS OR
|
||||||
|
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
||||||
|
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
||||||
|
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
|
||||||
|
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
||||||
|
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
||||||
|
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
||||||
|
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
3
debian/dump1090-mr.install
vendored
Normal file
3
debian/dump1090-mr.install
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
dump1090 usr/bin
|
||||||
|
view1090 usr/bin
|
||||||
|
public_html/* usr/share/dump1090
|
18
debian/rules
vendored
Executable file
18
debian/rules
vendored
Executable file
|
@ -0,0 +1,18 @@
|
||||||
|
#!/usr/bin/make -f
|
||||||
|
# -*- makefile -*-
|
||||||
|
# Sample debian/rules that uses debhelper.
|
||||||
|
# This file was originally written by Joey Hess and Craig Small.
|
||||||
|
# As a special exception, when this file is copied by dh-make into a
|
||||||
|
# dh-make output file, you may use that output file without restriction.
|
||||||
|
# This special exception was added by Craig Small in version 0.37 of dh-make.
|
||||||
|
|
||||||
|
# Uncomment this to turn on verbose mode.
|
||||||
|
export DH_VERBOSE=1
|
||||||
|
|
||||||
|
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
||||||
|
|
||||||
|
DPKG_EXPORT_BUILDFLAGS = 1
|
||||||
|
include /usr/share/dpkg/buildflags.mk
|
||||||
|
|
||||||
|
%:
|
||||||
|
dh $@
|
1
debian/source/format
vendored
Normal file
1
debian/source/format
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
3.0 (native)
|
Loading…
Reference in a new issue