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 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89
|
Source: gelemental
Section: science
Priority: optional
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Uploaders: Daniel Leidert <dleidert@debian.org>,
Graham Inggs <ginggs@debian.org>,
Michael Banck <mbanck@debian.org>
Build-Depends: debhelper-compat (= 13),
doxygen,
gettext,
graphviz,
intltool,
libgtkmm-2.4-dev,
libxml-parser-perl,
pkg-config
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://github.com/ginggs/gelemental
Vcs-Browser: https://salsa.debian.org/debichem-team/gelemental
Vcs-Git: https://salsa.debian.org/debichem-team/gelemental.git
Package: gelemental
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Periodic Table viewer
gElemental is a GTK+ periodic table viewer that provides detailed information
about chemical elements.
.
It features a table view which allows the elements to be coloured thematically
by several properties, a sortable list view and an element properties
dialog, displaying a variety of information, including historical,
thermodynamic, electrochemical, and crystallographic properties.
.
This package contains the main application.
Package: libelemental0
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Periodic Table viewer (data and shared library)
gElemental is a GTK+ periodic table viewer that provides detailed information
about chemical elements.
.
It features a table view which allows the elements to be coloured thematically
by several properties, a sortable list view and an element properties
dialog, displaying a variety of information, including historical,
thermodynamic, electrochemical, and crystallographic properties.
.
This package contains the shared library and the data set.
Package: libelemental-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libelemental0 (= ${binary:Version}),
libglibmm-2.4-dev,
libpango1.0-dev,
${misc:Depends}
Conflicts: libelemental
Provides: libelemental
Suggests: libelemental-doc
Description: Periodic Table viewer (development files)
gElemental is a GTK+ periodic table viewer that provides detailed information
about chemical elements.
.
It features a table view which allows the elements to be coloured thematically
by several properties, a sortable list view and an element properties
dialog, displaying a variety of information, including historical,
thermodynamic, electrochemical, and crystallographic properties.
.
This package contains the development libraries and headers.
Package: libelemental-doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Recommends: libelemental-dev
Section: doc
Description: Periodic Table viewer (API documentation)
gElemental is a GTK+ periodic table viewer that provides detailed information
about chemical elements.
.
It features a table view which allows the elements to be coloured thematically
by several properties, a sortable list view and an element properties
dialog, displaying a variety of information, including historical,
thermodynamic, electrochemical, and crystallographic properties.
.
This package contains the API documentation.
|