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.
- Wrap and sort fields.
- Add spaces around operators in make variables.

Change-Id: I0821e394071a8988a960f5dcfe905e55c5d44e48
mr14.1.1
Guillem Jover 8 months ago
parent c6b9224f5d
commit bffb0d34f3

6
debian/control vendored

@ -1,13 +1,11 @@
Source: ngcp-libtcap
Section: libs
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:
asn1c,
debhelper-compat (= 13),
asn1c,
Package: ngcp-libtcap1
Architecture: any

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 © 2013-2023 Sipwise GmbH, Austria
2013-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

3
debian/rules vendored

@ -1,6 +1,7 @@
#!/usr/bin/make -f
# Uncomment this to turn on verbose mode.
# export DH_VERBOSE=1
#export DH_VERBOSE = 1
include /usr/share/dpkg/architecture.mk

Loading…
Cancel
Save