[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#683344: unblock: cciss-vol-status/1.09-3



* Niels Thykier <niels@thykier.net> [120815 10:09]:
> [..]
> debhelper compat 9 bumps are generally not accepted post freeze.  If
> hardening flags is important for this package, consider using
> dpkg-buildflags directly or possibly /usr/share/dpkg/buildflags.mk...

I've prepared version 1.09-2+deb7u1 which only adds the new hardware
IDs and changes nothing else. debdiff attached.

Will this be ok?

Thanks,
Christian

diff -Nru cciss-vol-status-1.09/debian/changelog cciss-vol-status-1.09/debian/changelog
--- cciss-vol-status-1.09/debian/changelog	2011-08-29 01:47:50.000000000 +0200
+++ cciss-vol-status-1.09/debian/changelog	2012-08-24 13:01:09.000000000 +0200
@@ -1,3 +1,9 @@
+cciss-vol-status (1.09-2+deb7u1) testing-proposed-updates; urgency=low
+
+  * Add new hardware IDs for HP Gen8 hardware. (Closes: #680310)
+
+ -- Christian Hofstaedtler <christian@hofstaedtler.name>  Fri, 24 Aug 2012 12:59:59 +0200
+
 cciss-vol-status (1.09-2) unstable; urgency=low
 
   * Switched to minimal rules file, to fix lintian warning
diff -Nru cciss-vol-status-1.09/debian/patches/device_ids cciss-vol-status-1.09/debian/patches/device_ids
--- cciss-vol-status-1.09/debian/patches/device_ids	1970-01-01 01:00:00.000000000 +0100
+++ cciss-vol-status-1.09/debian/patches/device_ids	2012-08-24 12:59:48.000000000 +0200
@@ -0,0 +1,44 @@
+Description: Add P71Xm and Gen8 hardware IDs
+Author: Christian Hofstaedtler <christian@hofstaedtler.name>
+Forwarded: no
+Last-Update: 2012-07-04
+
+Based on a patch by Dean Hamstead. Further device IDs extracted
+from FreeBSD commit r230588. Device IDs confirmed by Mike Miller.
+
+Index: cciss-vol-status/cciss_vol_status.c
+===================================================================
+--- cciss-vol-status.orig/cciss_vol_status.c	2012-07-04 22:58:01.419398220 +0200
++++ cciss-vol-status/cciss_vol_status.c	2012-07-04 23:20:21.850109199 +0200
+@@ -131,6 +131,15 @@
+ 	{ 0x3245103C, "Smart Array P410i",	0, 1},
+ 	{ 0x3247103C, "Smart Array P411",	0, 1},
+ 	{ 0x3249103C, "Smart Array P812",	0, 1},
++	{ 0x324A103C, "Smart Array P712m",	0, 1},
++	{ 0x324B103C, "Smart Array P711m",	0, 1},
++	{ 0x3350103C, "Smart Array P222",	0, 1},
++	{ 0x3351103C, "Smart Array P420",	0, 1},
++	{ 0x3352103C, "Smart Array P421",	0, 1},
++	{ 0x3353103C, "Smart Array P822",	0, 1},
++	{ 0x3354103C, "Smart Array P420i",	0, 1},
++	{ 0x3355103C, "Smart Array P220i",	0, 1},
++	{ 0x3356103C, "Smart Array P721m",	0, 1},
+ 	{ 0xe0110e11, "HP MSA500",		1, 0}, /* aka Smart Array CL */
+ 	{ 0xe0200e11, "HP MSA500 G2",		1, 0},
+ 	{ 0xe0300e11, "HP MSA20",		1, 0},
+@@ -1217,6 +1226,15 @@
+ 		"HP      P410i",
+ 		"HP      P411",
+ 		"HP      P812",
++		"HP      P712m",
++		"HP      P711m",
++		"HP      P222",
++		"HP      P420",
++		"HP      P421",
++		"HP      P822",
++		"HP      P420i",
++		"HP      P220i",
++		"HP      P721m",
+ 		NULL,
+ };
+ 
diff -Nru cciss-vol-status-1.09/debian/patches/series cciss-vol-status-1.09/debian/patches/series
--- cciss-vol-status-1.09/debian/patches/series	2011-08-29 01:47:50.000000000 +0200
+++ cciss-vol-status-1.09/debian/patches/series	2012-08-24 12:59:48.000000000 +0200
@@ -1,2 +1,3 @@
 fix-manpage
 allow_short_persnickety_option
+device_ids

Attachment: signature.asc
Description: Digital signature


Reply to: