File: control

package info (click to toggle)
openambit 0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 1,024 kB
  • ctags: 1,249
  • sloc: ansic: 5,724; cpp: 4,771; python: 398; sh: 173; perl: 159; makefile: 22
file content (87 lines) | stat: -rw-r--r-- 3,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
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
Source: openambit
Section: utils
Priority: optional
Maintainer: Debian running development group <pkg-running-devel@lists.alioth.debian.org>
Uploaders: Christian Perrier <bubulle@debian.org>
Build-Depends: debhelper (>= 9~), cmake, libusb-1.0-0-dev, libudev-dev, libqjson-dev, libqt4-dev, zlib1g-dev
Standards-Version: 3.9.5
Homepage: http://openambit.org/
Vcs-Git: git://git.debian.org/pkg-running/openambit.git
Vcs-Browser: http://git.debian.org/?p=pkg-running/openambit.git;a=summary

Package: openambit
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: utilities for Suunto Ambit sport watches
 This package provides software that helps communicating with Suunto Ambit
 outdoor watches.
 .
 OpenAmbit offers the following features:
  - Read logs from device and save them in XML files;
  - Upload logs to movescount.com;
  - Update orbital data (for faster GPS sync) to the device.
 .
 It doesn't have the following features (but may include them in future
 releases):
  - Sync user settings from movescount to device;
  - Sync apps, routes etc from movescount to device.
 .
 The application is divided in 2 parts, libambit which is a basic
 C-library that does the device-communication, and the openambit GUI
 application that writes the logs to XML files and synchronize with
 movescount. The movescount parts is completely optional, and needs
 to be manually enabled in the UI.
 .
 This package provides the GUI interface.

Package: libambit0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: utilities for Suunto Ambit sport watches
 This package provides software that helps communicating with Suunto Ambit
 outdoor watches.
 .
 OpenAmbit offers the following features:
  - Read logs from device and save them in XML files;
  - Upload logs to movescount.com;
  - Update orbital data (for faster GPS sync) to the device.
 .
 It doesn't have the following features (but may include them in future
 releases):
  - Sync user settings from movescount to device;
  - Sync apps, routes etc from movescount to device.
 .
 The application is divided in 2 parts, libambit which is a basic
 C-library that does the device-communication, and the openambit GUI
 application that writes the logs to XML files and synchronize with
 movescount. The movescount parts is completely optional, and needs
 to be manually enabled in the UI.
 .
 This package provides the shared library.

Package: libambit0-dev
Architecture: any
Section: libdevel
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: utilities for Suunto Ambit sport watches
 This package provides software that helps communicating with Suunto Ambit
 outdoor watches.
 .
 OpenAmbit offers the following features:
  - Read logs from device and save them in XML files;
  - Upload logs to movescount.com;
  - Update orbital data (for faster GPS sync) to the device.
 .
 It doesn't have the following features (but may include them in future
 releases):
  - Sync user settings from movescount to device;
  - Sync apps, routes etc from movescount to device.
 .
 The application is divided in 2 parts, libambit which is a basic
 C-library that does the device-communication, and the openambit GUI
 application that writes the logs to XML files and synchronize with
 movescount. The movescount parts is completely optional, and needs
 to be manually enabled in the UI.
 .
 This package provides the development files.