[debian] Set Section: python for python- binary package
This is to fix a Lintian warning.
--- a/debian/control Tue Jun 25 16:42:58 2019 +0200
+++ b/debian/control Tue Jun 25 16:43:16 2019 +0200
@@ -21,6 +21,7 @@
Package: python-cubicweb
Architecture: all
+Section: python
Depends:
${misc:Depends},
${python:Depends},
@@ -107,6 +108,7 @@
Package: python3-cubicweb
Architecture: all
+Section: python
Depends:
${misc:Depends},
${python3:Depends},
@@ -157,6 +159,7 @@
Package: python-cubicweb-postgresql-support
Architecture: all
+Section: python
# postgresql-client packages for backup/restore of non local database
Replaces: cubicweb-postgresql-support (<< 3.24.0-1~)
Breaks: cubicweb-postgresql-support (<< 3.24.0-1~)
@@ -175,6 +178,7 @@
Package: python3-cubicweb-postgresql-support
Architecture: all
+Section: python
# postgresql-client packages for backup/restore of non local database
Depends:
${misc:Depends},
@@ -190,6 +194,7 @@
Package: python-cubicweb-twisted
Architecture: all
+Section: python
Depends:
python-cubicweb (= ${source:Version}),
python-twisted-web (<< 16.0.0),
@@ -202,6 +207,7 @@
Package: python-cubicweb-pyramid
Architecture: all
+Section: python
Depends:
python-cubicweb (= ${source:Version}),
python-pyramid (>= 1.5.0),
@@ -221,6 +227,7 @@
Package: python3-cubicweb-pyramid
Architecture: all
+Section: python
Depends:
python3-cubicweb (= ${source:Version}),
python3-pyramid (>= 1.5.0),