Browse Source

debian/control:

- Removed duplicated Section and Priority in vblade's binary section.
- Upgraded Standards-Version to 3.8.2 (no changes).
- Extended the long Description.
- Added Build-Depends on quilt (>= 0.46-7) in order to split all changes
  included in .diff.gz into separate patches through dh_quilt_*.
- Bumped B-D on debhelper to 6 (and debian/compat).
David Martínez Moreno 14 years ago
parent
commit
474165969e
2 changed files with 12 additions and 7 deletions
  1. 1 1
      debian/compat
  2. 11 6
      debian/control

+ 1 - 1
debian/compat

@@ -1 +1 @@
-5
+6

+ 11 - 6
debian/control

@@ -3,15 +3,20 @@ Section: admin
 Priority: optional
 Priority: optional
 Homepage: http://aoetools.sf.net
 Homepage: http://aoetools.sf.net
 Maintainer: David Martínez Moreno <ender@debian.org>
 Maintainer: David Martínez Moreno <ender@debian.org>
-Standards-Version: 3.7.3
-Build-Depends: debhelper (>= 5)
+Standards-Version: 3.8.2
+Build-Depends: debhelper (>= 6), quilt (>= 0.46-7)
 
 
 Package: vblade
 Package: vblade
 Architecture: any
 Architecture: any
-Section: admin
-Priority: optional
 Depends: ${shlibs:Depends}
 Depends: ${shlibs:Depends}
 Recommends: vblade-persist
 Recommends: vblade-persist
 Description: virtual AoE blade emulator
 Description: virtual AoE blade emulator
- The vblade tool will allow an admin to export a local disk using the AoE
- protocol, without the need of a real AoE-capable device.
+ The vblade is the virtual EtherDrive (R) blade, a program that makes a
+ seekable file available over an ethernet local area network (LAN) via
+ the ATA over Ethernet (AoE) protocol.
+ .
+ The seekable file is typically a block device like /dev/md0 but even
+ regular files will work.  Sparse files can be especially convenient.
+ When vblade exports the block storage over AoE it becomes a storage
+ target.  Another host on the same LAN can access the storage if it has
+ a compatible aoe kernel driver.