TT#22072 Update packaging

- Bump Standards-Version to 3.9.8.
- Bump debhelper compatibility version 10.
- Switch from Priority extra to optional.
- Canonicalize Homepage URL.
- Wrap and sort dependency fields.
- New debian/.gitignore file.

Change-Id: I2b7e80fad69cff2e8a3b993131069368ccd51dde
changes/96/16896/1
Guillem Jover 8 years ago
parent 1b51e175eb
commit 63c91d6d9d

8
debian/.gitignore vendored

@ -0,0 +1,8 @@
*.debhelper
*.log
*.substvars
/.debhelper/
/debhelper-build-stamp
/files
/ngcp-libtcap-dev/
/ngcp-libtcap0/

2
debian/compat vendored

@ -1 +1 @@
9
10

17
debian/control vendored

@ -1,14 +1,17 @@
Source: ngcp-libtcap
Section: admin
Priority: extra
Priority: optional
Maintainer: Sipwise Development Team <support@sipwise.com>
Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.7
Homepage: http://sipwise.com/
Homepage: https://www.sipwise.com/
Standards-Version: 3.9.8
Build-Depends:
debhelper (>= 10),
Package: ngcp-libtcap0
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Depends:
${misc:Depends},
${shlibs:Depends},
Description: library for handling ASN.1-coded TCAP and INAP messages
This library provides support for decoding ASN.1-coded TCAP and
INAP messages and extracting values out of them.
@ -16,7 +19,9 @@ Description: library for handling ASN.1-coded TCAP and INAP messages
Package: ngcp-libtcap-dev
Architecture: any
Section: libdevel
Depends: ngcp-libtcap0 (= ${binary:Version}), ${misc:Depends}
Depends:
${misc:Depends},
ngcp-libtcap0 (= ${binary:Version}),
Description: Headers for ngcp-libtcap0
Library providing handling ASN.1-coded TCAP and INAP messages
.

Loading…
Cancel
Save