Package: release.debian.org Severity: normal User: [email protected] Usertags: unblock
Please unblock package cciss-vol-status The version in sid adds new hardware support (and closes #680310 for this), which I was only made aware of after the freeze. (The build process now also uses dpkg-buildflags.) unblock cciss-vol-status/1.09-3 Thank you, -ch
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-07-24 23:44:09.000000000 +0200 @@ -1,3 +1,11 @@ +cciss-vol-status (1.09-3) unstable; urgency=low + + * Add new hardware IDs for HP G8 servers. (Closes: #680310) + * Bump Standards-Version to 3.9.3. + * Build with debhelper 9, to import dpkg buildflags. + + -- Christian Hofstaedtler <[email protected]> Tue, 24 Jul 2012 23:22:06 +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/compat cciss-vol-status-1.09/debian/compat --- cciss-vol-status-1.09/debian/compat 2011-08-29 01:06:37.000000000 +0200 +++ cciss-vol-status-1.09/debian/compat 2012-07-24 23:28:07.000000000 +0200 @@ -1 +1 @@ -8 +9 diff -Nru cciss-vol-status-1.09/debian/control cciss-vol-status-1.09/debian/control --- cciss-vol-status-1.09/debian/control 2011-08-29 01:19:00.000000000 +0200 +++ cciss-vol-status-1.09/debian/control 2012-07-24 23:28:07.000000000 +0200 @@ -2,9 +2,9 @@ Section: admin Priority: extra Maintainer: Christian Hofstaedtler <[email protected]> -Build-Depends: debhelper (>= 8), autotools-dev, autoconf, automake1.11 +Build-Depends: debhelper (>= 9), autotools-dev, autoconf, automake1.11 Build-Conflicts: autoconf2.13, automake1.4 -Standards-Version: 3.9.2 +Standards-Version: 3.9.3 Homepage: http://cciss.sourceforge.net/ Vcs-Browser: http://github.com/zeha/cciss-vol-status/ Vcs-Git: git://github.com/zeha/cciss-vol-status.git 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-07-24 23:21:23.000000000 +0200 @@ -0,0 +1,44 @@ +Description: Add P71Xm and Gen8 hardware IDs +Author: Christian Hofstaedtler <[email protected]> +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-07-04 22:58:36.000000000 +0200 @@ -1,2 +1,3 @@ fix-manpage allow_short_persnickety_option +device_ids

