# HG changeset patch # User Julien Cristau # Date 1417430105 -3600 # Node ID 1d648d7f072e61f9a7104c962d66e2d6b90912a7 # Parent 769695d59add132d67337d60d51d39eede16fd85 [skeleton/debian] use dh_python2 instead of dh_pysupport for new cubes The former is deprecated. diff -r 769695d59add -r 1d648d7f072e skeleton/debian/control.tmpl --- a/skeleton/debian/control.tmpl Tue Oct 21 18:09:41 2014 +0200 +++ b/skeleton/debian/control.tmpl Mon Dec 01 11:35:05 2014 +0100 @@ -2,9 +2,11 @@ Section: web Priority: optional Maintainer: %(author)s <%(author-email)s> -Build-Depends: debhelper (>= 7), python (>= 2.6), python-support +Build-Depends: + debhelper (>= 7), + python (>= 2.6.5), Standards-Version: 3.9.3 -XS-Python-Version: >= 2.6 +X-Python-Version: >= 2.6 Package: %(distname)s Architecture: all diff -r 769695d59add -r 1d648d7f072e skeleton/debian/rules.tmpl --- a/skeleton/debian/rules.tmpl Tue Oct 21 18:09:41 2014 +0200 +++ b/skeleton/debian/rules.tmpl Mon Dec 01 11:35:05 2014 +0100 @@ -39,7 +39,7 @@ dh_installexamples -i dh_installdocs -i README dh_installman -i - dh_pysupport -i /usr/share/cubicweb + dh_python2 -i /usr/share/cubicweb dh_link -i dh_compress -i -X.py -X.ini -X.xml -Xtest dh_fixperms -i