Your message dated Wed, 4 Mar 2015 21:10:43 +0100
with message-id <[email protected]>
and subject line Re: Bug#779209: unblock: grml2usb/0.14.10.1
has caused the Debian Bug report #779209,
regarding unblock: grml2usb/0.14.10.1
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.)


-- 
779209: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=779209
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock

I'm hereby asking for pre-approval of grml2usb/0.14.10.1.

It's fixing RC bug #779193 and includes a fix related to #751724
which also affects grml2usb's grml2iso script.

debdiff of grml2usb 0.14.10 as in Debian/jessie against what I'd
like to upload towards Debian/unstable is at the end of my mail.

Please let me know if I can upload this to Debian/unstable to get it
towards jessie.

Thanks for consideration,
regards,
-mika-

diff -Nru grml2usb-0.14.10/debian/changelog grml2usb-0.14.10.1/debian/changelog
--- grml2usb-0.14.10/debian/changelog   2014-10-13 10:52:31.000000000 +0200
+++ grml2usb-0.14.10.1/debian/changelog 2015-02-25 14:29:57.000000000 +0100
@@ -1,3 +1,12 @@
+grml2usb (0.14.10.1) unstable; urgency=medium
+
+  * [bfe149a] Sync filesystems before returning from MBR installation
+    (Closes: #779193)
+  * [83944f2] Add syslinux-utils to Recommends + adjust error message for
+    isohybrid (related to #751724)
+
+ -- Michael Prokop <[email protected]>  Wed, 25 Feb 2015 14:27:19 +0100
+
 grml2usb (0.14.10) unstable; urgency=medium
 
   [ Michael Prokop ]
diff -Nru grml2usb-0.14.10/debian/control grml2usb-0.14.10.1/debian/control
--- grml2usb-0.14.10/debian/control     2014-10-07 08:42:47.000000000 +0200
+++ grml2usb-0.14.10.1/debian/control   2015-02-25 14:27:10.000000000 +0100
@@ -26,6 +26,7 @@
          ${misc:Depends},
          ${shlibs:Depends}
 Recommends: syslinux,
+            syslinux-utils,
             xorriso | genisoimage
 Description: install Grml system / ISO to usb device
  This script installs a Grml ISO to an USB device to be able
diff -Nru grml2usb-0.14.10/grml2iso grml2usb-0.14.10.1/grml2iso
--- grml2usb-0.14.10/grml2iso   2014-02-07 18:36:22.000000000 +0100
+++ grml2usb-0.14.10.1/grml2iso 2015-02-25 14:27:10.000000000 +0100
@@ -37,7 +37,7 @@
 fi
 
 if ! which isohybrid >/dev/null 2>&1 ; then
-  echo "Error: isohybrid executable not found (install syslinux/isolinux?)." 
>&2
+  echo "Error: isohybrid executable not found (install 
syslinux/isolinux/syslinux-utils?)." >&2
   exit 1
 fi
 # }}}
diff -Nru grml2usb-0.14.10/grml2usb grml2usb-0.14.10.1/grml2usb
--- grml2usb-0.14.10/grml2usb   2014-10-13 10:52:18.000000000 +0200
+++ grml2usb-0.14.10.1/grml2usb 2015-02-25 14:27:05.000000000 +0100
@@ -643,6 +643,10 @@
         raise Exception("error executing dd (third run)")
     del tmpf
 
+    # make sure we sync filesystems before returning
+    proc = subprocess.Popen(["sync"])
+    proc.wait()
+
 
 def is_writeable(device):
     """Check if the device is writeable for the current user

--- End Message ---
--- Begin Message ---
Hi,

On Wed, Mar 04, 2015 at 11:16:44AM +0100, Michael Prokop wrote:
> > Please go ahead and remove the moreinfo tag from this bug once the upload is
> > in unstable.
> 
> Thanks, done and available in unstable now.

Unblocked.

Cheers,

Ivo

--- End Message ---

Reply via email to