From 71750cc970ec12da004601d6da5a7a2387ae3d28 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Fri, 14 Dec 2018 18:12:35 +0100 Subject: Bump compat level, use pybuild --- debian/changelog | 5 +++-- debian/compat | 2 +- debian/control | 4 +--- debian/rules | 5 +++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/debian/changelog b/debian/changelog index f4934ed..8d2fafc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ -hostinfo-tools (0.2.2) unstable; urgency=low +hostinfo-tools (0.2.2) unstable; urgency=medium + * Bump debian compat level * Printer: fix unicode support - -- Alexander Sulfrian Wed, 03 Dec 2014 23:48:35 +0100 + -- Alexander Sulfrian Fri, 14 Dec 2018 18:10:50 +0100 hostinfo-tools (0.2.1) unstable; urgency=low diff --git a/debian/compat b/debian/compat index 7f8f011..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +9 diff --git a/debian/control b/debian/control index 0f43e3a..12545c4 100644 --- a/debian/control +++ b/debian/control @@ -2,12 +2,10 @@ Source: hostinfo-tools Section: admin Priority: extra Maintainer: Alexander Sulfrian -Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.6.6-3~), - python-all (<< 3), bash-completion, python-debian +Build-Depends: debhelper (>= 9), dh-python, python-all, python-setuptools, bash-completion, python-debian Standards-Version: 3.9.1 Homepage: http://git.spline.inf.fu-berlin.de/hostinfo-tools/ Vcs-Git: git://git.spline.inf.fu-berlin.de/hostinfo-tools -X-Python-Version: >= 2.6, << 3.0 Package: hostinfo-tools Architecture: all diff --git a/debian/rules b/debian/rules index 439ebc6..8449045 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,6 @@ #!/usr/bin/make -f -%: - dh $@ --with=python2,bash-completion +export PYBUILD_NAME=hostinfo +%: + dh $@ --with=python2,bash-completion --buildsystem=pybuild -- cgit v1.2.3-1-g7c22