From 8fda43c99084076d6c8fd2b512ba26cf0e89c741 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 8 Oct 2016 20:28:34 +0300 Subject: Require Python 2.7 --- debian/changelog | 1 + debian/control | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2bbc987..21bca58 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ desktop-cronish (0.2+git-1) UNRELEASED; urgency=medium * New upstream version. * debian/control: Update Standards-Version to current policy. No other changes needed. + * debian/control: Require Python 2.7. -- Lars Wirzenius Sat, 08 Oct 2016 20:27:08 +0300 diff --git a/debian/control b/debian/control index 1438e40..cf586ab 100644 --- a/debian/control +++ b/debian/control @@ -3,13 +3,13 @@ Maintainer: Lars Wirzenius Section: gnome Priority: optional Standards-Version: 3.9.8 -Build-Depends: debhelper (>= 9), python-all (>= 2.6.6-3~), python-cliapp, +Build-Depends: debhelper (>= 9), python-all (>= 2.7~), python-cliapp, python-ttystatus, python-yaml -X-Python-Version: >= 2.6 +X-Python-Version: >= 2.7 Package: desktop-cronish Architecture: all -Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.6), +Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.7), python-cliapp, python-ttystatus, python-yaml Description: run periodic jobs in a desktop session desktop-cronish is a small utility that runs jobs periodically. -- cgit v1.2.1