Add some stuff for lintian cleanliness
This commit is contained in:
parent
730e1e4f88
commit
888260c30a
11
debian/changelog
vendored
11
debian/changelog
vendored
|
@ -2,19 +2,20 @@ qttermtcp (0.0.0.79-1) UNRELEASED; urgency=medium
|
|||
|
||||
* Update the debian branch for import
|
||||
* New upstream version 0.0.0.79
|
||||
* Just put the whole codebase in a patch, I'm bored of the line ending nonsense
|
||||
* Just put the whole codebase in a patch, I'm bored of the line ending
|
||||
nonsense
|
||||
|
||||
-- Dave Hibberd <hibby@debian.org> Tue, 30 Sep 2025 20:40:13 +0100
|
||||
|
||||
qttermtcp (0.0.0.73-1~hibbian+1) bookworm-hibbian-unstable; urgency=medium
|
||||
|
||||
* Rebuild for hibbian
|
||||
* Rebuild for hibbian
|
||||
|
||||
-- Dave Hibberd <hibby@debian.org> Mon, 26 Aug 2024 18:24:29 +0100
|
||||
|
||||
qttermtcp (0.0.0.73-1) unstable; urgency=medium
|
||||
|
||||
* Upstream refresh
|
||||
* Upstream refresh
|
||||
|
||||
-- Dave Hibberd <d@vehibberd.com> Fri, 08 Dec 2023 16:07:10 +0000
|
||||
|
||||
|
@ -28,12 +29,12 @@ qttermtcp (0.0.0.69-3) unstable; urgency=medium
|
|||
|
||||
qttermtcp (0.0.0.69-2) unstable; urgency=medium
|
||||
|
||||
* Added new icon
|
||||
* Added new icon
|
||||
|
||||
-- Dave Hibberd <d@vehibberd.com> Thu, 14 Sep 2023 23:06:02 +0100
|
||||
|
||||
qttermtcp (0.0.0.69-1) unstable; urgency=medium
|
||||
|
||||
* Initial release.
|
||||
* Initial release.
|
||||
|
||||
-- Dave Hibberd <d@vehibberd.com> Sun, 27 Aug 2023 19:26:09 +0100
|
||||
|
|
10
debian/control
vendored
10
debian/control
vendored
|
@ -1,12 +1,10 @@
|
|||
Source: qttermtcp
|
||||
Section: hamradio
|
||||
Priority: optional
|
||||
Maintainer: Debian Hamradio Maintainers <debian-hams@lists.debian.org>
|
||||
Uploaders:
|
||||
Dave Hibberd <d@vehibberd.com>,
|
||||
Standards-Version: 4.6.0.0
|
||||
Vcs-Browser:
|
||||
Vcs-Git:
|
||||
Maintainer: Dave Hibberd <hibby@debian.org>
|
||||
Standards-Version: 4.7.2
|
||||
Vcs-Browser: https://git.hibbian.org/Hibbian/qttermtcp/src/branch/hibbian/latest
|
||||
Vcs-Git: https://git.hibbian.org/Hibbian/qttermtcp.git
|
||||
Homepage: https://www.cantab.net/users/john.wiseman/Documents/QtTermTCP.html
|
||||
Build-Depends: debhelper-compat (= 13), qtbase5-dev, qt5-qmake, libqt5serialport5-dev, qtmultimedia5-dev
|
||||
Rules-Requires-Root: no
|
||||
|
|
9
debian/postinst
vendored
9
debian/postinst
vendored
|
@ -1,9 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
TT="/opt/oarc/QtTermTCP"
|
||||
|
||||
if [ -d $TT ]; then
|
||||
rm -rf /opt/oarc/QtTermTCP
|
||||
fi
|
3
debian/rules
vendored
3
debian/rules
vendored
|
@ -1,7 +1,8 @@
|
|||
#!/usr/bin/make -f
|
||||
|
||||
export QT_SELECT=5
|
||||
export DEB_BUILD_MAINT_OPTIONS=hardening=-all
|
||||
export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-format
|
||||
export DEB_CFLAGS_MAINT_APPEND=-std=gnu17
|
||||
|
||||
%:
|
||||
dh $@
|
||||
|
|
Loading…
Reference in a new issue