Import Debian changes 0.4.5-1

megactl (0.4.5-1) unstable; urgency=medium
.
  [ Petter Reinholdtsen ]
  * New upstream version 0.4.5
    - Dropped all patches now applied upstream.
.
megactl (0.4.4-4) unstable; urgency=medium
.
  * Fixed typo in patch metadata.
  * Added 0040-hardening.patch to use CPPFLAGS for hardening during build.
.
megactl (0.4.4-3) unstable; urgency=medium
.
  [ Petter Reinholdtsen ]
  * Added some patches fetched from upstream to improve appstrea
    metainfo and compiler warnings.
  * Updated Standards-Version from 4.6.2 to 4.7.0.
.
megactl (0.4.4-2) unstable; urgency=medium
.
  * Description: mention megacli. Reformat. Closes: #1069175.
.
megactl (0.4.4-1) unstable; urgency=medium
.
  * New upstream version 0.4.4
  * Drop applied patches
.
megactl (0.4.3+git20240307.6b1fdab-1) unstable; urgency=medium
.
  * Initial release (Closes: #1065322).
This commit is contained in:
Petter Reinholdtsen
2024-08-16 22:58:24 +02:00
committed by geos_one
127 changed files with 617 additions and 1222 deletions

42
debian/control vendored
View File

@@ -1,27 +1,25 @@
Source: megactl
Section: admin
Priority: optional
Maintainer: Adam Cécile (Le_Vert) <gandalf@le-vert.net>
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
Maintainer: Jérémy Lal <kapouer@melix.org>
Uploaders: Petter Reinholdtsen <pere@debian.org>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.7.0
Homepage: https://github.com/namiltd/megactl/
Vcs-Browser: https://salsa.debian.org/debian/megactl
Vcs-Git: https://salsa.debian.org/debian/megactl.git
Package: megactl
Architecture: i386 amd64
Depends: ${shlibs:Depends}, ${misc:Depends}
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.
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.
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: LSI Megaraid Control and Monitoring Tools
Reports diagnostics on megaraid and megaraid_sas adapters and
attached disks, similar to the original "megacli" tool.
The adapters are also known as Dell PERC2, PERC3, PERC4 and PERC5.
Permits dumping of controller log pages for inspection of error,
temperature, and self-test conditions, initiates self-test
diagnostics, and documents adapter and logical drive configuration.
Target devices may be adapters, (e.g. a0), enclosures (e.g. a0e0),
or individual disks (e.g. a0e0s0). If no target is specified,
reports configuration and drive state on all adapters.