summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRALOVICH, Kristof <tade60@freemail.hu>2014-03-02 10:36:49 +0100
committerRALOVICH, Kristof <tade60@freemail.hu>2014-03-02 10:36:49 +0100
commit81946c24b6b0f8d301ff7039ca459247c0e2f963 (patch)
treef4ed1f2df037673e59db912c0f682354e8ce194d
parent69c6aff6f38348cc70a9d628b1320f4c3e1b1523 (diff)
make lintian happier 2
-rw-r--r--scripts/debian/control26
1 files changed, 15 insertions, 11 deletions
diff --git a/scripts/debian/control b/scripts/debian/control
index db62d07..24929a7 100644
--- a/scripts/debian/control
+++ b/scripts/debian/control
@@ -2,7 +2,7 @@ Source: antpm
Maintainer: Kristof Ralovich <tade60@freemail.hu>
Section: misc
Priority: optional
-Standards-Version: 3.9.2
+Standards-Version: 3.9.4
Build-Depends: debhelper (>= 8), devscripts (>= 2.10), g++ (>= 4.4) | clang (>= 3.0), libboost-dev (>= 1.41) | libboost1.41-dev, cmake (>= 2.8), libusb-dev, libxml2-dev, pkg-config (>= 0.25), libboost-thread-dev,libboost-filesystem-dev,libboost-system-dev,libboost-date-time-dev,libboost-program-options-dev,libboost-test-dev
Homepage: https://code.google.com/p/antpm/
Vcs-Git: https://code.google.com/p/antpm/
@@ -17,11 +17,13 @@ Depends:
Description: ANT+minus implements the ANT/ANT+/ANT-FS protocols and provides tools.
Userspace implementation of a wire protocol similar to the
ANT/ANT+/ANT-FS protocols. The goal is to be able to communicate with
- the Forerunner 310XT watch in order to retrieve sports tracks. The
- c++ implementation is currently available under both linux and win.
- Communication with watches other than the 310XT might work, but are
- untested. Please report your experience to help improving the
- software.
+ the Forerunner 310XT (or any other ANT/ANT+/ANT-FS capable device)
+ watch in order to retrieve sports tracks.
+ The C++ implementation is currently available under both Linux and
+ win. Communication with watches other than the 310XT might (610XT and
+ 910XT are likely) work, but are untested. This project currently does
+ not yet support Forerunner 405, but work is underway for 405
+ support. Please report your experience to help improving the software.
Package: antpm-dbg
Section: debug
@@ -33,9 +35,11 @@ Depends:
Description: ANT+minus implements the ANT/ANT+/ANT-FS protocols and provides tools.
Userspace implementation of a wire protocol similar to the
ANT/ANT+/ANT-FS protocols. The goal is to be able to communicate with
- the Forerunner 310XT watch in order to retrieve sports tracks. The
- c++ implementation is currently available under both linux and win.
- Communication with watches other than the 310XT might work, but are
- untested. Please report your experience to help improving the
- software.
+ the Forerunner 310XT (or any other ANT/ANT+/ANT-FS capable device)
+ watch in order to retrieve sports tracks.
+ The C++ implementation is currently available under both Linux and
+ win. Communication with watches other than the 310XT might (610XT and
+ 910XT are likely) work, but are untested. This project currently does
+ not yet support Forerunner 405, but work is underway for 405
+ support. Please report your experience to help improving the software.
This package provides debugging symbols for the antpm package.