debian/control
branch3.26
changeset 12697 3b48af0ec776
parent 12669 f035fa5a6e67
child 12698 d0cedb5fb790
--- a/debian/control	Wed Jul 10 14:58:41 2019 +0200
+++ b/debian/control	Fri Jul 12 11:49:46 2019 +0200
@@ -126,7 +126,7 @@
  graphviz,
  gettext,
 Recommends:
- cubicweb-ctl (= ${source:Version}),
+ cubicweb-ctl3 (= ${source:Version}),
  python3-cubicweb-postgresql-support (= ${source:Version})
  | sqlite3,
  python3-cubicweb-pyramid (= ${source:Version}),
@@ -251,6 +251,24 @@
  ${misc:Depends},
  ${python:Depends},
  python-cubicweb (= ${source:Version})
+Conflicts:
+ cubicweb-ctl3,
+Description: tool to manage the CubicWeb framework
+ CubicWeb is a semantic web application framework.
+ .
+ This package provides a control script to manage (create, upgrade, start,
+ stop, etc) CubicWeb applications. It also include the init.d script
+ to automatically start and stop CubicWeb applications on boot or shutdown.
+
+
+Package: cubicweb-ctl3
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${python3:Depends},
+ python3-cubicweb (= ${source:Version})
+Conflicts:
+ cubicweb-ctl,
 Description: tool to manage the CubicWeb framework
  CubicWeb is a semantic web application framework.
  .