Source: python-qt4
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Torsten Marek <shlomme@debian.org>,
           Dmitry Shachnev <mitya57@debian.org>
Build-Depends: debhelper-compat (= 10),
               dh-python,
               dh-strip-nondeterminism,
               dpkg-dev (>= 1.16.1~),
               libicu-dev,
               libqt4-dev (>= 4:4.8.0-1~),
               libqt4-opengl-dev,
               libqtassistantclient-dev,
               python-all-dbg,
               python-all-dev (>= 2.7.5-1~),
               python3-all-dbg,
               python3-all-dev (>= 3.3),
               python-sip-dbg,
               python-sip-dev (>= 4.19.1+dfsg-2~),
               python3-sip-dbg,
               python3-sip-dev (>= 4.19.1+dfsg-2~)
Standards-Version: 4.4.1
Homepage: http://www.riverbankcomputing.co.uk/software/pyqt/
Vcs-Git: https://salsa.debian.org/python-team/modules/python-qt4.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-qt4

Package: python-qt4
Architecture: any
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}, ${sip:Depends}
Suggests: python-qt4-dbg
Breaks: python-qgis (<< 2.14.3+dfsg-2~)
Description: Python bindings for Qt4
 PyQt4 exposes the Qt4 API to Python. The following modules are supported:
  * QtCore
  * QtDBus
  * QtGui
  * QtNetwork
  * QtXml
  * QtScript
  * QtSvg
  * QtTest
  * QtAssistant
  * QtOpenGL (in python-qt4-gl)
  * QtSql (in python-qt4-sql)

Package: python3-pyqt4
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}, ${sip3:Depends}
Suggests: python3-pyqt4-dbg
Breaks: openlp (<< 2.4~), eric (<< 6.0~)
Description: Python3 bindings for Qt4
 PyQt4 exposes the Qt4 API to Python3. The following modules are supported:
  * QtCore
  * QtDBus
  * QtGui
  * QtNetwork
  * QtXml
  * QtScript
  * QtSvg
  * QtTest
  * QtAssistant
  * QtOpenGL (in python3-pyqt4.qtopengl)
  * QtSql (in python3-pyqt4.qtsql)

Package: python-qt4-dbg
Section: debug
Architecture: any
Depends: python-dbg,
         python-qt4 (= ${binary:Version}),
         python-sip-dbg,
         ${misc:Depends},
         ${shlibs:Depends}
Description: Python bindings for Qt4 (debug extensions)
 PyQt4 exposes the Qt4 API to Python.
 .
 This package contains the extensions built for the Python debug interpreter.

Package: python3-pyqt4-dbg
Section: debug
Architecture: any
Depends: python3-dbg,
         python3-pyqt4 (= ${binary:Version}),
         python3-sip-dbg,
         ${misc:Depends},
         ${shlibs:Depends}
Description: Python3 bindings for Qt4 (debug extensions)
 PyQt4 exposes the Qt4 API to Python3.
 .
 This package contains the extensions built for the Python3 debug interpreter.

Package: python-qt4-gl
Architecture: any
Depends: python-qt4 (= ${binary:Version}),
         ${misc:Depends},
         ${python:Depends},
         ${shlibs:Depends}
Description: Python bindings for Qt4's OpenGL module
 The OpenGL module of PyQt4 provides widgets and utility classes
 for OpenGL rendering in a PyQt4 application.

Package: python-qt4-gl-dbg
Section: debug
Architecture: any
Depends: python-dbg,
         python-qt4-dbg (= ${binary:Version}),
         python-qt4-gl (= ${binary:Version}),
         ${misc:Depends},
         ${shlibs:Depends}
Description: Python bindings for Qt4's OpenGL module (debug extension)
 The OpenGL module of PyQt4 provides widgets and utility classes
 for OpenGL rendering in a PyQt4 application.
 .
 This package contains the extension built for the Python debug interpreter.

Package: python3-pyqt4.qtopengl
Architecture: any
Depends: python3-pyqt4 (= ${binary:Version}),
         ${misc:Depends},
         ${python3:Depends},
         ${shlibs:Depends}
Description: Python 3 bindings for Qt4's OpenGL module
 The OpenGL module of PyQt4 provides widgets and utility classes
 for OpenGL rendering in a Python3 PyQt4 application.

Package: python3-pyqt4.qtopengl-dbg
Section: debug
Architecture: any
Depends: python3-dbg,
         python3-pyqt4-dbg (= ${binary:Version}),
         python3-pyqt4.qtopengl (= ${binary:Version}),
         ${misc:Depends},
         ${shlibs:Depends}
Description: Python 3 bindings for Qt4's OpenGL module (debug extension)
 The OpenGL module of PyQt4 provides widgets and utility classes
 for OpenGL rendering in a Python3 PyQt4 application.
 .
 This package contains the extension built for the Python 3 debug interpreter.

Package: python-qt4-sql
Architecture: any
Depends: python-qt4 (= ${binary:Version}),
         ${misc:Depends},
         ${python:Depends},
         ${shlibs:Depends}
Description: Python bindings for PyQt4's SQL module
 The SQL module of PyQt4 provides widgets and utility classes for
 SQL database access.

Package: python3-pyqt4.qtsql
Architecture: any
Depends: python3-pyqt4 (= ${binary:Version}),
         ${misc:Depends},
         ${python3:Depends},
         ${shlibs:Depends}
Description: Python3 bindings for PyQt4's SQL module
 The SQL module of PyQt4 provides widgets and utility classes for
 Python3 SQL database access.

Package: python-qt4-sql-dbg
Section: debug
Architecture: any
Depends: python-dbg,
         python-qt4-dbg (= ${binary:Version}),
         python-qt4-sql (= ${binary:Version}),
         ${misc:Depends},
         ${shlibs:Depends}
Description: Python bindings for PyQt4's SQL module (debug extension)
 The SQL module of PyQt4 provides widgets and utility classes for
 SQL database access.
 .
 This package contains the extension built for the Python debug interpreter.

Package: python3-pyqt4.qtsql-dbg
Section: debug
Architecture: any
Depends: python3-dbg,
         python3-pyqt4-dbg (= ${binary:Version}),
         python3-pyqt4.qtsql (= ${binary:Version}),
         ${misc:Depends},
         ${shlibs:Depends}
Description: Python3 bindings for PyQt4's SQL module (debug extension)
 The SQL module of PyQt4 provides widgets and utility classes for
 Python3 SQL database access.
 .
 This package contains the extension built for the Python3 debug interpreter.

Package: python-qt4-dev
Architecture: all
Depends: python-sip-dev, ${misc:Depends}, ${python:Depends}
Description: Development files for PyQt4
 This package contains the source SIP files from which the Python
 bindings for Qt4 are created. They are needed for building PyQt4
 as well as creating bindings for own Qt4 widgets written in C++.

Package: pyqt4-dev-tools
Depends: python,
         python-qt4 (= ${binary:Version}),
         ${misc:Depends},
         ${shlibs:Depends}
Architecture: any
Description: Development tools for PyQt4
 This package contains various support tools for PyQt4 developers:
  * a user interface compiler (pyuic4)
  * a resource file generator (pyrcc4)
  * a translation string finder (pylupdate)
