From cb0be8db8873040aef239877687989cd03c56bf3 Mon Sep 17 00:00:00 2001 From: Colin Cogle <colin@colincogle.name> Date: Sat, 21 Sep 2024 22:01:52 -0400 Subject: [PATCH] Modernize Debian packaging files.. Updated for Debian release 1.7.1-2. This also brings them up to debcompat version 13. --- debian/changelog | 2 +- debian/control | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0cb0519..2766264 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -aprs-weather-submit (1.7.1-1$BRANCH) $BRANCH; urgency=medium +aprs-weather-submit (1.7.1-2) UNRELEASED; urgency=medium * Fixed a compile-time error on armhf platforms. diff --git a/debian/control b/debian/control index 1585796..05f7ee6 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,8 @@ Source: aprs-weather-submit Section: hamradio Priority: optional Maintainer: Colin Cogle <colin@colincogle.name> -Build-Depends: debhelper-compat (= 11) -Standards-Version: 4.6.0 +Build-Depends: debhelper-compat (= 13) +Standards-Version: 4.7.0 Homepage: https://github.com/rhymeswithmogul/aprs-weather-submit Vcs-Browser: https://github.com/rhymeswithmogul/aprs-weather-submit Vcs-Git: https://github.com/rhymeswithmogul/aprs-weather-submit.git