~ubuntu-branches/ubuntu/precise/polkit-qt/precise

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Thomas
  • Date: 2009-05-27 11:14:59 UTC
  • mfrom: (1.1.1 upstream) (0.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090527111459-cj9mlvjywdz1oplt
Tags: 0.9.2+svn966498-0ubuntu1
* Merge from Debian, remaining changes:
  - Keep homepage field in debian/control
  - Drop 00_polkit-qt_r966498.diff, we are at that revision

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: polkit-qt
2
 
Section: net
 
2
Section: libs
3
3
Priority: extra
4
4
Maintainer: Ubuntu MOTU Developers <ubuntu-motu@lists.ubuntu.com>
5
 
XSBC-Original-Maintainer: Anthony Mercatante <tonio@ubuntu.com>
6
 
Build-Depends: cdbs, debhelper (>= 7), cdbs, cmake, kdelibs5-dev,
7
 
               libpolkit-grant-dev, libpolkit-dbus-dev, libpolkit-dev
 
5
XSBC-Original-Maintainer: Daniel Nicoletti <dantti85-debian@yahoo.com.br>
 
6
Uploaders: Fathi Boudra <fabo@debian.org>
 
7
Build-Depends: quilt, debhelper (>= 7), cmake, automoc, libqt4-dev,
 
8
 libpolkit-dev, libpolkit-dbus-dev, libpolkit-grant-dev
8
9
Standards-Version: 3.8.1
9
10
Homepage: ftp://ftp.kde.org/pub/kde/stable/apps/KDE4.x/admin/
10
11
 
 
12
Package: libpolkit-qt-dev
 
13
Section: libdevel
 
14
Architecture: any
 
15
Depends: libpolkit-qt0 (= ${binary:Version}), libqt4-dev
 
16
Description: PolicyKit-qt development files
 
17
 PolicyKit is a toolkit that allows applications that need to run privileged
 
18
 code to have both better and safer design, it also allows sysadmins
 
19
 to grant/block specific actions.
 
20
 .
 
21
 libpolkit-qt provides convenience classes and methods for Qt/KDE applications
 
22
 that want to use PolicyKit.
 
23
 .
 
24
 This package contains the development libraries and headers.
 
25
 
11
26
Package: libpolkit-qt0
12
 
Architecture: any
13
 
Depends: ${shlibs:Depends}, ${misc:Depends}
14
 
Description: library for accessing PolicyKit via Qt
15
 
 PolicyKit is a toolkit for defining and handling the policy that
16
 
 allows unprivileged processes to speak to privileged processes.
17
 
 .
18
 
 This package contains a helper library for obtaining seat, session
19
 
 and caller information via Qt.
20
 
 
21
 
 
22
 
Package: libpolkit-qt-dev
23
 
Architecture: any
24
 
Depends: ${shlibs:Depends}, ${misc:Depends}
25
 
Description: library for accessing PolicyKit via Qt (Development files)
26
 
 PolicyKit is a toolkit for defining and handling the policy that
27
 
 allows unprivileged processes to speak to privileged processes.
28
 
 .
29
 
 This package contains a helper library for obtaining seat, session
30
 
 and caller information via Qt.
31
 
 .
32
 
 This package contains the development files for the library found in
33
 
 libpolkit-qt0.
 
27
Section: libs
 
28
Architecture: any
 
29
Depends: ${shlibs:Depends}, ${misc:Depends}
 
30
Description: PolicyKit-qt library
 
31
 PolicyKit is a toolkit that allows applications that need to run privileged
 
32
 code to have both better and safer design, it also allows sysadmins
 
33
 to grant/block specific actions.
 
34
 .
 
35
 libpolkit-qt provides convenience classes and methods for Qt/KDE applications
 
36
 that want to use PolicyKit.