From 0bdaec38147cd7418cc823a59df7ec574e92cf49 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Thu, 19 Jun 2025 19:50:37 +0200 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 now defaulting to «no». - Remove ancient conffile removal handling. Change-Id: I04479e01030c5501fc55b77a8eb4a94b705a1878 --- debian/control | 3 +-- debian/copyright | 2 +- debian/ngcp-rate-o-mat.maintscript | 1 - debian/ngcp-rate-o-mat.postinst | 22 ---------------------- 4 files changed, 2 insertions(+), 26 deletions(-) delete mode 100644 debian/ngcp-rate-o-mat.maintscript delete mode 100644 debian/ngcp-rate-o-mat.postinst diff --git a/debian/control b/debian/control index 83bf5ee..174e01d 100644 --- a/debian/control +++ b/debian/control @@ -3,8 +3,7 @@ Section: comm Priority: optional Maintainer: Sipwise Development Team Homepage: https://www.sipwise.com/ -Standards-Version: 4.6.2 -Rules-Requires-Root: no +Standards-Version: 4.7.2 Build-Depends: debhelper-compat (= 13), libtemplate-perl, diff --git a/debian/copyright b/debian/copyright index df1426e..083da82 100644 --- a/debian/copyright +++ b/debian/copyright @@ -4,7 +4,7 @@ Upstream-Contact: Sipwise Development Team Files: * Copyright: - Copyright © 2007-2023 Sipwise GmbH, Austria + Copyright © 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/ngcp-rate-o-mat.maintscript b/debian/ngcp-rate-o-mat.maintscript deleted file mode 100644 index 19acef8..0000000 --- a/debian/ngcp-rate-o-mat.maintscript +++ /dev/null @@ -1 +0,0 @@ -rm_conffile /etc/init.d/ngcp-rate-o-mat 6.3.0.0+1~mr6.3.0.0 diff --git a/debian/ngcp-rate-o-mat.postinst b/debian/ngcp-rate-o-mat.postinst deleted file mode 100644 index 899992a..0000000 --- a/debian/ngcp-rate-o-mat.postinst +++ /dev/null @@ -1,22 +0,0 @@ -#!/bin/sh - -set -e - -case "$1" in - configure) - # Remove obsolete rc.d links. - update-rc.d ngcp-rate-o-mat remove - ;; - - abort-upgrade|abort-remove|abort-deconfigure) - ;; - - *) - echo "postinst called with unknown argument '$1'" >&2 - exit 1 - ;; -esac - -#DEBHELPER# - -exit 0