File: control

package info (click to toggle)
dde-qt-dbus-factory 1.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,120 kB
  • sloc: cpp: 2,853; xml: 2,348; python: 46; makefile: 12
file content (51 lines) | stat: -rw-r--r-- 1,726 bytes parent folder | download
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
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>,
 Yanhao Mo <yanhaocs@gmail.com>,
Build-Depends:
 debhelper-compat (= 12),
 pkg-config,
 python3:any,
 qtbase5-dev,
 pkg-kde-tools,
 qtbase5-private-dev,
Rules-Requires-Root: no
Standards-Version: 4.3.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.