MT#62899 Update packaging for Debian trixie

- 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
mr14.1
Guillem Jover 8 months ago
parent bf0cca2f20
commit aea0e89bb6

1
debian/control vendored

@ -1,6 +1,5 @@
Source: ngcp-rate-o-mat
Section: comm
Priority: optional
Maintainer: Sipwise Development Team <support@sipwise.com>
Homepage: https://www.sipwise.com/
Standards-Version: 4.7.2

5
debian/copyright vendored

@ -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 <support@sipwise.com>
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

2
debian/rules vendored

@ -2,7 +2,7 @@
# -*- makefile -*-
# Uncomment this to turn on verbose mode.
# export DH_VERBOSE=1
#export DH_VERBOSE = 1
%:
dh $@

Loading…
Cancel
Save