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

Bug#772482: marked as done (unblock: dmraid/1.0.0.rc16-7)



Your message dated Sun, 12 Apr 2015 14:42:14 +0200
with message-id <20150412124214.GQ16466@betterave.cristau.org>
and subject line Re: Bug#772482: unblock: dmraid/1.0.0.rc16-6
has caused the Debian Bug report #772482,
regarding unblock: dmraid/1.0.0.rc16-7
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 owner@bugs.debian.org
immediately.)


-- 
772482: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=772482
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Hi Release Team,

dmraid was orphaned and as at some places I still need it, I've adopted
it. Corrected some spelling mistakes. Please consider its acceptance.
Debdiff is attached.

Thanks,
Laszlo/GCS

unblock dmraid/1.0.0.rc16-6
diff -u dmraid-1.0.0.rc16/debian/changelog dmraid-1.0.0.rc16/debian/changelog
--- dmraid-1.0.0.rc16/debian/changelog
+++ dmraid-1.0.0.rc16/debian/changelog
@@ -1,3 +1,12 @@
+dmraid (1.0.0.rc16-6) unstable; urgency=low
+
+  * New maintainer (closes: #613706). 
+
+  [ Simon Ward <simon@bleah.co.uk> ]
+  * Fix manpage typos (closes: #525252).
+
+ -- Laszlo Boszormenyi (GCS) <gcs@debian.org>  Thu, 04 Dec 2014 20:44:01 +0000
+
 dmraid (1.0.0.rc16-5) unstable; urgency=low
 
   * QA upload.
diff -u dmraid-1.0.0.rc16/debian/control dmraid-1.0.0.rc16/debian/control
--- dmraid-1.0.0.rc16/debian/control
+++ dmraid-1.0.0.rc16/debian/control
@@ -1,7 +1,7 @@
 Source: dmraid
 Section: admin
 Priority: optional
-Maintainer: Debian QA Group <packages@qa.debian.org>
+Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
 Standards-Version: 3.9.5
 Build-Depends: debhelper (>= 9), libdevmapper-dev, libklibc-dev, libselinux1-dev, quilt (>= 0.40), autotools-dev
 Vcs-git: git://git.debian.org/git/users/derevko-guest/dmraid.git
diff -u dmraid-1.0.0.rc16/debian/patches/series dmraid-1.0.0.rc16/debian/patches/series
--- dmraid-1.0.0.rc16/debian/patches/series
+++ dmraid-1.0.0.rc16/debian/patches/series
@@ -12,0 +13 @@
+21_fix_man_page_typos.patch
only in patch2:
unchanged:
--- dmraid-1.0.0.rc16.orig/debian/patches/21_fix_man_page_typos.patch
+++ dmraid-1.0.0.rc16/debian/patches/21_fix_man_page_typos.patch
@@ -0,0 +1,48 @@
+diff -Nur dmraid.orig/1.0.0.rc16/man/dmraid.8 dmraid/1.0.0.rc16/man/dmraid.8
+--- dmraid.orig/1.0.0.rc16/man/dmraid.8	2014-12-04 21:19:56.475626165 +0000
++++ dmraid/1.0.0.rc16/man/dmraid.8	2014-12-04 21:22:12.843459188 +0000
+@@ -115,7 +115,7 @@
+ .B -Z
+ will make dmraid tell the kernel to remove the partitions from the disks
+ underlying the set, ie if sda is part of the set, remove sda1, sda2, etc.
+-This prevents applications from directly accessiong the disks bypassing dmraid.
++This prevents applications from directly accessing the disks bypassing dmraid.
+ RAID set names given on command line don't need to be fully specified
+ (eg, "dmraid \-ay sil" would activate all discovered Silicon Image Medley
+ RAID sets).
+@@ -135,7 +135,7 @@
+ 
+ .TP
+ .I [\-d|--debug]...
+-Enable debugging output. Opion can be given multiple times
++Enable debugging output. Option can be given multiple times
+ increasing the debug output level.
+ 
+ .TP
+@@ -165,7 +165,7 @@
+ .B -l
+ for a list of supported format handler names. This is useful to
+ select particular formats in case multiple metadata signatures are found
+-on a device. A comma seperated list of format names can be specified which 
++on a device. A comma separated list of format names can be specified which 
+ may not contain white space.
+ 
+ .TP
+@@ -183,7 +183,7 @@
+ descriptions. Supported RAID levels are listed in parenthesis:
+ .br
+ 
+-S: Span (concatination)
++S: Span (concatenation)
+ .br
+ 0: RAID0 (stripe)
+ .br
+@@ -373,7 +373,7 @@
+ 
+ .TP
+ .I [-v|--verbose]...
+-Enable verbose runtime information output. Opion can be given multiple times
++Enable verbose runtime information output. Option can be given multiple times
+ increasing the verbosity level.
+ 
+ .SH EXAMPLES

Attachment: signature.asc
Description: This is a digitally signed message part


--- End Message ---
--- Begin Message ---
On Sat, Apr 11, 2015 at 21:01:50 +0200, László Böszörményi wrote:

> Hi Ivo,
> 
> On Sun, Dec 7, 2014 at 10:20 PM, Ivo De Decker <ivodd@debian.org> wrote:
> > We don't unblock packages for maintainer changes (they're fine if included
> > with other changes). The typo fix is minor, and I probably would have accepted
> > it, if the package didn't need an unblock-udeb. But this change really doesn't
> > warrant the overhead of asking for a d-i unblock. Sorry.
> >
> > If another update would be needed for dmraid later in the freeze, feel free to
> > include these changes.
>  I've synced with Ubuntu a while back, which is to move away from the
> (not anymore existent) dm-raid45 kernel module[1]. This would save
> error messages when dealing with RAID5 arrays. Tested in Ubuntu (LTS
> releases as well).
> Debdiff is attached.
> 
> Regards,
> Laszlo/GCS
> 
> unblock dmraid/1.0.0.rc16-7
> 
> [1] http://bugs.debian.org/745697

Sorry, normal bugs don't qualify for freeze exceptions at this point.

Cheers,
Julien

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply to: