Add some stuff for lintian cleanliness

This commit is contained in:
Hibby 2025-09-30 21:04:33 +01:00
parent 730e1e4f88
commit 888260c30a
4 changed files with 12 additions and 21 deletions

3
debian/changelog vendored
View file

@ -2,7 +2,8 @@ qttermtcp (0.0.0.79-1) UNRELEASED; urgency=medium
* Update the debian branch for import * Update the debian branch for import
* New upstream version 0.0.0.79 * 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 -- Dave Hibberd <hibby@debian.org> Tue, 30 Sep 2025 20:40:13 +0100

10
debian/control vendored
View file

@ -1,12 +1,10 @@
Source: qttermtcp Source: qttermtcp
Section: hamradio Section: hamradio
Priority: optional Priority: optional
Maintainer: Debian Hamradio Maintainers <debian-hams@lists.debian.org> Maintainer: Dave Hibberd <hibby@debian.org>
Uploaders: Standards-Version: 4.7.2
Dave Hibberd <d@vehibberd.com>, Vcs-Browser: https://git.hibbian.org/Hibbian/qttermtcp/src/branch/hibbian/latest
Standards-Version: 4.6.0.0 Vcs-Git: https://git.hibbian.org/Hibbian/qttermtcp.git
Vcs-Browser:
Vcs-Git:
Homepage: https://www.cantab.net/users/john.wiseman/Documents/QtTermTCP.html Homepage: https://www.cantab.net/users/john.wiseman/Documents/QtTermTCP.html
Build-Depends: debhelper-compat (= 13), qtbase5-dev, qt5-qmake, libqt5serialport5-dev, qtmultimedia5-dev Build-Depends: debhelper-compat (= 13), qtbase5-dev, qt5-qmake, libqt5serialport5-dev, qtmultimedia5-dev
Rules-Requires-Root: no Rules-Requires-Root: no

9
debian/postinst vendored
View file

@ -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
View file

@ -1,7 +1,8 @@
#!/usr/bin/make -f #!/usr/bin/make -f
export QT_SELECT=5 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 $@ dh $@