[debian] Set Section: python for python- binary package 3.26
authorDenis Laxalde <denis.laxalde@logilab.fr>
Tue, 25 Jun 2019 16:43:16 +0200
branch3.26
changeset 12666 0e12c615aa0b
parent 12665 112f3c2b6f1e
child 12667 ac79dfde9cb1
[debian] Set Section: python for python- binary package This is to fix a Lintian warning.
debian/control
--- 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),