From 25967ba33c7dcb0dbc9ff3c6d75f1a4742d904aa Mon Sep 17 00:00:00 2001 From: Dave Hibberd Date: Mon, 4 Sep 2023 19:27:22 +0100 Subject: [PATCH] New debian folder time! --- debian/changelog | 5 +++++ debian/control | 16 ++++++++++++++++ debian/copyright | 29 +++++++++++++++++++++++++++++ debian/gbp.conf | 3 +++ debian/gitlab-ci.yml | 6 ++++++ debian/patches/series | 0 debian/rules | 7 +++++++ debian/source/format | 1 + debian/source/lintian-overrides | 0 9 files changed, 67 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/gbp.conf create mode 100644 debian/gitlab-ci.yml create mode 100644 debian/patches/series create mode 100755 debian/rules create mode 100644 debian/source/format create mode 100644 debian/source/lintian-overrides diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..89e101c --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +qtsoundmodem (0.0.0.67-1) UNRELEASED; urgency=medium + + * Initial release. + + -- Dave Hibberd Mon, 04 Sep 2023 19:08:17 +0100 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..886f88c --- /dev/null +++ b/debian/control @@ -0,0 +1,16 @@ +Source: qtsoundmodem +Section: hamradio +Priority: optional +Maintainer: Dave Hibberd , +Standards-Version: 4.6.2.0 +Vcs-Browser: +Vcs-Git: +Homepage: https://www.cantab.net/users/john.wiseman/Documents/QtSoundModem.html +Build-Depends: debhelper-compat (= 13), qtbase5-dev, qt5-qmake, libqt5serialport5-dev, libfftw3-dev, libpulse-dev, libasound2-dev +Rules-Requires-Root: no + +Package: qtsoundmodem +Architecture: linux-any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Qt-based Sound Modem & Terminal for packet + QtSoundModem (QtSM) is a multi-platform port of UZ7HO's SoundModem diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..6960ae8 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,29 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: QtSoundModem +Upstream-Contact: John Wiseman +Source: https://www.cantab.net/users/john.wiseman/Documents/QtSoundModem.html + +Files: * +Copyright: 2000-2023 John Wiseman +License: GPL-3 + +Files: debian/* +Copyright: 2023 Dave Hibberd +License: GPL-3 + +License: GPL-3 + 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 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + The GPL License which applies to this package can be found on your Debian + system at /usr/share/common-licenses/GPL-3. diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 0000000..59cebc9 --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,3 @@ +[DEFAULT] +debian-branch = debian/latest +upstream-branch = upstream/latest diff --git a/debian/gitlab-ci.yml b/debian/gitlab-ci.yml new file mode 100644 index 0000000..cd460cf --- /dev/null +++ b/debian/gitlab-ci.yml @@ -0,0 +1,6 @@ +include: + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml + +reprotest: + extends: .test-reprotest-diffoscope diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..e69de29 diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..78ec0a2 --- /dev/null +++ b/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f + +export QT_SELECT=5 +export DEB_BUILD_MAINT_OPTIONS=hardening=+all + +%: + dh $@ diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides new file mode 100644 index 0000000..e69de29