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