[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#693867: marked as done (unblock: pycountry/0.14.1+ds1-3)



Your message dated Wed, 21 Nov 2012 08:38:31 +0000
with message-id <e9e7ef4193ee81351cffa46774a3863a@mail.adsl.funky-badger.org>
and subject line Re: Bug#693867: unblock: pycountry/0.14.1+ds1-3
has caused the Debian Bug report #693867,
regarding unblock: pycountry/0.14.1+ds1-3
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
693867: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=693867
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@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 <dapal@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 <jflesch@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


--- End Message ---
--- Begin Message ---
On 21.11.2012 08:05, David Paleino wrote:
please unblock package pycountry from sid. Latest upload fixes RC bug
#693739.

$ hint grep pycountry
==> adsb
  # 20121120
  unblock pycountry/0.14.1+ds1-3

:-)

Regards,

Adam

--- End Message ---

Reply to: