tags 597923 + patch
tags 597923 + pending
thanks

Excuse me while I go look for a brown paper bag.

Cheers,
Julien
diff -u rubber-1.1/src/util.py rubber-1.1/src/util.py
--- rubber-1.1/src/util.py
+++ rubber-1.1/src/util.py
@@ -19,7 +19,7 @@
 	"""
 	Compute the MD5 sum of a given file.
 	"""
-	m = md5.new()
+	m = md5()
 	file = open(fname)
 	for line in file.readlines():
 		m.update(line)
diff -u rubber-1.1/debian/changelog rubber-1.1/debian/changelog
--- rubber-1.1/debian/changelog
+++ rubber-1.1/debian/changelog
@@ -1,3 +1,11 @@
+rubber (1.1-2.4) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix the botched previous upload (closes: #597923).  Thanks, Stuart
+    Prescott!
+
+ -- Julien Cristau <jcris...@debian.org>  Fri, 24 Sep 2010 12:10:18 +0200
+
 rubber (1.1-2.3) unstable; urgency=low
 
   * Non-maintainer upload.

Attachment: signature.asc
Description: Digital signature

Reply via email to