Add some stuff for lintian cleanliness
This commit is contained in:
parent
730e1e4f88
commit
888260c30a
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -2,7 +2,8 @@ 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
|
||||
|
||||
|
|
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