diff options
author | Julien Valroff <julien@kirya.net> | 2011-03-20 15:45:44 +0100 |
---|---|---|
committer | Julien Valroff <julien@kirya.net> | 2011-03-20 15:45:44 +0100 |
commit | baa9c1013bff34231b2475aea660a0036803099b (patch) | |
tree | 767d9c1f352e0bc32c1c1ab5a3cbfd1ddd121077 /debian | |
parent | 72a68b4068e53848a0ac9b74a09767b897da3727 (diff) |
Build depend on python >= 2.6.6-3 as using dh_python2
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 5d07222..3eb4a81 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: graphics Priority: optional Maintainer: Julien Valroff <julien@debian.org> Build-Depends: debhelper (>= 8), - python, + python (>= 2.6.6-3), gettext Standards-Version: 3.9.1 X-Python-Version: 2.5, 2.6 |