First commit of prior packaging work
This commit is contained in:
parent
01f8df5cbe
commit
bd53cab947
|
@ -0,0 +1,5 @@
|
||||||
|
qttermtcp (0.0.0.66-1) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* Initial release.
|
||||||
|
|
||||||
|
-- Dave Hibberd <d@vehibberd.com> Mon, 17 Jul 2023 23:01:47 +0000
|
|
@ -0,0 +1,20 @@
|
||||||
|
Source: qttermtcp
|
||||||
|
Section: hamradio
|
||||||
|
Priority: optional
|
||||||
|
Maintainer: Debian Hamradio Maintainers <debian-hams@lists.debian.org>
|
||||||
|
Uploaders:
|
||||||
|
Dave Hibberd <d@vehibberd.com>,
|
||||||
|
Christoph Berg <myon@debian.org>,
|
||||||
|
Standards-Version: 4.6.0.0
|
||||||
|
Vcs-Browser: https://salsa.debian.org/debian-hamradio-team/qsstv
|
||||||
|
Vcs-Git: https://salsa.debian.org/debian-hamradio-team/qsstv.git
|
||||||
|
Homepage: https://www.cantab.net/users/john.wiseman/Documents/QtTermTCP.html
|
||||||
|
Build-Depends: debhelper-compat (= 13), qtbase5-dev, qt5-qmake, libqt5serialport5-dev
|
||||||
|
Rules-Requires-Root: no
|
||||||
|
|
||||||
|
Package: qttermtcp
|
||||||
|
Architecture: linux-any
|
||||||
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||||
|
Description: Qt-based Terminal for packet
|
||||||
|
QtTermTCP is a multiplatform terminal for packet that will work over TCP, KISS
|
||||||
|
and other modes of connectivity
|
|
@ -0,0 +1,29 @@
|
||||||
|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||||
|
Upstream-Name: QtTermTCP
|
||||||
|
Upstream-Contact: John Wiseman <bpq32@groups.io>
|
||||||
|
Source: https://www.cantab.net/users/john.wiseman/Documents/QtTermTCP.html
|
||||||
|
|
||||||
|
Files: *
|
||||||
|
Copyright: 2000-2023 John Wiseman <bpq32@groups.io>
|
||||||
|
License: GPL-3
|
||||||
|
|
||||||
|
Files: debian/*
|
||||||
|
2023 Dave Hibberd <d@vehibberd.com>
|
||||||
|
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 <http://www.gnu.org/licenses/>.
|
||||||
|
.
|
||||||
|
The GPL License which applies to this package can be found on your Debian
|
||||||
|
system at /usr/share/common-licenses/GPL-3.
|
|
@ -0,0 +1,3 @@
|
||||||
|
[DEFAULT]
|
||||||
|
debian-branch = debian/latest
|
||||||
|
upstream-branch = upstream/latest
|
|
@ -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
|
|
@ -0,0 +1,10 @@
|
||||||
|
--- a/QtTermTCP.pro
|
||||||
|
+++ b/QtTermTCP.pro
|
||||||
|
@@ -40,4 +40,7 @@
|
||||||
|
|
||||||
|
RC_ICONS = QtTermTCP.ico
|
||||||
|
|
||||||
|
+target.patch += debian/qttermtcp/usr/bin
|
||||||
|
+INSTALLS += target
|
||||||
|
+
|
||||||
|
QMAKE_LFLAGS += -no-pie
|
|
@ -0,0 +1 @@
|
||||||
|
QtTermTCP /opt/oarc/QtTermTCP
|
|
@ -0,0 +1,7 @@
|
||||||
|
#!/usr/bin/make -f
|
||||||
|
|
||||||
|
export QT_SELECT=5
|
||||||
|
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
|
||||||
|
|
||||||
|
%:
|
||||||
|
dh $@
|
|
@ -0,0 +1 @@
|
||||||
|
3.0 (quilt)
|
Loading…
Reference in New Issue