[hamradio-commits] [dump1090] 355/373: starting the next wave of packaging cleanups

Matthew Ernisse mernisse-guest at moszumanska.debian.org
Thu Oct 23 14:58:36 UTC 2014


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

mernisse-guest pushed a commit to branch backport
in repository dump1090.

commit b6d4743850d9e19a9369f80313d149d07cc8a297
Author: Matthew Ernisse <mernisse at ub3rgeek.net>
Date:   Fri Oct 17 14:12:59 2014 -0400

    starting the next wave of packaging cleanups
---
 debian/changelog                |  8 ++++++++
 debian/control                  | 11 ++++++-----
 debian/copyright                | 28 ++++++++++++++--------------
 debian/source.lintian-overrides |  9 ---------
 4 files changed, 28 insertions(+), 28 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c5450a8..bbb3014 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+dump1090 (1.09.1007.14+dfsg-1) unstable; urgency=low
+  * Merge changes from upstream.
+  * Remove external dependancies on jQuery.
+  * Repack upstream to remove closed-source blob.
+  * Update packaging to reflect Debian Hamradio Maintainers standards.
+
+ -- Matthew Ernisse <mernisse at ub3rgeek.net>  Fri, 17 Oct 2014 17:52:56 +0000
+
 dump1090 (1.09.0608.14-3) unstable; urgency=low
 
   * Refuse to build ppup1090 as it depends on a closed-source blob.
diff --git a/debian/control b/debian/control
index ca0cfab..65a2b6b 100644
--- a/debian/control
+++ b/debian/control
@@ -1,16 +1,17 @@
 Source: dump1090
 Section: net
-Priority: extra
-Maintainer: Matthew Ernisse <mernisse at ub3rgeek.net>
-Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.1~), librtlsdr-dev, libusb-1.0-0-dev, pkg-config
-Standards-Version: 3.9.5
+Priority: optional
+Maintainer: Debian Hamradio Maintainers <debian-hams at lists.debian.org>
+Uploaders: Matthew Ernisse <mernisse at ub3rgeek.net>
+Build-Depends: debhelper (>= 9), librtlsdr-dev, libusb-1.0-0-dev, pkg-config
+Standards-Version: 3.9.6
 Homepage: https://github.com/MalcolmRobb/dump1090
 Vcs-Git: https://github.com/MalcolmRobb/dump1090.git
 Vcs-Browser: https://github.com/MalcolmRobb/dump1090
 
 Package: dump1090
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, librtlsdr0
+Depends: ${shlibs:Depends}, ${misc:Depends}, libjs-jquery-ui, librtlsdr0
 Description: Mode S decoder specifically designed for RTLSDR devices
  The main features are:
   * Robust decoding of weak messages, with mode1090 many users observed
diff --git a/debian/copyright b/debian/copyright
index 8af2798..b38eac4 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -5,50 +5,50 @@ Source: git clone https://github.com/MalcolmRobb/dump1090
 Files: *
 Copyright: 2012 Salvatore Sanfilippo <antirez at gmail.com>
            2014 Malcolm Robb <support at attavionics.com>
-License: BSD-3-Clause
+License: BSD-3-clause
 
 Files: anet.*
 Copyright: 2006-2012 Salvatore Sanfilippo <antirez at gmail.com>
-License: BSD-3-Clause
+License: BSD-3-clause
 
 Files: dump1090.*
 Copyright: 2012 Salvatore Sanfilippo <antirez at gmail.com>
-License: BSD-2-Clause
+License: BSD-2-clause
 
 Files: interactive.*
 Copyright: 2012 Salvatore Sanfilippo <antirez at gmail.com>
-License: BSD-2-Clause
+License: BSD-2-clause
 
 Files: mode_ac.*
 Copyright: 2012 Salvatore Sanfilippo <antirez at gmail.com>
-License: BSD-2-Clause
+License: BSD-2-clause
 
 Files: net_io.*
 Copyright: 2012 Salvatore Sanfilippo <antirez at gmail.com>
-License: BSD-2-Clause
+License: BSD-2-clause
 
 Files: ppup1090.*
 Copyright: 2013 Malcolm Robb <Support at ATTAvionics.com>
-License: BSD-2-Clause
+License: BSD-2-clause
 
 Files: rtl-sdr/rtl-sdr_export.c
 Copyright: 2012 Hoernchen <la at tfc-server.de>
-License: GPL-2.0+
+License: GPL-2.0
 
 Files: rtl-sdr/rtl-sdr.h
 Copyright: 2012 Steve Markgraf <steve at steve-m.de>
            2012 Dimitri Stolnikov <horiz0n at gmx.net>
-License: GPL-2.0+
+License: GPL-2.0
 
 Files: view1090.*
 Copyright: 2014 Malcolm Robb <Support at ATTAvionics.com
-License: BSD-2-Clause
+License: BSD-2-clause
 
 Files: debian/*
 Copyright: 2014 Matthew Ernisse <mernisse at ub3rgeek.net>
-License: BSD-2-Clause
+License: BSD-2-clause
 
-License: BSD-2-Clause
+License: BSD-2-clause
  Redistribution and use in source and binary forms, with or without
  modification, are permitted provided that the following conditions are
  met:
@@ -72,7 +72,7 @@ License: BSD-2-Clause
  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
-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:
  .
@@ -97,7 +97,7 @@ License: BSD-3-Clause
  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  POSSIBILITY OF SUCH DAMAGE.
 
-License: GPL-2.0+
+License: GPL-2.0
  This program is free software: you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation, either version 2 of the License, or
diff --git a/debian/source.lintian-overrides b/debian/source.lintian-overrides
index 6c2507b..e69de29 100644
--- a/debian/source.lintian-overrides
+++ b/debian/source.lintian-overrides
@@ -1,9 +0,0 @@
-# This is in the upstream git repo but is not actually used to build
-# any resulting binaries, nor does it end up in the resulting binary
-# package.
-dump1090: source-is-missing coaa1090.obj
-dump1090: source-contains-prebuilt-binary coaa1090.obj
-
-# Upstream does not provide a way to check for releases much less a GPG
-# signature.
-dump1090: debian-watch-may-check-gpg-signature

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



More information about the pkg-hamradio-commits mailing list