tags 591533 + pending
thanks

Hi,

I've prepared an NMU for rubber (versioned as 1.1-2.3) and will be
uploading it shortly.  Please find the diff attached.

Cheers,
Julien
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.3) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix annoying DeprecationWarning from python 2.6, use hashlib for md5
+    (closes: #591533).
+
+ -- Julien Cristau <jcris...@debian.org>  Thu, 23 Sep 2010 14:21:53 +0200
+
 rubber (1.1-2.2) unstable; urgency=medium
 
   * Non-maintainer upload.
only in patch2:
unchanged:
--- rubber-1.1.orig/src/util.py
+++ rubber-1.1/src/util.py
@@ -5,7 +5,7 @@
 by the modules for various tasks.
 """
 
-import md5
+from hashlib import md5
 import os, stat, time
 import imp
 import re, string

Attachment: signature.asc
Description: Digital signature

Reply via email to