tags 514671 + patch
tags 514671 + pending
tags 585352 + patch
tags 585352 + pending
thanks

Dear maintainer,

I've prepared an NMU for rootstrap (versioned as 0.3.24-6.1) and uploaded it to DELAYED/10. Please feel free to tell me if I should delay it longer.

--
Jakub Wilk
diffstat for rootstrap_0.3.24-6 rootstrap_0.3.24-6.1

 builder                           |    6 +++---
 rootstrap-0.3.24/debian/changelog |   11 +++++++++++
 rootstrap-0.3.24/debian/control   |    2 +-
 3 files changed, 15 insertions(+), 4 deletions(-)

diff -u rootstrap-0.3.24/debian/control rootstrap-0.3.24/debian/control
--- rootstrap-0.3.24/debian/control
+++ rootstrap-0.3.24/debian/control
@@ -2,7 +2,7 @@
 Section: utils
 Priority: optional
 Maintainer: User Mode Linux Maintainers <[email protected]>
-Uploaders: Mattia Dongili <[email protected]>, Stefano Melchior <[email protected]>
+Uploaders: Mattia Dongili <[email protected]>
 Build-Depends: debhelper (>> 5.0.0), docbook-to-man
 Standards-Version: 3.7.3
 
diff -u rootstrap-0.3.24/debian/changelog rootstrap-0.3.24/debian/changelog
--- rootstrap-0.3.24/debian/changelog
+++ rootstrap-0.3.24/debian/changelog
@@ -1,3 +1,14 @@
+rootstrap (0.3.24-6.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Don't use string exceptions (closes: #585352); they were removed in Python
+    2.6. Thanks to Sandro Tosi for the bug report and to Riccardo Murri for
+    the patch.
+  * Remove Stefano Melchior from Uploaders (closes: #514671). Thanks to Sandro
+    Tosi for the bug report.
+
+ -- Jakub Wilk <[email protected]>  Tue, 17 Jan 2012 18:29:05 +0100
+
 rootstrap (0.3.24-6) unstable; urgency=high
 
   * use the stable release in the default rootstrap.conf
only in patch2:
unchanged:
--- rootstrap-0.3.24.orig/builder
+++ rootstrap-0.3.24/builder
@@ -67,11 +67,11 @@
 			elif debug_exit == 2:
 			    return
 
-		    raise "rootstrap: Module '%s' failed, status %d: %s" % \
-				(module,status,os.strerror(status))
+		    raise RuntimeError("rootstrap: Module '%s' failed, status %d: %s" % \
+				(module,status,os.strerror(status)))
 		return
 
-    raise "rootstrap: unknown module: %s\n" % module
+    raise RuntimeError("rootstrap: unknown module: %s\n" % module)
         
 config = ConfigParser.ConfigParser()
 config.optionxform = str # case sensitive

Reply via email to