cubicweb/skeleton/debian/control.tmpl
branch3.26
changeset 12689 376168d1b14a
parent 11835 fafdb7f1e888
child 12709 280c9db41038
--- a/cubicweb/skeleton/debian/control.tmpl	Wed Jun 26 12:35:25 2019 +0200
+++ b/cubicweb/skeleton/debian/control.tmpl	Wed Jul 10 14:57:58 2019 +0200
@@ -3,18 +3,23 @@
 Priority: optional
 Maintainer: %(author)s <%(author-email)s>
 Build-Depends:
- debhelper (>= 7),
+ debhelper (>= 9),
  dh-python,
- python (>= 2.6.5),
+ python-all,
  python-setuptools,
-Standards-Version: 3.9.3
-X-Python-Version: >= 2.6
+ python-pytest,
+ python-cubicweb,
+ python3-all,
+ python3-setuptools,
+ python3-pytest,
+ python3-cubicweb,
+Standards-Version: 4.3.0
+X-Python-Version: >= 2.7
+X-Python3-Version: >= 3.4
 
-Package: %(distname)s
+Package: python-%(distname)s
 Architecture: all
 Depends:
- python-cubicweb (>= %(version)s),
- python-six (>= 1.4.0),
  ${python:Depends},
  ${misc:Depends},
 Description: %(shortdesc)s
@@ -23,4 +28,17 @@
  %(longdesc)s
  .
  This package will install all the components you need to run an application
- using the %(distname)s cube.
+ using the %(distname)s cube for Python 2.
+
+Package: python3-%(distname)s
+Architecture: all
+Depends:
+ ${python3:Depends},
+ ${misc:Depends},
+Description: %(shortdesc)s
+ CubicWeb is a semantic web application framework.
+ .
+ %(longdesc)s
+ .
+ This package will install all the components you need to run an application
+ using the %(distname)s cube for Python 3.