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
|
Source: libtrain
Section: contrib/devel
Priority: optional
Maintainer: Masayuki Hatta <mhatta@debian.org>
Build-Depends: autotools-dev, debhelper (>> 3.0.0)
Standards-Version: 3.5.2
Package: libtrain-dev
Architecture: any
Depends: libtrain1 (= ${Source-Version}), libc6-dev
Description: The train-routing calculator library - development
libtrain is a library for calculating the shortest route
from a train station to another in consideration of time and distance.
It tells you which line you should take and where you should transfer at.
.
Note that this is a *library*, so you have to get interface programs using
libtrain(gtktrain is recommended) to actually use it.
.
To use this software, you'll need to get the train schedule data separately
and install it by yourself. See README.Debian for more detail.
.
This package contains the header file and static library for developing
with libtrain.
Package: libtrain1
Section: contrib/libs
Architecture: any
Depends: ${shlibs:Depends}
Conflicts: libtrain0
Replaces: libtrain0
Suggests: lha
Description: The train-routing calculator library - runtime
libtrain is a library for calculating the shortest route
from a train station to another in consideration of time and distance.
It tells you which line you should take and where you should transfer at.
.
Note that this is a *library*, so you have to get interface programs using
libtrain(gtktrain is recommended) to actually use it.
.
To use this software, you'll need to get the train schedule data separately
and install it by yourself. See README.Debian for more detail.
.
This package contains the shared library and configuration files
needed to run programs using libtrain.
Package: libtrain-bin
Section: contrib/misc
Architecture: any
Depends: ${shlibs:Depends}
Description: Command line interface for libtrain
libtrain is a library for calculating the shortest route
from a train station to another in consideration of time and distance.
It tells you which line you should take and where you should transfer at.
.
Note that this is a *library*, so you have to get interface programs using
libtrain(gtktrain is recommended) to actually use it.
.
To use this software, you'll need to get the train schedule data separately
and install it by yourself. See README.Debian for more detail.
.
This package contains a command line interface for libtrain.
|