From 2086680fdb45b11398513c70cc0e64795b40247e Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Tue, 14 Nov 2017 19:19:43 +0100 Subject: [PATCH] TT#22072 Update packaging - Bump debhelper compatibility version 10. - Switch from Priority extra to optional. - New .gitignore and debian/.gitignore files. Change-Id: If09f7fa516b5e30f9376009066afe2b3cf504f1e --- .gitignore | 5 +++++ debian/.gitignore | 12 ++++++++++++ debian/compat | 2 +- debian/control | 4 ++-- 4 files changed, 20 insertions(+), 3 deletions(-) create mode 100644 .gitignore create mode 100644 debian/.gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4293da3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +_build/ +Build +MYMETA.yml +MYMETA.json +blib/ diff --git a/debian/.gitignore b/debian/.gitignore new file mode 100644 index 0000000..ab341eb --- /dev/null +++ b/debian/.gitignore @@ -0,0 +1,12 @@ +*.debhelper +*.debhelper.log +*.log +*.substvars +/.debhelper/ +/debhelper-build-stamp +/files +/libngcp-api-client-perl/ +/ngcp-api-tools/ +/ngcp-billing-tools/ +/ngcp-provisioning-tools/ +/tmp/ 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 982e0bd..4fc9997 100644 --- a/debian/control +++ b/debian/control @@ -1,9 +1,9 @@ Source: ngcp-api-tools Section: admin -Priority: extra +Priority: optional Maintainer: Sipwise Development Team Build-Depends: - debhelper (>= 9~), + debhelper (>= 10), libmodule-build-perl | perl (<< 5.21.0~), Standards-Version: 3.9.8 Homepage: https://www.sipwise.com/