Hello,

I've applied the changes from the proposed NMU to the Ubuntu package of
gnue-common. I needed also a small patch to setupext/install_data.py to
make python 2.5 happy (it complained about non-ascii chars inside the
file). I applied the patch inline as otherwise the patch gets de-applied
before this file is used in the clean target.

Michael

--- setupext/install_data.py.orig       2007-12-05 11:57:57.000000000 +0100
+++ setupext/install_data.py    2007-12-05 11:58:26.000000000 +0100
@@ -1,3 +1,5 @@
+# -*- coding: UTF-8 -*-
+
 """install_data.py
 
 Provides a more sophisticated facility to install data files



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to