MT#62899 Update packaging for Debian trixie

- 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
mr14.0.1
Guillem Jover 1 year ago
parent 2e5f1389c8
commit 0bdaec3814

3
debian/control vendored

@ -3,8 +3,7 @@ Section: comm
Priority: optional
Maintainer: Sipwise Development Team <support@sipwise.com>
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,

2
debian/copyright vendored

@ -4,7 +4,7 @@ Upstream-Contact: Sipwise Development Team <support@sipwise.com>
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

@ -1 +0,0 @@
rm_conffile /etc/init.d/ngcp-rate-o-mat 6.3.0.0+1~mr6.3.0.0

@ -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
Loading…
Cancel
Save