1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
|
Source: qtx11extras-opensource-src
Section: libs
Priority: optional
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Uploaders: Sune Vuorela <debian@pusling.com>,
Pino Toscano <pino@debian.org>,
Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>,
Felix Geyer <fgeyer@debian.org>,
Timo Jyrinki <timo@debian.org>,
Dmitry Shachnev <mitya57@debian.org>,
Simon Quigley <tsimonq2@debian.org>
Build-Depends: debhelper-compat (= 13),
pkg-kde-tools,
qtbase5-dev (>= 5.15.2+dfsg~),
qtbase5-private-dev (>= 5.15.2+dfsg~)
Build-Depends-Indep: qdoc-qt5 (>= 5.15.2~) <!nodoc>,
qhelpgenerator-qt5 (>= 5.15.2~) <!nodoc>,
qtattributionsscanner-qt5 (>= 5.15.2~) <!nodoc>,
qtbase5-doc-html (>= 5.15.2+dfsg~) <!nodoc>
Standards-Version: 4.5.1
Homepage: https://doc.qt.io/qt-5/qtx11extras-index.html
Vcs-Git: https://salsa.debian.org/qt-kde-team/qt/qtx11extras.git
Vcs-Browser: https://salsa.debian.org/qt-kde-team/qt/qtx11extras
Package: libqt5x11extras5
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Breaks: libqt5gui5 (<< 5.5)
Description: Qt 5 X11 extras
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package includes the library to access X11 stuff from within Qt 5.
Package: libqt5x11extras5-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libqt5x11extras5 (= ${binary:Version}), qtbase5-dev, ${misc:Depends}
Description: Qt 5 X11 extras development files
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package includes the development headers for the X11 extras library.
Package: qtx11extras5-doc
Architecture: all
Build-Profiles: <!nodoc>
Section: doc
Depends: ${misc:Depends}
Description: Qt 5 X11 extras documentation
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package contains the documentation for the Qt 5 X11 extras libraries
and binaries.
Package: qtx11extras5-doc-html
Architecture: all
Build-Profiles: <!nodoc>
Section: doc
Depends: ${misc:Depends}
Description: Qt 5 X11 extras HTML documentation
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package contains the HTML documentation for the Qt 5 X11 extras
libraries and binaries.
|