[jstest-gtk] branch master updated (2387c4c -> 3c646a4)

Stephen Kitt skitt at moszumanska.debian.org
Mon Dec 12 22:11:21 UTC 2016


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

skitt pushed a change to branch master
in repository jstest-gtk.

      from  2387c4c   Switch to https: URIs (see #810378).
       new  3a1752e   New upstream version 0.1.1~git20160825
       new  53c573c   Merge tag 'upstream/0.1.1_git20160825'
       new  e2804dd   New upstream snapshot
       new  ded7420   Clean up debian/control using cme
       new  dedffb4   Switch to debhelper compatibility level 10
       new  3c646a4   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:
 CMakeLists.txt                      |  74 ++++
 README => README.md                 |  57 +--
 SConstruct                          |  39 --
 TODO                                |  20 +-
 data/PS3.png                        | Bin 0 -> 5285 bytes
 debian/changelog                    |   8 +-
 debian/clean                        |   1 +
 debian/compat                       |   2 +-
 debian/control                      |  21 +-
 debian/copyright                    |   8 +-
 debian/docs                         |   2 +-
 debian/patches/datadir.patch        |  15 -
 debian/patches/flags-from-env.patch |  20 -
 debian/patches/series               |   2 -
 debian/rules                        |  25 +-
 external/binreloc-2.0/binreloc.c    | 766 ++++++++++++++++++++++++++++++++++++
 external/binreloc-2.0/binreloc.h    |  80 ++++
 src/axis_widget.cpp                 |  84 ++--
 src/axis_widget.hpp                 |   4 +-
 src/button_widget.cpp               |  46 +--
 src/button_widget.hpp               |   4 +-
 src/calibrate_maximum_dialog.cpp    |  88 ++---
 src/calibrate_maximum_dialog.hpp    |   4 +-
 src/evdev_helper.cpp                | 192 ++++-----
 src/evdev_helper.hpp                |   2 +-
 src/joystick.cpp                    | 522 ++++++++++--------------
 src/joystick.hpp                    |   8 +-
 src/joystick_calibration_widget.cpp | 131 +++---
 src/joystick_calibration_widget.hpp |   6 +-
 src/joystick_configuration.cpp      |  36 --
 src/joystick_configuration.hpp      |  48 ---
 src/joystick_description.hpp        |   6 +-
 src/joystick_list_widget.cpp        |  70 ++--
 src/joystick_list_widget.hpp        |   4 +-
 src/joystick_map_widget.cpp         |  38 +-
 src/joystick_map_widget.hpp         |   4 +-
 src/joystick_test_widget.cpp        | 326 +++++++--------
 src/joystick_test_widget.hpp        |  22 +-
 src/jscfg.cpp                       |  41 --
 src/main.cpp                        | 234 +++++------
 src/main.hpp                        |  10 +-
 src/remap_widget.cpp                |  73 ++--
 src/remap_widget.hpp                |  14 +-
 src/rudder_widget.cpp               |  58 +--
 src/rudder_widget.hpp               |   4 +-
 src/throttle_widget.cpp             |  46 +--
 src/throttle_widget.hpp             |   4 +-
 src/xml_parser.cpp                  | 178 ---------
 src/xml_parser.hpp                  | 141 -------
 src/xml_reader.cpp                  | 137 -------
 src/xml_reader.hpp                  |  50 ---
 src/xml_writer.cpp                  |  88 -----
 src/xml_writer.hpp                  |  48 ---
 53 files changed, 1930 insertions(+), 1981 deletions(-)
 create mode 100644 CMakeLists.txt
 rename README => README.md (70%)
 delete mode 100644 SConstruct
 create mode 100644 data/PS3.png
 create mode 100644 debian/clean
 delete mode 100644 debian/patches/datadir.patch
 delete mode 100644 debian/patches/flags-from-env.patch
 create mode 100644 external/binreloc-2.0/binreloc.c
 create mode 100644 external/binreloc-2.0/binreloc.h
 delete mode 100644 src/joystick_configuration.cpp
 delete mode 100644 src/joystick_configuration.hpp
 delete mode 100644 src/jscfg.cpp
 delete mode 100644 src/xml_parser.cpp
 delete mode 100644 src/xml_parser.hpp
 delete mode 100644 src/xml_reader.cpp
 delete mode 100644 src/xml_reader.hpp
 delete mode 100644 src/xml_writer.cpp
 delete mode 100644 src/xml_writer.hpp

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/jstest-gtk.git



More information about the Pkg-games-commits mailing list