From 79c9487ae75705aeab11e3777a0576b4a2594d11 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Fri, 28 Nov 2025 19:19:58 +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. - Update Standards-Version to 4.7.2 - Remove «Rules-Requires-Root: no» field, which is now the default. - Remove «Priority: optional» field, which is now the default. - Add spaces around operators in make variables. - Move dpkg makefile fragment inclusion after variable declarations. Change-Id: I1ef4f1450f756d6c5851139d47b8991d59b52364 --- debian/control | 4 +--- debian/copyright | 2 +- debian/rules | 6 +++--- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/debian/control b/debian/control index a4df209..23d155f 100644 --- a/debian/control +++ b/debian/control @@ -1,8 +1,6 @@ Source: ngcp-bulk-processor Section: perl -Priority: optional Maintainer: Sipwise Development Team -Rules-Requires-Root: no Build-Depends: debhelper-compat (= 13), libdata-validate-ip-perl , @@ -12,7 +10,7 @@ Build-Depends: libnet-address-ip-local-perl , libsys-cpuaffinity-perl , libuuid-perl , -Standards-Version: 4.6.2 +Standards-Version: 4.7.2 Homepage: https://www.sipwise.com/ Package: libngcp-bulkprocessor-perl diff --git a/debian/copyright b/debian/copyright index 4655810..efcdacc 100644 --- a/debian/copyright +++ b/debian/copyright @@ -5,7 +5,7 @@ Upstream-Contact: Sipwise Development Team Files: * Copyright: - Copyright © 2006-2023 Sipwise GmbH, Austria + 2006-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 7f2ea9c..536bded 100755 --- a/debian/rules +++ b/debian/rules @@ -1,9 +1,9 @@ #!/usr/bin/make -f -include /usr/share/dpkg/pkg-info.mk - # Uncomment this to turn on verbose mode. -# export DH_VERBOSE=1 +#export DH_VERBOSE = 1 + +include /usr/share/dpkg/pkg-info.mk %: dh "$@"