mirror of https://github.com/sipwise/db-schema.git
- 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. - Add debian/.gitignore file. Change-Id: I5f715bb77532961eb92aa59bf89a100b9c3c41acchanges/33/16833/1
parent
d84ef78e5a
commit
766aec3a44
@ -0,0 +1,7 @@
|
|||||||
|
*.log
|
||||||
|
*.substvars
|
||||||
|
*.debhelper
|
||||||
|
/.debhelper/
|
||||||
|
/files
|
||||||
|
/debhelper-build-stamp
|
||||||
|
/ngcp-db-schema/
|
@ -1 +1 @@
|
|||||||
9
|
10
|
||||||
|
@ -1,15 +1,17 @@
|
|||||||
Source: ngcp-db-schema
|
Source: ngcp-db-schema
|
||||||
Section: admin
|
Section: admin
|
||||||
Priority: extra
|
Priority: optional
|
||||||
Maintainer: Sipwise Development Team <support@sipwise.com>
|
Maintainer: Sipwise Development Team <support@sipwise.com>
|
||||||
Build-Depends: debhelper (>= 9~)
|
Standards-Version: 3.9.8
|
||||||
Standards-Version: 3.9.7
|
Homepage: https://www.sipwise.com/
|
||||||
Homepage: http://sipwise.com/
|
Build-Depends:
|
||||||
|
debhelper (>= 10~),
|
||||||
|
|
||||||
Package: ngcp-db-schema
|
Package: ngcp-db-schema
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: ngcp-system-tools-ce | ngcp-system-tools,
|
Depends:
|
||||||
${misc:Depends}
|
${misc:Depends},
|
||||||
|
ngcp-system-tools-ce | ngcp-system-tools,
|
||||||
Description: database schema for Sipwise's NGCP platform
|
Description: database schema for Sipwise's NGCP platform
|
||||||
This package provides the database schema for Sipwise's NGCP
|
This package provides the database schema for Sipwise's NGCP
|
||||||
platform.
|
platform.
|
||||||
|
Loading…
Reference in new issue