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: cyclograph
Section: misc
Priority: optional
Maintainer: Federico Brega <charon.66@gmail.com>
Standards-Version: 4.1.1
Build-Depends: debhelper (>= 10~),
dh-python,
python3-all,
pyqt5-dev-tools,
asciidoc-base,
gettext
X-Python3-Version: >= 3.4
Homepage: http://cyclograph.sourceforge.net
Vcs-Git: https://anonscm.debian.org/git/pkg-running/cyclograph.git
Vcs-Browser: https://anonscm.debian.org/git/pkg-running/cyclograph.git
Package: cyclograph
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
libjs-openlayers
Recommends: cyclograph-gtk3 | cyclograph-qt5
Description: route altimetry plotting application
CycloGraph is an application for plotting the elevation profile of routes.
Its main value is in the graphical visualization of the difficulty of a
road, in term of slope, difference in height, etc. Plots like these are
often used in cycling competitions, but are also useful in other sports,
such as hiking or running.
.
This package provides the command-line interface of CycloGraph.
Package: cyclograph-qt5
Architecture: all
Depends: ${misc:Depends},
cyclograph (=${binary:Version}),
python3-pyqt5,
python3-pyqt5.qtwebengine
Description: route altimetry plotting application - Qt interface
CycloGraph is an application for plotting the elevation profile of routes.
Its main value is in the graphical visualization of the difficulty of a
road, in term of slope, difference in height, etc. Plots like these are
often used in cycling competitions, but are also useful in other sports,
such as hiking or running.
.
This package provides the Qt 5 interface of CycloGraph.
Package: cyclograph-gtk3
Architecture: all
Depends: ${misc:Depends},
cyclograph (=${binary:Version}),
gir1.2-gtk-3.0,
python3-gi-cairo,
gir1.2-webkit2-4.0
Description: route altimetry plotting application - GTK3 interface
CycloGraph is an application for plotting the elevation profile of routes.
Its main value is in the graphical visualization of the difficulty of a
road, in term of slope, difference in height, etc. Plots like these are
often used in cycling competitions, but are also useful in other sports,
such as hiking or running.
.
This package provides the GTK3 interface of CycloGraph.
|