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.
- Remove redundant Section fields.
- Change from Section libs to interpreters.
- New debian/.gitignore file.

Change-Id: I6ee03dcc3588cffb56ab48cd3003a17dfabad171
changes/92/16892/1
Guillem Jover 8 years ago
parent 606362f1e8
commit ae01a3c655

8
debian/.gitignore vendored

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

2
debian/compat vendored

@ -1 +1 @@
9
10

12
debian/control vendored

@ -1,15 +1,14 @@
Source: lua-ngcp-kamailio
Priority: extra
Section: interpreters
Priority: optional
Maintainer: Sipwise Development Team <support@sipwise.com>
Homepage: https://www.sipwise.com/
Standards-Version: 3.9.8
Build-Depends:
debhelper (>= 8~),
debhelper (>= 10),
dh-lua (>= 16~),
Standards-Version: 3.9.7
Section: libs
Homepage: http://sipwise.com/
Package: lua-ngcp-kamailio
Section: libs
Architecture: any
Depends:
lua-argparse,
@ -28,7 +27,6 @@ Description: lua framework for ngcp-kamailio config
uses.
Package: lua-ngcp-kamailio-dev
Section: libs
Architecture: any
Depends:
lua-cjson,

Loading…
Cancel
Save