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 51 52 53 54 55 56 57 58 59 60 61 62 63
|
Source: group-service
Section: utils
Priority: optional
Maintainer: Debian+Ubuntu MATE Packaging Team <debian-mate@lists.debian.org>
Uploaders: Mike Gabriel <sunweaver@debian.org>,
N0rbert <nrbrtx@gmail.com>,
Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13),
meson (>= 0.53.0),
cmake,
pkg-config,
libdbus-1-dev,
systemd-dev,
libglib2.0-dev,
libpolkit-gobject-1-dev,
polkitd,
Standards-Version: 4.6.2
Homepage: https://github.com/zhuyaliang/group-service
Vcs-Browser: https://salsa.debian.org/debian-mate-team/group-service
Vcs-Git: https://salsa.debian.org/debian-mate-team/group-service.git
Rules-Requires-Root: no
Package: group-service
Architecture: any
Multi-Arch: foreign
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Manage local user groups via DBus
Using DBus to manage local user groups, you can complete the addition
and deletion of local user groups, add/remove users to/from groups, and
change the name of local user groups.
.
This package provides the DBus service and is a helper service for
mate-user-admin.
Package: libgroup-service1t64
Provides: ${t64:Provides}
Replaces: libgroup-service1
Breaks: libgroup-service1 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${shlibs:Depends},
${misc:Depends},
Description: Manage local user groups via DBus (shared client library)
Using DBus to manage local user groups, you can complete the addition
and deletion of local user groups, add/remove users to/from groups, and
change the name of local user groups.
.
This package provides the client library for accessing group-service.
Package: libgroup-service-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: ${shlibs:Depends},
${misc:Depends},
libgroup-service1t64 (= ${binary:Version}),
Description: Manage local user groups via DBus (client library, development files)
Using DBus to manage local user groups, you can complete the addition
and deletion of local user groups, add/remove users to/from groups, and
change the name of local user groups.
.
This package provides development headers of the client library
for accessing group-service.
|