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
|
Source: qwebdavlib
Section: libs
Priority: optional
Maintainer: Debian UBports Team <team+ubports@tracker.debian.org>
Uploaders: Mike Gabriel <sunweaver@debian.org>,
Build-Depends: debhelper-compat (= 13),
pkgconf,
qmake6,
qt5-qmake,
qt6-base-dev,
qtbase5-dev,
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://github.com/fredldotme/qwebdavlib
Vcs-Browser: https://salsa.debian.org/ubports-team/qwebdavlib
Vcs-Git: https://salsa.debian.org/ubports-team/qwebdavlib.git
Package: libqwebdav-qt6-1
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
${shlibs:Depends},
Description: QWebDAV Library (Qt6 variant)
QWebDAV is a Qt library that provides access to WebDAV servers.
.
This package contains the Qt6 version of the library.
Package: libqwebdav-qt5-1
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
${shlibs:Depends},
Description: QWebDAV Library (Qt5 variant)
QWebDAV is a Qt library that provides access to WebDAV servers.
.
This package contains the Qt5 version of the library.
Package: libqwebdav-qt6-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libqwebdav-qt6-1 (= ${binary:Version}),
${misc:Depends},
Description: QWebDAV Library development files (Qt6 variant)
QWebDAV is a Qt library that provides access to WebDAV servers.
.
This package contains development files necessary to develop Qt6
applications using the QWebDAV library.
Package: libqwebdav-qt5-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libqwebdav-qt5-1 (= ${binary:Version}),
${misc:Depends},
Description: QWebDAV Library development files (Qt5 variant)
QWebDAV is a Qt library that provides access to WebDAV servers.
.
This package contains development files necessary to develop Qt5
applications using the QWebDAV library.
|