Control: tags -1 + pending On Sat, 2015-11-21 at 17:47 +0100, Julien Cristau wrote: > Control: tag -1 confirmed > > On Sat, Nov 7, 2015 at 22:57:06 +0100, Philipp Kern wrote: > > > Package: release.debian.org > > Severity: normal > > Tags: jessie > > User: release.debian....@packages.debian.org > > Usertags: pu > > > > I'd like to update s390-dasd 0.0.32 from stretch to sid, as > > 0.0.32~deb8u1. The debdiff is attached. It fixes installation of Debian > > within KVM on System z and within full-system emulation using qemu. > > > > The critical hunk is this: > > > > @@ -233,7 +235,8 @@ > > return get_channel_input (); > > else if (di_tree_size (channels) > 0) > > return get_channel_select (); > > - return WANT_ERROR; > > + di_info("s390-dasd: no channel found"); > > + return WANT_FINISH; > > } > > > > This lets s390-dasd exit cleanly if no DASD disks are found. Within qemu > > virtio is used to provide disks, which is totally different from what > > traditionally used to happen on the mainframe. > > > > The remaining changes are .po updates, mainly in the comments, and > > the logging of the various error conditions s390-dasd emits. Without > > the logging you cannot deduce why it exited with a failure. > > > > I'm also happy to skip the .po changes if needed, but it seemed cleaner > > to just backport stretch's current version. > > > Seems ok to me.
Uploaded and flagged for acceptance. Regards, Adam