summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-10-08 20:28:34 +0300
committerLars Wirzenius <liw@liw.fi>2016-10-08 20:28:34 +0300
commit8fda43c99084076d6c8fd2b512ba26cf0e89c741 (patch)
tree9df5a5f5bdce1dcdc6b960de35c86fbc275eaa58
parent15d9dfe6070737f88bcc1631b6f6e398480b18ae (diff)
downloaddesktop-cronish-8fda43c99084076d6c8fd2b512ba26cf0e89c741.tar.gz
Require Python 2.7
-rw-r--r--debian/changelog1
-rw-r--r--debian/control6
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 <liw@liw.fi> 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 <liw@liw.fi>
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.