megatrace in own package

This commit is contained in:
Mario Fetka
2017-04-22 16:51:10 +02:00
parent c617d59dcb
commit 8fae4f9e81
12 changed files with 69 additions and 2 deletions

12
debian/control vendored
View File

@@ -2,7 +2,7 @@ Source: megactl
Section: admin
Priority: optional
Maintainer: Adam Cécile (Le_Vert) <gandalf@le-vert.net>
Build-Depends: debhelper (>= 4), dpatch
Build-Depends: debhelper (>= 4), dpatch, libc6-dev-i386 [amd64], gcc-multilib [amd64] | libc6-dev-i386 (<< 2.7) [amd64]
Standards-Version: 3.8.2
Homepage: http://sourceforge.net/projects/megactl
@@ -15,3 +15,13 @@ Description: LSI MegaRAID SCSI/SAS reporting tool
.
It reports status and informations about the adapter itself, it's
logical disks and the physical disks attached.
Package: megatrace
Architecture: i386 amd64
Depends: ${shlibs:Depends}, ${misc:Depends}, libc6-i386 [amd64], megactl
Description: LSI MegaRAID SCSI/SAS reporting tool
This package contains both megactl and megasasctl tools that can be used
to query LSI's MegaRAID adapters status.
.
It reports status and informations about the adapter itself, it's
logical disks and the physical disks attached.