Package: release.debian.org
Severity: normal
User: release.debian....@packages.debian.org
Usertags: unblock

Dear RT,

please unblock package pycountry from sid. Latest upload fixes RC bug #693739.
Attaching the diff.

  unblock pycountry/0.14.1+ds1-3

Thanks for your hard work!
David

-- 
 . ''`.   Debian developer | http://wiki.debian.org/DavidPaleino
 : :'  : Linuxer #334216 --|-- http://www.hanskalabs.net/
 `. `'`  GPG: 1392B174 ----|---- http://deb.li/dapal
   `-   2BAB C625 4E66 E7B8 450A C3E1 E6AA 9017 1392 B174
diff --git a/debian/changelog b/debian/changelog
index 9bb8816..4608183 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+pycountry (0.14.1+ds1-3) unstable; urgency=low
+
+  * Support "common_name" attribute for languages, thanks to
+    Jerome Flesch (Closes: #693739).
+
+ -- David Paleino <da...@debian.org>  Tue, 20 Nov 2012 19:14:08 +0100
+
 pycountry (0.14.1+ds1-2) unstable; urgency=low
 
   * Oops, install README.txt in the appropriate place (Closes: #644348)
diff --git a/debian/patches/02-support_language_common-name.patch b/debian/patches/02-support_language_common-name.patch
new file mode 100644
index 0000000..3933c9a
--- /dev/null
+++ b/debian/patches/02-support_language_common-name.patch
@@ -0,0 +1,20 @@
+From: Jerome Flesch <jfle...@gmail.com>
+Subject: support "common_name" attribute for languages
+Origin: vendor, http://bugs.debian.org/693739
+Bug-Debian: http://bugs.debian.org/693739
+Forwarded: no
+
+---
+ src/pycountry/__init__.py |    1 +
+ 1 file changed, 1 insertion(+)
+
+--- pycountry.orig/src/pycountry/__init__.py
++++ pycountry/src/pycountry/__init__.py
+@@ -52,6 +52,7 @@ class Languages(pycountry.db.Database):
+     field_map = dict(iso_639_2B_code='bibliographic',
+                      iso_639_2T_code='terminology',
+                      iso_639_1_code='alpha2',
++                     common_name='common_name',
+                      name='name')
+     data_class_name = 'Language'
+     xml_tag = 'iso_639_entry'
diff --git a/debian/patches/series b/debian/patches/series
index 625a4ca..c9ffadd 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 00-use_system_iso-codes.patch
 01-prevent_logger_warning.patch
+02-support_language_common-name.patch

Attachment: signature.asc
Description: PGP signature

Reply via email to