[hamradio-commits] [chirp] branch master updated (365ae45 -> 4ad53fe)

Iain R. Learmonth irl at moszumanska.debian.org
Mon Jul 25 18:41:23 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  365ae45   Updates manpages and updates changelog for new release
       new  1b6354d   changelog: Fix include spelling
       new  456f3bf   Imported Upstream version 20160717
       new  10fa651   Merge tag 'upstream/20160717'
       new  4a87776   Add a patch to disable phoning home
       new  4ad53fe   Updated changelog for release

The 5 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                     |   12 +-
 chirp/detect.py                           |    6 +-
 chirp/drivers/ap510.py                    |    1 -
 chirp/drivers/btech.py                    |  206 +++-
 chirp/drivers/ft2800.py                   |    4 +-
 chirp/drivers/ft2900.py                   |   16 +-
 chirp/drivers/hobbypcb.py                 |  327 +++++++
 chirp/drivers/ic9x_ll.py                  |   14 +-
 chirp/drivers/icf.py                      |    2 +-
 chirp/drivers/ict8.py                     |   42 +-
 chirp/drivers/kenwood_live.py             |    4 +-
 chirp/drivers/kguv8d.py                   |    3 +
 chirp/drivers/{th9800.py => th7800.py}    |  371 ++++----
 chirp/drivers/th9800.py                   |   13 +-
 chirp/drivers/thd72.py                    |   18 +-
 chirp/drivers/tk270.py                    |    7 +-
 chirp/drivers/tk760.py                    |    7 +-
 chirp/drivers/tk760g.py                   |   12 +-
 chirp/drivers/tk8102.py                   |    4 +-
 chirp/drivers/tmv71.py                    |    2 +-
 chirp/drivers/uv5r.py                     |   12 +-
 chirp/drivers/vgc.py                      | 1449 +++++++++++++++++++++++++++++
 chirp/platform.py                         |    2 +
 chirp/settings.py                         |   57 ++
 chirp/ui/clone.py                         |   19 +-
 chirp/ui/mainapp.py                       |   58 +-
 chirp/ui/memedit.py                       |    9 +-
 chirp/ui/shiftdialog.py                   |    2 -
 debian/changelog                          |    9 +-
 debian/patches/07-disable-reporting.patch |   19 +
 debian/patches/series                     |    1 +
 33 files changed, 2359 insertions(+), 353 deletions(-)
 create mode 100644 chirp/drivers/hobbypcb.py
 copy chirp/drivers/{th9800.py => th7800.py} (65%)
 create mode 100644 chirp/drivers/vgc.py
 create mode 100644 debian/patches/07-disable-reporting.patch

-- 
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