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

smcv pushed a change to branch master
in repository game-data-packager.

      from  25fc7e0   Launcher: insert version at install time
       new  e13bba2   Launcher: fix --version
       new  230aa45   Launcher: fix --debugger
       new  5850828   Remove unused imports
       new  da495b4   Launcher: split into GUI and non-GUI parts
       new  47d525f   Consistently use ${python:Depends} instead of depending 
on python3
       new  71fd2d1   Fix lintian override
       new  c779d04   Run game servers using the Python launcher
       new  00308e2   Tell dh_python3 about non-standard locations for Python 
scripts
       new  defcab3   Fix copyright syntax
       new  d826b53   Release game-data-packager v46

The 10 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:
 Makefile                                           |  99 ++-----
 debian/changelog                                   |   9 +-
 debian/control                                     |   8 +-
 debian/copyright                                   |   2 +-
 debian/copyright.in                                |   2 +-
 debian/etqw-server.install                         |   3 +
 debian/etqw-server.service                         |   2 +-
 debian/etqw.install                                |   1 +
 debian/game-data-packager-runtime.install          |  11 +-
 .../game-data-packager-runtime.lintian-overrides   |   2 +-
 debian/quake-server.install                        |   3 +
 debian/quake.install                               |   1 +
 debian/quake2-server.install                       |   3 +
 debian/quake2.install                              |   1 +
 debian/quake3-server.install                       |   3 +
 debian/quake3.install                              |   1 +
 debian/quake4-server.install                       |   5 +-
 debian/quake4-server.service                       |   2 +-
 debian/quake4.install                              |   1 +
 debian/rules                                       |   8 +
 runtime/gdp-launcher.py                            | 304 +++++++++++++++++++
 runtime/{launcher.py => gdp_launcher_base.py}      | 322 +++------------------
 runtime/gdp_launcher_version.py                    |  12 +
 ...-etqw.yaml.in => launch-etqw-dedicated.yaml.in} |   7 +-
 ...h-quake.yaml.in => launch-quake-server.yaml.in} |   3 +-
 ...quake2.yaml.in => launch-quake2-server.yaml.in} |   7 +-
 ...quake3.yaml.in => launch-quake3-server.yaml.in} |   4 +-
 ...ke4.yaml.in => launch-quake4-dedicated.yaml.in} |   5 +-
 runtime/quake.in                                   |  87 ------
 runtime/quake2.in                                  |  95 ------
 runtime/quake3.in                                  | 109 -------
 runtime/quake4.in                                  | 113 --------
 tools/configure.py                                 |   2 -
 33 files changed, 443 insertions(+), 794 deletions(-)
 create mode 100755 runtime/gdp-launcher.py
 rename runtime/{launcher.py => gdp_launcher_base.py} (60%)
 create mode 100644 runtime/gdp_launcher_version.py
 copy runtime/{launch-etqw.yaml.in => launch-etqw-dedicated.yaml.in} (68%)
 copy runtime/{launch-quake.yaml.in => launch-quake-server.yaml.in} (90%)
 copy runtime/{launch-quake2.yaml.in => launch-quake2-server.yaml.in} (79%)
 copy runtime/{launch-quake3.yaml.in => launch-quake3-server.yaml.in} (95%)
 copy runtime/{launch-quake4.yaml.in => launch-quake4-dedicated.yaml.in} (76%)
 delete mode 100644 runtime/quake.in
 delete mode 100644 runtime/quake2.in
 delete mode 100644 runtime/quake3.in
 delete mode 100644 runtime/quake4.in

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/game-data-packager.git

_______________________________________________
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to