debian/0000755000000000000000000000000012244357122007170 5ustar debian/ruby-test-files.yaml0000644000000000000000000000002612244357122013110 0ustar --- - test/ts_all.rb debian/source/0000755000000000000000000000000012244357122010470 5ustar debian/source/format0000644000000000000000000000001412244357122011676 0ustar 3.0 (quilt) debian/ruby-tzinfo.docs0000644000000000000000000000001212244357122012323 0ustar README.md debian/compat0000644000000000000000000000000212244357122010366 0ustar 7 debian/copyright0000644000000000000000000000253612244357122011131 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: tzinfo Source: http://tzinfo.rubyforge.org Files: * Copyright: 2005-2013, Philip Ross License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Files: debian/* Copyright: These files ain't copyrighted License: public-domain These files are in Public Domain. debian/changelog0000644000000000000000000000640112244357122011043 0ustar ruby-tzinfo (1.1.0-1) unstable; urgency=low * New upstream release. * Install CHANGES.md as upstream's changelog. * Build against gem2deb >= 0.5.0~ to add ruby2.0 and drop ruby1.8 support. * Drop patches. -- Hleb Valoshka <375gnu@gmail.com> Sun, 24 Nov 2013 14:08:53 +0300 ruby-tzinfo (1.0.1-1) unstable; urgency=low * New upstream release. * Bump Standards-Version to 3.9.4 (no changes). * Remove obsoleted DM-Upload-Allowed. * Update Vcs-* fields to use anonscm.debian.org. * Use Expat as a license name instead of MIT. * Update source address in debian/copyright. * Drop transitional packages. * Drop 0002-use-system-tz-data.patch, upstream now supports system zoneinfo files itself. * Refresh 0001-disable-tainted-load-test.patch. -- Hleb Valoshka <375gnu@gmail.com> Sat, 17 Aug 2013 17:56:19 +0300 ruby-tzinfo (0.3.33-3) unstable; urgency=low * Use system timezome data (Closes: #503591). -- Hleb Valoshka <375gnu@gmail.com> Sun, 08 Jul 2012 12:26:58 +0300 ruby-tzinfo (0.3.33-2) unstable; urgency=low * Team upload. * Rebuild against newer gem2deb -- Vincent Fourmond Mon, 25 Jun 2012 21:58:29 +0200 ruby-tzinfo (0.3.33-1) unstable; urgency=low * New upstream release. -- Hleb Valoshka <375gnu@gmail.com> Sat, 14 Apr 2012 20:28:21 +0300 ruby-tzinfo (0.3.32-1) unstable; urgency=low * New upstream release. * Bump Standards-Version to 3.9.3. -- Hleb Valoshka <375gnu@gmail.com> Sat, 17 Mar 2012 01:13:04 +0300 ruby-tzinfo (0.3.31-1) unstable; urgency=low * New upstream release. * Switch to gem2deb-based packaging. - source and binary packages renamed to ruby-tzinfo - transitional packages added - source format changed to 3.0 (quilt). -- Hleb Valoshka <375gnu@gmail.com> Sat, 18 Feb 2012 17:32:54 +0300 libtzinfo-ruby (0.3.19-1) unstable; urgency=low * New upstream release -- Roberto C. Sanchez Thu, 08 Apr 2010 16:19:03 -0400 libtzinfo-ruby (0.3.16-1) unstable; urgency=low * New upstream release * Port the package to Ruby 1.9.1 (Closes: #569873) * Added myself as an uploader * Standards-version 3.8.3→3.8.4 (no changes needed) * Removed simple-patchsys from debian/rules (was not used) -- Gunnar Wolf Tue, 16 Feb 2010 15:43:03 -0600 libtzinfo-ruby (0.3.14-1) unstable; urgency=low * New upstream release * Bump standards version to 3.8.3 (no changes) * Make lintian happy: + Have Build-Depends satisfy requirements for 'debian/rules clean' + Add missing ${misc:Depends} dependency for each binary package * Update package section to ruby to comply with new archive layout. [ Lucas Nussbaum ] * Fixed Vcs-* fields after pkg-ruby-extras SVN layout change. -- Roberto C. Sanchez Thu, 27 Aug 2009 18:59:36 -0400 libtzinfo-ruby (0.3.12-1) unstable; urgency=low * New upstream release -- Roberto C. Sanchez Tue, 18 Nov 2008 20:35:43 -0500 libtzinfo-ruby (0.3.11-1) unstable; urgency=low * New upstream release -- Roberto C. Sanchez Wed, 29 Oct 2008 22:41:33 -0400 libtzinfo-ruby (0.3.10-1) unstable; urgency=low * Initial release (Closes: #499907) -- Roberto C. Sanchez Tue, 23 Sep 2008 11:29:09 -0400 debian/rules0000755000000000000000000000102712244357122010250 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 CHANGES.md -O--buildsystem=ruby debian/watch0000644000000000000000000000014112244357122010215 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/tzinfo .*/tzinfo-(.*).tar.gz debian/control0000644000000000000000000000162112244357122010573 0ustar Source: ruby-tzinfo 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~), ruby-thread-safe (>= 0.1~) Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-tzinfo.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-tzinfo.git;a=summary Homepage: http://tzinfo.rubyforge.org/ XS-Ruby-Versions: all Package: ruby-tzinfo Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-thread-safe (>= 0.1~) Description: Daylight-savings aware timezone library TZInfo is a Ruby library that uses the standard tz (Olson) database to provide daylight savings aware transformations between times in different time zones.