[hamradio-commits] [dump1090-mutability] 117/172: Remove --aggressive from config options as the standard build will ignore it.

Matteo F. Vescovi mfv at moszumanska.debian.org
Sun Jan 28 13:45:51 UTC 2018


This is an automated email from the git hooks/post-receive script.

mfv pushed a commit to branch master
in repository dump1090-mutability.

commit c1ff4491595cb4bd780a9a6dd051f2a6ec604172
Author: Oliver Jowett <oliver at mutability.co.uk>
Date:   Tue Feb 16 10:12:22 2016 +0000

    Remove --aggressive from config options as the standard build will ignore it.
---
 debian/config-template               |  4 ----
 debian/dump1090-mutability.init      |  1 -
 debian/dump1090-mutability.templates | 10 ----------
 3 files changed, 15 deletions(-)

diff --git a/debian/config-template b/debian/config-template
index 3f00c45..203e3d5 100644
--- a/debian/config-template
+++ b/debian/config-template
@@ -44,10 +44,6 @@ PHASE_ENHANCE=
 # If yes, fixes messages with correctable CRC errors.
 FIX_CRC=
 
-# If yes, enables aggressive fixes to damaged messages.
-# Use with caution - it can increase the rate of undetected errors.
-AGGRESSIVE=
-
 # If set, supplies a reference location for local position decoding.
 LAT=
 LON=
diff --git a/debian/dump1090-mutability.init b/debian/dump1090-mutability.init
index b75fe19..9f8eafc 100644
--- a/debian/dump1090-mutability.init
+++ b/debian/dump1090-mutability.init
@@ -61,7 +61,6 @@ if [ "x$OVERSAMPLE" = "xyes" ]; then ARGS="$ARGS --oversample"; fi
 # decoder:
 if [ "x$FIX_CRC" = "xyes" ]; then ARGS="$ARGS --fix"; fi
 if [ "x$PHASE_ENHANCE" = "xyes" ]; then ARGS="$ARGS --phase-enhance"; fi
-if [ "x$AGGRESSIVE" = "xyes" ]; then ARGS="$ARGS --aggressive"; fi
 if [ -n "$LAT" ]; then ARGS="$ARGS --lat $LAT"; fi
 if [ -n "$LON" ]; then ARGS="$ARGS --lon $LON"; fi
 ARGS="$ARGS --max-range $MAX_RANGE"; fi
diff --git a/debian/dump1090-mutability.templates b/debian/dump1090-mutability.templates
index 53d56e3..a7bd60a 100644
--- a/debian/dump1090-mutability.templates
+++ b/debian/dump1090-mutability.templates
@@ -76,16 +76,6 @@ Description: Apply phase enhancement?
 Type: boolean
 Default: true
 
-Template: dump1090-mutability/decode-aggressive
-Description: Aggressively fix more errors?
- dump1090 can apply more aggressive corrections to received messages,
- primarily correcting two-bit CRC errors.
- .
- Use with caution! This can significantly increase the rate of undetected
- message errors (i.e. increase the rate of garbled decoded messages)
-Type: boolean
-Default: false
-
 Template: dump1090-mutability/decode-lat
 Description: Latitude of receiver, in decimal degrees:
  If the location of the receiver is provided, dump1090 can do

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/dump1090-mutability.git



More information about the pkg-hamradio-commits mailing list