summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-03-12 08:32:11 +0200
committerLars Wirzenius <liw@liw.fi>2021-03-12 08:32:11 +0200
commit72a401ee7ee6226713954c5d0a0cd0b45ba7891d (patch)
tree3ef01992e4fb467a3107944ea9af533e76418fa0
parent466fcd268e53743ca7414f1fe969a74cd0ac1ee1 (diff)
downloadextrautils-72a401ee7ee6226713954c5d0a0cd0b45ba7891d.tar.gz
drop python 2, use python 3 in build-deps only
-rw-r--r--debian/control7
-rwxr-xr-xdebian/rules2
2 files changed, 3 insertions, 6 deletions
diff --git a/debian/control b/debian/control
index ec4f29a..0138b27 100644
--- a/debian/control
+++ b/debian/control
@@ -3,15 +3,12 @@ Maintainer: Lars Wirzenius <liw@liw.fi>
Section: misc
Priority: optional
Standards-Version: 3.9.8
-Build-Depends: debhelper (>= 9), python (>= 2.7~),, python3,
- python-cliapp, python3-cliapp
+Build-Depends: debhelper (>= 9), python3, python3-cliapp
Homepage: http://liw.fi/extrautils/
-X-Python-Version: >= 2.7
Package: extrautils
Architecture: any
-Depends: python3, ${shlibs:Depends}, ${misc:Depends},
- python-cliapp, python3-cliapp
+Depends: python3, ${shlibs:Depends}, ${misc:Depends}, 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
diff --git a/debian/rules b/debian/rules
index e811e78..766775d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
%:
- dh $@ --with=python2 --with-buildsystem=python_distutils
+ dh $@ --with=python3 --with-buildsystem=python_distutils
override_dh_auto_install:
$(MAKE) install prefix=debian/extrautils/usr