~ubuntu-branches/ubuntu/natty/mdadm/natty-proposed

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Soren Hansen
  • Date: 2009-01-09 13:46:11 UTC
  • Revision ID: package-import@ubuntu.com-20090109134611-bd6x9az1rt4yonyc
Tags: 2.6.7.1-1ubuntu3
* Update udev rules.d path to /lib/udev/rules.d, (LP #314879) and add
  versioned dependency on udev accordingly.
* Add versioned breaks on udev to make sure we do the upgrade
  in the correct order.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
 
13
13
Package: mdadm
14
14
Architecture: any
15
 
Depends: ${shlibs:Depends}, ${misc:Depends}, lsb-base (>= 3.1-6), debconf (>= 1.4.72), udev (>= 113-0ubuntu1), initramfs-tools (>= 0.85eubuntu24)
 
15
Depends: ${shlibs:Depends}, ${misc:Depends}, lsb-base (>= 3.1-6), debconf (>= 1.4.72), udev (>= 113-0ubuntu1), initramfs-tools (>= 0.85eubuntu24), udev (>= 136-1)
16
16
Recommends: mail-transport-agent, module-init-tools
17
17
Replaces: mdctl
18
18
Conflicts: mdctl (<< 0.7.2), raidtools2 (<< 1.00.3-12.1)
 
19
Breaks: udev (<< 136-1)
19
20
Description: tool to administer Linux MD arrays (software RAID)
20
21
 The mdadm utility can be used to create, manage, and monitor MD
21
22
 (multi-disk) arrays for software RAID or multipath I/O.