Source: drbd
Section: misc
Priority: extra
Maintainer: David Krovich <dkrovich@csee.wvu.edu>
Build-Depends: debhelper (>= 4), debconf-utils, dh-kpatches (>=0.99.3), sp, docbook-utils
Standards-Version: 3.5.10

Package: drbd-source
Architecture: all
Section: misc
Recommends:  dpkg-dev, kernel-package, debhelper (>= 4), debconf-utils
Description: RAID 1 over tcp/ip for Linux module source
 Drbd is a block device which is designed to build high availability
 clusters by providing a virtual shared device which keeps disks in nodes
 synchronised using TCP/IP. This simulates RAID 1 but avoiding the 
 use of uncommon hardware (shared SCSI buses or Fibre Channel). 
 It is currently limited to fail-over HA clusters.
 .
 This package contains the programs that will control the 
 drbd kernel module provided in drbd-source. You will need a clustering
 service (such as heartbeat) to fully implement it.
 .
 Homepage: http://www.drbd.org

Package: drbd
Architecture: any
Section: misc
Depends: debconf, ${misc:Depends}
Suggests: heartbeat
Description: RAID 1 over tcp/ip for Linux utilities
 Drbd is a block device which is designed to build high availability
 clusters by providing a virtual shared device which keeps disks in nodes
 synchronised using TCP/IP. This simulates RAID 1 but avoiding the 
 use of uncommon hardware (shared SCSI buses or Fibre Channel). 
 It is currently limited to fail-over HA clusters.
 .
 This package contains the programs that will control the 
 drbd kernel module provided in drbd-source. You will need a clustering
 service (such as heartbeat) to fully implement it.
 .
 Homepage: http://www.drbd.org

Package: kernel-patch-wup
Architecture: all
Section: misc
Depends: ${kpatch:Depends}, ${misc:Depends}
Description: Export wake_up_process kernel patch
 This patches the kernel so that modules can call the
 wake_up_process kernel call.  Not needed for 2.4.x kernels.
