[DRE-commits] [ruby-gettext] 01/04: Merge tag 'debian/3.0.2-2' into wheezy-backports
Jérémy Bobbio
lunar at moszumanska.debian.org
Tue Dec 17 16:01:39 UTC 2013
This is an automated email from the git hooks/post-receive script.
lunar pushed a commit to branch wheezy-backports
in repository ruby-gettext.
commit a629ac2462cc16c0ba685390b6a250f8c3ceea8a
Merge: 42a861d 4d4205e
Author: Jérémy Bobbio <lunar at debian.org>
Date: Tue Dec 17 16:35:43 2013 +0100
Merge tag 'debian/3.0.2-2' into wheezy-backports
Format: 1.8
Date: Sat, 19 Oct 2013 14:58:05 +0200
Source: ruby-gettext
Binary: ruby-gettext
Architecture: source all
Version: 3.0.2-2
Distribution: unstable
Urgency: low
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
Changed-By: Jérémy Bobbio <lunar at debian.org>
Description:
ruby-gettext - gettext for Ruby
Closes: 726797
Changes:
ruby-gettext (3.0.2-2) unstable; urgency=low
.
[ Jérémy Bobbio ]
* Team upload.
* Add a patch to fix rxgettext. (Closes: #726797)
.
[ Hleb Valoshka ]
* Remove no more required lintian-overrides.
* Fix manpage.
Checksums-Sha1:
3253b3b32a37dfb744945d6b7be0377d00ac32f1 1252 ruby-gettext_3.0.2-2.dsc
378e6c167b777862f5c0827fcc3c739fad170c2a 15617 ruby-gettext_3.0.2-2.debian.tar.gz
bbb5de5ced37df1d8e0f0a2218d2f9b0d7018de2 116476 ruby-gettext_3.0.2-2_all.deb
Checksums-Sha256:
097e0e2841a268190f4ce361145313fc8392055c41225c6705335529a7beeaaa 1252 ruby-gettext_3.0.2-2.dsc
4d21613728aaca78af290204a4fb0300435c23496051301380bd2333bc28d825 15617 ruby-gettext_3.0.2-2.debian.tar.gz
54d565011e1d1dceeaab1a273190bf7bd74bd7e63345ec345c073ec5caf146fa 116476 ruby-gettext_3.0.2-2_all.deb
Files:
565060a4a4426a008b24793db92c261a 1252 ruby optional ruby-gettext_3.0.2-2.dsc
36a90157b63d7cd0b0f1a1a61247f7de 15617 ruby optional ruby-gettext_3.0.2-2.debian.tar.gz
d0017c9530636afb810f1c3930f6cf4b 116476 ruby optional ruby-gettext_3.0.2-2_all.deb
.yardopts | 1 +
README.rdoc | 51 +-
Rakefile | 73 +-
debian/changelog | 51 ++
debian/control | 13 +-
debian/copyright | 103 +--
...ndle-a-closed-stdin-when-prompting-in-msg.patch | 21 +
.../0003-Do-not-use-Bundler-in-Rakefile.patch | 8 +-
.../patches/0004-Use-system-racc-in-Rakefile.patch | 12 +-
.../0005-Restore-compatibility-with-Ruby-1.8.patch | 555 +++++++++++++
...-require-in-lib-gettext-tools-xgettext.rb.patch | 24 +
debian/patches/series | 3 +
debian/ruby-gettext.examples | 1 +
debian/rules | 8 +
debian/rxgettext.1 | 4 +-
debian/source/lintian-overrides | 2 -
doc/text/news.md | 101 +++
gettext.gemspec | 2 +-
lib/gettext.rb | 42 +-
lib/gettext/cgi.rb | 2 +-
lib/gettext/{runtime => }/class_info.rb | 2 +-
lib/gettext/core_ext/iconv.rb | 110 ---
lib/gettext/core_ext/string.rb | 91 ---
lib/gettext/{runtime => }/locale_path.rb | 3 +-
lib/gettext/{runtime => }/mo.rb | 51 +-
lib/gettext/parser/erb.rb | 5 -
lib/gettext/parser/glade.rb | 5 -
lib/gettext/parser/ruby.rb | 172 ----
lib/gettext/{tools => }/po.rb | 44 +-
lib/gettext/po_entry.rb | 395 +++++++++
lib/gettext/{runtime/mofile.rb => po_format.rb} | 14 +-
lib/gettext/{tools/poparser.rb => po_parser.rb} | 135 ++--
lib/gettext/runtime/textdomain_group.rb | 26 -
lib/gettext/task.rb | 203 -----
.../{runtime/textdomain.rb => text_domain.rb} | 32 +-
lib/gettext/text_domain_group.rb | 26 +
...extdomain_manager.rb => text_domain_manager.rb} | 80 +-
lib/gettext/tools.rb | 183 +----
lib/gettext/tools/msgfmt.rb | 2 +-
lib/gettext/tools/msginit.rb | 22 +-
lib/gettext/tools/msgmerge.rb | 413 +++-------
lib/gettext/tools/parser/erb.rb | 79 +-
lib/gettext/tools/parser/glade.rb | 80 +-
lib/gettext/tools/parser/ruby.rb | 163 +++-
lib/gettext/tools/po_entry.rb | 378 ---------
lib/gettext/tools/task.rb | 444 ++++++++++
lib/gettext/tools/xgettext.rb | 250 +++---
lib/gettext/utils.rb | 39 -
lib/gettext/version.rb | 2 +-
locale/bg/LC_MESSAGES/gettext.mo | Bin 0 -> 3338 bytes
locale/bs/LC_MESSAGES/gettext.mo | Bin 0 -> 2515 bytes
locale/ca/LC_MESSAGES/gettext.mo | Bin 0 -> 2852 bytes
locale/cs/LC_MESSAGES/gettext.mo | Bin 0 -> 2443 bytes
locale/de/LC_MESSAGES/gettext.mo | Bin 0 -> 1551 bytes
locale/el/LC_MESSAGES/gettext.mo | Bin 0 -> 1632 bytes
locale/eo/LC_MESSAGES/gettext.mo | Bin 0 -> 1399 bytes
locale/es/LC_MESSAGES/gettext.mo | Bin 0 -> 1504 bytes
locale/et/LC_MESSAGES/gettext.mo | Bin 0 -> 1406 bytes
locale/fr/LC_MESSAGES/gettext.mo | Bin 0 -> 1509 bytes
locale/hr/LC_MESSAGES/gettext.mo | Bin 0 -> 1579 bytes
locale/hu/LC_MESSAGES/gettext.mo | Bin 0 -> 1511 bytes
locale/it/LC_MESSAGES/gettext.mo | Bin 0 -> 1402 bytes
locale/ja/LC_MESSAGES/gettext.mo | Bin 0 -> 5558 bytes
locale/ko/LC_MESSAGES/gettext.mo | Bin 0 -> 1594 bytes
locale/lv/LC_MESSAGES/gettext.mo | Bin 0 -> 1498 bytes
locale/nb/LC_MESSAGES/gettext.mo | Bin 0 -> 1489 bytes
locale/nl/LC_MESSAGES/gettext.mo | Bin 0 -> 1479 bytes
locale/pt_BR/LC_MESSAGES/gettext.mo | Bin 0 -> 1518 bytes
locale/ru/LC_MESSAGES/gettext.mo | Bin 0 -> 1889 bytes
locale/sr/LC_MESSAGES/gettext.mo | Bin 0 -> 1731 bytes
locale/sv/LC_MESSAGES/gettext.mo | Bin 0 -> 870 bytes
locale/uk/LC_MESSAGES/gettext.mo | Bin 0 -> 1915 bytes
locale/vi/LC_MESSAGES/gettext.mo | Bin 0 -> 1535 bytes
locale/zh/LC_MESSAGES/gettext.mo | Bin 0 -> 1438 bytes
locale/zh_TW/LC_MESSAGES/gettext.mo | Bin 0 -> 1439 bytes
metadata.yml | 465 ++++++++++-
po/bg/gettext.po | 654 ++++++++-------
po/bs/gettext.po | 699 ++++++++--------
po/ca/gettext.po | 657 ++++++++-------
po/cs/gettext.po | 684 ++++++++--------
po/de/gettext.po | 662 ++++++++-------
po/el/gettext.po | 654 ++++++++-------
po/eo/gettext.po | 648 ++++++++-------
po/es/gettext.po | 653 ++++++++-------
po/et/gettext.po | 648 ++++++++-------
po/fr/gettext.po | 659 ++++++++-------
po/gettext.pot | 893 ++++++++++++---------
po/hr/gettext.po | 679 +++++++++-------
po/hu/gettext.po | 652 ++++++++-------
po/it/gettext.po | 631 ++++++++-------
po/ja/gettext.po | 554 ++++++++-----
po/ko/gettext.po | 658 +++++++++------
po/lv/gettext.po | 687 +++++++++-------
po/nb/gettext.po | 655 ++++++++-------
po/nl/gettext.po | 645 ++++++++-------
po/pt_BR/gettext.po | 653 ++++++++-------
po/ru/gettext.po | 691 +++++++++-------
po/sr/gettext.po | 688 +++++++++-------
po/sv/gettext.po | 589 ++++++++------
po/uk/gettext.po | 691 +++++++++-------
po/vi/gettext.po | 649 ++++++++-------
po/zh/gettext.po | 663 +++++++++------
po/zh_TW/gettext.po | 663 +++++++++------
samples/cgi/README | 2 -
samples/cgi/Rakefile | 27 -
samples/cgi/locale/bg/LC_MESSAGES/helloerb1.mo | Bin 0 -> 1374 bytes
samples/cgi/locale/bg/LC_MESSAGES/helloerb2.mo | Bin 0 -> 1218 bytes
samples/cgi/locale/bg/LC_MESSAGES/hellolib.mo | Bin 0 -> 510 bytes
samples/cgi/locale/bg/LC_MESSAGES/main.mo | Bin 0 -> 2279 bytes
samples/cgi/locale/bs/LC_MESSAGES/helloerb1.mo | Bin 0 -> 1233 bytes
samples/cgi/locale/bs/LC_MESSAGES/helloerb2.mo | Bin 0 -> 1073 bytes
samples/cgi/locale/bs/LC_MESSAGES/hellolib.mo | Bin 0 -> 567 bytes
samples/cgi/locale/bs/LC_MESSAGES/main.mo | Bin 0 -> 1885 bytes
samples/cgi/locale/ca/LC_MESSAGES/helloerb1.mo | Bin 0 -> 1006 bytes
samples/cgi/locale/ca/LC_MESSAGES/helloerb2.mo | Bin 0 -> 839 bytes
samples/cgi/locale/ca/LC_MESSAGES/hellolib.mo | Bin 0 -> 473 bytes
samples/cgi/locale/ca/LC_MESSAGES/main.mo | Bin 0 -> 1846 bytes
samples/cgi/locale/cs/LC_MESSAGES/helloerb1.mo | Bin 0 -> 1227 bytes
samples/cgi/locale/cs/LC_MESSAGES/helloerb2.mo | Bin 0 -> 1013 bytes
samples/cgi/locale/cs/LC_MESSAGES/hellolib.mo | Bin 0 -> 553 bytes
samples/cgi/locale/cs/LC_MESSAGES/main.mo | Bin 0 -> 1884 bytes
samples/cgi/locale/de/LC_MESSAGES/helloerb1.mo | Bin 0 -> 1025 bytes
samples/cgi/locale/de/LC_MESSAGES/helloerb2.mo | Bin 0 -> 852 bytes
samples/cgi/locale/de/LC_MESSAGES/hellolib.mo | Bin 0 -> 467 bytes
samples/cgi/locale/de/LC_MESSAGES/main.mo | Bin 0 -> 1830 bytes
samples/cgi/locale/el/LC_MESSAGES/helloerb1.mo | Bin 0 -> 1306 bytes
samples/cgi/locale/el/LC_MESSAGES/helloerb2.mo | Bin 0 -> 1107 bytes
samples/cgi/locale/el/LC_MESSAGES/hellolib.mo | Bin 0 -> 480 bytes
samples/cgi/locale/el/LC_MESSAGES/main.mo | Bin 0 -> 2101 bytes
samples/cgi/locale/eo/LC_MESSAGES/helloerb1.mo | Bin 0 -> 1121 bytes
samples/cgi/locale/eo/LC_MESSAGES/helloerb2.mo | Bin 0 -> 930 bytes
samples/cgi/locale/eo/LC_MESSAGES/hellolib.mo | Bin 0 -> 469 bytes
samples/cgi/locale/eo/LC_MESSAGES/main.mo | Bin 0 -> 1815 bytes
samples/cgi/locale/es/LC_MESSAGES/helloerb1.mo | Bin 0 -> 1109 bytes
samples/cgi/locale/es/LC_MESSAGES/helloerb2.mo | Bin 0 -> 890 bytes
samples/cgi/locale/es/LC_MESSAGES/hellolib.mo | Bin 0 -> 382 bytes
samples/cgi/locale/es/LC_MESSAGES/main.mo | Bin 0 -> 1757 bytes
samples/cgi/locale/fr/LC_MESSAGES/helloerb1.mo | Bin 0 -> 1144 bytes
samples/cgi/locale/fr/LC_MESSAGES/helloerb2.mo | Bin 0 -> 985 bytes
samples/cgi/locale/fr/LC_MESSAGES/hellolib.mo | Bin 0 -> 450 bytes
samples/cgi/locale/fr/LC_MESSAGES/main.mo | Bin 0 -> 1957 bytes
samples/cgi/locale/hr/LC_MESSAGES/helloerb1.mo | Bin 0 -> 1234 bytes
samples/cgi/locale/hr/LC_MESSAGES/helloerb2.mo | Bin 0 -> 1074 bytes
samples/cgi/locale/hr/LC_MESSAGES/hellolib.mo | Bin 0 -> 568 bytes
samples/cgi/locale/hr/LC_MESSAGES/main.mo | Bin 0 -> 1886 bytes
samples/cgi/locale/hu/LC_MESSAGES/helloerb1.mo | Bin 0 -> 1144 bytes
samples/cgi/locale/hu/LC_MESSAGES/helloerb2.mo | Bin 0 -> 982 bytes
samples/cgi/locale/hu/LC_MESSAGES/hellolib.mo | Bin 0 -> 470 bytes
samples/cgi/locale/hu/LC_MESSAGES/main.mo | Bin 0 -> 1871 bytes
samples/cgi/locale/it/LC_MESSAGES/helloerb1.mo | Bin 0 -> 1069 bytes
samples/cgi/locale/it/LC_MESSAGES/helloerb2.mo | Bin 0 -> 912 bytes
samples/cgi/locale/it/LC_MESSAGES/hellolib.mo | Bin 0 -> 515 bytes
samples/cgi/locale/it/LC_MESSAGES/main.mo | Bin 0 -> 2017 bytes
samples/cgi/locale/ja/LC_MESSAGES/helloerb1.mo | Bin 0 -> 1279 bytes
samples/cgi/locale/ja/LC_MESSAGES/helloerb2.mo | Bin 0 -> 1070 bytes
samples/cgi/locale/ja/LC_MESSAGES/hellolib.mo | Bin 0 -> 502 bytes
samples/cgi/locale/ja/LC_MESSAGES/main.mo | Bin 0 -> 2193 bytes
samples/cgi/locale/ko/LC_MESSAGES/helloerb1.mo | Bin 0 -> 1159 bytes
samples/cgi/locale/ko/LC_MESSAGES/helloerb2.mo | Bin 0 -> 963 bytes
samples/cgi/locale/ko/LC_MESSAGES/hellolib.mo | Bin 0 -> 477 bytes
samples/cgi/locale/ko/LC_MESSAGES/main.mo | Bin 0 -> 2026 bytes
samples/cgi/locale/lv/LC_MESSAGES/helloerb1.mo | Bin 0 -> 1165 bytes
samples/cgi/locale/lv/LC_MESSAGES/helloerb2.mo | Bin 0 -> 998 bytes
samples/cgi/locale/lv/LC_MESSAGES/hellolib.mo | Bin 0 -> 500 bytes
samples/cgi/locale/lv/LC_MESSAGES/main.mo | Bin 0 -> 1956 bytes
samples/cgi/locale/nb/LC_MESSAGES/helloerb1.mo | Bin 0 -> 1220 bytes
samples/cgi/locale/nb/LC_MESSAGES/helloerb2.mo | Bin 0 -> 1029 bytes
samples/cgi/locale/nb/LC_MESSAGES/hellolib.mo | Bin 0 -> 536 bytes
samples/cgi/locale/nb/LC_MESSAGES/main.mo | Bin 0 -> 1983 bytes
samples/cgi/locale/nl/LC_MESSAGES/helloerb1.mo | Bin 0 -> 1177 bytes
samples/cgi/locale/nl/LC_MESSAGES/helloerb2.mo | Bin 0 -> 979 bytes
samples/cgi/locale/nl/LC_MESSAGES/hellolib.mo | Bin 0 -> 491 bytes
samples/cgi/locale/nl/LC_MESSAGES/main.mo | Bin 0 -> 1935 bytes
samples/cgi/locale/pt_BR/LC_MESSAGES/helloerb1.mo | Bin 0 -> 1166 bytes
samples/cgi/locale/pt_BR/LC_MESSAGES/helloerb2.mo | Bin 0 -> 980 bytes
samples/cgi/locale/pt_BR/LC_MESSAGES/hellolib.mo | Bin 0 -> 474 bytes
samples/cgi/locale/pt_BR/LC_MESSAGES/main.mo | Bin 0 -> 1940 bytes
samples/cgi/locale/ru/LC_MESSAGES/helloerb1.mo | Bin 0 -> 1335 bytes
samples/cgi/locale/ru/LC_MESSAGES/helloerb2.mo | Bin 0 -> 1143 bytes
samples/cgi/locale/ru/LC_MESSAGES/hellolib.mo | Bin 0 -> 485 bytes
samples/cgi/locale/ru/LC_MESSAGES/main.mo | Bin 0 -> 2256 bytes
samples/cgi/locale/sr/LC_MESSAGES/helloerb1.mo | Bin 0 -> 1343 bytes
samples/cgi/locale/sr/LC_MESSAGES/helloerb2.mo | Bin 0 -> 1127 bytes
samples/cgi/locale/sr/LC_MESSAGES/hellolib.mo | Bin 0 -> 560 bytes
samples/cgi/locale/sr/LC_MESSAGES/main.mo | Bin 0 -> 2346 bytes
samples/cgi/locale/uk/LC_MESSAGES/helloerb1.mo | Bin 0 -> 1428 bytes
samples/cgi/locale/uk/LC_MESSAGES/helloerb2.mo | Bin 0 -> 1249 bytes
samples/cgi/locale/uk/LC_MESSAGES/hellolib.mo | Bin 0 -> 641 bytes
samples/cgi/locale/uk/LC_MESSAGES/main.mo | Bin 0 -> 2435 bytes
samples/cgi/locale/vi/LC_MESSAGES/helloerb1.mo | Bin 0 -> 1211 bytes
samples/cgi/locale/vi/LC_MESSAGES/helloerb2.mo | Bin 0 -> 1003 bytes
samples/cgi/locale/vi/LC_MESSAGES/hellolib.mo | Bin 0 -> 481 bytes
samples/cgi/locale/vi/LC_MESSAGES/main.mo | Bin 0 -> 2093 bytes
samples/cgi/locale/zh/LC_MESSAGES/helloerb1.mo | Bin 0 -> 1136 bytes
samples/cgi/locale/zh/LC_MESSAGES/helloerb2.mo | Bin 0 -> 963 bytes
samples/cgi/locale/zh/LC_MESSAGES/hellolib.mo | Bin 0 -> 493 bytes
samples/cgi/locale/zh/LC_MESSAGES/main.mo | Bin 0 -> 1882 bytes
samples/cgi/locale/zh_TW/LC_MESSAGES/helloerb1.mo | Bin 0 -> 1162 bytes
samples/cgi/locale/zh_TW/LC_MESSAGES/helloerb2.mo | Bin 0 -> 978 bytes
samples/cgi/locale/zh_TW/LC_MESSAGES/hellolib.mo | Bin 0 -> 524 bytes
samples/cgi/locale/zh_TW/LC_MESSAGES/main.mo | Bin 0 -> 1831 bytes
samples/hello.rb | 5 +-
samples/hello2.rb | 3 +-
samples/hello_gtk2.rb | 5 +-
samples/hello_gtk_builder.rb | 32 +
samples/hello_gtk_builder.ui | 46 ++
samples/hello_noop.rb | 3 +-
samples/hello_plural.rb | 3 +-
samples/hello_tk.rb | 3 +-
samples/locale/bg/LC_MESSAGES/hello.mo | Bin 0 -> 485 bytes
samples/locale/bg/LC_MESSAGES/hello2.mo | Bin 0 -> 593 bytes
samples/locale/bg/LC_MESSAGES/hello_glade2.mo | Bin 0 -> 649 bytes
samples/locale/bg/LC_MESSAGES/hello_gtk2.mo | Bin 0 -> 493 bytes
samples/locale/bg/LC_MESSAGES/hello_gtk_builder.mo | Bin 0 -> 417 bytes
samples/locale/bg/LC_MESSAGES/hello_noop.mo | Bin 0 -> 543 bytes
samples/locale/bg/LC_MESSAGES/hello_plural.mo | Bin 0 -> 558 bytes
samples/locale/bg/LC_MESSAGES/hello_tk.mo | Bin 0 -> 491 bytes
samples/locale/bs/LC_MESSAGES/hello.mo | Bin 0 -> 533 bytes
samples/locale/bs/LC_MESSAGES/hello2.mo | Bin 0 -> 632 bytes
samples/locale/bs/LC_MESSAGES/hello_glade2.mo | Bin 0 -> 670 bytes
samples/locale/bs/LC_MESSAGES/hello_gtk2.mo | Bin 0 -> 545 bytes
samples/locale/bs/LC_MESSAGES/hello_gtk_builder.mo | Bin 0 -> 478 bytes
samples/locale/bs/LC_MESSAGES/hello_noop.mo | Bin 0 -> 589 bytes
samples/locale/bs/LC_MESSAGES/hello_plural.mo | Bin 0 -> 622 bytes
samples/locale/bs/LC_MESSAGES/hello_tk.mo | Bin 0 -> 542 bytes
samples/locale/ca/LC_MESSAGES/hello.mo | Bin 0 -> 432 bytes
samples/locale/ca/LC_MESSAGES/hello2.mo | Bin 0 -> 528 bytes
samples/locale/ca/LC_MESSAGES/hello_glade2.mo | Bin 0 -> 578 bytes
samples/locale/ca/LC_MESSAGES/hello_gtk2.mo | Bin 0 -> 440 bytes
samples/locale/ca/LC_MESSAGES/hello_gtk_builder.mo | Bin 0 -> 415 bytes
samples/locale/ca/LC_MESSAGES/hello_noop.mo | Bin 0 -> 478 bytes
samples/locale/ca/LC_MESSAGES/hello_plural.mo | Bin 0 -> 495 bytes
samples/locale/ca/LC_MESSAGES/hello_tk.mo | Bin 0 -> 438 bytes
samples/locale/cs/LC_MESSAGES/hello.mo | Bin 0 -> 522 bytes
samples/locale/cs/LC_MESSAGES/hello2.mo | Bin 0 -> 619 bytes
samples/locale/cs/LC_MESSAGES/hello_glade2.mo | Bin 0 -> 666 bytes
samples/locale/cs/LC_MESSAGES/hello_gtk2.mo | Bin 0 -> 530 bytes
samples/locale/cs/LC_MESSAGES/hello_gtk_builder.mo | Bin 0 -> 442 bytes
samples/locale/cs/LC_MESSAGES/hello_noop.mo | Bin 0 -> 570 bytes
samples/locale/cs/LC_MESSAGES/hello_plural.mo | Bin 0 -> 589 bytes
samples/locale/cs/LC_MESSAGES/hello_tk.mo | Bin 0 -> 528 bytes
samples/locale/de/LC_MESSAGES/hello.mo | Bin 0 -> 425 bytes
samples/locale/de/LC_MESSAGES/hello2.mo | Bin 0 -> 523 bytes
samples/locale/de/LC_MESSAGES/hello_glade2.mo | Bin 0 -> 604 bytes
samples/locale/de/LC_MESSAGES/hello_gtk2.mo | Bin 0 -> 433 bytes
samples/locale/de/LC_MESSAGES/hello_gtk_builder.mo | Bin 0 -> 414 bytes
samples/locale/de/LC_MESSAGES/hello_noop.mo | Bin 0 -> 461 bytes
samples/locale/de/LC_MESSAGES/hello_plural.mo | Bin 0 -> 527 bytes
samples/locale/de/LC_MESSAGES/hello_tk.mo | Bin 0 -> 474 bytes
samples/locale/el/LC_MESSAGES/hello.mo | Bin 0 -> 432 bytes
samples/locale/el/LC_MESSAGES/hello2.mo | Bin 0 -> 534 bytes
samples/locale/el/LC_MESSAGES/hello_glade2.mo | Bin 0 -> 617 bytes
samples/locale/el/LC_MESSAGES/hello_gtk2.mo | Bin 0 -> 446 bytes
samples/locale/el/LC_MESSAGES/hello_gtk_builder.mo | Bin 0 -> 429 bytes
samples/locale/el/LC_MESSAGES/hello_noop.mo | Bin 0 -> 496 bytes
samples/locale/el/LC_MESSAGES/hello_plural.mo | Bin 0 -> 504 bytes
samples/locale/el/LC_MESSAGES/hello_tk.mo | Bin 0 -> 444 bytes
samples/locale/eo/LC_MESSAGES/hello.mo | Bin 0 -> 385 bytes
samples/locale/eo/LC_MESSAGES/hello2.mo | Bin 0 -> 492 bytes
samples/locale/eo/LC_MESSAGES/hello_glade2.mo | Bin 0 -> 562 bytes
samples/locale/eo/LC_MESSAGES/hello_gtk2.mo | Bin 0 -> 395 bytes
samples/locale/eo/LC_MESSAGES/hello_gtk_builder.mo | Bin 0 -> 417 bytes
samples/locale/eo/LC_MESSAGES/hello_noop.mo | Bin 0 -> 437 bytes
samples/locale/eo/LC_MESSAGES/hello_plural.mo | Bin 0 -> 487 bytes
samples/locale/eo/LC_MESSAGES/hello_tk.mo | Bin 0 -> 436 bytes
samples/locale/es/LC_MESSAGES/hello.mo | Bin 0 -> 398 bytes
samples/locale/es/LC_MESSAGES/hello2.mo | Bin 0 -> 494 bytes
samples/locale/es/LC_MESSAGES/hello_glade2.mo | Bin 0 -> 535 bytes
samples/locale/es/LC_MESSAGES/hello_gtk2.mo | Bin 0 -> 398 bytes
samples/locale/es/LC_MESSAGES/hello_gtk_builder.mo | Bin 0 -> 415 bytes
samples/locale/es/LC_MESSAGES/hello_noop.mo | Bin 0 -> 436 bytes
samples/locale/es/LC_MESSAGES/hello_plural.mo | Bin 0 -> 503 bytes
samples/locale/es/LC_MESSAGES/hello_tk.mo | Bin 0 -> 396 bytes
samples/locale/fr/LC_MESSAGES/hello.mo | Bin 0 -> 378 bytes
samples/locale/fr/LC_MESSAGES/hello2.mo | Bin 0 -> 482 bytes
samples/locale/fr/LC_MESSAGES/hello_glade2.mo | Bin 0 -> 570 bytes
samples/locale/fr/LC_MESSAGES/hello_gtk2.mo | Bin 0 -> 378 bytes
samples/locale/fr/LC_MESSAGES/hello_gtk_builder.mo | Bin 0 -> 411 bytes
samples/locale/fr/LC_MESSAGES/hello_noop.mo | Bin 0 -> 420 bytes
samples/locale/fr/LC_MESSAGES/hello_plural.mo | Bin 0 -> 479 bytes
samples/locale/fr/LC_MESSAGES/hello_tk.mo | Bin 0 -> 377 bytes
samples/locale/hr/LC_MESSAGES/hello.mo | Bin 0 -> 534 bytes
samples/locale/hr/LC_MESSAGES/hello2.mo | Bin 0 -> 633 bytes
samples/locale/hr/LC_MESSAGES/hello_glade2.mo | Bin 0 -> 671 bytes
samples/locale/hr/LC_MESSAGES/hello_gtk2.mo | Bin 0 -> 546 bytes
samples/locale/hr/LC_MESSAGES/hello_gtk_builder.mo | Bin 0 -> 490 bytes
samples/locale/hr/LC_MESSAGES/hello_noop.mo | Bin 0 -> 590 bytes
samples/locale/hr/LC_MESSAGES/hello_plural.mo | Bin 0 -> 623 bytes
samples/locale/hr/LC_MESSAGES/hello_tk.mo | Bin 0 -> 543 bytes
samples/locale/hu/LC_MESSAGES/hello.mo | Bin 0 -> 389 bytes
samples/locale/hu/LC_MESSAGES/hello2.mo | Bin 0 -> 481 bytes
samples/locale/hu/LC_MESSAGES/hello_glade2.mo | Bin 0 -> 567 bytes
samples/locale/hu/LC_MESSAGES/hello_gtk2.mo | Bin 0 -> 397 bytes
samples/locale/hu/LC_MESSAGES/hello_gtk_builder.mo | Bin 0 -> 417 bytes
samples/locale/hu/LC_MESSAGES/hello_noop.mo | Bin 0 -> 439 bytes
samples/locale/hu/LC_MESSAGES/hello_plural.mo | Bin 0 -> 494 bytes
samples/locale/hu/LC_MESSAGES/hello_tk.mo | Bin 0 -> 438 bytes
samples/locale/it/LC_MESSAGES/hello.mo | Bin 0 -> 435 bytes
samples/locale/it/LC_MESSAGES/hello2.mo | Bin 0 -> 531 bytes
samples/locale/it/LC_MESSAGES/hello_glade2.mo | Bin 0 -> 578 bytes
samples/locale/it/LC_MESSAGES/hello_gtk2.mo | Bin 0 -> 441 bytes
samples/locale/it/LC_MESSAGES/hello_gtk_builder.mo | Bin 0 -> 415 bytes
samples/locale/it/LC_MESSAGES/hello_noop.mo | Bin 0 -> 484 bytes
samples/locale/it/LC_MESSAGES/hello_plural.mo | Bin 0 -> 541 bytes
samples/locale/it/LC_MESSAGES/hello_tk.mo | Bin 0 -> 439 bytes
samples/locale/ja/LC_MESSAGES/hello.mo | Bin 0 -> 379 bytes
samples/locale/ja/LC_MESSAGES/hello2.mo | Bin 0 -> 465 bytes
samples/locale/ja/LC_MESSAGES/hello_glade2.mo | Bin 0 -> 542 bytes
samples/locale/ja/LC_MESSAGES/hello_gtk2.mo | Bin 0 -> 378 bytes
samples/locale/ja/LC_MESSAGES/hello_gtk_builder.mo | Bin 0 -> 411 bytes
samples/locale/ja/LC_MESSAGES/hello_noop.mo | Bin 0 -> 429 bytes
samples/locale/ja/LC_MESSAGES/hello_plural.mo | Bin 0 -> 481 bytes
samples/locale/ja/LC_MESSAGES/hello_tk.mo | Bin 0 -> 374 bytes
samples/locale/ko/LC_MESSAGES/hello.mo | Bin 0 -> 386 bytes
samples/locale/ko/LC_MESSAGES/hello2.mo | Bin 0 -> 485 bytes
samples/locale/ko/LC_MESSAGES/hello_glade2.mo | Bin 0 -> 580 bytes
samples/locale/ko/LC_MESSAGES/hello_gtk2.mo | Bin 0 -> 394 bytes
samples/locale/ko/LC_MESSAGES/hello_gtk_builder.mo | Bin 0 -> 409 bytes
samples/locale/ko/LC_MESSAGES/hello_noop.mo | Bin 0 -> 437 bytes
samples/locale/ko/LC_MESSAGES/hello_plural.mo | Bin 0 -> 528 bytes
samples/locale/ko/LC_MESSAGES/hello_tk.mo | Bin 0 -> 443 bytes
samples/locale/lv/LC_MESSAGES/hello.mo | Bin 0 -> 474 bytes
samples/locale/lv/LC_MESSAGES/hello2.mo | Bin 0 -> 572 bytes
samples/locale/lv/LC_MESSAGES/hello_glade2.mo | Bin 0 -> 611 bytes
samples/locale/lv/LC_MESSAGES/hello_gtk2.mo | Bin 0 -> 482 bytes
samples/locale/lv/LC_MESSAGES/hello_gtk_builder.mo | Bin 0 -> 450 bytes
samples/locale/lv/LC_MESSAGES/hello_noop.mo | Bin 0 -> 530 bytes
samples/locale/lv/LC_MESSAGES/hello_plural.mo | Bin 0 -> 506 bytes
samples/locale/lv/LC_MESSAGES/hello_tk.mo | Bin 0 -> 480 bytes
samples/locale/nb/LC_MESSAGES/hello.mo | Bin 0 -> 450 bytes
samples/locale/nb/LC_MESSAGES/hello2.mo | Bin 0 -> 545 bytes
samples/locale/nb/LC_MESSAGES/hello_glade2.mo | Bin 0 -> 638 bytes
samples/locale/nb/LC_MESSAGES/hello_gtk2.mo | Bin 0 -> 457 bytes
samples/locale/nb/LC_MESSAGES/hello_gtk_builder.mo | Bin 0 -> 425 bytes
samples/locale/nb/LC_MESSAGES/hello_noop.mo | Bin 0 -> 503 bytes
samples/locale/nb/LC_MESSAGES/hello_plural.mo | Bin 0 -> 554 bytes
samples/locale/nb/LC_MESSAGES/hello_tk.mo | Bin 0 -> 506 bytes
samples/locale/nl/LC_MESSAGES/hello.mo | Bin 0 -> 466 bytes
samples/locale/nl/LC_MESSAGES/hello2.mo | Bin 0 -> 562 bytes
samples/locale/nl/LC_MESSAGES/hello_glade2.mo | Bin 0 -> 608 bytes
samples/locale/nl/LC_MESSAGES/hello_gtk2.mo | Bin 0 -> 474 bytes
samples/locale/nl/LC_MESSAGES/hello_gtk_builder.mo | Bin 0 -> 413 bytes
samples/locale/nl/LC_MESSAGES/hello_noop.mo | Bin 0 -> 515 bytes
samples/locale/nl/LC_MESSAGES/hello_plural.mo | Bin 0 -> 530 bytes
samples/locale/nl/LC_MESSAGES/hello_tk.mo | Bin 0 -> 472 bytes
samples/locale/pt_BR/LC_MESSAGES/hello.mo | Bin 0 -> 441 bytes
samples/locale/pt_BR/LC_MESSAGES/hello2.mo | Bin 0 -> 536 bytes
samples/locale/pt_BR/LC_MESSAGES/hello_glade2.mo | Bin 0 -> 585 bytes
samples/locale/pt_BR/LC_MESSAGES/hello_gtk2.mo | Bin 0 -> 451 bytes
.../locale/pt_BR/LC_MESSAGES/hello_gtk_builder.mo | Bin 0 -> 421 bytes
samples/locale/pt_BR/LC_MESSAGES/hello_noop.mo | Bin 0 -> 489 bytes
samples/locale/pt_BR/LC_MESSAGES/hello_plural.mo | Bin 0 -> 509 bytes
samples/locale/pt_BR/LC_MESSAGES/hello_tk.mo | Bin 0 -> 399 bytes
samples/locale/ru/LC_MESSAGES/hello.mo | Bin 0 -> 465 bytes
samples/locale/ru/LC_MESSAGES/hello2.mo | Bin 0 -> 584 bytes
samples/locale/ru/LC_MESSAGES/hello_glade2.mo | Bin 0 -> 644 bytes
samples/locale/ru/LC_MESSAGES/hello_gtk2.mo | Bin 0 -> 472 bytes
samples/locale/ru/LC_MESSAGES/hello_gtk_builder.mo | Bin 0 -> 489 bytes
samples/locale/ru/LC_MESSAGES/hello_noop.mo | Bin 0 -> 530 bytes
samples/locale/ru/LC_MESSAGES/hello_plural.mo | Bin 0 -> 572 bytes
samples/locale/ru/LC_MESSAGES/hello_tk.mo | Bin 0 -> 470 bytes
samples/locale/sr/LC_MESSAGES/hello.mo | Bin 0 -> 414 bytes
samples/locale/sr/LC_MESSAGES/hello2.mo | Bin 0 -> 517 bytes
samples/locale/sr/LC_MESSAGES/hello_glade2.mo | Bin 0 -> 705 bytes
samples/locale/sr/LC_MESSAGES/hello_gtk2.mo | Bin 0 -> 422 bytes
samples/locale/sr/LC_MESSAGES/hello_gtk_builder.mo | Bin 0 -> 489 bytes
samples/locale/sr/LC_MESSAGES/hello_noop.mo | Bin 0 -> 474 bytes
samples/locale/sr/LC_MESSAGES/hello_plural.mo | Bin 0 -> 599 bytes
samples/locale/sr/LC_MESSAGES/hello_tk.mo | Bin 0 -> 535 bytes
samples/locale/sv/LC_MESSAGES/hello.mo | Bin 0 -> 368 bytes
samples/locale/sv/LC_MESSAGES/hello2.mo | Bin 0 -> 465 bytes
samples/locale/sv/LC_MESSAGES/hello_glade2.mo | Bin 0 -> 509 bytes
samples/locale/sv/LC_MESSAGES/hello_gtk2.mo | Bin 0 -> 375 bytes
samples/locale/sv/LC_MESSAGES/hello_gtk_builder.mo | Bin 0 -> 415 bytes
samples/locale/sv/LC_MESSAGES/hello_noop.mo | Bin 0 -> 418 bytes
samples/locale/sv/LC_MESSAGES/hello_plural.mo | Bin 0 -> 485 bytes
samples/locale/sv/LC_MESSAGES/hello_tk.mo | Bin 0 -> 373 bytes
samples/locale/uk/LC_MESSAGES/hello.mo | Bin 0 -> 399 bytes
samples/locale/uk/LC_MESSAGES/hello2.mo | Bin 0 -> 491 bytes
samples/locale/uk/LC_MESSAGES/hello_glade2.mo | Bin 0 -> 788 bytes
samples/locale/uk/LC_MESSAGES/hello_gtk2.mo | Bin 0 -> 406 bytes
samples/locale/uk/LC_MESSAGES/hello_gtk_builder.mo | Bin 0 -> 491 bytes
samples/locale/uk/LC_MESSAGES/hello_noop.mo | Bin 0 -> 458 bytes
samples/locale/uk/LC_MESSAGES/hello_plural.mo | Bin 0 -> 682 bytes
samples/locale/uk/LC_MESSAGES/hello_tk.mo | Bin 0 -> 611 bytes
samples/locale/vi/LC_MESSAGES/hello.mo | Bin 0 -> 412 bytes
samples/locale/vi/LC_MESSAGES/hello2.mo | Bin 0 -> 509 bytes
samples/locale/vi/LC_MESSAGES/hello_glade2.mo | Bin 0 -> 605 bytes
samples/locale/vi/LC_MESSAGES/hello_gtk2.mo | Bin 0 -> 415 bytes
samples/locale/vi/LC_MESSAGES/hello_gtk_builder.mo | Bin 0 -> 413 bytes
samples/locale/vi/LC_MESSAGES/hello_noop.mo | Bin 0 -> 476 bytes
samples/locale/vi/LC_MESSAGES/hello_plural.mo | Bin 0 -> 512 bytes
samples/locale/vi/LC_MESSAGES/hello_tk.mo | Bin 0 -> 456 bytes
samples/locale/zh/LC_MESSAGES/hello.mo | Bin 0 -> 434 bytes
samples/locale/zh/LC_MESSAGES/hello2.mo | Bin 0 -> 532 bytes
samples/locale/zh/LC_MESSAGES/hello_glade2.mo | Bin 0 -> 565 bytes
samples/locale/zh/LC_MESSAGES/hello_gtk2.mo | Bin 0 -> 440 bytes
samples/locale/zh/LC_MESSAGES/hello_gtk_builder.mo | Bin 0 -> 410 bytes
samples/locale/zh/LC_MESSAGES/hello_noop.mo | Bin 0 -> 477 bytes
samples/locale/zh/LC_MESSAGES/hello_plural.mo | Bin 0 -> 487 bytes
samples/locale/zh/LC_MESSAGES/hello_tk.mo | Bin 0 -> 442 bytes
samples/locale/zh_TW/LC_MESSAGES/hello.mo | Bin 0 -> 494 bytes
samples/locale/zh_TW/LC_MESSAGES/hello2.mo | Bin 0 -> 594 bytes
samples/locale/zh_TW/LC_MESSAGES/hello_glade2.mo | Bin 0 -> 626 bytes
samples/locale/zh_TW/LC_MESSAGES/hello_gtk2.mo | Bin 0 -> 467 bytes
.../locale/zh_TW/LC_MESSAGES/hello_gtk_builder.mo | Bin 0 -> 413 bytes
samples/locale/zh_TW/LC_MESSAGES/hello_noop.mo | Bin 0 -> 545 bytes
samples/locale/zh_TW/LC_MESSAGES/hello_plural.mo | Bin 0 -> 571 bytes
samples/locale/zh_TW/LC_MESSAGES/hello_tk.mo | Bin 0 -> 501 bytes
samples/po/bg/hello_gtk_builder.po | 19 +
samples/po/bs/hello_gtk_builder.po | 19 +
samples/po/ca/hello_gtk_builder.po | 19 +
samples/po/cs/hello_gtk_builder.po | 19 +
samples/po/de/hello_gtk_builder.po | 19 +
samples/po/el/hello_gtk_builder.po | 19 +
samples/po/eo/hello_gtk_builder.po | 19 +
samples/po/es/hello_gtk_builder.po | 19 +
samples/po/fr/hello_gtk_builder.po | 19 +
test/po/ja/non_ascii.po => samples/po/hello.pot | 17 +-
test/po/ja/non_ascii.po => samples/po/hello2.pot | 26 +-
samples/po/hello_glade2.pot | 31 +
.../ja/non_ascii.po => samples/po/hello_gtk2.pot | 16 +-
.../po/hello_gtk_builder.pot | 13 +-
.../ja/non_ascii.po => samples/po/hello_noop.pot | 20 +-
.../ja/non_ascii.po => samples/po/hello_plural.pot | 20 +-
test/po/ja/non_ascii.po => samples/po/hello_tk.pot | 16 +-
samples/po/hr/hello_gtk_builder.po | 19 +
samples/po/hu/hello_gtk_builder.po | 19 +
samples/po/it/hello_gtk_builder.po | 19 +
samples/po/ja/hello_gtk_builder.po | 19 +
samples/po/ko/hello_gtk_builder.po | 19 +
samples/po/lv/hello_gtk_builder.po | 19 +
samples/po/nb/hello_gtk_builder.po | 19 +
samples/po/nl/hello_gtk_builder.po | 19 +
samples/po/pt_BR/hello_gtk_builder.po | 19 +
samples/po/ru/hello_gtk_builder.po | 19 +
samples/po/sr/hello_gtk_builder.po | 19 +
samples/po/sv/hello_gtk_builder.po | 19 +
samples/po/uk/hello_gtk_builder.po | 19 +
samples/po/vi/hello_gtk_builder.po | 19 +
samples/po/zh/hello_gtk_builder.po | 19 +
samples/po/zh_TW/hello_gtk_builder.po | 19 +
src/{poparser.ry => po_parser.ry} | 116 ++-
test/fixtures/N_.rb | 2 +-
.../fixtures/_/double_quote_in_double_quote.rb | 18 +-
.../fixtures/_/double_quote_in_single_quote.rb | 18 +-
...literal_concatenation_with_continuation_line.rb | 22 +-
.../fixtures/_/middle_new_line.rb | 18 +-
.../fixtures/_/multiple_lines_literal.rb | 21 +-
.../fixtures/_/multiple_messages_in_same_line.rb | 18 +-
.../fixtures/_/multiple_same_messages.rb | 22 +-
.../mofile.rb => test/fixtures/_/one_new_line.rb | 18 +-
.../{multi_textdomain.rb => multi_text_domain.rb} | 2 +-
test/fixtures/non_ascii.rb | 2 +-
test/fixtures/simple.rb | 2 +-
test/fixtures/untranslated.rb | 2 +-
test/gettext-test-utils.rb | 25 +-
test/locale/cr/LC_MESSAGES/plural.mo | Bin 0 -> 528 bytes
test/locale/da/LC_MESSAGES/plural.mo | Bin 0 -> 437 bytes
test/locale/da/LC_MESSAGES/plural_error.mo | Bin 0 -> 453 bytes
test/locale/fr/LC_MESSAGES/plural.mo | Bin 0 -> 492 bytes
test/locale/fr/LC_MESSAGES/plural_error.mo | Bin 0 -> 392 bytes
test/locale/fr/LC_MESSAGES/test1.mo | Bin 0 -> 436 bytes
test/locale/fr/LC_MESSAGES/test2.mo | Bin 0 -> 383 bytes
test/locale/ir/LC_MESSAGES/plural.mo | Bin 0 -> 460 bytes
test/locale/ja/LC_MESSAGES/_.mo | Bin 0 -> 677 bytes
test/locale/ja/LC_MESSAGES/backslash.mo | Bin 0 -> 492 bytes
test/locale/ja/LC_MESSAGES/non_ascii.mo | Bin 0 -> 445 bytes
test/locale/ja/LC_MESSAGES/np_.mo | Bin 0 -> 745 bytes
test/locale/ja/LC_MESSAGES/ns_.mo | Bin 0 -> 480 bytes
test/locale/ja/LC_MESSAGES/p_.mo | Bin 0 -> 542 bytes
test/locale/ja/LC_MESSAGES/plural.mo | Bin 0 -> 472 bytes
test/locale/ja/LC_MESSAGES/plural_error.mo | Bin 0 -> 385 bytes
test/locale/ja/LC_MESSAGES/rubyparser.mo | Bin 0 -> 635 bytes
test/locale/ja/LC_MESSAGES/s_.mo | Bin 0 -> 468 bytes
test/locale/ja/LC_MESSAGES/test1.mo | Bin 0 -> 431 bytes
test/locale/ja/LC_MESSAGES/test2.mo | Bin 0 -> 385 bytes
test/locale/ja/LC_MESSAGES/test3.mo | Bin 0 -> 385 bytes
test/locale/ja/LC_MESSAGES/untranslated.mo | Bin 0 -> 420 bytes
test/locale/la/LC_MESSAGES/plural.mo | Bin 0 -> 478 bytes
test/locale/la/LC_MESSAGES/plural_error.mo | Bin 0 -> 434 bytes
test/locale/li/LC_MESSAGES/plural.mo | Bin 0 -> 506 bytes
test/locale/li/LC_MESSAGES/plural_error.mo | Bin 0 -> 483 bytes
test/locale/po/LC_MESSAGES/plural.mo | Bin 0 -> 500 bytes
test/locale/sl/LC_MESSAGES/plural.mo | Bin 0 -> 502 bytes
test/po/{ja/_.po => _.pot} | 94 ++-
test/po/{ja/non_ascii.po => backslash.pot} | 16 +-
test/po/ja/_.po | 76 +-
test/po/ja/non_ascii.po | 5 +-
test/po/ja/untranslated.po | 2 +-
test/po/{ja/non_ascii.po => non_ascii.pot} | 14 +-
test/po/np_.pot | 48 ++
test/po/ns_.pot | 73 ++
test/po/p_.pot | 50 ++
test/po/s_.pot | 55 ++
test/po/{ja/non_ascii.po => untranslated.pot} | 16 +-
test/test_class_info.rb | 4 +-
test/test_gettext.rb | 22 +-
test/test_locale_path.rb | 28 +-
test/test_mo.rb | 4 +-
test/test_parser.rb | 189 +++--
test/{tools => }/test_po.rb | 434 +++++-----
test/test_po_entry.rb | 548 ++++++++-----
test/test_po_generation.rb | 45 --
test/test_po_parser.rb | 205 ++---
test/test_string.rb | 2 +-
.../runtime/mofile.rb => test/test_text_domain.rb | 24 +-
...textdomain_bind.rb => test_text_domain_bind.rb} | 12 +-
...xtdomain_multi.rb => test_text_domain_multi.rb} | 10 +-
...in_toplevel.rb => test_text_domain_toplevel.rb} | 2 +-
test/test_thread.rb | 2 +-
test/tools/files/simple_translation.rb | 2 +-
test/{ => tools}/parser/test_ruby.rb | 124 ++-
test/tools/test_msgmerge.rb | 504 +++++-------
test/tools/test_task.rb | 287 +++++++
test/tools/test_tools.rb | 61 --
test/tools/test_xgettext.rb | 508 ++++++++----
517 files changed, 16222 insertions(+), 11263 deletions(-)
diff --cc debian/changelog
index 179ae5b,1b7f264..ad81a53
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,9 -1,54 +1,60 @@@
+ ruby-gettext (3.0.2-2) unstable; urgency=low
+
+ [ Jérémy Bobbio ]
+ * Team upload.
+ * Add a patch to fix rxgettext. (Closes: #726797)
+
+ [ Hleb Valoshka ]
+ * Remove no more required lintian-overrides.
+ * Fix manpage.
+
+ -- Jérémy Bobbio <lunar at debian.org> Sat, 19 Oct 2013 14:58:05 +0200
+
+ ruby-gettext (3.0.2-1) unstable; urgency=low
+
+ * Team upload.
+ * New upstream release.
+ + contains fix for crash when LANG or LC_ALL is set to xx_YY.utf8 instead
+ of xx_YY.UTF-8 (mainly gdm3 users with old user accounts). Closes: #725496
+ + debian/patches/0005-Restore-compatibility-with-Ruby-1.8.patch: refreshed
+ against new upstream version
+ * force rebuilding lib/gettext/po_parser.rb from source (src/po_parser.ry)
+ during build. Build-Depend on racc.
+
+ -- Antonio Terceiro <terceiro at debian.org> Sun, 06 Oct 2013 20:15:21 -0300
+
+ ruby-gettext (3.0.0-2) unstable; urgency=low
+
+ * Team upload.
+ * Restore compatibility with Ruby 1.8. (Closes: #721574)
+
+ -- Jérémy Bobbio <lunar at debian.org> Mon, 02 Sep 2013 10:02:41 +0200
+
+ ruby-gettext (3.0.0-1) unstable; urgency=low
+
+ [ Jérémy Bobbio ]
+ * Team upload.
+ * Imported Upstream version 3.0.0:
+ - Fix double escapes of '\n' in rgettext. (Closes: #716916)
+ * Refresh patches.
+ * Update Homepage.
+ * Drop support for Ruby 1.8, now unsupported upstream.
+ * Adjust Depends and Build-Depends to match new upstream requierements.
+ * Ship upstream examples.
+ * Update debian/copyright.
+ * Add a patch to fix test failures when there's no stdin.
+
+ [ Hleb Valoshka ]
+ * Update Vcs-* fields to use anonscm.debian.org.
+
+ -- Jérémy Bobbio <lunar at debian.org> Sun, 01 Sep 2013 19:09:40 +0200
+
+ruby-gettext (2.3.9-1~bpo70+1) wheezy-backports; urgency=low
+
+ * Rebuild for wheezy-backports.
+
+ -- Jérémy Bobbio <lunar at debian.org> Tue, 09 Jul 2013 12:17:48 +0200
+
ruby-gettext (2.3.9-1) unstable; urgency=low
* Team upload.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-gettext.git
More information about the Pkg-ruby-extras-commits
mailing list