Package: mpt-status
Version: 1.2.0-3
Severity: serious
Tags: patch
Hi Steffen,
Is there a reason that mpt-status is marked as being specific to i386/amd64?
As near as I can tell, at least some of the relevant LSI devices are
available as PCI cards which should work on any architecture, and driver
support for MPT is built on most archs in the Debian kernels.
A small patch is needed to make the package build in unstable though,
because linux/compiler.h is no longer provided with the switch from
linux-kernel-headers to linux-libc-dev. Please find this patch attached
(including the suggested change to the arch list).
Cheers,
--
Steve Langasek Give me a lever long enough and a Free OS
Debian Developer to set it on, and I can move the world.
[EMAIL PROTECTED] http://www.debian.org/
diff -u mpt-status-1.2.0/debian/changelog mpt-status-1.2.0/debian/changelog
--- mpt-status-1.2.0/debian/changelog
+++ mpt-status-1.2.0/debian/changelog
@@ -1,3 +1,12 @@
+mpt-status (1.2.0-3.1) unstable; urgency=high
+
+ * Non-maintainer upload.
+ * High-urgency upload for RC bugfix.
+ * Don't include linux/compiler.h, which is no longer available with the
+ switch to linux-libc-dev and isn't really needed anyway.
+
+ -- Steve Langasek <[EMAIL PROTECTED]> Mon, 14 May 2007 01:53:00 -0700
+
mpt-status (1.2.0-3) unstable; urgency=low
* Upload to unstable (Closes: #390923)
diff -u mpt-status-1.2.0/debian/control mpt-status-1.2.0/debian/control
--- mpt-status-1.2.0/debian/control
+++ mpt-status-1.2.0/debian/control
@@ -6,7 +6,7 @@
Standards-Version: 3.7.2
Package: mpt-status
-Architecture: i386 ia64 amd64 kfreebsd-i386 knetbsd-i386 kfreebsd-amd64
+Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, lsb-base, daemon, mailx
Description: get RAID status out of mpt (and other) HW RAID controllers
The mpt-status software is a query tool to access the running
only in patch2:
unchanged:
--- mpt-status-1.2.0.orig/mpt-status.h
+++ mpt-status-1.2.0/mpt-status.h
@@ -2,9 +2,6 @@
#define _MPT_STATUS_H
#include <sys/ioctl.h>
-#ifdef __linux__
-#include <linux/compiler.h>
-#endif
#ifdef SANITIZED_KERNEL_HEADERS
#include "mpt-sanitized.h"