[Pkg-running-devel] [antpm] branch master updated (a91bcf3 -> 644ce77)

Kristof Ralovich ralovich-guest at moszumanska.debian.org
Sat Mar 12 23:53:31 UTC 2016


This is an automated email from the git hooks/post-receive script.

ralovich-guest pushed a change to branch master
in repository antpm.

      from  a91bcf3   update changelog
       new  60c1e50   debian/control: update
      adds  0cde171   open for development
      adds  9f112ff   cmake: link boost atomic too
      adds  9908aad   don't use __DATE__ for reproducible builds
      adds  10c98e3   docs: document more of the debian packaging procedure
      adds  492a3fb   antpm: convert auto_ptr to unique_ptr, start using C++14 (make_unique)
      adds  0465c43   scripts: comment unused code
      adds  0104e36   Revert "cmake: link boost atomic too"
      adds  d3fc024   travis-ci: try pulling in more recent boost and c++ compilers
      adds  bfc4296   travis-ci: pull in cmake and pkg-config too
      adds  d4de75b   travis-ci: do not set CXX explicitly
      adds  9cc304e   travis-ci: try using newer boost
      adds  fb242b3   travis-ci: try using newer boost v2
      adds  71fe1ff   travis-ci: require gcc 4.9
      adds  f38dc32   travis-ci: require gcc 4.9 v2
      adds  e19bf53   travis-ci: try using newer boost v3
      adds  ba6cd0e   travis-ci: try using newer boost v4
      adds  2a9bb1b   travis-ci: try using newer boost v5
      adds  e86c9af   travis-ci: try using newer boost v6
      adds  bd8ed26   Revert "Revert "cmake: link boost atomic too""
      adds  74fb0e3   travis-ci: try using newer boost v7
      adds  153359b   cmake: link boost exception too
      adds  afc0660   link rt for e.g. clocl_gettime
      adds  04c4326   travis-ci: try using newer boost v8
      adds  499d0ac   travis-ci: try using newer boost v9
      adds  df2ace0   travis-ci: try using newer boost v10
      adds  9640367   travis-ci: try using newer boost v11
      adds  9631cc3   cmake: improve boost dynamic linking for travis
      adds  b897789   cmake: treat clang the same way as gcc
      adds  5b23e87   travis-ci: clang build segfaults on travis, no idea why
      adds  b0c2c35   ant: another device seen
      adds  deafcd0   ant: two FR405s seen
      adds  8353292   document constants
      adds  2fc0357   files coming from direct transfers are not ant fs packed
      adds  2244de7   ds: bugfix: do not always write 3 as delay
      adds  5447c14   antfs: hint which files would be downloaded based on date
      adds  334073b   ant: improve debuggability
      adds  7565e90   port over to libusb1.0
      adds  7de2d30   usb: fix warning storm
      adds  8f199ca   Merge branch 'libusb-1.0-conversion'
      adds  89ed272   ant: fix typo
      adds  27e207e   version 1.18
       new  53be8af   Merge tag 'upstream/v1.18'
       new  2e96fbd   update changelog
       new  debcd3c   drop patch merged upstream
       new  27079af   drop patch merged upstream
       new  644ce77   debian/control: add libboost-exception-dev to Build-Depends

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog                                |  12 ++
 debian/control                                  |   6 +-
 debian/patches/link-boost-atomic                |  19 --
 debian/patches/no_date_reproducible_build.patch |  11 -
 debian/patches/series                           |   2 -
 docs/maintainer.txt                             |  25 ++-
 scripts/debian/changelog                        |  44 ++++
 scripts/make-tarball                            |   4 +-
 src/AntChannel.cpp                              |   6 +
 src/AntFr310XT.cpp                              | 149 +++++++++++--
 src/AntMessage.cpp                              |  22 ++
 src/AntMessage.hpp                              |   6 +
 src/AntMessenger.cpp                            |  27 ++-
 src/CMakeLists.txt                              |  25 ++-
 src/DeviceSettings.cpp                          |   4 +-
 src/LazySingleton.hpp                           |  15 +-
 src/Log.hpp                                     |  18 +-
 src/SerialTty.hpp                               |   2 +-
 src/SerialUsb.cpp                               | 271 +++++++++++++++---------
 src/SerialUsb.hpp                               |   2 +-
 src/VERSION                                     |   2 +-
 src/antdefs.hpp                                 |   4 +-
 src/antpm-downloader.cpp                        |   6 +-
 src/antpm-fit2gpx.cpp                           |  12 +-
 src/antpm-usbmon2ant.cpp                        |  13 +-
 src/common.cpp                                  |   2 +-
 src/tests/lq1.cpp                               |  15 +-
 src/tests/sm1.cpp                               |   9 +-
 src/tests/testDateTime.cpp                      |  13 +-
 src/tests/testDeviceSettings.cpp                |  11 +-
 30 files changed, 482 insertions(+), 275 deletions(-)
 delete mode 100644 debian/patches/link-boost-atomic
 delete mode 100644 debian/patches/no_date_reproducible_build.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-running/antpm.git



More information about the Pkg-running-devel mailing list