[Python-modules-commits] r13894 - in packages/python-django-rosetta/trunk/debian (2 files)
svedrin-guest at users.alioth.debian.org
svedrin-guest at users.alioth.debian.org
Sun Jul 11 09:11:44 UTC 2010
Date: Sunday, July 11, 2010 @ 09:11:37
Author: svedrin-guest
Revision: 13894
Update patches/01-import.diff with new line numbers and surrounding code.
Modified:
packages/python-django-rosetta/trunk/debian/changelog
packages/python-django-rosetta/trunk/debian/patches/01-import.patch
Modified: packages/python-django-rosetta/trunk/debian/changelog
===================================================================
--- packages/python-django-rosetta/trunk/debian/changelog 2010-07-11 09:09:06 UTC (rev 13893)
+++ packages/python-django-rosetta/trunk/debian/changelog 2010-07-11 09:11:37 UTC (rev 13894)
@@ -2,8 +2,9 @@
* New upstream release.
* Bump Standards Version to 3.9.0.
+ * Update patches/01-import.diff with new line numbers and surrounding code.
- -- Michael Ziegler <diese-addy at funzt-halt.net> Sun, 11 Jul 2010 10:55:27 +0200
+ -- Michael Ziegler <diese-addy at funzt-halt.net> Sun, 11 Jul 2010 11:11:39 +0200
python-django-rosetta (0.5.5-1) unstable; urgency=low
Modified: packages/python-django-rosetta/trunk/debian/patches/01-import.patch
===================================================================
--- packages/python-django-rosetta/trunk/debian/patches/01-import.patch 2010-07-11 09:09:06 UTC (rev 13893)
+++ packages/python-django-rosetta/trunk/debian/patches/01-import.patch 2010-07-11 09:11:37 UTC (rev 13894)
@@ -3,10 +3,10 @@
Forwarded: not-needed
Author: Michael Ziegler <diese-addy at funzt-halt.net>
-Index: python-django-rosetta-0.5.1/rosetta/views.py
+Index: python-django-rosetta-0.5.6/rosetta/views.py
===================================================================
---- python-django-rosetta-0.5.1.orig/rosetta/views.py 2010-01-11 16:38:42.000000000 +0100
-+++ python-django-rosetta-0.5.1/rosetta/views.py 2010-01-11 16:38:47.000000000 +0100
+--- python-django-rosetta-0.5.6.orig/rosetta/views.py 2010-07-04 11:45:55.000000000 +0200
++++ python-django-rosetta-0.5.6/rosetta/views.py 2010-07-11 11:10:43.665926004 +0200
@@ -7,7 +7,7 @@
from django.utils.encoding import smart_unicode, force_unicode, iri_to_uri
from django.utils.translation import ugettext_lazy as _
@@ -15,4 +15,4 @@
+from polib import pofile
from rosetta.poutil import find_pos, pagination_range
from rosetta.conf import settings as rosetta_settings
- import re, os, rosetta, datetime, unicodedata
+ import re, os, rosetta, datetime, unicodedata, hashlib
More information about the Python-modules-commits
mailing list