summaryrefslogtreecommitdiffstats
path: root/debian/control
blob: 581bf1fea592994f4bec3816e236c3d83eb7bfd6 (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
Source: polkit-tqt-1
Priority: extra
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Uploaders: Fathi Boudra <fabo@debian.org>, Modestas Vainius <modax@debian.org>
Build-Depends: automoc,
               cmake,
               debhelper (>= 8.0.0),
               libpolkit-agent-1-dev (>= 0.98),
               libpolkit-gobject-1-dev (>= 0.98),
               libqt4-dev,
               pkg-kde-tools (>= 0.11)
Standards-Version: 3.9.2
Section: libs
Vcs-Git: git://git.debian.org/pkg-kde/kde-req/polkit-tqt-1.git
Vcs-Browser: http://git.debian.org/?p=pkg-kde/kde-req/polkit-tqt-1.git

Package: libpolkit-tqt-1-dev
Section: libdevel
Architecture: any
Depends: libpolkit-tqt-1-1 (= ${binary:Version}), libqt4-dev, ${misc:Depends}
Description: PolicyKit-tqt-1 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-1 provides convenience classes and methods for TQt/TDE
 applications that want to use PolicyKit-1.
 .
 This package contains the development libraries and headers.

Package: libpolkit-tqt-1-1
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: PolicyKit-tqt-1 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-1 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-1 library.