From 7d6eb4f759fcec4da6d014e10ab82430a8c13c05 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Sun, 14 Nov 2021 20:21:23 -0500 Subject: Convert to Python 3 --- debian/control | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index c8111db..a746e69 100644 --- a/debian/control +++ b/debian/control @@ -2,13 +2,13 @@ Source: zc Maintainer: Rob Austein Section: python Priority: optional -Build-Depends: dh-python, python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 9) +Build-Depends: dh-python, python3-setuptools (>= 0.6b3), python3-all (>= 2.6.6-3), debhelper (>= 9) Standards-Version: 3.9.6 Homepage: https://git.hactrn.net/sra/zc -Package: python-zc +Package: python3-zc Architecture: all -Depends: ${misc:Depends}, ${python:Depends}, python-dnspython, python-git +Depends: ${misc:Depends}, ${python3:Depends}, python3-dnspython, python3-git Description: A DNS zone compiler This is a small tool for generating DNS zones from relatively simple text files, with some automation to handle complex or -- cgit v1.2.3