debian/0000755000000000000000000000000012257104623007170 5ustar debian/rules0000755000000000000000000000103512256653056010257 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 # # Uncomment to ignore all test failures (but the tests will run anyway) #export DH_RUBY_IGNORE_TESTS=all # # Uncomment to ignore some test failures (but the tests will run anyway). # Valid values: #export DH_RUBY_IGNORE_TESTS=ruby1.8 ruby1.9.1 require-rubygems # # If you need to specify the .gemspec (eg there is more than one) #export DH_RUBY_GEMSPEC=gem.gemspec %: dh $@ --buildsystem=ruby --with ruby override_dh_installchangelogs: dh_installchangelogs doc/text/news.md -O--buildsystem=ruby debian/watch0000644000000000000000000000014112142270461010212 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/locale .*/locale-(.*).tar.gz debian/source/0000755000000000000000000000000012204107232010457 5ustar debian/source/format0000644000000000000000000000001412004005145011663 0ustar 3.0 (quilt) debian/ruby-test-files.yaml0000644000000000000000000000030412256653056013117 0ustar --- - test/test_detect_general.rb #- test/test_detect_cgi.rb - test/test_driver_jruby.rb - test/test_info.rb - test/test_locale.rb - test/test_taglist.rb - test/test_tag.rb - test/test_thread.rb debian/gbp.conf0000644000000000000000000000003612256653056010616 0ustar [DEFAULT] pristine-tar = True debian/copyright0000644000000000000000000000714612256653056011143 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: locale Source: https://github.com/ruby-gettext/locale Files: * Copyright: 2002-2009 Masao Mutoh 2012-2013 Kouhei Sutou License: Ruby or LGPL-3+ License: LGPL-3+ This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. . You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . . On Debian systems the full text of the GNU Lesser General Public License version 3 can be found in the file `/usr/share/common-licenses/LGPL-3'. License: Ruby 1. You may make and give away verbatim copies of the source form of the software without restriction, provided that you duplicate all of the original copyright notices and associated disclaimers. . 2. You may modify your copy of the software in any way, provided that you do at least ONE of the following: . a) place your modifications in the Public Domain or otherwise make them Freely Available, such as by posting said modifications to Usenet or an equivalent medium, or by allowing the author to include your modifications in the software. . b) use the modified software only within your corporation or organization. . c) rename any non-standard executables so the names do not conflict with standard executables, which must also be provided. . d) make other distribution arrangements with the author. . 3. You may distribute the software in object code or executable form, provided that you do at least ONE of the following: . a) distribute the executables and library files of the software, together with instructions (in the manual page or equivalent) on where to get the original distribution. . b) accompany the distribution with the machine-readable source of the software. . c) give non-standard executables non-standard names, with instructions on where to get the original software distribution. . d) make other distribution arrangements with the author. . 4. You may modify and include the part of the software into any other software (possibly commercial). But some files in the distribution are not written by the author, so that they are not under this terms. . They are gc.c(partly), utils.c(partly), regex.[ch], st.[ch] and some files under the ./missing directory. See each file for the copying condition. . 5. The scripts and library files supplied as input to or produced as output from the software do not automatically fall under the copyright of the software, but belong to whomever generated them, and may be sold commercially, and may be aggregated with this software. . 6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. Files: debian/* Copyright: These files ain't copyrighted License: public-domain These files are in Public Domain. debian/control0000644000000000000000000000174012257104623010575 0ustar Source: ruby-locale Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Hleb Valoshka <375gnu@gmail.com> Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.5.0~) Standards-Version: 3.9.5 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-locale.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-locale.git;a=summary Homepage: https://github.com/ruby-gettext/locale XS-Ruby-Versions: all Package: ruby-locale Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter Breaks: ruby-gettext (<< 3.0.3~) Description: Locale library for Ruby Ruby-Locale is a pure Ruby library which provides a basic API for localization. . It aims to support programs of every kind, from GUI applications to web libraries, on all the platforms that Ruby works on, and to provide a central hub for other i18n/l10n software. debian/compat0000644000000000000000000000000212004005145010353 0ustar 7 debian/ruby-locale.examples0000644000000000000000000000001212004005145013124 0ustar samples/* debian/changelog0000644000000000000000000000514312257104623011045 0ustar ruby-locale (2.1.0-2) unstable; urgency=medium * Rebuild with Breaks: ruby-gettext (<< 3.0.3~) (Closes: #733140). -- Hleb Valoshka <375gnu@gmail.com> Thu, 26 Dec 2013 20:34:37 +0300 ruby-locale (2.1.0-1) unstable; urgency=low * New upstream release. * Install doc/text/news.md as upstream changelog. * Bump Standards-Version to 3.9.5 (no changes). * Fix debian/copyright to reflect upstream license changes. -- Hleb Valoshka <375gnu@gmail.com> Wed, 25 Dec 2013 13:44:42 +0300 ruby-locale (2.0.9-1) unstable; urgency=low * New upstream release (Closes: #690572). * Add previously missed unit tests. * Drop patches, they are included by upstream. * Build against gem2deb >= 0.5.0~ to add ruby2.0 and drop ruby1.8 support. -- Hleb Valoshka <375gnu@gmail.com> Sat, 12 Oct 2013 22:50:41 +0300 ruby-locale (2.0.8-1) unstable; urgency=low * New upstream release. * Bump Standards-Version to 3.9.4 (no changes). * Remove obsoleted DM-Upload-Allowed. * Update watch file. * Drop transitional packages. * Update Vcs-* fields to use anonscm.debian.org. * Update homepage. -- Hleb Valoshka <375gnu@gmail.com> Sat, 17 Aug 2013 17:55:22 +0300 ruby-locale (2.0.5-6) unstable; urgency=low * Fix various bugs with charset handling (Closes: #520181) * Fix lintian complaints. * Better package description (thanks to Justin B. Rye). -- Hleb Valoshka <375gnu@gmail.com> Tue, 09 Oct 2012 22:33:28 +0300 ruby-locale (2.0.5-5) unstable; urgency=low * Team upload. * Bump build dependency on gem2deb to >= 0.3.0~. -- Cédric Boutillier Sat, 30 Jun 2012 16:21:58 +0200 ruby-locale (2.0.5-4) unstable; urgency=low * Bugfix release, fixes are for: - environmental variable LANGUAGE exists, but isn't set (Closes: #670320) - Locale.current= can't accept value from previuos call to Locale.current (Closes: #600713) -- Hleb Valoshka <375gnu@gmail.com> Thu, 26 Apr 2012 21:27:28 +0300 ruby-locale (2.0.5-3) unstable; urgency=low * Switch to gem2deb-based packaging. - source and binary packages renamed to ruby-locale - transitional packages added - source format changed to 3.0 (quilt) * Fix SecurityError under ruby1.9.1 and $SAFE>=1 -- Hleb Valoshka <375gnu@gmail.com> Wed, 14 Mar 2012 20:57:38 +0300 liblocale-ruby (2.0.5-2) unstable; urgency=low * Fix build-depends; add ruby1.9.1 (Closes: #571370) -- Tatsuki Sugiura Thu, 18 Feb 2010 21:13:45 +0900 liblocale-ruby (2.0.5-1) unstable; urgency=medium * Initial release (Closes: #570367) -- Tatsuki Sugiura Thu, 18 Feb 2010 20:50:05 +0900 debian/ruby-locale.docs0000644000000000000000000000001412004005145012240 0ustar README.rdoc