# HG changeset patch # User RĂ©mi Cardona # Date 1364297172 -3600 # Node ID d92919c995cc466f2796588ec6ea045a1c9a4c3e # Parent 86c1a5afbe4e273de8ee5a659c6aa4e1081b5d2c [skeleton] Update debian packaging to support only python 2.6 and up diff -r 86c1a5afbe4e -r d92919c995cc skeleton/debian/control.tmpl --- a/skeleton/debian/control.tmpl Wed Mar 27 16:58:13 2013 +0100 +++ b/skeleton/debian/control.tmpl Tue Mar 26 12:26:12 2013 +0100 @@ -2,9 +2,9 @@ Section: web Priority: optional Maintainer: %(author)s <%(author-email)s> -Build-Depends: debhelper (>= 7), python (>=2.5), python-support +Build-Depends: debhelper (>= 7), python (>= 2.6), python-support Standards-Version: 3.9.3 -XS-Python-Version: >= 2.5 +XS-Python-Version: >= 2.6 Package: %(distname)s Architecture: all