diff --git a/debian/changelog b/debian/changelog index cb9164e..dd3978e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 Mon, 26 Aug 2024 18:24:29 +0100 qttermtcp (0.0.0.73-1) unstable; urgency=medium - * Upstream refresh + * Upstream refresh -- Dave Hibberd 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 Thu, 14 Sep 2023 23:06:02 +0100 qttermtcp (0.0.0.69-1) unstable; urgency=medium - * Initial release. + * Initial release. -- Dave Hibberd Sun, 27 Aug 2023 19:26:09 +0100 diff --git a/debian/control b/debian/control index 7d82b01..ab028fc 100644 --- a/debian/control +++ b/debian/control @@ -1,12 +1,10 @@ Source: qttermtcp Section: hamradio Priority: optional -Maintainer: Debian Hamradio Maintainers -Uploaders: - Dave Hibberd , -Standards-Version: 4.6.0.0 -Vcs-Browser: -Vcs-Git: +Maintainer: Dave Hibberd +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 diff --git a/debian/postinst b/debian/postinst deleted file mode 100644 index 98407aa..0000000 --- a/debian/postinst +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -set -e - -TT="/opt/oarc/QtTermTCP" - -if [ -d $TT ]; then - rm -rf /opt/oarc/QtTermTCP -fi diff --git a/debian/rules b/debian/rules index c017aad..a254fc7 100755 --- a/debian/rules +++ b/debian/rules @@ -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 $@