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
|
Source: evms
Section: admin
Priority: extra
Maintainer: Matt Zimmerman <mdz@debian.org>
Build-Depends: debhelper (>> 4.0.0), libgtk1.2-dev, libncurses5-dev | libncurses-dev, libreadline4-dev, uuid-dev, heartbeat-dev (>= 1.0.2-1), libglib1.2-dev
Build-Depends-Indep: dh-kpatches (>= 0.99.22)
Standards-Version: 3.6.0
Package: evms
Architecture: any
Depends: ${shlibs:Depends}
Recommends: evms-gui | evms-ncurses, evms-cli
Suggests: kernel-patch-evms, evms-ha
Enhances: initrd-tools, devfsd
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-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: evms-ha
Architecture: any
Depends: evms, heartbeat, evms-cli, ${shlibs:Depends}
Replaces: libevms-2.1 (<< 2.1.1-1), libevms-2.3 (= 2.3.2-1)
Conflicts: libevms-2.3 (= 2.3.2-1)
Description: Enterprise Volume Management System (high-availability)
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 plugin for the EVMS engine which provides
high-availability features using heartbeat.
Package: libevms-2.5
Architecture: any
Section: libs
Depends: evms, ${shlibs:Depends}
Conflicts: libevms0, libevms-2.0, libevms-2.1, libevms-2.2 (= 2.3.0-1)
Recommends: jfsutils (>= 1.0.9), reiserfsprogs, ${plugins:Depends}
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: libdevel
Architecture: any
Depends: evms, libevms-2.5 (= ${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: ${kpatch:Depends}
Suggests: kernel-source-2.6, 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.22 and 2.6.0-test9.
Package: evms-udeb
Architecture: any
Section: debian-installer
XB-installer-menu-item: 47
Description: EVMS module for debian-installer
Minimal EVMS infrastructure for debian-installer
.
Includes the ncurses and command-line interfaces
|