File: control

package info (click to toggle)
ruby-countries 4.2.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,196 kB
  • sloc: ruby: 2,085; makefile: 4
file content (36 lines) | stat: -rw-r--r-- 1,419 bytes parent folder | download
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
Source: ruby-countries
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb (>= 2.1~),
               rake,
               ruby-i18n-data (>= 0.15~),
               ruby-rspec,
               ruby-sixarm-ruby-unaccent (>= 1.1),
               ruby-unicode-utils (>= 1.4),
               ruby-i18n,
               ruby-activesupport,
               ruby-tzinfo,
               ruby-money
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-countries.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-countries
Homepage: https://github.com/hexorx/countries
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no

Package: ruby-countries
Architecture: all
Depends: ${ruby:Depends},
         ${misc:Depends},
         ${shlibs:Depends}
Description: Gives you a country object full of all sorts of useful information
 Countries is a collection of all sorts of useful information for every country
 in the ISO 3166 standard. It contains info for the following standards
 ISO3166-1 (countries), ISO3166-2 (states/subdivisions), ISO4217 (currency) and
 E.164 (phone numbers).
 .
 Its author promises to add any country based data they can get access to.
 They hope this to be a repository for all country based information.