From fa8f765c84ac36db50e22eaace9813f41bf42cf1 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 17 Mar 2018 12:21:00 +0200 Subject: Change: add dependency on python3 --- debian/control | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index b44ad7e..ec4f29a 100644 --- a/debian/control +++ b/debian/control @@ -3,15 +3,15 @@ Maintainer: Lars Wirzenius Section: misc Priority: optional Standards-Version: 3.9.8 -Build-Depends: debhelper (>= 9), python (>= 2.7~), - python-cliapp +Build-Depends: debhelper (>= 9), python (>= 2.7~),, python3, + python-cliapp, python3-cliapp Homepage: http://liw.fi/extrautils/ X-Python-Version: >= 2.7 Package: extrautils Architecture: any -Depends: python (>= 2.7), ${shlibs:Depends}, ${misc:Depends}, - python-cliapp +Depends: python3, ${shlibs:Depends}, ${misc:Depends}, + python-cliapp, python3-cliapp Description: collection of miscellaneous Unix command line utilities This is a collection of miscellaneous utilities for the Unix command line, inspired by Joey Hess's moreutils. The inclusion criteria for -- cgit v1.2.1