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
|
Source: isoquery
Section: misc
Priority: optional
Maintainer: Dr. Tobias Quathamer <toddy@debian.org>
Build-Depends: debhelper (>= 11), libglib2.0-dev, libjson-glib-dev,
python3-docutils, po4a, bash-completion,
# The following packages are only needed for testing during the build
iso-codes, locales
Standards-Version: 4.1.3
Homepage: https://github.com/toddy15/isoquery
Vcs-Browser: https://salsa.debian.org/debian/isoquery
Vcs-Git: https://salsa.debian.org/debian/isoquery.git
Package: isoquery
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: iso-codes
Description: Search and display various ISO codes (country, language, ...)
This program can be used to generate a tabular output of the ISO standard
codes provided by the package iso-codes.
.
It parses the JSON files and shows all included ISO codes or just
matching entries, if specified on the command line.
.
Moreover, it's possible to get all available translations for
the ISO standard.
|