~behda/+junk/udisks2.original

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: behda
  • Date: 2014-05-24 15:15:11 UTC
  • Revision ID: pauvitk@gmail.com-20140524151511-3vtr0uubjewx3z2j
Initial commit of source code and Debian packaging.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: udisks2
 
2
Section: admin
 
3
Priority: optional
 
4
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
 
5
Uploaders: Michael Biebl <biebl@debian.org>, Martin Pitt <mpitt@debian.org>
 
6
Build-Depends: debhelper (>= 9),
 
7
 pkg-config,
 
8
 xsltproc,
 
9
 gtk-doc-tools,
 
10
 intltool (>= 0.40.0),
 
11
 libglib2.0-dev (>= 2.31.13),
 
12
 udev (>= 147),
 
13
 libgudev-1.0-dev (>= 165),
 
14
 libpolkit-gobject-1-dev (>= 0.97),
 
15
 libpolkit-agent-1-dev (>= 0.97),
 
16
 libacl1-dev,
 
17
 libgirepository1.0-dev (>= 1.30),
 
18
 gobject-introspection (>= 1.30),
 
19
 libatasmart-dev (>= 0.17),
 
20
 dh-autoreconf
 
21
Standards-Version: 3.9.5
 
22
Vcs-Git: git://git.debian.org/git/pkg-utopia/udisks2.git
 
23
Vcs-Browser: http://git.debian.org/?p=pkg-utopia/udisks2.git;a=summary
 
24
Homepage: http://www.freedesktop.org/wiki/Software/udisks
 
25
XS-Testsuite: autopkgtest
 
26
 
 
27
Package: udisks2
 
28
Architecture: any
 
29
Multi-Arch: foreign
 
30
Depends: ${shlibs:Depends}, ${misc:Depends}, udev, dbus, parted
 
31
Pre-Depends: ${misc:Pre-Depends}
 
32
Recommends: policykit-1, dosfstools, ntfs-3g, eject, gdisk
 
33
Suggests: xfsprogs, reiserfsprogs, exfat-utils, btrfs-tools, mdadm, cryptsetup-bin
 
34
Description: D-BUS service to access and manipulate storage devices
 
35
 The udisks daemon serves as an interface to system block devices,
 
36
 implemented via D-Bus. It handles operations such as querying, mounting,
 
37
 unmounting, formatting, or detaching storage devices such as hard disks
 
38
 or USB thumb drives.
 
39
 .
 
40
 This package also provides the udisksctl utility, which can be used to
 
41
 trigger these operations from the command line (if permitted by
 
42
 PolicyKit).
 
43
 .
 
44
 Creating or modifying file systems such as XFS, RAID, or LUKS encryption
 
45
 requires that the corresponding mkfs.* and admin tools are installed, such as
 
46
 dosfstools for VFAT, xfsprogs for XFS, or cryptsetup for LUKS.
 
47
 
 
48
Package: udisks2-doc
 
49
Architecture: all
 
50
Section: doc
 
51
Depends: ${misc:Depends}
 
52
Suggests: devhelp
 
53
Description: udisks2 documentation
 
54
 The udisks daemon serves as an interface to system block devices,
 
55
 implemented via D-Bus. It handles operations such as querying, mounting,
 
56
 unmounting, formatting, or detaching storage devices such as hard disks
 
57
 or USB thumb drives.
 
58
 .
 
59
 This package provides the API reference and manuals in devhelp format.
 
60
 
 
61
Package: libudisks2-0
 
62
Section: libs
 
63
Architecture: any
 
64
Multi-Arch: same
 
65
Pre-Depends: ${misc:Pre-Depends}
 
66
Depends: ${shlibs:Depends}, ${misc:Depends}
 
67
Description: GObject based library to access udisks2
 
68
 The udisks daemon serves as an interface to system block devices,
 
69
 implemented via D-Bus. It handles operations such as querying, mounting,
 
70
 unmounting, formatting, or detaching storage devices such as hard disks
 
71
 or USB thumb drives.
 
72
 .
 
73
 This provides a convenience library for communicating with udisks2 from
 
74
 GObject based programs.
 
75
 
 
76
Package: libudisks2-dev
 
77
Section: libdevel
 
78
Architecture: any
 
79
Depends: ${shlibs:Depends},
 
80
 ${misc:Depends},
 
81
 gir1.2-udisks-2.0 (= ${binary:Version}),
 
82
 libudisks2-0 (= ${binary:Version})
 
83
Description: GObject based library to access udisks2 - development files
 
84
 The udisks daemon serves as an interface to system block devices,
 
85
 implemented via D-Bus. It handles operations such as querying, mounting,
 
86
 unmounting, formatting, or detaching storage devices such as hard disks
 
87
 or USB thumb drives.
 
88
 .
 
89
 This package contains files that are needed to build applications using
 
90
 libudisks.
 
91
 
 
92
Package: gir1.2-udisks-2.0
 
93
Section: introspection
 
94
Architecture: any
 
95
Depends: ${gir:Depends},
 
96
 ${shlibs:Depends},
 
97
 ${misc:Depends}
 
98
Description: GObject based library to access udisks2 - introspection data
 
99
 The udisks daemon serves as an interface to system block devices,
 
100
 implemented via D-Bus. It handles operations such as querying, mounting,
 
101
 unmounting, formatting, or detaching storage devices such as hard disks
 
102
 or USB thumb drives.
 
103
 .
 
104
 This package provides introspection data for libudisks. It can be used
 
105
 by packages using the GIRepository format to generate dynamic bindings.
 
106