[hamradio-commits] [chirp] branch master updated (53285a3 -> 3f3b756)

Iain R. Learmonth irl at moszumanska.debian.org
Mon Apr 4 19:03:02 UTC 2016


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

irl pushed a change to branch master
in repository chirp.

      from  53285a3   Updated changelog for release
       new  4d45d60   Imported Upstream version 20160402
       new  a6cc90c   Merge tag 'upstream/20160402'
       new  e86a223   Updated changelog for new upstream version
       new  9eceef6   debian/control: Update to new standards version 3.9.7, update dep versions
       new  b22cb5c   debian/copyright: Some files moved
       new  3f3b756   Updated changelog for release

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:
 PKG-INFO                                  |    2 +-
 chirp/__init__.py                         |    2 +-
 chirp/chirp_common.py                     |    3 +-
 chirp/drivers/anytone.py                  |    2 +-
 chirp/drivers/anytone_ht.py               |    2 +-
 chirp/drivers/btech.py                    | 1000 +++++++++++++++++++++++++++++
 chirp/drivers/fd268.py                    |    6 +-
 chirp/drivers/ft2800.py                   |    2 +-
 chirp/drivers/ft2900.py                   |  607 ++++++++++++++++-
 chirp/drivers/ft50.py                     |  623 +++++++++++++++++-
 chirp/drivers/ft50_ll.py                  |  319 ---------
 chirp/drivers/ft60.py                     |   28 +
 chirp/drivers/ft817.py                    |    7 +-
 chirp/drivers/ft90.py                     |    2 +-
 chirp/drivers/ftm350.py                   |    4 +-
 chirp/drivers/ic9x.py                     |    2 +-
 chirp/drivers/icomciv.py                  |   78 ++-
 chirp/drivers/kenwood_live.py             |    2 +-
 chirp/drivers/kguv8d.py                   |  197 ++++--
 chirp/drivers/puxing.py                   |    2 +-
 chirp/drivers/th9000.py                   |    2 +-
 chirp/drivers/th9800.py                   |    2 +-
 chirp/drivers/th_uv3r.py                  |    2 +-
 chirp/drivers/th_uv3r25.py                |    2 +-
 chirp/drivers/th_uvf8d.py                 |    4 +-
 chirp/drivers/thd72.py                    |  217 ++++++-
 chirp/drivers/thuv1f.py                   |    2 +-
 chirp/drivers/{tk760.py => tk270.py}      |  597 +++++++++--------
 chirp/drivers/tk760.py                    |  115 ++--
 chirp/drivers/tk760g.py                   |  233 +++++--
 chirp/drivers/tk8102.py                   |    4 +-
 chirp/drivers/ts2000.py                   |    2 +-
 chirp/drivers/uv5r.py                     |   31 +-
 chirp/drivers/uvb5.py                     |    2 +-
 chirp/drivers/vxa700.py                   |    4 +-
 chirp/ui/mainapp.py                       |   19 +-
 chirpw                                    |    1 +
 debian/changelog                          |   12 +
 debian/control                            |    6 +-
 debian/copyright                          |    7 +-
 locale/es_ES/LC_MESSAGES/CHIRP.mo         |  Bin 0 -> 15564 bytes
 stock_configs/NOAA Weather Alert.csv      |   19 +-
 stock_configs/US CA Railroad Channels.csv |  187 ++++++
 43 files changed, 3518 insertions(+), 842 deletions(-)
 create mode 100644 chirp/drivers/btech.py
 delete mode 100644 chirp/drivers/ft50_ll.py
 copy chirp/drivers/{tk760.py => tk270.py} (58%)
 create mode 100644 locale/es_ES/LC_MESSAGES/CHIRP.mo
 create mode 100644 stock_configs/US CA Railroad Channels.csv

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



More information about the pkg-hamradio-commits mailing list