summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alex@spline.inf.fu-berlin.de>2018-12-14 18:12:35 +0100
committerAlexander Sulfrian <alex@spline.inf.fu-berlin.de>2018-12-14 18:13:14 +0100
commit71750cc970ec12da004601d6da5a7a2387ae3d28 (patch)
tree5980b69edbec0596c91cda8eb7f0696e187c1404
parent85331a0cc76ee501c9d2c79d87ab09e6be559fdd (diff)
downloadtools-debian/0.2.2.tar.gz
tools-debian/0.2.2.tar.bz2
tools-debian/0.2.2.zip
Bump compat level, use pybuilddebian/0.2.2
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat2
-rw-r--r--debian/control4
-rwxr-xr-xdebian/rules5
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 <alex@spline.inf.fu-berlin.de> Wed, 03 Dec 2014 23:48:35 +0100
+ -- Alexander Sulfrian <alex@spline.inf.fu-berlin.de> 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 <alex@spline.inf.fu-berlin.de>
-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