[hamradio-commits] [dump1090-mutability] 119/172: Remove references to --aggressive from the maint scripts

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 11c28f5748c6b76ac1aa377d276142253ae5d8fe
Author: Raphael Geissert <atomo64 at gmail.com>
Date:   Tue Feb 16 19:48:43 2016 +0100

    Remove references to --aggressive from the maint scripts
    
    Commit 577fe9b removed the debconf template for the option but the
    maintainer scripts were still referencing it. This prevented the package
    configuration from working.
---
 debian/dump1090-mutability.config   | 2 --
 debian/dump1090-mutability.postinst | 1 -
 2 files changed, 3 deletions(-)

diff --git a/debian/dump1090-mutability.config b/debian/dump1090-mutability.config
index e0b8e15..af269a2 100644
--- a/debian/dump1090-mutability.config
+++ b/debian/dump1090-mutability.config
@@ -27,7 +27,6 @@ if [ -e $CONFIGFILE ]; then
 
   db_set_yn $NAME/decode-fixcrc "$FIX_CRC"
   db_set_yn $NAME/decode-phase-enhance "$PHASE_ENHANCE"
-  db_set_yn $NAME/decode-aggressive "$AGGRESSIVE"
   db_set $NAME/decode-lat "$LAT"
   db_set $NAME/decode-lon "$LON"
   db_set $NAME/decode-max-range "$MAX_RANGE"
@@ -205,7 +204,6 @@ db_go || true; db_get $NAME/auto-start; if [ "$RET" = "true" ]; then
  fi
 
  db_input low $NAME/decode-fix-crc || true
- db_input low $NAME/decode-aggressive || true
  db_input_verify medium $NAME/decode-max-range is_number || true
  db_input_verify medium $NAME/decode-lat is_number_or_empty || true
 
diff --git a/debian/dump1090-mutability.postinst b/debian/dump1090-mutability.postinst
index 561613e..fd5dc96 100644
--- a/debian/dump1090-mutability.postinst
+++ b/debian/dump1090-mutability.postinst
@@ -78,7 +78,6 @@ case "$1" in
         subvar_yn rtlsdr-oversample OVERSAMPLE
         subvar_yn decode-fixcrc FIX_CRC
         subvar_yn decode-phase-enhance PHASE_ENHANCE
-        subvar_yn decode-aggressive AGGRESSIVE
         subvar decode-lat LAT
         subvar decode-lon LON
         subvar decode-max-range MAX_RANGE

-- 
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