From 9fdf74a1b44f76a3749ae4111472647d79cf3f6a Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 9 Oct 2016 11:17:18 +0300 Subject: Require Python 2.7 --- debian/changelog | 1 + debian/compat | 2 +- debian/control | 8 ++++---- debian/rules | 2 +- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5683253..ab92c6a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ extrautils (1.20160711+git-1) UNRELEASED; urgency=medium * New upstream version. + * debian/control: Require Python 2.7. -- Lars Wirzenius Mon, 11 Jul 2016 19:56:18 +0300 diff --git a/debian/compat b/debian/compat index 7f8f011..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +9 diff --git a/debian/control b/debian/control index 4cd0e95..b44ad7e 100644 --- a/debian/control +++ b/debian/control @@ -2,15 +2,15 @@ Source: extrautils Maintainer: Lars Wirzenius Section: misc Priority: optional -Standards-Version: 3.9.3 -Build-Depends: debhelper (>= 7.3.15), python (>= 2.6.6-3~), +Standards-Version: 3.9.8 +Build-Depends: debhelper (>= 9), python (>= 2.7~), python-cliapp Homepage: http://liw.fi/extrautils/ -X-Python-Version: >= 2.6 +X-Python-Version: >= 2.7 Package: extrautils Architecture: any -Depends: python (>= 2.6), ${shlibs:Depends}, ${misc:Depends}, +Depends: python (>= 2.7), ${shlibs:Depends}, ${misc:Depends}, python-cliapp Description: collection of miscellaneous Unix command line utilities This is a collection of miscellaneous utilities for the Unix command diff --git a/debian/rules b/debian/rules index f9d3eb3..e811e78 100755 --- a/debian/rules +++ b/debian/rules @@ -2,6 +2,6 @@ %: dh $@ --with=python2 --with-buildsystem=python_distutils - + override_dh_auto_install: $(MAKE) install prefix=debian/extrautils/usr -- cgit v1.2.1