summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog1
-rw-r--r--debian/control8
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 <liw@liw.fi> 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 <liw@liw.fi>
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