diff --git a/debian/.gitignore b/debian/.gitignore new file mode 100644 index 0000000..6d97e09 --- /dev/null +++ b/debian/.gitignore @@ -0,0 +1,7 @@ +*.debhelper +*.log +*.substvars +/.debhelper/ +/debhelper-build-stamp +/files +/ngcp-netscript/ diff --git a/debian/compat b/debian/compat index ec63514..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +10 diff --git a/debian/control b/debian/control index 39b8f99..e395701 100644 --- a/debian/control +++ b/debian/control @@ -1,15 +1,17 @@ Source: ngcp-netscript Section: admin -Priority: extra +Priority: optional Maintainer: Sipwise Development Team -Build-Depends: debhelper (>= 9), - git -Standards-Version: 3.9.7 -Homepage: http://sipwise.com/ +Homepage: https://www.sipwise.com/ +Standards-Version: 3.9.8 +Build-Depends: + debhelper (>= 10), + git, Package: ngcp-netscript Architecture: any -Depends: ${misc:Depends}, - ${shlibs:Depends} +Depends: + ${misc:Depends}, + ${shlibs:Depends}, Description: NGCP deployment scripts scripts needed to install Sipwise NGCP system.