TT#22072 Update packaging

- Bump debhelper compatibility version 10.
- Switch from Priority extra to optional.
- New debian/.gitignore file.
- Canonicalize Homepage URL.
- Remove dh-make boilerplate in debian/rules.

Change-Id: Ic731001d847b143ae9d0bbc6ca23202b39003f67
changes/89/16789/2
Guillem Jover 8 years ago committed by Alexander Lutay
parent 0ccacd8615
commit 5c437e588b

7
debian/.gitignore vendored

@ -0,0 +1,7 @@
*.log
*.substvars
*.debhelper
/.debhelper/
/files
/debhelper-build-stamp
/repoapi

2
debian/compat vendored

@ -1 +1 @@
9
10

6
debian/control vendored

@ -1,15 +1,15 @@
Source: repoapi
Priority: extra
Priority: optional
Maintainer: Sipwise Development Team <support@sipwise.com>
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

6
debian/rules vendored

@ -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

Loading…
Cancel
Save