diff --git a/debian/.gitignore b/debian/.gitignore new file mode 100644 index 0000000..616d7c1 --- /dev/null +++ b/debian/.gitignore @@ -0,0 +1,7 @@ +*.log +*.substvars +*.debhelper +/.debhelper/ +/files +/debhelper-build-stamp +/repoapi 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 664e83e..5f36e0b 100644 --- a/debian/control +++ b/debian/control @@ -1,15 +1,15 @@ Source: repoapi -Priority: extra +Priority: optional Maintainer: Sipwise Development Team +Homepage: https://www.sipwise.com/ Build-Depends: - debhelper (>= 9~), + debhelper (>= 10~), dh-systemd (>= 1.5), libpq-dev, python3-dev, virtualenv, Standards-Version: 3.9.8 Section: python -Homepage: http://sipwise.com/ Package: repoapi Section: python diff --git a/debian/rules b/debian/rules index d6b9575..a50282a 100755 --- a/debian/rules +++ b/debian/rules @@ -1,10 +1,4 @@ #!/usr/bin/make -f -# -*- makefile -*- -# Sample debian/rules that uses debhelper. -# This file was originally written by Joey Hess and Craig Small. -# As a special exception, when this file is copied by dh-make into a -# dh-make output file, you may use that output file without restriction. -# This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1