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/changelog | 1 + debian/control | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 75c7e46..9b9d698 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ extrautils (1.20180317+git-1) UNRELEASED; urgency=medium * New upstream version. + * Add dependency on Python3. -- Lars Wirzenius Sat, 17 Mar 2018 11:41:49 +0200 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