[hamradio-commits] [dump1090-mutability] 127/172: Always use phase enhancement; silently ignore --phase-enhance if given.

Matteo F. Vescovi mfv at moszumanska.debian.org
Sun Jan 28 13:45:52 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 0eb9fba9738e921f9b09ee33ca1ed086cf98256a
Author: Oliver Jowett <oliver at mutability.co.uk>
Date:   Tue May 31 11:47:57 2016 +0100

    Always use phase enhancement; silently ignore --phase-enhance if given.
---
 debian/config-template               | 3 ---
 debian/dump1090-mutability.config    | 1 -
 debian/dump1090-mutability.postinst  | 1 -
 debian/dump1090-mutability.templates | 7 -------
 4 files changed, 12 deletions(-)

diff --git a/debian/config-template b/debian/config-template
index 203e3d5..77c23e2 100644
--- a/debian/config-template
+++ b/debian/config-template
@@ -34,9 +34,6 @@ PPM=
 # If yes, enable sampling at 2.4MHz. Otherwise, 2.0MHz is used.
 OVERSAMPLE=
 
-# If yes, enables phase-enhancement of messages
-PHASE_ENHANCE=
-
 #
 # Decoding options
 #
diff --git a/debian/dump1090-mutability.config b/debian/dump1090-mutability.config
index af269a2..9c9ff0e 100644
--- a/debian/dump1090-mutability.config
+++ b/debian/dump1090-mutability.config
@@ -26,7 +26,6 @@ if [ -e $CONFIGFILE ]; then
   db_set_yn $NAME/rtlsdr-oversample "$OVERSAMPLE"
 
   db_set_yn $NAME/decode-fixcrc "$FIX_CRC"
-  db_set_yn $NAME/decode-phase-enhance "$PHASE_ENHANCE"
   db_set $NAME/decode-lat "$LAT"
   db_set $NAME/decode-lon "$LON"
   db_set $NAME/decode-max-range "$MAX_RANGE"
diff --git a/debian/dump1090-mutability.postinst b/debian/dump1090-mutability.postinst
index fd5dc96..614ba26 100644
--- a/debian/dump1090-mutability.postinst
+++ b/debian/dump1090-mutability.postinst
@@ -77,7 +77,6 @@ case "$1" in
         subvar rtlsdr-ppm PPM
         subvar_yn rtlsdr-oversample OVERSAMPLE
         subvar_yn decode-fixcrc FIX_CRC
-        subvar_yn decode-phase-enhance PHASE_ENHANCE
         subvar decode-lat LAT
         subvar decode-lon LON
         subvar decode-max-range MAX_RANGE
diff --git a/debian/dump1090-mutability.templates b/debian/dump1090-mutability.templates
index a7bd60a..ad2bc8a 100644
--- a/debian/dump1090-mutability.templates
+++ b/debian/dump1090-mutability.templates
@@ -69,13 +69,6 @@ Description: Fix detected CRC errors?
 Type: boolean
 Default: true
 
-Template: dump1090-mutability/decode-phase-enhance
-Description: Apply phase enhancement?
- dump1090 can attempt to correct for messages that are received
- out-of-phase from the sampling rate, at the expense of taking more CPU.
-Type: boolean
-Default: true
-
 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