summaryrefslogtreecommitdiffstats
path: root/debian/control
blob: 2cbfe5f7c0a5e24d2570d1e830e3935b0a86e083 (plain)
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
Source: polkit-tqt
Section: devel
Priority: optional
Maintainer: TDE Debian Team <team-debian@trinitydesktop.org>
XSBC-Original-Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Build-Depends: cdbs, debhelper (>= 9~), quilt, cmake-trinity, ninja-build, libtqtinterface-dev
#, libdbus-1-dev (>= 0.90)
#               libpolkit-agent-1-dev (>= 0.98),
#               libpolkit-gobject-1-dev (>= 0.98),
#               libqt4-dev,
#               pkg-kde-tools (>= 0.11)
Standards-Version: 3.9.2

Package: libpolkit-tqt-dev
Section: libdevel
Architecture: any
Depends: libpolkit-tqt (= ${binary:Version}), libtqtinterface-dev
#, libdbus-1-dev (>= 0.90)
#, libqt4-dev, ${misc:Depends}
Description: PolicyKit-tqt development files
 PolicyKit is an application-level toolkit for defining and handling the policy
 that allows unprivileged processes to speak to privileged processes.
 .
 It is a framework for centralizing the decision making process with respect to
 granting access to privileged operations (like calling the HAL Mount() method)
 for unprivileged (desktop) applications.
 .
 libpolkit-tqt provides convenience classes and methods for TQt/TDE
 applications that want to use PolicyKit.
 .
 This package contains the development libraries and headers.

Package: libpolkit-tqt
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: PolicyKit-tqt library
 PolicyKit is an application-level toolkit for defining and handling the policy
 that allows unprivileged processes to speak to privileged processes.
 .
 It is a framework for centralizing the decision making process with respect to
 granting access to privileged operations (like calling the HAL Mount() method)
 for unprivileged (desktop) applications.
 .
 libpolkit-tqt provides convenience classes and methods for TQt/TDE
 applications that want to use PolicyKit.
 .
 This package contains the files necessary for running applications that use
 the libpolkit-tqt library.