File: control

package info (click to toggle)
mdadm 4.5-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,360 kB
  • sloc: ansic: 46,848; sh: 2,481; makefile: 281; python: 44
file content (46 lines) | stat: -rw-r--r-- 1,181 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
Source: mdadm
Section: admin
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 libudev-dev,
 pkgconf,
 systemd-dev,
Standards-Version: 4.7.3
Homepage: https://github.com/md-raid-utilities/mdadm
Vcs-Browser: https://forgejo.debian.net/linux/mdadm
Vcs-Git: https://forgejo.debian.net/linux/mdadm

Package: mdadm
Section: admin
Architecture: linux-any
Pre-Depends:
 ${misc:Pre-Depends},
Depends:
 udev,
 ${misc:Depends},
 ${shlibs:Depends},
Recommends:
 kmod,
Suggests:
 default-mta | mail-transport-agent,
Description: tool for managing Linux MD devices (software RAID)
 The mdadm tool is used to create, manage, and monitor Linux MD (software
 RAID) devices.
 .
 This package configures mdadm to by default assemble arrays automatically
 during the system startup process.

Package: mdadm-udeb
Section: debian-installer
Architecture: linux-any
Package-Type: udeb
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: tool for managing Linux MD devices (software RAID)
 The mdadm tool is used to create, manage, and monitor Linux MD (software
 RAID) devices.
 .
 This is a minimal package used by the debian-installer.