[Python-modules-commits] r2347 - in
/packages/python-dns/trunk/debian: changelog patches/02utf-8.patch
kitterma-guest at users.alioth.debian.org
kitterma-guest at users.alioth.debian.org
Sat May 12 14:26:03 UTC 2007
Author: kitterma-guest
Date: Sat May 12 14:26:03 2007
New Revision: 2347
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2347
Log:
Add __init__.py to utf-8 patch.
Modified:
packages/python-dns/trunk/debian/changelog
packages/python-dns/trunk/debian/patches/02utf-8.patch
Modified: packages/python-dns/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/python-dns/trunk/debian/changelog?rev=2347&op=diff
==============================================================================
--- packages/python-dns/trunk/debian/changelog (original)
+++ packages/python-dns/trunk/debian/changelog Sat May 12 14:26:03 2007
@@ -1,3 +1,9 @@
+python-dns (2.3.0-7) unstable; urgency=low
+
+ * Add DNS/__init__.py to 02utf-8 patch
+
+ -- Scott Kitterman <scott at kitterman.com> Sat, 12 May 2007 10:24:03 -0400
+
python-dns (2.3.0-6) unstable; urgency=low
* New maintainer
Modified: packages/python-dns/trunk/debian/patches/02utf-8.patch
URL: http://svn.debian.org/wsvn/python-modules/packages/python-dns/trunk/debian/patches/02utf-8.patch?rev=2347&op=diff
==============================================================================
--- packages/python-dns/trunk/debian/patches/02utf-8.patch (original)
+++ packages/python-dns/trunk/debian/patches/02utf-8.patch Sat May 12 14:26:03 2007
@@ -1,3 +1,12 @@
+diff -Nur python-dns-2.3.0/DNS/__init__.py python-dns-2.3.0.new/DNS/__init__.py
+--- python-dns-2.3.0/DNS/__init__.py 2002-05-06 02:17:49.000000000 -0400
++++ python-dns-2.3.0.new/DNS/__init__.py 2007-05-12 10:22:05.000000000 -0400
+@@ -1,4 +1,5 @@
+ # $Id: __init__.py,v 1.8 2002/05/06 06:17:49 anthonybaxter Exp $
++# -*- encoding: utf-8 -*-
+ #
+ # This file is part of the pydns project.
+ # Homepage: http://pydns.sourceforge.net
diff -Nur python-dns-2.3.0/DNS/Lib.py python-dns-2.3.0.new/DNS/Lib.py
--- python-dns-2.3.0/DNS/Lib.py 2002-04-05 08:15:16.000000000 -0500
+++ python-dns-2.3.0.new/DNS/Lib.py 2007-05-11 16:50:54.000000000 -0400
More information about the Python-modules-commits
mailing list