diff -Nru qthid-fcd-controller-4.1/debian/changelog qthid-fcd-controller-4.1/debian/changelog --- qthid-fcd-controller-4.1/debian/changelog 2020-03-23 06:23:46.000000000 +0000 +++ qthid-fcd-controller-4.1/debian/changelog 2021-06-19 11:52:10.000000000 +0000 @@ -1,8 +1,8 @@ -qthid-fcd-controller (4.1-5build1) focal; urgency=medium +qthid-fcd-controller (4.1-6) unstable; urgency=medium - * No-change rebuild for libgcc-s1 package name change. + * Update package and move to Hamradio Maintainers group (Closes: #988707) - -- Matthias Klose Mon, 23 Mar 2020 07:23:46 +0100 + -- A. Maitland Bottoms Sat, 19 Jun 2021 07:52:10 -0400 qthid-fcd-controller (4.1-5) unstable; urgency=medium diff -Nru qthid-fcd-controller-4.1/debian/compat qthid-fcd-controller-4.1/debian/compat --- qthid-fcd-controller-4.1/debian/compat 2019-09-07 23:01:11.000000000 +0000 +++ qthid-fcd-controller-4.1/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -12 diff -Nru qthid-fcd-controller-4.1/debian/control qthid-fcd-controller-4.1/debian/control --- qthid-fcd-controller-4.1/debian/control 2019-09-25 00:17:49.000000000 +0000 +++ qthid-fcd-controller-4.1/debian/control 2021-06-19 11:52:10.000000000 +0000 @@ -1,16 +1,29 @@ Source: qthid-fcd-controller Section: science Priority: optional -Maintainer: A. Maitland Bottoms -Uploaders: "Antoine Beaupré" -Build-Depends: debhelper (>= 12~), libhidapi-dev, libusb-1.0-0-dev [!kfreebsd-any], libusb2-dev [kfreebsd-any], qtchooser, qt5-qmake, qtbase5-dev, qttools5-dev, pkg-config, libudev-dev [linux-any] -Standards-Version: 4.4.0 -Homepage: http://oz9aec.net/radios/funcube-dongle/updated-fcdctl-for-the-funcube-dongle-pro-and-pro +Maintainer: Debian Hamradio Maintainers +Uploaders: A. Maitland Bottoms +Build-Depends: debhelper-compat (= 13), + libhidapi-dev, + libudev-dev [linux-any], + libusb-1.0-0-dev [!kfreebsd-any], + libusb2-dev [kfreebsd-any], + pkg-config, + qt5-qmake, + qtbase5-dev, + qtchooser, + qttools5-dev +Standards-Version: 4.5.1 +Rules-Requires-Root: no +Homepage: https://oz9aec.net/radios/funcube-dongle/updated-fcdctl-for-the-funcube-dongle-pro-and-pro +Vcs-Browser: https://salsa.debian.org/debian-hamradio-team/qthid-fcd-controller +Vcs-Git: https://salsa.debian.org/debian-hamradio-team/qthid-fcd-controller.git Package: qthid-fcd-controller Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} -Recommends: gr-fcd, gnuradio, udev [linux-any] +Depends: ${misc:Depends}, ${shlibs:Depends} +Recommends: udev [linux-any] +Suggests: gnuradio, gqrx-sdr, gr-fcdproplus, gr-osmosdr Description: Funcube Dongle controller Controller application for the Funcube Dongle software defined radio receiver, built using the HID API library and the Qt GUI toolkit. diff -Nru qthid-fcd-controller-4.1/debian/copyright qthid-fcd-controller-4.1/debian/copyright --- qthid-fcd-controller-4.1/debian/copyright 2019-09-08 00:42:30.000000000 +0000 +++ qthid-fcd-controller-4.1/debian/copyright 2021-06-19 11:52:10.000000000 +0000 @@ -19,13 +19,13 @@ Copyright: 2011-2013 Alexandru Csete License: GPL-3+ -Files: fcdhidcmd.h mainwindow.h mainwindow.cpp fcd.h fcd.c +Files: fcdhidcmd.h mainwindow.h mainwindow.cpp fcd.h fcd.c main.cpp Comment: Implement full API in firmware 18f (thanks Mario Lorenz, DL5MLO). Copyright: 2011 Mario Lorenz, DL5MLO License: GPL-3+ -Files: fcdhidcmd.h mainwindow.h mainwindow.cpp fcd.h main.cpp fcd.c v2/* +Files: v2/* Comment: Qthid is a small control application for the Funcube Dongle devices. It is an evolution of the qthid002 package by Howard Long G6LVB. Copyright: 2010 Howard Long, G6LVB @@ -36,7 +36,7 @@ License: Several At the discretion of the user of this library, this software may be licensed under the terms of the - GNU Public License v3, a BSD-Style license, or the + GNU General Public License v3, a BSD-Style license, or the original HIDAPI license as outlined in the LICENSE.txt, LICENSE-gpl3.txt, LICENSE-bsd.txt, and LICENSE-orig.txt files located at the root of the source distribution. @@ -79,7 +79,7 @@ of this license document, but changing it is not allowed. Files: debian/* -Copyright: 2011,2013 A. Maitland Bottoms (AA4HS) +Copyright: 2011,2013,2021 A. Maitland Bottoms (AA4HS) License: GPL-3+ License: GPL-3+ diff -Nru qthid-fcd-controller-4.1/debian/patches/bsd-libusb qthid-fcd-controller-4.1/debian/patches/bsd-libusb --- qthid-fcd-controller-4.1/debian/patches/bsd-libusb 2013-10-16 04:10:23.000000000 +0000 +++ qthid-fcd-controller-4.1/debian/patches/bsd-libusb 2021-06-19 11:52:10.000000000 +0000 @@ -1,3 +1,7 @@ +Description: bsd libusb + Support the libusb found on bsd systems. +Author: A. Maitland Bottoms + --- a/hid-libusb.c +++ b/hid-libusb.c @@ -270,7 +270,7 @@ diff -Nru qthid-fcd-controller-4.1/debian/patches/build-debian-platform-scopes qthid-fcd-controller-4.1/debian/patches/build-debian-platform-scopes --- qthid-fcd-controller-4.1/debian/patches/build-debian-platform-scopes 2013-10-16 05:46:57.000000000 +0000 +++ qthid-fcd-controller-4.1/debian/patches/build-debian-platform-scopes 2021-06-19 11:52:10.000000000 +0000 @@ -1,3 +1,7 @@ +Description: build debian platform scopes + Update Qt project to build in more places. +Author: A. Maitland Bottoms + --- a/v2/qthid.pro +++ b/v2/qthid.pro @@ -23,7 +23,10 @@ diff -Nru qthid-fcd-controller-4.1/debian/patches/build-debian-qmake-environment qthid-fcd-controller-4.1/debian/patches/build-debian-qmake-environment --- qthid-fcd-controller-4.1/debian/patches/build-debian-qmake-environment 2014-02-06 00:05:09.000000000 +0000 +++ qthid-fcd-controller-4.1/debian/patches/build-debian-qmake-environment 2021-06-19 11:52:10.000000000 +0000 @@ -1,3 +1,7 @@ +Description: build debian qmake environment + Update Qt project to use build flags from environment. +Author: A. Maitland Bottoms + --- a/qthid.pro +++ b/qthid.pro @@ -14,7 +14,6 @@ diff -Nru qthid-fcd-controller-4.1/debian/patches/series qthid-fcd-controller-4.1/debian/patches/series --- qthid-fcd-controller-4.1/debian/patches/series 2019-09-08 01:03:03.000000000 +0000 +++ qthid-fcd-controller-4.1/debian/patches/series 2021-06-19 11:52:10.000000000 +0000 @@ -2,4 +2,5 @@ bsd-libusb build-debian-qmake-environment qt5 +spelling use-system-hidapi diff -Nru qthid-fcd-controller-4.1/debian/patches/spelling qthid-fcd-controller-4.1/debian/patches/spelling --- qthid-fcd-controller-4.1/debian/patches/spelling 1970-01-01 00:00:00.000000000 +0000 +++ qthid-fcd-controller-4.1/debian/patches/spelling 2021-06-19 11:52:10.000000000 +0000 @@ -0,0 +1,26 @@ +Description: spelling + Thanks to Lintian report. +Author: A. Maitland Bottoms + +--- a/README.txt ++++ b/README.txt +@@ -11,7 +11,7 @@ + + 2.1 Linux + +-Precompiled binaries (32 or 64 bit) are avaialble for download but users are required to install the Qt runtime libraries on their own. All common Linux distrib utions have the Qt libraries packaged and they can be installed using the package manager for the platform. Qt 4.7 and 4.8 has been tested. ++Precompiled binaries (32 or 64 bit) are available for download but users are required to install the Qt runtime libraries on their own. All common Linux distributions have the Qt libraries packaged and they can be installed using the package manager for the platform. Qt 4.7 and 4.8 has been tested. + + In order to use the Funcube Dongle Pro+ as regular user and udev rule is required. An example funcube-dongle.rules file is included with the package and you can simply copy that file to the /etc/udev/rules.d/ directory (hint: open a terminal and type: "sudo cp funcube-dongle.rules /etc/udev/rules.d/" without the quotes) + +--- a/v2/mainwindow.cpp ++++ b/v2/mainwindow.cpp +@@ -452,7 +452,7 @@ + "

Qthid can " + "be used to upload new firmware and to set various parameters " + "such as frequency, gain, filters, etc.

" +- "

Qthid is written using the Qt toolkit (see About Qt) and is avaialble " ++ "

Qthid is written using the Qt toolkit (see About Qt) and is available " + "for Linux, Mac and Windows. You can download the latest version from the " + "Qthid website." + "

" diff -Nru qthid-fcd-controller-4.1/debian/patches/use-system-hidapi qthid-fcd-controller-4.1/debian/patches/use-system-hidapi --- qthid-fcd-controller-4.1/debian/patches/use-system-hidapi 2019-09-08 01:37:11.000000000 +0000 +++ qthid-fcd-controller-4.1/debian/patches/use-system-hidapi 2021-06-19 11:52:10.000000000 +0000 @@ -1,3 +1,7 @@ +Description: use system hidapi + The system provided version has bug fixes. +Author: A. Maitland Bottoms + --- a/qthid.pro +++ b/qthid.pro @@ -45,7 +45,6 @@ diff -Nru qthid-fcd-controller-4.1/debian/qthid-2.2.desktop qthid-fcd-controller-4.1/debian/qthid-2.2.desktop --- qthid-fcd-controller-4.1/debian/qthid-2.2.desktop 2012-02-19 17:40:03.000000000 +0000 +++ qthid-fcd-controller-4.1/debian/qthid-2.2.desktop 2021-06-19 11:52:10.000000000 +0000 @@ -7,3 +7,4 @@ Terminal=false Type=Application Categories=Utility;HamRadio;Tuner; +Keywords=funcube;dongle;radio;receiver;usb; diff -Nru qthid-fcd-controller-4.1/debian/qthid.desktop qthid-fcd-controller-4.1/debian/qthid.desktop --- qthid-fcd-controller-4.1/debian/qthid.desktop 2012-02-19 17:39:42.000000000 +0000 +++ qthid-fcd-controller-4.1/debian/qthid.desktop 2021-06-19 11:52:10.000000000 +0000 @@ -7,3 +7,4 @@ Terminal=false Type=Application Categories=Utility;HamRadio;Tuner +Keywords=funcube;dongle;radio;receiver;usb; diff -Nru qthid-fcd-controller-4.1/debian/qthid-fcd-controller.install qthid-fcd-controller-4.1/debian/qthid-fcd-controller.install --- qthid-fcd-controller-4.1/debian/qthid-fcd-controller.install 2019-09-08 01:58:52.000000000 +0000 +++ qthid-fcd-controller-4.1/debian/qthid-fcd-controller.install 2021-06-19 11:52:10.000000000 +0000 @@ -1,2 +1,2 @@ -qthid /usr/bin/ debian/oz9aec.qthid-fcd-controller.metainfo.xml usr/share/metainfo +qthid /usr/bin/ diff -Nru qthid-fcd-controller-4.1/debian/qthid-fcd-controller.manpages qthid-fcd-controller-4.1/debian/qthid-fcd-controller.manpages --- qthid-fcd-controller-4.1/debian/qthid-fcd-controller.manpages 2012-01-07 01:59:50.000000000 +0000 +++ qthid-fcd-controller-4.1/debian/qthid-fcd-controller.manpages 2021-06-19 11:52:10.000000000 +0000 @@ -1,2 +1,2 @@ -debian/qthid.1 debian/qthid-2.2.1 +debian/qthid.1 diff -Nru qthid-fcd-controller-4.1/debian/rules qthid-fcd-controller-4.1/debian/rules --- qthid-fcd-controller-4.1/debian/rules 2019-09-25 00:16:50.000000000 +0000 +++ qthid-fcd-controller-4.1/debian/rules 2021-06-19 11:52:10.000000000 +0000 @@ -20,5 +20,5 @@ - (cd v2 && make distclean) dh_auto_clean -qthid-fcd-controller.udev: +qthid-fcd-controller.udev: cp -p funcube-dongle.rules debian/qthid-fcd-controller.udev diff -Nru qthid-fcd-controller-4.1/debian/upstream/metadata qthid-fcd-controller-4.1/debian/upstream/metadata --- qthid-fcd-controller-4.1/debian/upstream/metadata 1970-01-01 00:00:00.000000000 +0000 +++ qthid-fcd-controller-4.1/debian/upstream/metadata 2021-06-19 11:52:10.000000000 +0000 @@ -0,0 +1,4 @@ +Bug-Database: https://github.com/csete/qthid/issues +Bug-Submit: https://github.com/csete/qthid/issues/new +Repository: https://github.com/csete/qthid.git +Repository-Browse: https://github.com/csete/qthid