From aea0e89bb68cc7c136d294ba29683221a6bbd584 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Tue, 30 Dec 2025 19:37:25 +0100 Subject: [PATCH] MT#62899 Update packaging for Debian trixie MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update copyright years. - Remove «Priority: optional» field, which is now the default. - Wrap and sort fields. - Add spaces around operators in make variables. Change-Id: If80962670fa8effeac7393f47780b2f6521b92b0 --- debian/control | 1 - debian/copyright | 5 +++-- debian/rules | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/control b/debian/control index 174e01d..a1cd148 100644 --- a/debian/control +++ b/debian/control @@ -1,6 +1,5 @@ Source: ngcp-rate-o-mat Section: comm -Priority: optional Maintainer: Sipwise Development Team Homepage: https://www.sipwise.com/ Standards-Version: 4.7.2 diff --git a/debian/copyright b/debian/copyright index 083da82..7739a5b 100644 --- a/debian/copyright +++ b/debian/copyright @@ -2,9 +2,10 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: https://www.sipwise.com/ Upstream-Contact: Sipwise Development Team -Files: * +Files: + * Copyright: - Copyright © 2007-2025 Sipwise GmbH, Austria + 2007-2025 Sipwise GmbH, Austria License: GPL-3+ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/debian/rules b/debian/rules index 9f4209e..bc38ef4 100755 --- a/debian/rules +++ b/debian/rules @@ -2,7 +2,7 @@ # -*- makefile -*- # Uncomment this to turn on verbose mode. -# export DH_VERBOSE=1 +#export DH_VERBOSE = 1 %: dh $@