You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
2.0 KiB
50 lines
2.0 KiB
3 years ago
|
Source: polkit-qt-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-qt-1.git
|
||
|
Vcs-Browser: http://git.debian.org/?p=pkg-kde/kde-req/polkit-qt-1.git
|
||
|
|
||
|
Package: libpolkit-qt-1-dev
|
||
|
Section: libdevel
|
||
|
Architecture: any
|
||
|
Depends: libpolkit-qt-1-1 (= ${binary:Version}), libqt4-dev, ${misc:Depends}
|
||
|
Description: PolicyKit-qt-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-qt-1 provides convenience classes and methods for Qt/KDE
|
||
|
applications that want to use PolicyKit-1.
|
||
|
.
|
||
|
This package contains the development libraries and headers.
|
||
|
|
||
|
Package: libpolkit-qt-1-1
|
||
|
Architecture: any
|
||
|
Depends: ${misc:Depends}, ${shlibs:Depends}
|
||
|
Description: PolicyKit-qt-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-qt-1 provides convenience classes and methods for Qt/KDE
|
||
|
applications that want to use PolicyKit.
|
||
|
.
|
||
|
This package contains the files necessary for running applications that use
|
||
|
the libpolkit-qt-1 library.
|