aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@ubuntu.com>2019-07-30 02:01:56 -0400
committerLibravatarUnit 193 <unit193@ubuntu.com>2019-07-30 02:01:56 -0400
commitda75337fa5b5cc3ced3b27c9d2c94b54084c8659 (patch)
tree4bafa77e58af2dd85503b798af9b0c99b98c378c
parent6e5258061cfaec373d2f7874c65cfede4a7b7841 (diff)
downloadmini-dinstall-da75337fa5b5cc3ced3b27c9d2c94b54084c8659.tar.bz2
mini-dinstall-da75337fa5b5cc3ced3b27c9d2c94b54084c8659.tar.xz
mini-dinstall-da75337fa5b5cc3ced3b27c9d2c94b54084c8659.tar.zst
Update packaging to reflect python3 port.
-rw-r--r--debian/control5
-rwxr-xr-xdebian/rules2
2 files changed, 3 insertions, 4 deletions
diff --git a/debian/control b/debian/control
index 6f36804..2b3e0d0 100644
--- a/debian/control
+++ b/debian/control
@@ -3,15 +3,14 @@ Priority: optional
Section: devel
Maintainer: Christoph Goehre <christoph.goehre@gmx.de>
Uploaders: Guido Guenther <agx@sigxcpu.org>
-Build-Depends: debhelper (>= 9), python (>= 2.6.6-3~), dh-python
+Build-Depends: debhelper (>= 9), python3-all, dh-python
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/mini-dinstall/mini-dinstall.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=mini-dinstall/mini-dinstall.git;a=summary
-X-Python-Version: >= 2.5
Package: mini-dinstall
Architecture: all
-Depends: ${python:Depends}, python-apt (>= 0.7.93), apt-utils, ${misc:Depends}, python-lzma
+Depends: ${python3:Depends}, python3-apt, apt-utils, ${misc:Depends}
Recommends: gpgv
Suggests: debian-keyring
Description: daemon for updating Debian packages in a repository
diff --git a/debian/rules b/debian/rules
index a48d252..3cb2061 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@
include /usr/share/dpkg/default.mk
%:
- dh $@ --with python2
+ dh $@ --with python3 --buildsystem pybuild
override_dh_auto_clean:
echo "pkg_version = \"$(DEB_VERSION_UPSTREAM)\"" > minidinstall/version.py