diff options
author | Michele Calgaro <[email protected]> | 2021-10-30 12:06:43 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2021-10-30 12:06:43 +0900 |
commit | 28de2ff84f59ac0b173670aa9c5331bc77c1e63f (patch) | |
tree | 43dcf0f461ee5552100b648e38979982c971597d /debian/control | |
download | polkit-tqt-28de2ff84f59ac0b173670aa9c5331bc77c1e63f.tar.gz polkit-tqt-28de2ff84f59ac0b173670aa9c5331bc77c1e63f.zip |
Initial import from polkit-qt-1 debian snapshot archive.
https://snapshot.debian.org/package/polkit-qt-1/0.103.0-1/
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 000000000..6c6625300 --- /dev/null +++ b/debian/control @@ -0,0 +1,49 @@ +Source: polkit-qt-1 +Priority: extra +Maintainer: Debian Qt/KDE Maintainers <[email protected]> +Uploaders: Fathi Boudra <[email protected]>, Modestas Vainius <[email protected]> +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. |