summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonah Brüchert <jbb@kaidan.im>2024-04-16 17:32:54 +0200
committerJonah Brüchert <jbb@kaidan.im>2024-04-16 18:42:52 +0200
commitb695b5b3b12448b501686a108440787fa2395ac7 (patch)
treedea2afc58891730b233242d9ef4741b66135e266
parent71750cc970ec12da004601d6da5a7a2387ae3d28 (diff)
downloadtools-b695b5b3b12448b501686a108440787fa2395ac7.tar.gz
tools-b695b5b3b12448b501686a108440787fa2395ac7.tar.bz2
tools-b695b5b3b12448b501686a108440787fa2395ac7.zip
Adapt debian packaging
-rw-r--r--debian/changelog6
-rw-r--r--debian/compat1
-rw-r--r--debian/control4
-rwxr-xr-xdebian/rules2
-rw-r--r--debian/source/format1
5 files changed, 10 insertions, 4 deletions
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 <jbb@kaidan.im> 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 <alex@spline.inf.fu-berlin.de>
-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)