From b695b5b3b12448b501686a108440787fa2395ac7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonah=20Br=C3=BCchert?= Date: Tue, 16 Apr 2024 17:32:54 +0200 Subject: Adapt debian packaging --- debian/changelog | 6 ++++++ debian/compat | 1 - debian/control | 4 ++-- debian/rules | 2 +- debian/source/format | 1 + 5 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 debian/compat create mode 100644 debian/source/format diff --git a/debian/changelog b/debian/changelog index 8d2fafc..f1e2e18 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +hostinfo-tools (0.2.3) bookworm; urgency=medium + + * Update for python 3 + + -- Jonah BrĂ¼chert Tue, 16 Apr 2024 18:16:31 +0200 + hostinfo-tools (0.2.2) unstable; urgency=medium * Bump debian compat level diff --git a/debian/compat b/debian/compat deleted file mode 100644 index ec63514..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -9 diff --git a/debian/control b/debian/control index 12545c4..25e6cce 100644 --- a/debian/control +++ b/debian/control @@ -2,14 +2,14 @@ Source: hostinfo-tools Section: admin Priority: extra Maintainer: Alexander Sulfrian -Build-Depends: debhelper (>= 9), dh-python, python-all, python-setuptools, bash-completion, python-debian +Build-Depends: debhelper (>= 10), debhelper-compat (= 10), dh-python, python3, python3-setuptools, bash-completion, python3-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 Package: hostinfo-tools Architecture: all -Depends: ${python:Depends}, ${misc:Depends}, python-dnspython, python-yaml +Depends: ${python3:Depends}, ${misc:Depends}, python3-dnspython, python3-yaml Description: scripts to query the hostinfo database With this script you could query the autogenerated hostinfo database with the information bcfg2 knows about the hosts. diff --git a/debian/rules b/debian/rules index 8449045..20cb16b 100755 --- a/debian/rules +++ b/debian/rules @@ -3,4 +3,4 @@ export PYBUILD_NAME=hostinfo %: - dh $@ --with=python2,bash-completion --buildsystem=pybuild + dh $@ --with=python3,bash-completion --buildsystem=pybuild diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..89ae9db --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (native) -- cgit v1.2.3-1-g7c22