MT#62899 Update packaging for Debian trixie

- 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
master
Guillem Jover 3 weeks ago
parent ed588b4ac3
commit 79c9487ae7

4
debian/control vendored

@ -1,8 +1,6 @@
Source: ngcp-bulk-processor
Section: perl
Priority: optional
Maintainer: Sipwise Development Team <support@sipwise.com>
Rules-Requires-Root: no
Build-Depends:
debhelper-compat (= 13),
libdata-validate-ip-perl <!nocheck>,
@ -12,7 +10,7 @@ Build-Depends:
libnet-address-ip-local-perl <!nocheck>,
libsys-cpuaffinity-perl <!nocheck>,
libuuid-perl <!nocheck>,
Standards-Version: 4.6.2
Standards-Version: 4.7.2
Homepage: https://www.sipwise.com/
Package: libngcp-bulkprocessor-perl

2
debian/copyright vendored

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

4
debian/rules vendored

@ -1,10 +1,10 @@
#!/usr/bin/make -f
include /usr/share/dpkg/pkg-info.mk
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE = 1
include /usr/share/dpkg/pkg-info.mk
%:
dh "$@"

Loading…
Cancel
Save