Your message dated Fri, 24 Aug 2012 17:42:30 +0100
with message-id <[email protected]>
and subject line Re: Bug#683344: unblock: cciss-vol-status/1.09-3
has caused the Debian Bug report #683344,
regarding unblock: cciss-vol-status/1.09-3
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
683344: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=683344
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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

--- End Message ---
--- Begin Message ---
On Fri, 2012-08-24 at 14:28 +0200, Julien Cristau wrote:
> On Fri, Aug 24, 2012 at 13:24:47 +0200, Christian Hofstaedtler wrote:
> 
> > * Niels Thykier <[email protected]> [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?
> > 
> Looks good to me, thanks.

Approved; thanks.

Regards,

Adam

--- End Message ---

Reply via email to