File: control

package info (click to toggle)
evms 1.0.0-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 9,168 kB
  • ctags: 5,853
  • sloc: ansic: 87,317; makefile: 691; sh: 238
file content (134 lines) | stat: -rw-r--r-- 5,546 bytes parent folder | download
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
Source: evms
Section: admin
Priority: extra
Maintainer: Matt Zimmerman <mdz@debian.org>
Build-Depends: debhelper (>> 3.0.0), dh-kpatches, libgtk1.2-dev, libncurses-dev, patchutils
Standards-Version: 3.5.2

Package: evms
Architecture: any
Recommends: evms-gui | evms-lvmutils | evms-ncurses | evms-cli
Suggests: kernel-patch-evms
Description: Enterprise Volume Management System (core)
 The EVMS project provides unparalleled flexibility and extensibility
 in managing storage. This project represents a new approach to
 logical volume management. The architecture introduces a plug-in
 model that allows for easy expansion or customization of various
 levels of volume management.
 .
 In order to make use of it, you must use a kernel which
 includes the EVMS patch, available in the kernel-patch-evms package.
 .
 This package contains core infrastructure for EVMS, and the utilities
 evms_rediscover, evms_devnode_fixup and evms_info_level.

Package: evms-cli
Architecture: any
Depends: evms, ${shlibs:Depends}
Description: Enterprise Volume Management System (CLI)
 The EVMS project provides unparalleled flexibility and extensibility
 in managing storage. This project represents a new approach to
 logical volume management. The architecture introduces a plug-in
 model that allows for easy expansion or customization of various
 levels of volume management.
 .
 In order to make use of it, you must use a kernel which
 includes the EVMS patch, available in the kernel-patch-evms package.
 .
 This package contains a command-line interface used to manage EVMS
 volumes.

Package: evms-lvmutils
Architecture: any
Depends: evms, ${shlibs:Depends}
Description: Enterprise Volume Management System (LVM-compatible utilities)
 The EVMS project provides unparalleled flexibility and extensibility
 in managing storage. This project represents a new approach to
 logical volume management. The architecture introduces a plug-in
 model that allows for easy expansion or customization of various
 levels of volume management.
 .
 In order to make use of it, you must use a kernel which
 includes the EVMS patch, available in the kernel-patch-evms package.
 .
 This package contains user-space tools which are used to manage EVMS
 volumes.  These utilities attempt to mimic the LVM's utilities.  All
 of the original command-line parameters are accepted (even if
 ignored), and some of the original return codes are honored.

Package: evms-ncurses
Architecture: any
Depends: evms, ${shlibs:Depends}
Description: Enterprise Volume Management System (ncurses UI)
 The EVMS project provides unparalleled flexibility and extensibility
 in managing storage. This project represents a new approach to
 logical volume management. The architecture introduces a plug-in
 model that allows for easy expansion or customization of various
 levels of volume management.
 .
 In order to make use of it, you must use a kernel which
 includes the EVMS patch, available in the kernel-patch-evms package.
 .
 This package contains an ncurses-based user interface used to manage
 EVMS volumes.

Package: evms-gui
Architecture: any
Depends: evms, ${shlibs:Depends}
Description: Enterprise Volume Management System (GUI)
 The EVMS project provides unparalleled flexibility and extensibility
 in managing storage. This project represents a new approach to
 logical volume management. The architecture introduces a plug-in
 model that allows for easy expansion or customization of various
 levels of volume management.
 .
 In order to make use of it, you must use a kernel which
 includes the EVMS patch, available in the kernel-patch-evms package.
 .
 This package contains a graphical user interface used to manage EVMS
 volumes.

Package: libevms1
Architecture: any
Section: libs
Depends: evms, ${shlibs:Depends}
Conflicts: libevms0
Description: Enterprise Volume Management System (library)
 The EVMS project provides unparalleled flexibility and extensibility
 in managing storage. This project represents a new approach to
 logical volume management. The architecture introduces a plug-in
 model that allows for easy expansion or customization of various
 levels of volume management.
 .
 This package contains the shared library libevms, which is used by
 the user-space tools.

Package: libevms-dev
Section: devel
Architecture: any
Depends: evms, libevms1 (= ${Source-Version})
Description: Enterprise Volume Management System (development)
 The EVMS project provides unparalleled flexibility and extensibility
 in managing storage. This project represents a new approach to
 logical volume management. The architecture introduces a plug-in
 model that allows for easy expansion or customization of various
 levels of volume management.
 .
 This package contains the development environment for the library
 libevms.

Package: kernel-patch-evms
Architecture: all
Depends: patch
Suggests: kernel-source-2.4.18 | kernel-source-2.4, evms
Description: Enterprise Volume Management System (kernel patches)
 The EVMS project provides unparalleled flexibility and extensibility
 in managing storage. This project represents a new approach to
 logical volume management. The architecture introduces a plug-in
 model that allows for easy expansion or customization of various
 levels of volume management.
 .
 This package contains patches to the Linux kernel which implement the
 kernel-space portion of EVMS.  This version supports kernel versions
 2.4.4, 2.4.5, 2.4.6, 2.4.7, 2.4.9, 2.4.10, 2.4.12, 2.4.13, 2.4.14
 2.4.16, 2.4.17 and 2.4.18, and also 2.5.1 through 2.5.5.