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
|
Source: dde-qt-dbus-factory
Section: devel
Priority: optional
Maintainer: Debian Deepin Packaging Team <pkg-deepin-devel@lists.alioth.debian.org>
Uploaders:
Boyuan Yang <byang@debian.org>,
Arun Kumar Pariyar <openarungeek@gmail.com>,
Tu Qinggang <tuqinggang@uniontech.com>,
Clay Stan <claystan97@gmail.com>,
Nisha Pariyar <nishapariyar48@gmail.com>,
Build-Depends:
debhelper-compat (= 13),
libdtkcore-dev (>= 5.5.17~),
libdtkcore5-bin,
pkgconf,
pkg-kde-tools,
python3:any,
qtbase5-dev,
qtbase5-private-dev,
Rules-Requires-Root: no
Standards-Version: 4.6.0
Homepage: https://github.com/linuxdeepin/dde-qt-dbus-factory
Vcs-Git: https://salsa.debian.org/pkg-deepin-team/dde-qt-dbus-factory.git
Vcs-Browser: https://salsa.debian.org/pkg-deepin-team/dde-qt-dbus-factory
Package: libdframeworkdbus2
Architecture: any
Section: libs
Depends:
${misc:Depends},
${shlibs:Depends},
Multi-Arch: same
Description: Qt DBus interface library for Deepin software (shared library)
Libdframeworkdbus provides Qt DBus interface for various Deepin software.
It centralizes DBus-related code into single library for Deepin software
written in Qt and get itself generated from handwritten XML DBus interface
descriptions.
.
This package is part of DDE (Deepin Desktop Environment).
Package: libdframeworkdbus-dev
Architecture: any
Section: libdevel
Depends:
libdframeworkdbus2 (= ${binary:Version}),
${misc:Depends},
Conflicts: libdframeworkdbus
Description: Qt DBus interface library for Deepin software (development files)
Libdframeworkdbus provides Qt DBus interface for various Deepin software.
It centralizes DBus-related code into single library for Deepin software
written in Qt and get itself generated from handwritten XML DBus interface
descriptions.
.
This package is part of DDE (Deepin Desktop Environment).
.
This package provides development header files for libdframeworkdbus.
|