1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
Source: libtzinfo-ruby
Section: ruby
Priority: extra
Maintainer: Athena Capital Research <acr-debian@athenacr.com>
Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>, Roberto C. Sanchez <roberto@connexer.com>, Gunnar Wolf <gwolf@debian.org>
Build-Depends: debhelper (>= 5), cdbs, ruby-pkg-tools (>= 0.17)
Standards-Version: 3.8.4
Homepage: http://tzinfo.rubyforge.org/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-ruby-extras/trunk/libtzinfo-ruby/
Vcs-Svn: svn://svn.debian.org/svn/pkg-ruby-extras/trunk/libtzinfo-ruby/
Package: libtzinfo-ruby
Architecture: all
Depends: libtzinfo-ruby1.8, ${misc:Depends}
Description: Ruby library for transformations between time zones
TZInfo is a Ruby library that uses the standard tz (Olson) database to provide
daylight savings aware transformations between times in different time zones.
The tz database is compiled into Ruby modules which are packaged in the
release. No external zoneinfo files are required at runtime.
.
This is a dependency package which depends on Debian's default Ruby version
(currently 1.8).
Package: libtzinfo-ruby1.8
Architecture: all
Depends: libruby1.8, ${misc:Depends}
Description: Ruby library for transformations between time zones (Ruby 1.8)
TZInfo is a Ruby library that uses the standard tz (Olson) database to provide
daylight savings aware transformations between times in different time zones.
The tz database is compiled into Ruby modules which are packaged in the
release. No external zoneinfo files are required at runtime.
.
This package is built for Ruby 1.8.
Package: libtzinfo-ruby1.9.1
Architecture: all
Depends: libruby1.9.1, ${misc:Depends}
Description: Ruby library for transformations between time zones (Ruby 1.9.1)
TZInfo is a Ruby library that uses the standard tz (Olson) database to provide
daylight savings aware transformations between times in different time zones.
The tz database is compiled into Ruby modules which are packaged in the
release. No external zoneinfo files are required at runtime.
.
This package is built for Ruby 1.9.1.
|