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 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192
|
Source: udisks2
Section: admin
Priority: optional
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Uploaders: Michael Biebl <biebl@debian.org>,
Martin Pitt <mpitt@debian.org>,
Build-Depends: debhelper-compat (= 13),
debhelper (>= 13.11.6),
dh-sequence-gir,
docbook-xml,
docbook-xsl,
gtk-doc-tools,
gettext (>= 0.19.8),
gobject-introspection (>= 1.80),
gir1.2-gio-2.0-dev,
libacl1-dev,
libatasmart-dev (>= 0.17),
libblockdev-btrfs-dev (>= 3.4),
libblockdev-crypto-dev (>= 3.4),
libblockdev-dev (>= 3.4),
libblockdev-fs-dev (>= 3.4),
libblockdev-loop-dev (>= 3.4),
libblockdev-lvm-dev (>= 3.4),
libblockdev-mdraid-dev (>= 3.4),
libblockdev-nvme-dev (>= 3.4),
libblockdev-part-dev (>= 3.4),
libblockdev-swap-dev (>= 3.4),
libblockdev-smart-dev,
libglib2.0-dev (>= 2.68),
libgudev-1.0-dev (>= 165),
libmount-dev (>= 2.30),
libblkid-dev,
libpolkit-agent-1-dev (>= 0.102),
libpolkit-gobject-1-dev (>= 0.102),
libsystemd-dev (>= 209),
pkgconf,
polkitd,
systemd-dev,
xsltproc,
Build-Depends-Indep: libglib2.0-doc <!nodoc>,
policykit-1-doc <!nodoc>,
Standards-Version: 4.7.2
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/utopia-team/udisks2.git
Vcs-Browser: https://salsa.debian.org/utopia-team/udisks2
Homepage: https://www.freedesktop.org/wiki/Software/udisks
Package: udisks2
Architecture: linux-any
Multi-Arch: foreign
Depends: libudisks2-0 (= ${binary:Version}),
libblockdev-crypto3,
libblockdev-fs3,
libblockdev-loop3,
libblockdev-mdraid3,
libblockdev-nvme3,
libblockdev-part3,
libblockdev-swap3,
libblockdev-smart3,
default-dbus-system-bus | dbus-system-bus,
parted,
udev,
${misc:Depends},
${shlibs:Depends},
Recommends: dosfstools,
e2fsprogs,
eject,
ntfs-3g,
polkitd,
libpam-systemd,
exfatprogs,
Suggests: btrfs-progs,
f2fs-tools,
mdadm,
nilfs-tools,
reiserfsprogs,
udftools,
udisks2-btrfs,
udisks2-lvm2,
xfsprogs,
Description: D-Bus service to access and manipulate storage devices
The udisks daemon serves as an interface to system block devices,
implemented via D-Bus. It handles operations such as querying, mounting,
unmounting, formatting, or detaching storage devices such as hard disks
or USB thumb drives.
.
This package also provides the udisksctl utility, which can be used to
trigger these operations from the command line (if permitted by
PolicyKit).
.
Creating or modifying file systems such as XFS, RAID, or LUKS encryption
requires that the corresponding mkfs.* and admin tools are installed, such as
dosfstools for VFAT, xfsprogs for XFS, or cryptsetup for LUKS.
Package: udisks2-btrfs
Architecture: linux-any
Multi-Arch: foreign
Depends: libblockdev-btrfs3,
udisks2 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
Description: BTRFS support for udisks2
The udisks daemon serves as an interface to system block devices,
implemented via D-Bus. It handles operations such as querying, mounting,
unmounting, formatting, or detaching storage devices such as hard disks
or USB thumb drives.
.
This package provides support for BTRFS configuration.
Package: udisks2-lvm2
Architecture: linux-any
Multi-Arch: foreign
Depends: libblockdev-lvm3,
udisks2 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
Description: LVM2 support for udisks2
The udisks daemon serves as an interface to system block devices,
implemented via D-Bus. It handles operations such as querying, mounting,
unmounting, formatting, or detaching storage devices such as hard disks
or USB thumb drives.
.
This package provides support for LVM2 configuration.
.
This package provides support for zram configuration.
Package: udisks2-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends},
Suggests: devhelp,
Recommends: libglib2.0-doc,
policykit-1-doc,
Build-Profiles: <!nodoc>
Description: udisks2 documentation
The udisks daemon serves as an interface to system block devices,
implemented via D-Bus. It handles operations such as querying, mounting,
unmounting, formatting, or detaching storage devices such as hard disks
or USB thumb drives.
.
This package provides the API reference and manuals in devhelp format.
Package: libudisks2-0
Section: libs
Architecture: linux-any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends},
Depends: ${misc:Depends},
${shlibs:Depends},
Description: GObject based library to access udisks2
The udisks daemon serves as an interface to system block devices,
implemented via D-Bus. It handles operations such as querying, mounting,
unmounting, formatting, or detaching storage devices such as hard disks
or USB thumb drives.
.
This provides a convenience library for communicating with udisks2 from
GObject based programs.
Package: libudisks2-dev
Section: libdevel
Architecture: linux-any
Multi-Arch: same
Depends: libudisks2-0 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
${gir:Depends},
Provides: ${gir:Provides}
Description: GObject based library to access udisks2 - development files
The udisks daemon serves as an interface to system block devices,
implemented via D-Bus. It handles operations such as querying, mounting,
unmounting, formatting, or detaching storage devices such as hard disks
or USB thumb drives.
.
This package contains files that are needed to build applications using
libudisks.
Package: gir1.2-udisks-2.0
Section: introspection
Architecture: linux-any
Multi-Arch: same
Depends: ${gir:Depends},
${misc:Depends},
${shlibs:Depends},
Description: GObject based library to access udisks2 - introspection data
The udisks daemon serves as an interface to system block devices,
implemented via D-Bus. It handles operations such as querying, mounting,
unmounting, formatting, or detaching storage devices such as hard disks
or USB thumb drives.
.
This package provides introspection data for libudisks. It can be used
by packages using the GIRepository format to generate dynamic bindings.
|