[renpy] 02/04: Update upstream source from tag 'upstream/6.99.14.3+dfsg'

2018-04-12 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository renpy.

commit f3d5fc6668e483d0e909ca751da6cbc3d42f99a7
Merge: 5936aed fab6c79
Author: Markus Koschany 
Date:   Fri Apr 13 00:58:22 2018 +0200

Update upstream source from tag 'upstream/6.99.14.3+dfsg'

Update to upstream version '6.99.14.3+dfsg'
with Debian dir 7ec37b9978e7bf51ed8f5bffeb35be44be2c7be0

 atom/Atom.edit.py  |  85 +++
 gui/game/gui.rpy   |   2 +
 gui/game/screens.rpy   |   2 +
 launcher/game/editor.rpy   |  78 ++-
 launcher/game/front_page.rpy   |   5 +-
 launcher/game/gui7.rpy |   7 +-
 launcher/game/itch.rpy |   4 +-
 launcher/game/navigation.rpy   |   2 +
 launcher/game/options.rpy  |  27 +-
 launcher/game/package_formats.rpy  |   2 +-
 launcher/game/project.rpy  |   4 +
 launcher/game/tl/piglatin/common.rpy   | 268 ++-
 launcher/game/tl/piglatin/developer.rpy|  10 +-
 launcher/game/tl/piglatin/launcher.rpy | 184 ++---
 launcher/game/tl/piglatin/screens.rpy  | 234 +++
 launcher/game/tl/russian/common.rpy| 278 +++-
 launcher/game/tl/russian/developer.rpy |  10 +-
 launcher/game/tl/russian/error.rpy |  78 +--
 launcher/game/tl/russian/launcher.rpy  | 178 ++---
 launcher/game/tl/russian/obsolete.rpy  |  27 +
 launcher/game/tl/russian/screens.rpy   | 232 +++---
 launcher/game/translations.rpy |   1 -
 renpy/__init__.py  |   2 +-
 renpy/ast.py   |  58 +-
 renpy/atl.py   |  17 +-
 renpy/audio/music.py   |   3 +
 renpy/character.py |   3 +
 renpy/common/000statements.rpy |  60 +-
 renpy/common/000window.rpy |  13 +-
 renpy/common/00action_file.rpy |  22 +-
 renpy/common/00action_other.rpy|   7 +-
 renpy/common/00build.rpy   |   1 +
 renpy/common/00gui.rpy |   6 +-
 renpy/common/00library.rpy |  83 ++-
 renpy/common/00nvl_mode.rpy|  44 +-
 renpy/common/00preferences.rpy |  95 ++-
 renpy/common/00start.rpy   |   4 +
 renpy/common/00updater.rpy |   7 +-
 renpy/common/00voice.rpy   |  11 +-
 renpy/common/_developer/developer.rpym |   7 +-
 renpy/config.py|   6 +
 renpy/defaultstore.py  |   1 +
 renpy/display/behavior.py  |  68 +-
 renpy/display/core.py  |  26 +-
 renpy/display/im.py|   8 +-
 renpy/display/image.py |  16 +-
 renpy/display/layout.py|  53 +-
 renpy/display/screen.py|  25 +-
 renpy/display/swdraw.py|   3 +
 renpy/display/video.py |  48 +-
 renpy/dump.py  |   9 +-
 renpy/editor.py|  10 +-
 renpy/execution.py |  17 +-
 renpy/exports.py   |  32 +-
 renpy/main.py  |  18 +-
 renpy/persistent.py|   2 +-
 renpy/python.py| 136 +++-
 renpy/screenlang.py|  19 +-
 renpy/script.py|   2 +
 renpy/sl2/slast.py | 140 ++--
 renpy/sl2/slparser.py  |  15 +-
 renpy/statements.py|  12 +-
 renpy/text/font.py |  23 +-
 renpy/translation/__init__.py  |  59 +-
 renpy/translation/generation.py|   4 +
 renpy/ui.py|   4 +-
 renpy/vc_version.py|   2 +-
 renpy/warp.py  |  69 +-
 sphinx/game/doc.py | 191 +++--
 sphinx/source/changelog.rst| 139 
 sphinx/source/credits.rst  |   3 +
 sphinx/source/displayables.rst |  32 +-
 sphinx/source/gui.rst  |   4 +
 sphinx/source/incompatible.rst |   6 +-
 sphinx/source/keywords.py  |   6 +-
 sphinx/source/movie.rst|  21 +-
 sphinx/source/multiple.rst |  16 +-
 sphinx/source/nvl_mode.rst |   5 +
 sphinx/source/sponsors.html| 206 +++---
 sp

[renpy] branch master updated (5936aed -> f0b1322)

2018-04-12 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a change to branch master
in repository renpy.

  from  5936aed   Update changelog
   new  fab6c79   New upstream version 6.99.14.3+dfsg
   new  f3d5fc6   Update upstream source from tag 'upstream/6.99.14.3+dfsg'
   new  80fc76d   Declare compliance with Debian Policy 4.1.4.
   new  f0b1322   Update changelog

The 4 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:
 atom/Atom.edit.py  |  85 ++
 debian/changelog   |   8 +
 debian/control |   2 +-
 gui/game/gui.rpy   |   2 +
 gui/game/screens.rpy   |   2 +
 launcher/game/editor.rpy   |  78 +-
 launcher/game/front_page.rpy   |   5 +-
 launcher/game/gui7.rpy |   7 +-
 launcher/game/itch.rpy |   4 +-
 launcher/game/navigation.rpy   |   2 +
 launcher/game/options.rpy  |  27 +-
 launcher/game/package_formats.rpy  |   2 +-
 launcher/game/project.rpy  |   4 +
 launcher/game/tl/piglatin/common.rpy   | 268 +-
 launcher/game/tl/piglatin/developer.rpy|  10 +-
 launcher/game/tl/piglatin/launcher.rpy | 184 ++--
 launcher/game/tl/piglatin/screens.rpy  | 234 +++---
 launcher/game/tl/russian/common.rpy| 278 +-
 launcher/game/tl/russian/developer.rpy |  10 +-
 launcher/game/tl/russian/error.rpy |  78 +-
 launcher/game/tl/russian/launcher.rpy  | 178 ++--
 launcher/game/tl/{finnish => russian}/obsolete.rpy |  16 +-
 launcher/game/tl/russian/screens.rpy   | 232 ++---
 launcher/game/translations.rpy |   1 -
 renpy/__init__.py  |   2 +-
 renpy/ast.py   |  58 +-
 renpy/atl.py   |  17 +-
 renpy/audio/music.py   |   3 +
 renpy/character.py |   3 +
 renpy/common/000statements.rpy |  60 +-
 renpy/common/000window.rpy |  13 +-
 renpy/common/00action_file.rpy |  22 +-
 renpy/common/00action_other.rpy|   7 +-
 renpy/common/00build.rpy   |   1 +
 renpy/common/00gui.rpy |   6 +-
 renpy/common/00library.rpy |  83 +-
 renpy/common/00nvl_mode.rpy|  44 +-
 renpy/common/00preferences.rpy |  95 ++-
 renpy/common/00start.rpy   |   4 +
 renpy/common/00updater.rpy |   7 +-
 renpy/common/00voice.rpy   |  11 +-
 renpy/common/_developer/developer.rpym |   7 +-
 renpy/config.py|   6 +
 renpy/defaultstore.py  |   1 +
 renpy/display/behavior.py  |  68 +-
 renpy/display/core.py  |  26 +-
 renpy/display/im.py|   8 +-
 renpy/display/image.py |  16 +-
 renpy/display/layout.py|  53 +-
 renpy/display/screen.py|  25 +-
 renpy/display/swdraw.py|   3 +
 renpy/display/video.py |  48 +-
 renpy/dump.py  |   9 +-
 renpy/editor.py|  10 +-
 renpy/execution.py |  17 +-
 renpy/exports.py   |  32 +-
 renpy/main.py  |  18 +-
 renpy/persistent.py|   2 +-
 renpy/python.py| 136 ++-
 renpy/screenlang.py|  19 +-
 renpy/script.py|   2 +
 renpy/sl2/slast.py | 140 ++--
 renpy/sl2/slparser.py  |  15 +-
 renpy/statements.py|  12 +-
 renpy/text/font.py |  23 +-
 renpy/translation/__init__.py  |  59 +-
 renpy/translation/generation.py|   4 +
 renpy/ui.py|   4 +-
 renpy/vc_version.py|   2 +-
 renpy/warp.py  |  69 +-
 sphinx/game/doc.py | 191

[renpy] 03/04: Declare compliance with Debian Policy 4.1.4.

2018-04-12 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository renpy.

commit 80fc76d62c8be7b0550f57f00d4e4661a59e37ed
Author: Markus Koschany 
Date:   Fri Apr 13 01:00:41 2018 +0200

Declare compliance with Debian Policy 4.1.4.
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 9ff27c1..7886254 100644
--- a/debian/control
+++ b/debian/control
@@ -28,7 +28,7 @@ Build-Depends:
  python-sphinx,
  python-sphinx-bootstrap-theme,
  zlib1g-dev
-Standards-Version: 4.1.3
+Standards-Version: 4.1.4
 Homepage: http://www.renpy.org/
 XS-Python-Version: >= 2.6
 Vcs-Git: https://anonscm.debian.org/git/pkg-games/renpy.git

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/renpy.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


[renpy] annotated tag upstream/6.99.14.3+dfsg created (now fde7cd0)

2018-04-12 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a change to annotated tag upstream/6.99.14.3+dfsg
in repository renpy.

at  fde7cd0   (tag)
   tagging  fab6c79689bc0eb762101d7c348dd38cf82a570c (commit)
  replaces  upstream/6.99.14.1+dfsg
 tagged by  Markus Koschany
on  Fri Apr 13 00:58:07 2018 +0200

- Log -
Upstream version 6.99.14.3+dfsg
-BEGIN PGP SIGNATURE-

iQKTBAABCgB9FiEErPPQiO8y7e9qGoNf2a0UuVE7UeQFAlrP5H9fFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFD
RjNEMDg4RUYzMkVERUY2QTFBODM1RkQ5QUQxNEI5NTEzQjUxRTQACgkQ2a0UuVE7
UeSPzhAAtqQRDT4VnrfdlyfozerswyXSyvIkytYqvHF962zEeDwWVgzoXK+NuAyA
wAzKINJYfP1eLPWZ8EngR/pnKY0f/qL1xM4afvsL36vcJKh/nK0zyg4upIm4YDiC
M7kVHL3uiBt6WmI3l6dQP5ZnBUlt0RRDdtDC8il9nNr4SCHwSoBI70K62LX08bvN
WOZPazqrJvnx6lUClmdVRzMCD/jMsAtg+cnzZun0KgJQ8+Wjn1m+iVwDEignLGX7
8DtiH29kj19RibsRhy9av1icOJ+EOpvpm5sIxH2R6zXkOhN9NhEQEJ2UGo2r0C3d
6aVZVM9PMFvKrTi3DCE3LOinzgVOzrvMXu+hBg5mAoPbm++dnzruT+KeiDxFpgoR
+ZALcdp2Wn48EHuTU3WeJKNciIx2YQ+yCNevjQ0+imuzzRctO24JrCFtl8rf1hRG
4wH5YBPlNdcbGE8j7l1RFTWTqnpk3lKQ8s8+VrYWPPn7FvSW3ZDUuqz/bLUpsz90
ol3saNXSgtEd1y4+cE9Ifl7maKzttN+0wZYZIrWrqQxV95YWplP12ewj+mfl2lZ9
MJV6dsmz+WuVHpTMLFOcM8lvZsDe33AbJ5PaD3fvlJVpmbPWDBhQx7T5GQDLZjTe
4PaL1eAZNmbcmnSdA+fZgd2fgso46OSu0KMGhFWLty0CsH0OI5U=
=SzSi
-END PGP SIGNATURE-

Markus Koschany (1):
  New upstream version 6.99.14.3+dfsg

---

This annotated tag includes the following new commits:

   new  fab6c79   New upstream version 6.99.14.3+dfsg

The 1 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.


-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/renpy.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


[renpy] 04/04: Update changelog

2018-04-12 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository renpy.

commit f0b13225078c1e6d2f63d4e42052dbf4adbb6cd6
Author: Markus Koschany 
Date:   Fri Apr 13 01:02:16 2018 +0200

Update changelog
---
 debian/changelog | 8 
 1 file changed, 8 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index b0cf44e..9539c25 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+renpy (6.99.14.3+dfsg-1) unstable; urgency=medium
+
+  * Team upload.
+  * New upstream version 6.99.14.3+dfsg.
+  * Declare compliance with Debian Policy 4.1.4.
+
+ -- Markus Koschany   Fri, 13 Apr 2018 01:01:40 +0200
+
 renpy (6.99.14.1+dfsg-1) unstable; urgency=medium
 
   * Team upload.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/renpy.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


[renpy] branch pristine-tar updated (22fca55 -> 368d05e)

2018-04-12 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a change to branch pristine-tar
in repository renpy.

  from  22fca55   pristine-tar data for renpy_6.99.14.1+dfsg.orig.tar.xz
   new  368d05e   pristine-tar data for renpy_6.99.14.3+dfsg.orig.tar.xz

The 1 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:
 renpy_6.99.14.3+dfsg.orig.tar.xz.delta | Bin 0 -> 46423 bytes
 renpy_6.99.14.3+dfsg.orig.tar.xz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 renpy_6.99.14.3+dfsg.orig.tar.xz.delta
 create mode 100644 renpy_6.99.14.3+dfsg.orig.tar.xz.id

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/renpy.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


[renpy] annotated tag debian/6.99.14.3+dfsg-1 created (now 7ae8a30)

2018-04-12 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a change to annotated tag debian/6.99.14.3+dfsg-1
in repository renpy.

at  7ae8a30   (tag)
   tagging  f0b13225078c1e6d2f63d4e42052dbf4adbb6cd6 (commit)
  replaces  debian/6.99.14.1+dfsg-1
 tagged by  Markus Koschany
on  Fri Apr 13 01:13:41 2018 +0200

- Log -
Debian release 6.99.14.3+dfsg-1
-BEGIN PGP SIGNATURE-

iQKjBAABCgCNFiEErPPQiO8y7e9qGoNf2a0UuVE7UeQFAlrP6CxfFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFD
RjNEMDg4RUYzMkVERUY2QTFBODM1RkQ5QUQxNEI5NTEzQjUxRTQPHGFwb0BkZWJp
YW4ub3JnAAoJENmtFLlRO1Hky2cQAIcy2PAivwd/PZb05yPwT1HHVIy6BRqcxgJG
hzJ6OHMfJLZ6ddaQgWQR4eCcJuqZrA3dvN6J1y5kqKsUxUcr0n6LaYXx5D8TtL7M
besWNLfAA1wAe/1NXQ4O48v7JaTC2UzdjCAQXxLHFAG5cnPsPf3fPWIH9FyERgYe
ew2Cd8Qlu2jDusa0xAv5Z1uPypquo+uiyg8w1jVGA2ByTFismODxapzt+Q+PLSxY
lKGrDBbAKggmaekhwu8DMk/yw5BR0X0V9x0rhHMCOI2R7tp3iGp94AdmpKijfPw9
pgTJrm0SXOXfhLOzLoKgXuOiMoglVZhmnk87TgCWPBVEGW7CV2OpfqTYrxdXwL7i
I6PBVtBbnzQB4I6cN6qR1kyCKbNrsItNx0fJL6x3hHJRfr1DfUVxdvzRhPkkHjvz
f18fiCDkVbEByHSQFlrOqFpk5vz9h4JOggVY0s4Gx/DAp4bbptX3WwL7gnifkKOD
CbEv4VEz7d+fgDyr2OJCFDKRIhj1H739BLF1DMkg7+l+2iD13acg3xhY5QNbeLdV
UGAk6ZJktRGgDQu1yjZ8Qg12PetjrSa1nbQqCGt41AF0+JNClUEjGz0ldvNRYnTi
YjM3GhTQNpUhYBEDd29RJHylkstUO0ltgzlLpTPnKv7RO8MdPgQEu8DorZfMXvno
D66+/56n
=W9rw
-END PGP SIGNATURE-

Markus Koschany (4):
  New upstream version 6.99.14.3+dfsg
  Update upstream source from tag 'upstream/6.99.14.3+dfsg'
  Declare compliance with Debian Policy 4.1.4.
  Update changelog

---

This annotated tag includes the following new commits:

   new  fab6c79   New upstream version 6.99.14.3+dfsg
   new  f3d5fc6   Update upstream source from tag 'upstream/6.99.14.3+dfsg'
   new  80fc76d   Declare compliance with Debian Policy 4.1.4.
   new  f0b1322   Update changelog

The 4 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.


-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/renpy.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


[renpy] 01/01: pristine-tar data for renpy_6.99.14.3+dfsg.orig.tar.xz

2018-04-12 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch pristine-tar
in repository renpy.

commit 368d05ea35477f30f9b4cd74b4d9c9e8375849b6
Author: Markus Koschany 
Date:   Fri Apr 13 00:58:07 2018 +0200

pristine-tar data for renpy_6.99.14.3+dfsg.orig.tar.xz
---
 renpy_6.99.14.3+dfsg.orig.tar.xz.delta | Bin 0 -> 46423 bytes
 renpy_6.99.14.3+dfsg.orig.tar.xz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/renpy_6.99.14.3+dfsg.orig.tar.xz.delta 
b/renpy_6.99.14.3+dfsg.orig.tar.xz.delta
new file mode 100644
index 000..95f2b5c
Binary files /dev/null and b/renpy_6.99.14.3+dfsg.orig.tar.xz.delta differ
diff --git a/renpy_6.99.14.3+dfsg.orig.tar.xz.id 
b/renpy_6.99.14.3+dfsg.orig.tar.xz.id
new file mode 100644
index 000..975b3f9
--- /dev/null
+++ b/renpy_6.99.14.3+dfsg.orig.tar.xz.id
@@ -0,0 +1 @@
+037a49863f53358d9abe1050987ccd2755fc2f29

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/renpy.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


[renpy] branch upstream updated (9103ce3 -> fab6c79)

2018-04-12 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a change to branch upstream
in repository renpy.

  from  9103ce3   New upstream version 6.99.14.1+dfsg
   new  fab6c79   New upstream version 6.99.14.3+dfsg

The 1 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:
 atom/Atom.edit.py |  85 ++
 gui/game/gui.rpy  |   2 +
 gui/game/screens.rpy  |   2 +
 launcher/game/editor.rpy  |  78 +-
 launcher/game/front_page.rpy  |   5 +-
 launcher/game/gui7.rpy|   7 +-
 launcher/game/itch.rpy|   4 +-
 launcher/game/navigation.rpy  |   2 +
 launcher/game/options.rpy |  27 +-
 launcher/game/package_formats.rpy |   2 +-
 launcher/game/project.rpy |   4 +
 launcher/game/tl/piglatin/common.rpy  | 268 ++-
 launcher/game/tl/piglatin/developer.rpy   |  10 +-
 launcher/game/tl/piglatin/launcher.rpy| 184 +++--
 launcher/game/tl/piglatin/screens.rpy | 234 +++---
 launcher/game/tl/russian/common.rpy   | 278 ++-
 launcher/game/tl/russian/developer.rpy|  10 +-
 launcher/game/tl/russian/error.rpy|  78 +-
 launcher/game/tl/russian/launcher.rpy | 178 +++--
 launcher/game/tl/{french => russian}/obsolete.rpy |  16 +-
 launcher/game/tl/russian/screens.rpy  | 232 +++---
 launcher/game/translations.rpy|   1 -
 renpy/__init__.py |   2 +-
 renpy/ast.py  |  58 +-
 renpy/atl.py  |  17 +-
 renpy/audio/music.py  |   3 +
 renpy/character.py|   3 +
 renpy/common/000statements.rpy|  60 +-
 renpy/common/000window.rpy|  13 +-
 renpy/common/00action_file.rpy|  22 +-
 renpy/common/00action_other.rpy   |   7 +-
 renpy/common/00build.rpy  |   1 +
 renpy/common/00gui.rpy|   6 +-
 renpy/common/00library.rpy|  83 +-
 renpy/common/00nvl_mode.rpy   |  44 +-
 renpy/common/00preferences.rpy|  95 ++-
 renpy/common/00start.rpy  |   4 +
 renpy/common/00updater.rpy|   7 +-
 renpy/common/00voice.rpy  |  11 +-
 renpy/common/_developer/developer.rpym|   7 +-
 renpy/config.py   |   6 +
 renpy/defaultstore.py |   1 +
 renpy/display/behavior.py |  68 +-
 renpy/display/core.py |  26 +-
 renpy/display/im.py   |   8 +-
 renpy/display/image.py|  16 +-
 renpy/display/layout.py   |  53 +-
 renpy/display/screen.py   |  25 +-
 renpy/display/swdraw.py   |   3 +
 renpy/display/video.py|  48 +-
 renpy/dump.py |   9 +-
 renpy/editor.py   |  10 +-
 renpy/execution.py|  17 +-
 renpy/exports.py  |  32 +-
 renpy/main.py |  18 +-
 renpy/persistent.py   |   2 +-
 renpy/python.py   | 136 +++-
 renpy/screenlang.py   |  19 +-
 renpy/script.py   |   2 +
 renpy/sl2/slast.py| 140 ++--
 renpy/sl2/slparser.py |  15 +-
 renpy/statements.py   |  12 +-
 renpy/text/font.py|  23 +-
 renpy/translation/__init__.py |  59 +-
 renpy/translation/generation.py   |   4 +
 renpy/ui.py   |   4 +-
 renpy/vc_version.py   |   2 +-
 renpy/warp.py |  69 +-
 sphinx/game/doc.py| 191 +++--
 sphinx/source/changelog.rst   | 139 
 sphinx/source/credits.rst |   3 +
 sphinx/source/displayables.rst|  32 +-
 sphinx/source/gui.rst |   4 +
 sphinx/source/incompatible.rst|   6 +-
 sphinx/source/keywords.py

[pygame-sdl2] branch upstream updated (68a2fa2 -> 7174438)

2018-04-08 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a change to branch upstream
in repository pygame-sdl2.

  from  68a2fa2   New upstream version 6.99.14.2
   new  7174438   New upstream version 6.99.14.3

The 1 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:
 COPYING.LGPL21 |   22 +-
 PKG-INFO   |2 +-
 gen/pygame_sdl2.color.c| 8675 ++--
 gen/pygame_sdl2.controller.c   | 2163 +++---
 gen/pygame_sdl2.draw.c | 4644 ++---
 gen/pygame_sdl2.error.c| 1437 +--
 gen/pygame_sdl2.event.c| 4750 +-
 gen/pygame_sdl2.font.c | 2471 
 gen/pygame_sdl2.gfxdraw.c  | 3404 ++--
 gen/pygame_sdl2.image.c| 2000 ++---
 gen/pygame_sdl2.joystick.c | 1983 ++---
 gen/pygame_sdl2.key.c  | 2097 +++---
 gen/pygame_sdl2.locals.c   | 3812 +++---
 gen/pygame_sdl2.mixer.c| 6484 +-
 gen/pygame_sdl2.mixer_music.c  | 1724 +---
 gen/pygame_sdl2.mouse.c| 1192 --
 gen/pygame_sdl2.power.c| 2369 ---
 gen/pygame_sdl2.pygame_time.c  | 2302 +++
 gen/pygame_sdl2.rect.c | 4086 +++
 gen/pygame_sdl2.render.c   | 5860 +++
 gen/pygame_sdl2.rwobject.c | 2359 ---
 gen/pygame_sdl2.scrap.c| 1511 +--
 gen/pygame_sdl2.surface.c  | 1122 --
 gen/pygame_sdl2.transform.c| 2056 +++---
 gen3/pygame_sdl2.color.c   | 1482 +--
 gen3/pygame_sdl2.controller.c  | 1351 +--
 gen3/pygame_sdl2.display.c |   78 +-
 gen3/pygame_sdl2.draw.c| 3993 +++---
 gen3/pygame_sdl2.error.c   | 2156 ++
 gen3/pygame_sdl2.event.c   | 1045 +++--
 gen3/pygame_sdl2.font.c| 1603 +---
 gen3/pygame_sdl2.gfxdraw.c | 2524 +++-
 gen3/pygame_sdl2.image.c   | 1332 --
 gen3/pygame_sdl2.joystick.c| 1197 --
 gen3/pygame_sdl2.key.c | 1215 --
 gen3/pygame_sdl2.locals.c  |  494 ++-
 gen3/pygame_sdl2.mixer.c   | 3017 --
 gen3/pygame_sdl2.mixer_music.c | 1186 --
 gen3/pygame_sdl2.mouse.c   |  612 ++-
 gen3/pygame_sdl2.power.c   |  751 +---
 gen3/pygame_sdl2.pygame_time.c | 1678 +---
 gen3/pygame_sdl2.rect.c| 3253 ---
 gen3/pygame_sdl2.render.c  | 2556 +++-
 gen3/pygame_sdl2.rwobject.c|  930 -
 gen3/pygame_sdl2.scrap.c   |  979 +++--
 gen3/pygame_sdl2.transform.c   | 1410 ---
 include/sdl2_mixer.pxd |3 -
 pygame_sdl2.egg-info/PKG-INFO  |2 +-
 setup.cfg  |2 +-
 src/pygame_sdl2/mixer.pyx  |3 +-
 src/pygame_sdl2/render.pyx |3 +-
 src/pygame_sdl2/sprite.py  |2 +-
 52 files changed, 68633 insertions(+), 34749 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/pygame-sdl2.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


[pygame-sdl2] branch pristine-tar updated (c21f7df -> 80d1c5d)

2018-04-08 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a change to branch pristine-tar
in repository pygame-sdl2.

  from  c21f7df   pristine-tar data for pygame-sdl2_6.99.14.2.orig.tar.gz
   new  80d1c5d   pristine-tar data for pygame-sdl2_6.99.14.3.orig.tar.gz

The 1 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:
 pygame-sdl2_6.99.14.3.orig.tar.gz.delta | Bin 0 -> 5316 bytes
 pygame-sdl2_6.99.14.3.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 pygame-sdl2_6.99.14.3.orig.tar.gz.delta
 create mode 100644 pygame-sdl2_6.99.14.3.orig.tar.gz.id

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/pygame-sdl2.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


[pygame-sdl2] annotated tag debian/6.99.14.3-1 created (now becf1d1)

2018-04-08 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a change to annotated tag debian/6.99.14.3-1
in repository pygame-sdl2.

at  becf1d1   (tag)
   tagging  3ea1b5ce4432cac4766a383e3640e618ac6fcc3a (commit)
  replaces  debian/6.99.14.1-1
 tagged by  Markus Koschany
on  Sun Apr 8 21:39:04 2018 +0200

- Log -
Debian release 6.99.14.3-1
-BEGIN PGP SIGNATURE-

iQKjBAABCgCNFiEErPPQiO8y7e9qGoNf2a0UuVE7UeQFAlrKb99fFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFD
RjNEMDg4RUYzMkVERUY2QTFBODM1RkQ5QUQxNEI5NTEzQjUxRTQPHGFwb0BkZWJp
YW4ub3JnAAoJENmtFLlRO1HkTT0P+wRN3y0EcMBQ0Yg26AEhCZx1UPs5X/MtdpXq
RxqijsGHeU9N/dGVGdkqRUUc9/tsSBaHfik0s47nHiAusi/jxqFZwp+my3JTW/A1
ZcReM+ay/EM6mfMn2kd2WZQqKS6Ojh8R8mtU+S3pijIEM4cpef+Ts/TnVdRyHyzD
T1GBGtnjy0MpsJnDgXQOj7OCL2gVZWo5YHP8ZG4YnWvSZzP/uU1u+QqG+3uB01Fd
EjhQAM2ZDHoi3o+aQm/pB4iRBIDJFjK5Bhl+N56yG9B+MQs1tvMD5FsOtapMEHie
JL2vV9bjCyDXzD4r5j5L7KiYA+IMF0eGv5ygcf9P1SeD7sMjaT5vPAVGv4AauQN4
HxkVOX/48sioJM7VXizQPKwoIcMg+o0wr8+Pqn7k+rEGKpsfOC07XEmiA0G1hKkr
/cTeaZW6L8xWXnvrClPepZsh3U3LJRWb9n6ZsNUxVl/Rjv7L4+JDkJp6eaNLb2gx
rCnZrgGu+W3KV/DRedCs9xJknpQPOyM4n1Pcu3XRL/zHns+RXnLrW+OGFJl/Jtzm
pUHIVkB1HsUHAqQCwl/xYzffMEYbLprBa2pTj+9dmO4vYtabnjjAFQU/9djrcz54
yf1psexoRXSpbybwCZ2rK9B7aEhjwfll+8g/xHBDBNro0+DEdSP1smkNVrP/tLGF
6VqOWFA3
=iOOC
-END PGP SIGNATURE-

Markus Koschany (6):
  New upstream version 6.99.14.2
  Update upstream source from tag 'upstream/6.99.14.2'
  New upstream version 6.99.14.3
  Update upstream source from tag 'upstream/6.99.14.3'
  Drop sdl2-mixer.patch. Fixed upstream.
  Update changelog

---

This annotated tag includes the following new commits:

   new  7174438   New upstream version 6.99.14.3
   new  b919b50   Update upstream source from tag 'upstream/6.99.14.3'
   new  9a527f8   Drop sdl2-mixer.patch. Fixed upstream.
   new  3ea1b5c   Update changelog

The 4 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.


-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/pygame-sdl2.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


[pygame-sdl2] 01/01: pristine-tar data for pygame-sdl2_6.99.14.3.orig.tar.gz

2018-04-08 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch pristine-tar
in repository pygame-sdl2.

commit 80d1c5de6b1c923aca1ab644e6ed88bbf37c647a
Author: Markus Koschany 
Date:   Sun Apr 8 21:30:21 2018 +0200

pristine-tar data for pygame-sdl2_6.99.14.3.orig.tar.gz
---
 pygame-sdl2_6.99.14.3.orig.tar.gz.delta | Bin 0 -> 5316 bytes
 pygame-sdl2_6.99.14.3.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/pygame-sdl2_6.99.14.3.orig.tar.gz.delta 
b/pygame-sdl2_6.99.14.3.orig.tar.gz.delta
new file mode 100644
index 000..b70b5d0
Binary files /dev/null and b/pygame-sdl2_6.99.14.3.orig.tar.gz.delta differ
diff --git a/pygame-sdl2_6.99.14.3.orig.tar.gz.id 
b/pygame-sdl2_6.99.14.3.orig.tar.gz.id
new file mode 100644
index 000..29e9cd5
--- /dev/null
+++ b/pygame-sdl2_6.99.14.3.orig.tar.gz.id
@@ -0,0 +1 @@
+e77b5d74175645aa9c7b6e9db3d288e37d06c9cf

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/pygame-sdl2.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


[pygame-sdl2] annotated tag upstream/6.99.14.3 created (now 03ef079)

2018-04-08 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a change to annotated tag upstream/6.99.14.3
in repository pygame-sdl2.

at  03ef079   (tag)
   tagging  7174438f59540dbab30ecef899dfa808c398c702 (commit)
  replaces  upstream/6.99.14.2
 tagged by  Markus Koschany
on  Sun Apr 8 21:30:21 2018 +0200

- Log -
Upstream version 6.99.14.3
-BEGIN PGP SIGNATURE-

iQKTBAABCgB9FiEErPPQiO8y7e9qGoNf2a0UuVE7UeQFAlrKbc1fFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFD
RjNEMDg4RUYzMkVERUY2QTFBODM1RkQ5QUQxNEI5NTEzQjUxRTQACgkQ2a0UuVE7
UeS/og//fXbCjaILxknK19cuyrnRfNc4+DudsjGTnPw9ZZFDVk41/l1WJ80ME5yJ
kp+YSVS6Gj/ngAwIL8fA3LQpSsiwS0/dZHI7VcsKzof8RGshF/IOCEX1GHFiGXTW
0VRnCfOH6i4keiYLos6TFbwgUQfHc1zdTR3x2FfOq0RXBfb/FxFWg94BSYHDT4xw
KvlEtLzEZgAxdgGsc0hgnHINOO5LBnpRxZahiOJhgeuh8dnuxQdVmV9mJ8ySFY2y
5tXsQxblAx4Q2QLGGpyvq4pwtNI2hsjL1z9AtI4JwubZ3kQQtAlinNtfDn4enrLy
CtExd+xXaYXeJrc+qJZuumJZfb9XiGERMpeq548XByiXkyZcri7j7NzzRBmi8EMa
mEWKkv5VHC7fOlDxcPZOVMOylNg6qxa4UouuCwntqnJDz5kwjm1lcoCUVS2Qc9Iv
MkQG/KkHeIHDBxqY9LZHr1D/nk60FlNkhItVR6aNjR3PIfkMrFvouix4f3zXvcU1
rCU8L5pXY9Hz09WwKxWZNKCGfC+50tmyfqjqGpGc2FKj9JP4yB3eJGkS2L/xKtC7
x5bTV1aUBKcW8f7E9bLn0it+YUck8F81WlIuCU05/nSCFXPtzeKM+W5X6CyZk+b5
vInCfpl++obt6gEdESmgt02TYm0HdQG/pmVT0lzS/W5ODxKK2z4=
=z0w7
-END PGP SIGNATURE-

Markus Koschany (1):
  New upstream version 6.99.14.3

---

This annotated tag includes the following new commits:

   new  7174438   New upstream version 6.99.14.3

The 1 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.


-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/pygame-sdl2.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


[pygame-sdl2] 04/04: Update changelog

2018-04-08 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository pygame-sdl2.

commit 3ea1b5ce4432cac4766a383e3640e618ac6fcc3a
Author: Markus Koschany 
Date:   Sun Apr 8 21:34:06 2018 +0200

Update changelog
---
 debian/changelog | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index e71e223..98d3571 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+pygame-sdl2 (6.99.14.3-1) unstable; urgency=medium
+
+  * New upstream version 6.99.14.3.
+  * Drop sdl2-mixer.patch. Fixed upstream.
+
+ -- Markus Koschany   Sun, 08 Apr 2018 21:33:53 +0200
+
 pygame-sdl2 (6.99.14.1-1) unstable; urgency=medium
 
   * New upstream version 6.99.14.1.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/pygame-sdl2.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


[pygame-sdl2] 02/04: Update upstream source from tag 'upstream/6.99.14.3'

2018-04-08 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository pygame-sdl2.

commit b919b509b567f23cc8b4b2a2334d40d573a12a4c
Merge: 97584c7 7174438
Author: Markus Koschany 
Date:   Sun Apr 8 21:30:25 2018 +0200

Update upstream source from tag 'upstream/6.99.14.3'

Update to upstream version '6.99.14.3'
with Debian dir b4a3860e0f820919100f391b3aa6e67a93df62e9

 COPYING.LGPL21 |   22 +-
 PKG-INFO   |2 +-
 gen/pygame_sdl2.color.c| 8675 ++--
 gen/pygame_sdl2.controller.c   | 2163 +++---
 gen/pygame_sdl2.draw.c | 4644 ++---
 gen/pygame_sdl2.error.c| 1437 +--
 gen/pygame_sdl2.event.c| 4750 +-
 gen/pygame_sdl2.font.c | 2471 
 gen/pygame_sdl2.gfxdraw.c  | 3404 ++--
 gen/pygame_sdl2.image.c| 2000 ++---
 gen/pygame_sdl2.joystick.c | 1983 ++---
 gen/pygame_sdl2.key.c  | 2097 +++---
 gen/pygame_sdl2.locals.c   | 3812 +++---
 gen/pygame_sdl2.mixer.c| 6484 +-
 gen/pygame_sdl2.mixer_music.c  | 1724 +---
 gen/pygame_sdl2.mouse.c| 1192 --
 gen/pygame_sdl2.power.c| 2369 ---
 gen/pygame_sdl2.pygame_time.c  | 2302 +++
 gen/pygame_sdl2.rect.c | 4086 +++
 gen/pygame_sdl2.render.c   | 5860 +++
 gen/pygame_sdl2.rwobject.c | 2359 ---
 gen/pygame_sdl2.scrap.c| 1511 +--
 gen/pygame_sdl2.surface.c  | 1122 --
 gen/pygame_sdl2.transform.c| 2056 +++---
 gen3/pygame_sdl2.color.c   | 1482 +--
 gen3/pygame_sdl2.controller.c  | 1351 +--
 gen3/pygame_sdl2.display.c |   78 +-
 gen3/pygame_sdl2.draw.c| 3993 +++---
 gen3/pygame_sdl2.error.c   | 2156 ++
 gen3/pygame_sdl2.event.c   | 1045 +++--
 gen3/pygame_sdl2.font.c| 1603 +---
 gen3/pygame_sdl2.gfxdraw.c | 2524 +++-
 gen3/pygame_sdl2.image.c   | 1332 --
 gen3/pygame_sdl2.joystick.c| 1197 --
 gen3/pygame_sdl2.key.c | 1215 --
 gen3/pygame_sdl2.locals.c  |  494 ++-
 gen3/pygame_sdl2.mixer.c   | 3017 --
 gen3/pygame_sdl2.mixer_music.c | 1186 --
 gen3/pygame_sdl2.mouse.c   |  612 ++-
 gen3/pygame_sdl2.power.c   |  751 +---
 gen3/pygame_sdl2.pygame_time.c | 1678 +---
 gen3/pygame_sdl2.rect.c| 3253 ---
 gen3/pygame_sdl2.render.c  | 2556 +++-
 gen3/pygame_sdl2.rwobject.c|  930 -
 gen3/pygame_sdl2.scrap.c   |  979 +++--
 gen3/pygame_sdl2.transform.c   | 1410 ---
 include/sdl2_mixer.pxd |3 -
 pygame_sdl2.egg-info/PKG-INFO  |2 +-
 setup.cfg  |2 +-
 src/pygame_sdl2/mixer.pyx  |3 +-
 src/pygame_sdl2/render.pyx |3 +-
 src/pygame_sdl2/sprite.py  |2 +-
 52 files changed, 68633 insertions(+), 34749 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/pygame-sdl2.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


[pygame-sdl2] branch master updated (97584c7 -> 3ea1b5c)

2018-04-08 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a change to branch master
in repository pygame-sdl2.

  from  97584c7   Update upstream source from tag 'upstream/6.99.14.2'
   new  7174438   New upstream version 6.99.14.3
   new  b919b50   Update upstream source from tag 'upstream/6.99.14.3'
   new  9a527f8   Drop sdl2-mixer.patch. Fixed upstream.
   new  3ea1b5c   Update changelog

The 4 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:
 COPYING.LGPL21  |   22 +-
 PKG-INFO|2 +-
 debian/changelog|7 +
 debian/patches/sdl2-mixer.patch |   43 -
 debian/patches/series   |1 -
 gen/pygame_sdl2.color.c | 8675 ++-
 gen/pygame_sdl2.controller.c| 2163 +++---
 gen/pygame_sdl2.draw.c  | 4644 ++---
 gen/pygame_sdl2.error.c | 1437 +--
 gen/pygame_sdl2.event.c | 4750 -
 gen/pygame_sdl2.font.c  | 2471 ---
 gen/pygame_sdl2.gfxdraw.c   | 3404 +--
 gen/pygame_sdl2.image.c | 2000 ++---
 gen/pygame_sdl2.joystick.c  | 1983 ++---
 gen/pygame_sdl2.key.c   | 2097 +++---
 gen/pygame_sdl2.locals.c| 3812 ++---
 gen/pygame_sdl2.mixer.c | 6484 -
 gen/pygame_sdl2.mixer_music.c   | 1724 +---
 gen/pygame_sdl2.mouse.c | 1192 --
 gen/pygame_sdl2.power.c | 2369 ---
 gen/pygame_sdl2.pygame_time.c   | 2302 +++
 gen/pygame_sdl2.rect.c  | 4086 ++
 gen/pygame_sdl2.render.c| 5860 ++
 gen/pygame_sdl2.rwobject.c  | 2359 ---
 gen/pygame_sdl2.scrap.c | 1511 +--
 gen/pygame_sdl2.surface.c   | 1122 -
 gen/pygame_sdl2.transform.c | 2056 +++---
 gen3/pygame_sdl2.color.c| 1482 +--
 gen3/pygame_sdl2.controller.c   | 1351 --
 gen3/pygame_sdl2.display.c  |   78 +-
 gen3/pygame_sdl2.draw.c | 3993 --
 gen3/pygame_sdl2.error.c| 2156 ++
 gen3/pygame_sdl2.event.c| 1045 +++--
 gen3/pygame_sdl2.font.c | 1603 +---
 gen3/pygame_sdl2.gfxdraw.c  | 2524 +++-
 gen3/pygame_sdl2.image.c| 1332 --
 gen3/pygame_sdl2.joystick.c | 1197 --
 gen3/pygame_sdl2.key.c  | 1215 --
 gen3/pygame_sdl2.locals.c   |  494 ++-
 gen3/pygame_sdl2.mixer.c| 3017 --
 gen3/pygame_sdl2.mixer_music.c  | 1186 --
 gen3/pygame_sdl2.mouse.c|  612 ++-
 gen3/pygame_sdl2.power.c|  751 +---
 gen3/pygame_sdl2.pygame_time.c  | 1678 +---
 gen3/pygame_sdl2.rect.c | 3253 ---
 gen3/pygame_sdl2.render.c   | 2556 +++-
 gen3/pygame_sdl2.rwobject.c |  930 -
 gen3/pygame_sdl2.scrap.c|  979 +++--
 gen3/pygame_sdl2.transform.c| 1410 ---
 include/sdl2_mixer.pxd  |3 -
 pygame_sdl2.egg-info/PKG-INFO   |2 +-
 setup.cfg   |2 +-
 src/pygame_sdl2/mixer.pyx   |3 +-
 src/pygame_sdl2/render.pyx  |3 +-
 src/pygame_sdl2/sprite.py   |2 +-
 55 files changed, 68640 insertions(+), 34793 deletions(-)
 delete mode 100644 debian/patches/sdl2-mixer.patch
 delete mode 100644 debian/patches/series

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/pygame-sdl2.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


[pygame-sdl2] 03/04: Drop sdl2-mixer.patch. Fixed upstream.

2018-04-08 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository pygame-sdl2.

commit 9a527f8fddc24dedc25200bfd3e391d4ebdd3e99
Author: Markus Koschany 
Date:   Sun Apr 8 21:32:55 2018 +0200

Drop sdl2-mixer.patch. Fixed upstream.
---
 debian/patches/sdl2-mixer.patch | 43 -
 debian/patches/series   |  1 -
 2 files changed, 44 deletions(-)

diff --git a/debian/patches/sdl2-mixer.patch b/debian/patches/sdl2-mixer.patch
deleted file mode 100644
index 8d737ee..000
--- a/debian/patches/sdl2-mixer.patch
+++ /dev/null
@@ -1,43 +0,0 @@
-From: Markus Koschany 
-Date: Sat, 11 Nov 2017 22:38:53 +0100
-Subject: sdl2 mixer
-
-Fix FTBFS with libsdl2-mixer version 2.0.2.
-
-Forwarded: https://github.com/renpy/pygame_sdl2/pull/82/files

- include/sdl2_mixer.pxd| 3 +--
- src/pygame_sdl2/mixer.pyx | 4 ++--
- 2 files changed, 3 insertions(+), 4 deletions(-)
-
-diff --git a/include/sdl2_mixer.pxd b/include/sdl2_mixer.pxd
-index 0cea395..4bb0187 100644
 a/include/sdl2_mixer.pxd
-+++ b/include/sdl2_mixer.pxd
-@@ -18,10 +18,9 @@ cdef extern from "SDL_mixer.h" nogil:
- ctypedef enum MIX_InitFlags:
- MIX_INIT_FLAC
- MIX_INIT_MOD
--MIX_INIT_MODPLUG
- MIX_INIT_MP3
- MIX_INIT_OGG
--MIX_INIT_FLUIDSYNTH
-+MIX_INIT_MID
- 
- int Mix_Init(int flags)
- void Mix_Quit()
-diff --git a/src/pygame_sdl2/mixer.pyx b/src/pygame_sdl2/mixer.pyx
-index 3c5e185..bea5cbf 100644
 a/src/pygame_sdl2/mixer.pyx
-+++ b/src/pygame_sdl2/mixer.pyx
-@@ -81,8 +81,8 @@ def init(frequency=22050, size=MIX_DEFAULT_FORMAT, 
channels=2, buffer=4096):
- if get_init() is not None:
- return
- 
--for flag in (MIX_INIT_FLAC, MIX_INIT_MOD, MIX_INIT_MODPLUG,
-- MIX_INIT_MP3, MIX_INIT_OGG, MIX_INIT_FLUIDSYNTH):
-+for flag in (MIX_INIT_FLAC, MIX_INIT_MOD,
-+ MIX_INIT_MP3, MIX_INIT_OGG, MIX_INIT_MID):
- 
- if Mix_Init(flag) != flag:
- errors.append("{}\n".format(SDL_GetError()))
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 442b439..000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-sdl2-mixer.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/pygame-sdl2.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


[freeciv] 01/02: Merge branch 'master' into stretch-backports

2018-04-03 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch stretch-backports
in repository freeciv.

commit ea245a9a975b9d888f361760b8341fa954dc9444
Merge: 236d0f7 7512c1e
Author: Markus Koschany 
Date:   Tue Apr 3 22:45:14 2018 +0200

Merge branch 'master' into stretch-backports

 ChangeLog|  342 
 NEWS-2.5 |   35 +-
 client/editor.c  |2 +-
 client/gui-gtk-2.0/pages.c   |2 +-
 client/gui-gtk-3.0/pages.c   |2 +-
 client/gui-qt/citydlg.cpp|1 -
 client/gui-qt/fc_client.cpp  |7 +-
 client/gui-qt/fc_client.h|2 +-
 client/gui-qt/gui_main.cpp   |2 +-
 client/gui-qt/spaceshipdlg.cpp   |1 -
 client/gui-sdl/dialogs.c |   18 +-
 client/gui-xaw/Freeciv.h |2 +-
 client/helpdata.c|   44 +-
 client/luascript/tolua_client_gen.h  |2 +-
 client/tilespec.c|4 -
 common/effects.h |2 +-
 common/scriptcore/tolua_common_a_gen.h   |2 +-
 common/scriptcore/tolua_common_z_gen.h   |2 +-
 common/scriptcore/tolua_game_gen.c   |   20 +-
 common/scriptcore/tolua_game_gen.h   |2 +-
 common/scriptcore/tolua_signal_gen.h |2 +-
 common/unit.h|2 +-
 configure|   50 +-
 data/Freeciv |2 +-
 data/Makefile.in |2 +-
 data/amplio2/moderncities.spec   |2 +-
 data/civ1/terrain.ruleset|8 +-
 data/civ2/terrain.ruleset|8 +-
 data/civ2civ3/terrain.ruleset|8 +-
 data/classic/terrain.ruleset |8 +-
 data/experimental/terrain.ruleset|8 +-
 data/flags/convert_png   |3 +-
 data/multiplayer/terrain.ruleset |8 +-
 data/nation/cuyavian.ruleset |2 +-
 debian/changelog |7 +-
 doc/FAQ  |   20 +-
 fc_version   |6 +-
 server/maphand.c |2 +-
 server/notify.c  |2 +-
 server/report.c  |3 +-
 server/savegame2.c   |2 +-
 server/scripting/tolua_fcdb_gen.h|2 +-
 server/scripting/tolua_server_gen.c  |8 +-
 server/scripting/tolua_server_gen.h  |2 +-
 server/techtools.c   |2 +-
 server/unittools.c   |2 +-
 tools/modinst.c  |6 +-
 tools/mpdb.c |4 +-
 translations/freeciv/ar.gmo  |  Bin 189776 -> 189776 bytes
 translations/freeciv/ar.po   |  924 ++---
 translations/freeciv/bg.gmo  |  Bin 119153 -> 119153 bytes
 translations/freeciv/bg.po   |  924 ++---
 translations/freeciv/ca.gmo  |  Bin 1025190 -> 1025178 bytes
 translations/freeciv/ca.po   |  932 ++---
 translations/freeciv/cs.gmo  |  Bin 214369 -> 214369 bytes
 translations/freeciv/cs.po   |  924 ++---
 translations/freeciv/da.gmo  |  Bin 564158 -> 564158 bytes
 translations/freeciv/da.po   |  924 ++---
 translations/freeciv/de.gmo  |  Bin 1039392 -> 1039392 bytes
 translations/freeciv/de.po   |  924 ++---
 translations/freeciv/el.gmo  |  Bin 245435 -> 245435 bytes
 translations/freeciv/el.po   |  924 ++---
 translations/freeciv/en_GB.gmo   |  Bin 963421 -> 963421 bytes
 translations/freeciv/en_GB.po|  924 ++---
 translations/freeciv/eo.gmo  |  Bin 181680 -> 186184 bytes
 translations/freeciv/eo.po   | 1339 +++---
 translations/freeciv/es.gmo  |  Bin 1040861 -> 1040861 bytes
 translations/freeciv/es.po   |  924 ++---
 translations/freeciv/et.gmo  |  Bin 227346 -> 227346 bytes
 translations/freeciv/et.po   |  924 ++---
 translations/freeciv/fa.gmo  |  Bin 96047 -> 96047 bytes
 translations/freeciv/fa.po   |  924 ++---
 translations/freeciv/fi.gmo  |  Bin 1017274 -> 1017282 bytes
 translations/freeciv/fi.po   |  929 ++---
 translations/freeciv/fr.gmo  |  Bin 1053503 -> 1053503 bytes
 translations/freeciv/fr.po   |  924 ++---
 translations/freeciv/freeciv.pot |  924 ++---
 translations/freec

[freeciv] 02/02: Update changelog

2018-04-03 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch stretch-backports
in repository freeciv.

commit 42a4e4116e5155aa7668dd7e73671253bf51567f
Author: Markus Koschany 
Date:   Tue Apr 3 22:46:00 2018 +0200

Update changelog
---
 debian/changelog | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 0f77d20..98b8364 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+freeciv (2.5.11-1~bpo9+1) stretch-backports; urgency=medium
+
+  * Rebuild for stretch-backports.
+
+ -- Markus Koschany   Tue, 03 Apr 2018 22:45:26 +0200
+
 freeciv (2.5.11-1) unstable; urgency=medium
 
   * New upstream version 2.5.11.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/freeciv.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


[freeciv] annotated tag debian/2.5.11-1_bpo9+1 created (now e00704d)

2018-04-03 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a change to annotated tag debian/2.5.11-1_bpo9+1
in repository freeciv.

at  e00704d   (tag)
   tagging  42a4e4116e5155aa7668dd7e73671253bf51567f (commit)
  replaces  debian/2.5.10-1_bpo9+1
 tagged by  Markus Koschany
on  Tue Apr 3 22:57:37 2018 +0200

- Log -
Debian release 2.5.11-1~bpo9+1
-BEGIN PGP SIGNATURE-

iQKjBAABCgCNFiEErPPQiO8y7e9qGoNf2a0UuVE7UeQFAlrD6sZfFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFD
RjNEMDg4RUYzMkVERUY2QTFBODM1RkQ5QUQxNEI5NTEzQjUxRTQPHGFwb0BkZWJp
YW4ub3JnAAoJENmtFLlRO1HkPQcP/iL2GLiz3kZxsApNLiY2MH7azaX7TUrf6XVs
MKAzBXmWXtvNJt8bYMbycDalhxKzqYjfLX9SPekyrq4EsWpKAMNnNesCm3WSyHwX
/NzfdkxdeBQ2ctkqG8XrgAGd34xIG2l8SlO9yXOJQRDaWGF4tP5vu6Ts10/4HufD
qLzGVETS3f918XONg0322o9NC9DW+WGYzqtPBJ1Fe+hq4VDSsa+JijexqV3BsJrQ
+2cWXDcMNfflKW9Gt1fPu193XekJPZp7EEoWKK4sxEHVp2QAht1COPTJixYD18ta
HiRcgvglQQXuNTQNnmjEFn0UMUM1HysuyCCyt6QZROVIz9LZmXSlyg0fBIQhpo54
3PtnOoM0uwkEjNI89X6DfnCf6c1pC1jdqNCzIqRwnVPvShkdi9bgkiIr9R/1tDCo
CUdwMAvjAC5sq9QI34NoSHqj5U5pKhh0oP4z8KUhxBU9AfvCQjTsRtjr5jLgynYD
usVZ6bGL5m7jRyAcOdksq9NcVLKEsJj0p6L/C5h6pCFtNnricELFSlLWC3usa1aM
/m+QVGRWuuasZNheE7AN/uBDGT0rUkGZU+LWMJSk3PpAPWZ2bNK3AesTYKhmT4cX
EJghZuaRJW+wOQ/q2X3WhFWIU7+GBftmmgAQpomQo8m6HjR5eT7JZENDhwQVf8GK
Jd5BM94y
=jyG6
-END PGP SIGNATURE-

Markus Koschany (5):
  New upstream version 2.5.11
  Update upstream source from tag 'upstream/2.5.11'
  Update changelog
  Merge branch 'master' into stretch-backports
  Update changelog

---

This annotated tag includes the following new commits:

   new  ea245a9   Merge branch 'master' into stretch-backports
   new  42a4e41   Update changelog

The 2 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.


-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/freeciv.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


[freeciv] branch stretch-backports updated (236d0f7 -> 42a4e41)

2018-04-03 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a change to branch stretch-backports
in repository freeciv.

  from  236d0f7   Revert to compat 10.
  adds  6a9abf4   New upstream version 2.5.11
  adds  77b6f81   Update upstream source from tag 'upstream/2.5.11'
  adds  7512c1e   Update changelog
   new  ea245a9   Merge branch 'master' into stretch-backports
   new  42a4e41   Update changelog

The 2 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:
 ChangeLog|  342 
 NEWS-2.5 |   35 +-
 client/editor.c  |2 +-
 client/gui-gtk-2.0/pages.c   |2 +-
 client/gui-gtk-3.0/pages.c   |2 +-
 client/gui-qt/citydlg.cpp|1 -
 client/gui-qt/fc_client.cpp  |7 +-
 client/gui-qt/fc_client.h|2 +-
 client/gui-qt/gui_main.cpp   |2 +-
 client/gui-qt/spaceshipdlg.cpp   |1 -
 client/gui-sdl/dialogs.c |   18 +-
 client/gui-xaw/Freeciv.h |2 +-
 client/helpdata.c|   44 +-
 client/luascript/tolua_client_gen.h  |2 +-
 client/tilespec.c|4 -
 common/effects.h |2 +-
 common/scriptcore/tolua_common_a_gen.h   |2 +-
 common/scriptcore/tolua_common_z_gen.h   |2 +-
 common/scriptcore/tolua_game_gen.c   |   20 +-
 common/scriptcore/tolua_game_gen.h   |2 +-
 common/scriptcore/tolua_signal_gen.h |2 +-
 common/unit.h|2 +-
 configure|   50 +-
 data/Freeciv |2 +-
 data/Makefile.in |2 +-
 data/amplio2/moderncities.spec   |2 +-
 data/civ1/terrain.ruleset|8 +-
 data/civ2/terrain.ruleset|8 +-
 data/civ2civ3/terrain.ruleset|8 +-
 data/classic/terrain.ruleset |8 +-
 data/experimental/terrain.ruleset|8 +-
 data/flags/convert_png   |3 +-
 data/multiplayer/terrain.ruleset |8 +-
 data/nation/cuyavian.ruleset |2 +-
 debian/changelog |   11 +-
 doc/FAQ  |   20 +-
 fc_version   |6 +-
 server/maphand.c |2 +-
 server/notify.c  |2 +-
 server/report.c  |3 +-
 server/savegame2.c   |2 +-
 server/scripting/tolua_fcdb_gen.h|2 +-
 server/scripting/tolua_server_gen.c  |8 +-
 server/scripting/tolua_server_gen.h  |2 +-
 server/techtools.c   |2 +-
 server/unittools.c   |2 +-
 tools/modinst.c  |6 +-
 tools/mpdb.c |4 +-
 translations/freeciv/ar.gmo  |  Bin 189776 -> 189776 bytes
 translations/freeciv/ar.po   |  924 ++---
 translations/freeciv/bg.gmo  |  Bin 119153 -> 119153 bytes
 translations/freeciv/bg.po   |  924 ++---
 translations/freeciv/ca.gmo  |  Bin 1025190 -> 1025178 bytes
 translations/freeciv/ca.po   |  932 ++---
 translations/freeciv/cs.gmo  |  Bin 214369 -> 214369 bytes
 translations/freeciv/cs.po   |  924 ++---
 translations/freeciv/da.gmo  |  Bin 564158 -> 564158 bytes
 translations/freeciv/da.po   |  924 ++---
 translations/freeciv/de.gmo  |  Bin 1039392 -> 1039392 bytes
 translations/freeciv/de.po   |  924 ++---
 translations/freeciv/el.gmo  |  Bin 245435 -> 245435 bytes
 translations/freeciv/el.po   |  924 ++---
 translations/freeciv/en_GB.gmo   |  Bin 963421 -> 963421 bytes
 translations/freeciv/en_GB.po|  924 ++---
 translations/freeciv/eo.gmo  |  Bin 181680 -> 186184 bytes
 translations/freeciv/eo.po   | 1339 +++---
 translations/freeciv/es.gmo  |  Bin 1040861 -> 1040861 bytes
 translations/freeciv/es.po   |  924 ++---
 translations/freeciv/et.gmo  |  Bin 227346 -> 227346 bytes
 translations/freeciv/et.po   |  924 ++---
 translations/freeciv/fa.gmo  |  Bin 96047 -> 96047 bytes
 translations/freeciv/fa.po   |  924 ++---
 translations/freeciv/fi.gmo  |  Bin 1017274 -> 1017282

[pygame-sdl2] annotated tag upstream/6.99.14.2 created (now 53bbad6)

2018-04-01 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a change to annotated tag upstream/6.99.14.2
in repository pygame-sdl2.

at  53bbad6   (tag)
   tagging  68a2fa26369bae862b4838a1b271d5e1455af172 (commit)
  replaces  upstream/6.99.14.1
 tagged by  Markus Koschany
on  Sun Apr 1 14:38:53 2018 +0200

- Log -
Upstream version 6.99.14.2
-BEGIN PGP SIGNATURE-

iQKTBAABCgB9FiEErPPQiO8y7e9qGoNf2a0UuVE7UeQFAlrA0t1fFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFD
RjNEMDg4RUYzMkVERUY2QTFBODM1RkQ5QUQxNEI5NTEzQjUxRTQACgkQ2a0UuVE7
UeQaZQ//UV48jeekFQp2x0Aqp1Q8J2F+xI9AHRCnoU3R/UpjKw+kfCAfHx7VFVRQ
5dZkMsTFL9GsUUJYtbASSP31KMYPzWhUp0f+txw1NA3ZbtGY3TQ98NKPD58XMcZi
mnXVjNDjWqZwIyJKZek+h8i36IBnnJ3ZDH2d/RdYBl8ADIpFdTL0iiCqQGQf+jG3
IuIXhGuimJr+xXqrawYr0rhcvhJzsp+2PNjYTIiQTrnqMzH/XZgjO6EDuvGejEWQ
Lw8oI93PZPPQFZTaXTrKTUo0GvbS0pz+gGY0K1BTs4weIBqRPeJxEov3+1gCTuDV
+YP4g5j3vFYdyg7RuJgF9hdijrGkmBz7jxBEI45geF/ViJIrCIrU6lF94OQzjk/X
NTfnVf8dt2Sfl8fBdjTvxZuebvrUyRbYbGcDq31BU95jZT7b1YVY/2l72EXjh7st
BuOdhixYZqTPuR81rWfD6L41UHmrt4rjKd0P3LMCGqZ3DhD/kT0BbeI8jJea9QFD
ZeOSU7XJlKMawCPJiA7aSvBXj+foIt6iCfIcCEw4e68Rb0rce5o6TQhfvkUH+Fzt
ZlMEAOUhmXyfC4EnzW/d5RGyYW3V4612o8BDPJ4bPfk8qZkirZwWVPufdCu1yHZO
CCQFOCyya0mmfQL7o2S3juSf3n8QrHqAvOVIhwho3Vln/cmHZk0=
=+AMO
-END PGP SIGNATURE-

Markus Koschany (1):
  New upstream version 6.99.14.2

---

This annotated tag includes the following new commits:

   new  68a2fa2   New upstream version 6.99.14.2

The 1 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.


-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/pygame-sdl2.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


[pygame-sdl2] 02/02: Update upstream source from tag 'upstream/6.99.14.2'

2018-04-01 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository pygame-sdl2.

commit 97584c77a8f2a5572fb77daaeb398822d79541d6
Merge: 6688b8f 68a2fa2
Author: Markus Koschany 
Date:   Sun Apr 1 14:38:57 2018 +0200

Update upstream source from tag 'upstream/6.99.14.2'

Update to upstream version '6.99.14.2'
with Debian dir b4a3860e0f820919100f391b3aa6e67a93df62e9

 PKG-INFO  | 2 +-
 pygame_sdl2.egg-info/PKG-INFO | 2 +-
 setup.cfg | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/pygame-sdl2.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


[pygame-sdl2] branch pristine-tar updated (310afe8 -> c21f7df)

2018-04-01 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a change to branch pristine-tar
in repository pygame-sdl2.

  from  310afe8   pristine-tar data for pygame-sdl2_6.99.14.1.orig.tar.gz
   new  c21f7df   pristine-tar data for pygame-sdl2_6.99.14.2.orig.tar.gz

The 1 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:
 pygame-sdl2_6.99.14.2.orig.tar.gz.delta | Bin 0 -> 5965 bytes
 pygame-sdl2_6.99.14.2.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 pygame-sdl2_6.99.14.2.orig.tar.gz.delta
 create mode 100644 pygame-sdl2_6.99.14.2.orig.tar.gz.id

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/pygame-sdl2.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


[pygame-sdl2] branch upstream updated (a1c6532 -> 68a2fa2)

2018-04-01 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a change to branch upstream
in repository pygame-sdl2.

  from  a1c6532   New upstream version 6.99.14.1
   new  68a2fa2   New upstream version 6.99.14.2

The 1 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 +-
 pygame_sdl2.egg-info/PKG-INFO | 2 +-
 setup.cfg | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/pygame-sdl2.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


[pygame-sdl2] 01/01: pristine-tar data for pygame-sdl2_6.99.14.2.orig.tar.gz

2018-04-01 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch pristine-tar
in repository pygame-sdl2.

commit c21f7df4f47af540e4ff01a927f3915ea4767da8
Author: Markus Koschany 
Date:   Sun Apr 1 14:38:53 2018 +0200

pristine-tar data for pygame-sdl2_6.99.14.2.orig.tar.gz
---
 pygame-sdl2_6.99.14.2.orig.tar.gz.delta | Bin 0 -> 5965 bytes
 pygame-sdl2_6.99.14.2.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/pygame-sdl2_6.99.14.2.orig.tar.gz.delta 
b/pygame-sdl2_6.99.14.2.orig.tar.gz.delta
new file mode 100644
index 000..37dc417
Binary files /dev/null and b/pygame-sdl2_6.99.14.2.orig.tar.gz.delta differ
diff --git a/pygame-sdl2_6.99.14.2.orig.tar.gz.id 
b/pygame-sdl2_6.99.14.2.orig.tar.gz.id
new file mode 100644
index 000..400869a
--- /dev/null
+++ b/pygame-sdl2_6.99.14.2.orig.tar.gz.id
@@ -0,0 +1 @@
+fa1d583e4372a6439ecd4a6c24d4fc1a7fc23308

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/pygame-sdl2.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


[pygame-sdl2] 01/02: New upstream version 6.99.14.2

2018-04-01 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository pygame-sdl2.

commit 68a2fa26369bae862b4838a1b271d5e1455af172
Author: Markus Koschany 
Date:   Sun Apr 1 14:38:39 2018 +0200

New upstream version 6.99.14.2
---
 PKG-INFO  | 2 +-
 pygame_sdl2.egg-info/PKG-INFO | 2 +-
 setup.cfg | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/PKG-INFO b/PKG-INFO
index 976d016..8dc31ee 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: pygame_sdl2
-Version: 2.1.0-for-renpy-6.99.14.1
+Version: 2.1.0-for-renpy-6.99.14.2
 Summary: UNKNOWN
 Home-page: https://github.com/renpy/pygame_sdl2
 Author: Tom Rothamel
diff --git a/pygame_sdl2.egg-info/PKG-INFO b/pygame_sdl2.egg-info/PKG-INFO
index 04f9859..aaf2a36 100644
--- a/pygame_sdl2.egg-info/PKG-INFO
+++ b/pygame_sdl2.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: pygame-sdl2
-Version: 2.1.0-for-renpy-6.99.14.1
+Version: 2.1.0-for-renpy-6.99.14.2
 Summary: UNKNOWN
 Home-page: https://github.com/renpy/pygame_sdl2
 Author: Tom Rothamel
diff --git a/setup.cfg b/setup.cfg
index 1434deb..1b0ccaf 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,4 +1,4 @@
 [egg_info]
-tag_build = -for-renpy-6.99.14.1
+tag_build = -for-renpy-6.99.14.2
 tag_date = 0
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/pygame-sdl2.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


[pygame-sdl2] branch master updated (6688b8f -> 97584c7)

2018-04-01 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a change to branch master
in repository pygame-sdl2.

  from  6688b8f   Update changelog
   new  68a2fa2   New upstream version 6.99.14.2
   new  97584c7   Update upstream source from tag 'upstream/6.99.14.2'

The 2 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 +-
 pygame_sdl2.egg-info/PKG-INFO | 2 +-
 setup.cfg | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/pygame-sdl2.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


[freeciv] annotated tag debian/2.5.11-1 created (now 7fd92a7)

2018-03-26 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a change to annotated tag debian/2.5.11-1
in repository freeciv.

at  7fd92a7   (tag)
   tagging  7512c1e90f6c833839c22368f3604abde4f9ae32 (commit)
  replaces  debian/2.5.10-1
 tagged by  Markus Koschany
on  Mon Mar 26 19:01:25 2018 +0200

- Log -
Debian release 2.5.11-1
-BEGIN PGP SIGNATURE-

iQKjBAABCgCNFiEErPPQiO8y7e9qGoNf2a0UuVE7UeQFAlq5J2pfFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFD
RjNEMDg4RUYzMkVERUY2QTFBODM1RkQ5QUQxNEI5NTEzQjUxRTQPHGFwb0BkZWJp
YW4ub3JnAAoJENmtFLlRO1HkD/0P/1Z2U4qamHQ46CCmWkTAXfESOV9BbjzBXcsg
ROkj/IlPVnwTf/uUU2FNWdEfemt8/l9aMJMMoPprb9tif0ddteAqt6QKCPiBOr6K
houH2rpjDbVwbHxVo9UpYdjoviwqvmJrkxVcSC89vbWLYnZTmBN0/q4UvNiurt7e
+TplHncjDQstz5WSrH6xK+Xvh0ztEpqovzoH/ZlgbtqgC2gN0696HSvTcaznfNzG
9vCkQ1YoxxCIMBdyKanHvsMVjirOOKxL/fyIw+Lqxk/cllw0bx9uxB2P4qPMz4oy
R6dzXgfw0WMwfwa/sy7R8v70HvkSdc0BNwd1J/eRxb233XuLy6cFSS1VbDuZLC0N
Vj9t9/muhvetRZfllu0xUXXlC9OluB9npAL3Dn5ey4EFR3OZbdD8oQMG3aaila5Q
DHPdR2onhUJRHl32Ddgff9+P1YzrnNE1aSVXsRQtRGto2QXcYQ3okeMriowGwcpB
KSN1CbWtjiVZGgOeOnmdh3pZklNrRB+M9YddSXWBZgqYAfaOhUH8iNBZL155Q71m
gChm9CWlE62yOfWRA5u98rFnB8F4V41mB2QuLxKdCt/CL1nwhO54/WW3eJah/FSX
dSu1aPWbZ4r6kn3WvABVomXuj3mBbTyxvO+Gub28Ya15aLsvlUD3JewvMMQVmL4W
dZTQfppR
=RNsm
-END PGP SIGNATURE-

Markus Koschany (3):
  New upstream version 2.5.11
  Update upstream source from tag 'upstream/2.5.11'
  Update changelog

---

This annotated tag includes the following new commits:

   new  6a9abf4   New upstream version 2.5.11
   new  77b6f81   Update upstream source from tag 'upstream/2.5.11'
   new  7512c1e   Update changelog

The 3 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.


-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/freeciv.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


[freeciv] annotated tag upstream/2.5.11 created (now e0509d8)

2018-03-26 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a change to annotated tag upstream/2.5.11
in repository freeciv.

at  e0509d8   (tag)
   tagging  6a9abf409dfeddcd2cf058fc6ebf22136b20aa0e (commit)
  replaces  upstream/2.5.10
 tagged by  Markus Koschany
on  Mon Mar 26 18:47:21 2018 +0200

- Log -
Upstream version 2.5.11
-BEGIN PGP SIGNATURE-

iQKTBAABCgB9FiEErPPQiO8y7e9qGoNf2a0UuVE7UeQFAlq5JBlfFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFD
RjNEMDg4RUYzMkVERUY2QTFBODM1RkQ5QUQxNEI5NTEzQjUxRTQACgkQ2a0UuVE7
UeSFAQ/+PgLvOP4pcmmQaUht4xb9YB+5ne49lOXZeL8F3ON3JCruOe0yvgmBq7Ik
YZIwNC0pBjFDHAF0vhO9NVOP5zez4OF8g/WRZLWpnNN+HnAB+//Nfu6oRO7Aj8WW
+enByOb82YlK0oaYfdsV0YvWrMizMaz95vdxaSuBAoRHbN9Vf+vMILAbdA8YB5yc
Z6EXer2C2P0vO5nJmvrbMqIduyQyu45KpHHJQrjioAyu0jtJ9oY9E03a0S6IHQV/
Rx38ga4b3gYB5LeaggClI9YJxEIZDbgTqh4LRUVrFzjfr6n5zFWl9I8Ojr+rsngm
veRKDqVoKTY/2EaY7atCHaCQVsnSci2d6PyOUHdcvTZzUSkBzWFfF7Tg3mGVt2Rq
JkWppO89gkGuw2TILblh0BYrk0MeUULcymyigSz+pOhjZhokQo/0aAggVXOJF3CW
1SZrfQG7YN6zOvudgbrJeM6oul6t0zK2nDoQltGVQ9kIjKN6aoniM/t8CKGmmCsO
N8UoS0uqtd341zGpPqAZgb4b2CFtUUmWseKSLpy7hzBQE45gxdbRF941yU9V5HBZ
JTRSpFKZHiva4hOS9atNcBKOL4ReTqPCEB1bZZKS/rhdlTKi1YpHaI0y87vhjjnu
h+c1ZA1kIPHxxPivzh7x8gGgKLJ27Mtng1QD1PBlfRrgXJXsPYA=
=P3Ux
-END PGP SIGNATURE-

Markus Koschany (1):
  New upstream version 2.5.11

---

This annotated tag includes the following new commits:

   new  6a9abf4   New upstream version 2.5.11

The 1 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.


-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/freeciv.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


[freeciv] branch upstream updated (8e16dc1 -> 6a9abf4)

2018-03-26 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a change to branch upstream
in repository freeciv.

  from  8e16dc1   New upstream version 2.5.10
   new  6a9abf4   New upstream version 2.5.11

The 1 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:
 ChangeLog|  342 
 NEWS-2.5 |   35 +-
 client/editor.c  |2 +-
 client/gui-gtk-2.0/pages.c   |2 +-
 client/gui-gtk-3.0/pages.c   |2 +-
 client/gui-qt/citydlg.cpp|1 -
 client/gui-qt/fc_client.cpp  |7 +-
 client/gui-qt/fc_client.h|2 +-
 client/gui-qt/gui_main.cpp   |2 +-
 client/gui-qt/spaceshipdlg.cpp   |1 -
 client/gui-sdl/dialogs.c |   18 +-
 client/gui-xaw/Freeciv.h |2 +-
 client/helpdata.c|   44 +-
 client/luascript/tolua_client_gen.h  |2 +-
 client/tilespec.c|4 -
 common/effects.h |2 +-
 common/scriptcore/tolua_common_a_gen.h   |2 +-
 common/scriptcore/tolua_common_z_gen.h   |2 +-
 common/scriptcore/tolua_game_gen.c   |   20 +-
 common/scriptcore/tolua_game_gen.h   |2 +-
 common/scriptcore/tolua_signal_gen.h |2 +-
 common/unit.h|2 +-
 configure|   50 +-
 data/Freeciv |2 +-
 data/Makefile.in |2 +-
 data/amplio2/moderncities.spec   |2 +-
 data/civ1/terrain.ruleset|8 +-
 data/civ2/terrain.ruleset|8 +-
 data/civ2civ3/terrain.ruleset|8 +-
 data/classic/terrain.ruleset |8 +-
 data/experimental/terrain.ruleset|8 +-
 data/flags/convert_png   |3 +-
 data/multiplayer/terrain.ruleset |8 +-
 data/nation/cuyavian.ruleset |2 +-
 doc/FAQ  |   20 +-
 fc_version   |6 +-
 server/maphand.c |2 +-
 server/notify.c  |2 +-
 server/report.c  |3 +-
 server/savegame2.c   |2 +-
 server/scripting/tolua_fcdb_gen.h|2 +-
 server/scripting/tolua_server_gen.c  |8 +-
 server/scripting/tolua_server_gen.h  |2 +-
 server/techtools.c   |2 +-
 server/unittools.c   |2 +-
 tools/modinst.c  |6 +-
 tools/mpdb.c |4 +-
 translations/freeciv/ar.gmo  |  Bin 189776 -> 189776 bytes
 translations/freeciv/ar.po   |  924 ++---
 translations/freeciv/bg.gmo  |  Bin 119153 -> 119153 bytes
 translations/freeciv/bg.po   |  924 ++---
 translations/freeciv/ca.gmo  |  Bin 1025190 -> 1025178 bytes
 translations/freeciv/ca.po   |  932 ++---
 translations/freeciv/cs.gmo  |  Bin 214369 -> 214369 bytes
 translations/freeciv/cs.po   |  924 ++---
 translations/freeciv/da.gmo  |  Bin 564158 -> 564158 bytes
 translations/freeciv/da.po   |  924 ++---
 translations/freeciv/de.gmo  |  Bin 1039392 -> 1039392 bytes
 translations/freeciv/de.po   |  924 ++---
 translations/freeciv/el.gmo  |  Bin 245435 -> 245435 bytes
 translations/freeciv/el.po   |  924 ++---
 translations/freeciv/en_GB.gmo   |  Bin 963421 -> 963421 bytes
 translations/freeciv/en_GB.po|  924 ++---
 translations/freeciv/eo.gmo  |  Bin 181680 -> 186184 bytes
 translations/freeciv/eo.po   | 1339 +++---
 translations/freeciv/es.gmo  |  Bin 1040861 -> 1040861 bytes
 translations/freeciv/es.po   |  924 ++---
 translations/freeciv/et.gmo  |  Bin 227346 -> 227346 bytes
 translations/freeciv/et.po   |  924 ++---
 translations/freeciv/fa.gmo  |  Bin 96047 -> 96047 bytes
 translations/freeciv/fa.po   |  924 ++---
 translations/freeciv/fi.gmo  |  Bin 1017274 -> 1017282 bytes
 translations/freeciv/fi.po   |  929 ++---
 translations/freeciv/fr.gmo  |  Bin 1053503 -> 1053503 bytes
 translations/freeciv/fr.po   |  924 ++---
 translations/freeciv/freeciv.pot |  924

[freeciv] 01/01: pristine-tar data for freeciv_2.5.11.orig.tar.bz2

2018-03-26 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch pristine-tar
in repository freeciv.

commit 781d3c165fa70f9862aa03f02b5edde102fa0329
Author: Markus Koschany 
Date:   Mon Mar 26 18:47:21 2018 +0200

pristine-tar data for freeciv_2.5.11.orig.tar.bz2
---
 freeciv_2.5.11.orig.tar.bz2.delta | Bin 0 -> 114815 bytes
 freeciv_2.5.11.orig.tar.bz2.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/freeciv_2.5.11.orig.tar.bz2.delta 
b/freeciv_2.5.11.orig.tar.bz2.delta
new file mode 100644
index 000..a74de98
Binary files /dev/null and b/freeciv_2.5.11.orig.tar.bz2.delta differ
diff --git a/freeciv_2.5.11.orig.tar.bz2.id b/freeciv_2.5.11.orig.tar.bz2.id
new file mode 100644
index 000..a9d5a44
--- /dev/null
+++ b/freeciv_2.5.11.orig.tar.bz2.id
@@ -0,0 +1 @@
+1ddfda05147ac9b7160d3447340cc1c257484609

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/freeciv.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


[freeciv] 03/03: Update changelog

2018-03-26 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository freeciv.

commit 7512c1e90f6c833839c22368f3604abde4f9ae32
Author: Markus Koschany 
Date:   Mon Mar 26 18:50:53 2018 +0200

Update changelog
---
 debian/changelog | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 918a6a0..0f77d20 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+freeciv (2.5.11-1) unstable; urgency=medium
+
+  * New upstream version 2.5.11.
+
+ -- Markus Koschany   Mon, 26 Mar 2018 18:50:41 +0200
+
 freeciv (2.5.10-1) unstable; urgency=medium
 
   * New upstream version 2.5.10.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/freeciv.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


[freeciv] branch master updated (15bd62e -> 7512c1e)

2018-03-26 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a change to branch master
in repository freeciv.

  from  15bd62e   Update changelog
   new  6a9abf4   New upstream version 2.5.11
   new  77b6f81   Update upstream source from tag 'upstream/2.5.11'
   new  7512c1e   Update changelog

The 3 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:
 ChangeLog|  342 
 NEWS-2.5 |   35 +-
 client/editor.c  |2 +-
 client/gui-gtk-2.0/pages.c   |2 +-
 client/gui-gtk-3.0/pages.c   |2 +-
 client/gui-qt/citydlg.cpp|1 -
 client/gui-qt/fc_client.cpp  |7 +-
 client/gui-qt/fc_client.h|2 +-
 client/gui-qt/gui_main.cpp   |2 +-
 client/gui-qt/spaceshipdlg.cpp   |1 -
 client/gui-sdl/dialogs.c |   18 +-
 client/gui-xaw/Freeciv.h |2 +-
 client/helpdata.c|   44 +-
 client/luascript/tolua_client_gen.h  |2 +-
 client/tilespec.c|4 -
 common/effects.h |2 +-
 common/scriptcore/tolua_common_a_gen.h   |2 +-
 common/scriptcore/tolua_common_z_gen.h   |2 +-
 common/scriptcore/tolua_game_gen.c   |   20 +-
 common/scriptcore/tolua_game_gen.h   |2 +-
 common/scriptcore/tolua_signal_gen.h |2 +-
 common/unit.h|2 +-
 configure|   50 +-
 data/Freeciv |2 +-
 data/Makefile.in |2 +-
 data/amplio2/moderncities.spec   |2 +-
 data/civ1/terrain.ruleset|8 +-
 data/civ2/terrain.ruleset|8 +-
 data/civ2civ3/terrain.ruleset|8 +-
 data/classic/terrain.ruleset |8 +-
 data/experimental/terrain.ruleset|8 +-
 data/flags/convert_png   |3 +-
 data/multiplayer/terrain.ruleset |8 +-
 data/nation/cuyavian.ruleset |2 +-
 debian/changelog |6 +
 doc/FAQ  |   20 +-
 fc_version   |6 +-
 server/maphand.c |2 +-
 server/notify.c  |2 +-
 server/report.c  |3 +-
 server/savegame2.c   |2 +-
 server/scripting/tolua_fcdb_gen.h|2 +-
 server/scripting/tolua_server_gen.c  |8 +-
 server/scripting/tolua_server_gen.h  |2 +-
 server/techtools.c   |2 +-
 server/unittools.c   |2 +-
 tools/modinst.c  |6 +-
 tools/mpdb.c |4 +-
 translations/freeciv/ar.gmo  |  Bin 189776 -> 189776 bytes
 translations/freeciv/ar.po   |  924 ++---
 translations/freeciv/bg.gmo  |  Bin 119153 -> 119153 bytes
 translations/freeciv/bg.po   |  924 ++---
 translations/freeciv/ca.gmo  |  Bin 1025190 -> 1025178 bytes
 translations/freeciv/ca.po   |  932 ++---
 translations/freeciv/cs.gmo  |  Bin 214369 -> 214369 bytes
 translations/freeciv/cs.po   |  924 ++---
 translations/freeciv/da.gmo  |  Bin 564158 -> 564158 bytes
 translations/freeciv/da.po   |  924 ++---
 translations/freeciv/de.gmo  |  Bin 1039392 -> 1039392 bytes
 translations/freeciv/de.po   |  924 ++---
 translations/freeciv/el.gmo  |  Bin 245435 -> 245435 bytes
 translations/freeciv/el.po   |  924 ++---
 translations/freeciv/en_GB.gmo   |  Bin 963421 -> 963421 bytes
 translations/freeciv/en_GB.po|  924 ++---
 translations/freeciv/eo.gmo  |  Bin 181680 -> 186184 bytes
 translations/freeciv/eo.po   | 1339 +++---
 translations/freeciv/es.gmo  |  Bin 1040861 -> 1040861 bytes
 translations/freeciv/es.po   |  924 ++---
 translations/freeciv/et.gmo  |  Bin 227346 -> 227346 bytes
 translations/freeciv/et.po   |  924 ++---
 translations/freeciv/fa.gmo  |  Bin 96047 -> 96047 bytes
 translations/freeciv/fa.po   |  924 ++---
 translations/freeciv/fi.gmo  |  Bin 1017274 -> 1017282 bytes
 translations/freeciv/fi.po   |  929 ++---
 translations/freeciv/fr.gmo  | 

[freeciv] branch pristine-tar updated (54c9230 -> 781d3c1)

2018-03-26 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a change to branch pristine-tar
in repository freeciv.

  from  54c9230   pristine-tar data for freeciv_2.5.10.orig.tar.bz2
   new  781d3c1   pristine-tar data for freeciv_2.5.11.orig.tar.bz2

The 1 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:
 freeciv_2.5.11.orig.tar.bz2.delta | Bin 0 -> 114815 bytes
 freeciv_2.5.11.orig.tar.bz2.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 freeciv_2.5.11.orig.tar.bz2.delta
 create mode 100644 freeciv_2.5.11.orig.tar.bz2.id

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/freeciv.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


[freeciv] 02/03: Update upstream source from tag 'upstream/2.5.11'

2018-03-26 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository freeciv.

commit 77b6f81c43e28684ff873d1a84abddfa17db3576
Merge: 15bd62e 6a9abf4
Author: Markus Koschany 
Date:   Mon Mar 26 18:47:26 2018 +0200

Update upstream source from tag 'upstream/2.5.11'

Update to upstream version '2.5.11'
with Debian dir 5702ef044c7c99c1e66ce61583d56b0a32ba1ac0

 ChangeLog|  342 
 NEWS-2.5 |   35 +-
 client/editor.c  |2 +-
 client/gui-gtk-2.0/pages.c   |2 +-
 client/gui-gtk-3.0/pages.c   |2 +-
 client/gui-qt/citydlg.cpp|1 -
 client/gui-qt/fc_client.cpp  |7 +-
 client/gui-qt/fc_client.h|2 +-
 client/gui-qt/gui_main.cpp   |2 +-
 client/gui-qt/spaceshipdlg.cpp   |1 -
 client/gui-sdl/dialogs.c |   18 +-
 client/gui-xaw/Freeciv.h |2 +-
 client/helpdata.c|   44 +-
 client/luascript/tolua_client_gen.h  |2 +-
 client/tilespec.c|4 -
 common/effects.h |2 +-
 common/scriptcore/tolua_common_a_gen.h   |2 +-
 common/scriptcore/tolua_common_z_gen.h   |2 +-
 common/scriptcore/tolua_game_gen.c   |   20 +-
 common/scriptcore/tolua_game_gen.h   |2 +-
 common/scriptcore/tolua_signal_gen.h |2 +-
 common/unit.h|2 +-
 configure|   50 +-
 data/Freeciv |2 +-
 data/Makefile.in |2 +-
 data/amplio2/moderncities.spec   |2 +-
 data/civ1/terrain.ruleset|8 +-
 data/civ2/terrain.ruleset|8 +-
 data/civ2civ3/terrain.ruleset|8 +-
 data/classic/terrain.ruleset |8 +-
 data/experimental/terrain.ruleset|8 +-
 data/flags/convert_png   |3 +-
 data/multiplayer/terrain.ruleset |8 +-
 data/nation/cuyavian.ruleset |2 +-
 doc/FAQ  |   20 +-
 fc_version   |6 +-
 server/maphand.c |2 +-
 server/notify.c  |2 +-
 server/report.c  |3 +-
 server/savegame2.c   |2 +-
 server/scripting/tolua_fcdb_gen.h|2 +-
 server/scripting/tolua_server_gen.c  |8 +-
 server/scripting/tolua_server_gen.h  |2 +-
 server/techtools.c   |2 +-
 server/unittools.c   |2 +-
 tools/modinst.c  |6 +-
 tools/mpdb.c |4 +-
 translations/freeciv/ar.gmo  |  Bin 189776 -> 189776 bytes
 translations/freeciv/ar.po   |  924 ++---
 translations/freeciv/bg.gmo  |  Bin 119153 -> 119153 bytes
 translations/freeciv/bg.po   |  924 ++---
 translations/freeciv/ca.gmo  |  Bin 1025190 -> 1025178 bytes
 translations/freeciv/ca.po   |  932 ++---
 translations/freeciv/cs.gmo  |  Bin 214369 -> 214369 bytes
 translations/freeciv/cs.po   |  924 ++---
 translations/freeciv/da.gmo  |  Bin 564158 -> 564158 bytes
 translations/freeciv/da.po   |  924 ++---
 translations/freeciv/de.gmo  |  Bin 1039392 -> 1039392 bytes
 translations/freeciv/de.po   |  924 ++---
 translations/freeciv/el.gmo  |  Bin 245435 -> 245435 bytes
 translations/freeciv/el.po   |  924 ++---
 translations/freeciv/en_GB.gmo   |  Bin 963421 -> 963421 bytes
 translations/freeciv/en_GB.po|  924 ++---
 translations/freeciv/eo.gmo  |  Bin 181680 -> 186184 bytes
 translations/freeciv/eo.po   | 1339 +++---
 translations/freeciv/es.gmo  |  Bin 1040861 -> 1040861 bytes
 translations/freeciv/es.po   |  924 ++---
 translations/freeciv/et.gmo  |  Bin 227346 -> 227346 bytes
 translations/freeciv/et.po   |  924 ++---
 translations/freeciv/fa.gmo  |  Bin 96047 -> 96047 bytes
 translations/freeciv/fa.po   |  924 ++---
 translations/freeciv/fi.gmo  |  Bin 1017274 -> 1017282 bytes
 translations/freeciv/fi.po   |  929 ++---
 translations/freeciv/fr.gmo  |  Bin 1053503 -> 1053503 bytes
 translations/freeciv/fr.po   |  924 ++---
 translations/freeciv/freeciv.pot

[trackballs] branch upstream updated (c43d68c -> 484319c)

2018-03-15 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a change to branch upstream
in repository trackballs.

  from  c43d68c   New upstream version 1.2.4
   new  484319c   New upstream version 1.3.0

The 1 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   |   79 ++-
 TODO.md  |   29 +-
 cmake/FindGC.cmake   |8 +-
 cmake/FindGuile.cmake|1 +
 cmake/FindSDL2_and_friends.cmake |4 +
 docs/api.html|   44 +-
 docs/customizing.html|   21 +-
 docs/examples.html   |   59 +-
 docs/index.html  |   18 +-
 docs/mapeditor.html  |   18 +-
 docs/scriptingLanguage.html  |   32 +-
 po/de.po |  572 ++-
 po/fr.po |  566 ++-
 po/hu.po |  565 ++-
 po/it.po |  563 ++-
 po/sk.po |  565 ++-
 po/sv.po |  563 ++-
 po/trackballs.pot|  560 ++-
 share/levels/bx1.scm |4 +-
 share/levels/bx2.map |  Bin 88541 -> 88590 bytes
 share/levels/bx2.scm |   78 +--
 share/levels/bx3.scm |  159 +++---
 share/levels/con2.scm|5 +-
 share/levels/con4.map|  Bin 66824 -> 66732 bytes
 share/levels/con4.scm|2 +-
 share/levels/dn6.scm |4 +-
 share/levels/ds.jpg  |  Bin 0 -> 83882 bytes
 share/levels/ds.set  |4 +
 share/levels/{Shop2.map => ds1.map}  |  Bin 59419 -> 60191 bytes
 share/levels/ds1.scm |   46 ++
 share/levels/{child4.map => ds2.map} |  Bin 59826 -> 61648 bytes
 share/levels/ds2.scm |   67 +++
 share/levels/{frgb.map => ds3.map}   |  Bin 62220 -> 63752 bytes
 share/levels/ds3.scm |  111 
 share/levels/ds_lib.scm  |   73 +++
 share/levels/fourSeasons_4.map   |  Bin 60701 -> 60712 bytes
 share/levels/frg7.map|  Bin 60224 -> 60250 bytes
 share/levels/frg8.map|  Bin 61851 -> 61849 bytes
 share/levels/ki1.scm |8 -
 share/levels/ki2.scm |7 -
 share/levels/ki3.scm |2 -
 share/levels/ki5.scm |2 -
 share/levels/lv6.scm |4 +-
 share/levels/lv9.scm |2 +-
 share/levels/mhm2.scm|   38 +-
 share/levels/mhm3.scm|   30 +-
 share/levels/motion1.map |  Bin 67898 -> 75514 bytes
 share/levels/motion1.scm |  119 ++--
 share/levels/sl5.map |  Bin 75174 -> 75179 bytes
 share/levels/sl5.scm |   10 +-
 share/levels/sl6.map |  Bin 67006 -> 68126 bytes
 share/shaders/basic.frag |2 +-
 share/shaders/object.frag|2 +-
 src/animated.cc  |3 +-
 src/animatedCollection.cc|   11 +-
 src/animator.cc  |3 +-
 src/baby.cc  |8 -
 src/baby.h   |3 -
 src/ball.cc  | 1016 ++
 src/ball.h   |   18 +-
 src/bird.cc  |2 +-
 src/black.cc |   27 +-
 src/black.h  |2 +-
 src/cactus.cc|5 +-
 src/cyclicPlatform.cc|3 +-
 src/debris.cc|4 +-
 src/diamond.cc   |8 +-
 src/editMode.cc  |   46 +-
 src/editWindows.cc   |   14 +-
 src/editWindows.h|4 +-
 src/flag.cc  |   11 +-
 src/forcefield.cc|9 +-
 src/fountain.cc  |2 +-
 src/game.cc  |3 +-
 src/gamer.cc |2 +-
 src/general.cc   |7 +-
 src/general.h|   51 +-
 src/glHelp.cc|  117 ++--
 src/glHelp.h |   48 +-
 src/goal.cc  |4 +-
 src/guile.cc |   35 +-
 src/heightModifier.cc|   14 +-
 src/helpMode.cc  |   10 +-
 src/highScore.cc |   39 +-
 src/highScore.h  |1 +
 src/hofMode.cc   |7 +-
 src/mainMode.cc  

[trackballs] annotated tag upstream/1.3.0 created (now 46b1b59)

2018-03-15 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a change to annotated tag upstream/1.3.0
in repository trackballs.

at  46b1b59   (tag)
   tagging  484319caf1b52b4cb47c77ab51d30cdc7ef5 (commit)
  replaces  upstream/1.2.4
 tagged by  Markus Koschany
on  Thu Mar 15 13:54:35 2018 +0100

- Log -
Upstream version 1.3.0
-BEGIN PGP SIGNATURE-

iQKTBAABCgB9FiEErPPQiO8y7e9qGoNf2a0UuVE7UeQFAlqqbQtfFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFD
RjNEMDg4RUYzMkVERUY2QTFBODM1RkQ5QUQxNEI5NTEzQjUxRTQACgkQ2a0UuVE7
UeTi2RAAr4aiL/jd7eXgcZEgBAKWF0dAUrj9lpojh1VRiqUqc4ajQ2u1o41nGzdh
pd2ukfDIwnJvbc5AsCDucKzJjIpFOJsD3U1302siu4gcoI9ZFIUrmbKNAv/H2heT
PxIgsZ8NqP3B/GSGMH+QTYj7O3GCDohXxYYsYyXd/hnB0DiFqeaxYz8IskvtZNAc
PmAWvE2VN+yRgFXMlLp/aaZ29oxeU6uOk7WdB9DxD1UGYR3tVcmBhc0oJezT719M
/qX8fHxg2s2HrSaNIf92QeheyLWhDHdn5ZNvKDQsGFIX//kvUqrKFbQRbDGvqDrv
giypyJUzcdXXyXHjtneLW36YPqbOlvzCEbhXYSk55DIXZpM0GeVCdcKpW3qAVEMR
Sy/HZGSnUuh82ucUBW7dan1VoG94Kf3mQ7zUahf4dQBhPm4Eu8xlv3olVZSBb3sD
Z7k9ZPh3OJ8kBPaUlQ/+K2b1NmCAARK0esAVBj6czFIRpONQre3fE+CyebsXfMNI
B/OAujPDycprdC2TXto71RwnvZvVM/XpnnJBk0uRWabxv9mAcDmE7lxIP/8PRUr4
jYYZEPNBCVUZz6TEJQCgQZyRBA7K/W0HjqDhFr99KGpdzjHcccToTtQA9JduVJux
jgME0yBDLAHwcCpEjMI5PbQZ3eRCkzZYpxywRbUEaHxP+gcWcGg=
=djwu
-END PGP SIGNATURE-

Markus Koschany (1):
  New upstream version 1.3.0

---

This annotated tag includes the following new commits:

   new  484319c   New upstream version 1.3.0

The 1 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.


-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/trackballs.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


[trackballs] annotated tag debian/1.3.0-1 created (now f837ecc)

2018-03-15 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a change to annotated tag debian/1.3.0-1
in repository trackballs.

at  f837ecc   (tag)
   tagging  0af0d57a2ce27ec2c0556bf0ed863c20a04bb88e (commit)
  replaces  debian/1.2.4-1
 tagged by  Markus Koschany
on  Thu Mar 15 14:28:33 2018 +0100

- Log -
Debian release 1.3.0-1
-BEGIN PGP SIGNATURE-

iQKjBAABCgCNFiEErPPQiO8y7e9qGoNf2a0UuVE7UeQFAlqqdQVfFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFD
RjNEMDg4RUYzMkVERUY2QTFBODM1RkQ5QUQxNEI5NTEzQjUxRTQPHGFwb0BkZWJp
YW4ub3JnAAoJENmtFLlRO1HkD4kP+gMXa/Sf0IdTgHM5O6jLB5Qrjwti2lCLWCPU
TDQDbW2VBd7NBdlVsfFkl/eXkOy2ZPeewQNIUoMVASJel9+hz2LjA+Hgrx1wTqw7
LryLE01EAsce3HGgjeMxPnZIeoB5u9Pyrv54oJ+Y0aYfxmG+J/sy6SMBP7O13gWQ
BYGlbj6aqarT7BzAI2PsVsB+MpkcKgkf1/kph7rZKz/l40DDTz0eHKHzqcSIMoiK
6UTxBY+tJ/waU8lJiFRxMugoScMVYiaOoaO0zJMW/6InSBhYpQ0OF6BmHGfMFR3i
TwQ4cCvZQqWCmUm6jomb2vDqeXrAQKg5FJv8j61Vz0F1UBvVpHaqTanftp7pXXR/
gN1PcfAzDDD3K2vanawNCqaXbCdqlwe8vo83Y/GDBA/EmaaraPpt1XAPDsuGMgjj
7AgZDMoE0i2rxhBBojd7156+OpEWUxX0UZI4NO4e8lrRIymohsYM48RYTRBFANC8
NF+JK5N76V11sm8qGxswEd7KTFG7yxAYVjFmIaBiipm7Gr7gLihkJYyqHskLx63Q
OBDgbEQBapzhaGxQX/59AVh79ItG4PYI2kP24mRM+ffIWEH+fJ2M5NB18y4DLykH
0erc9I7FuiZ6/9wAt2fxMOneMcBg4sHy2+58/1pv7Yt24wAYVCcmMRNwaFp0dJmW
t8W8XakS
=KQPy
-END PGP SIGNATURE-

Markus Koschany (12):
  Remove hidden debian/.git-dpm file.
  Switch to compat level 11.
  Update copyright years.
  New upstream version 1.3.0
  Update upstream source from tag 'upstream/1.3.0'
  Declare compliance with Debian Policy 4.1.3.
  Migrate to guile-2.2.
  Update changelog
  Fix installation paths.
  Install the documentation into -data package.
  Remove trailing whitespace.
  Add ICON_DIR patch and fix wrong default location of scalable images.

---

This annotated tag includes the following new commits:

   new  484319c   New upstream version 1.3.0
   new  1693e2e   Update upstream source from tag 'upstream/1.3.0'
   new  8bedea6   Declare compliance with Debian Policy 4.1.3.
   new  d985c63   Migrate to guile-2.2.
   new  dc7b2b5   Update changelog
   new  1e87663   Fix installation paths.
   new  c4525f4   Install the documentation into -data package.
   new  55568c6   Remove trailing whitespace.
   new  0af0d57   Add ICON_DIR patch and fix wrong default location of 
scalable images.

The 9 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.


-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/trackballs.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


[trackballs] branch pristine-tar updated (56c7f60 -> 9970b45)

2018-03-15 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a change to branch pristine-tar
in repository trackballs.

  from  56c7f60   pristine-tar data for trackballs_1.2.4.orig.tar.gz
   new  9970b45   pristine-tar data for trackballs_1.3.0.orig.tar.gz

The 1 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:
 trackballs_1.3.0.orig.tar.gz.delta | Bin 0 -> 9344 bytes
 trackballs_1.3.0.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 trackballs_1.3.0.orig.tar.gz.delta
 create mode 100644 trackballs_1.3.0.orig.tar.gz.id

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/trackballs.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


[trackballs] 01/01: pristine-tar data for trackballs_1.3.0.orig.tar.gz

2018-03-15 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch pristine-tar
in repository trackballs.

commit 9970b45b3925af4857b51a5259119313638d2643
Author: Markus Koschany 
Date:   Thu Mar 15 13:54:35 2018 +0100

pristine-tar data for trackballs_1.3.0.orig.tar.gz
---
 trackballs_1.3.0.orig.tar.gz.delta | Bin 0 -> 9344 bytes
 trackballs_1.3.0.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/trackballs_1.3.0.orig.tar.gz.delta 
b/trackballs_1.3.0.orig.tar.gz.delta
new file mode 100644
index 000..dc3426e
Binary files /dev/null and b/trackballs_1.3.0.orig.tar.gz.delta differ
diff --git a/trackballs_1.3.0.orig.tar.gz.id b/trackballs_1.3.0.orig.tar.gz.id
new file mode 100644
index 000..551018d
--- /dev/null
+++ b/trackballs_1.3.0.orig.tar.gz.id
@@ -0,0 +1 @@
+6faa8313ecbeedcddf6fc99fe8c5956db5153559

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/trackballs.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


[trackballs] branch master updated (1f6006c -> 0af0d57)

2018-03-15 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a change to branch master
in repository trackballs.

  from  1f6006c   Update copyright years.
   new  484319c   New upstream version 1.3.0
   new  1693e2e   Update upstream source from tag 'upstream/1.3.0'
   new  8bedea6   Declare compliance with Debian Policy 4.1.3.
   new  d985c63   Migrate to guile-2.2.
   new  dc7b2b5   Update changelog
   new  1e87663   Fix installation paths.
   new  c4525f4   Install the documentation into -data package.
   new  55568c6   Remove trailing whitespace.
   new  0af0d57   Add ICON_DIR patch and fix wrong default location of 
scalable images.

The 9 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   |   79 ++-
 TODO.md  |   29 +-
 cmake/FindGC.cmake   |8 +-
 cmake/FindGuile.cmake|1 +
 cmake/FindSDL2_and_friends.cmake |4 +
 debian/changelog |   22 +-
 debian/control   |4 +-
 debian/patches/ICON_DIR.patch|   21 +
 debian/patches/series|1 +
 debian/trackballs-data.install   |3 +-
 debian/trackballs.install|4 +-
 docs/api.html|   44 +-
 docs/customizing.html|   21 +-
 docs/examples.html   |   59 +-
 docs/index.html  |   18 +-
 docs/mapeditor.html  |   18 +-
 docs/scriptingLanguage.html  |   32 +-
 po/de.po |  572 ++-
 po/fr.po |  566 ++-
 po/hu.po |  565 ++-
 po/it.po |  563 ++-
 po/sk.po |  565 ++-
 po/sv.po |  563 ++-
 po/trackballs.pot|  560 ++-
 share/levels/bx1.scm |4 +-
 share/levels/bx2.map |  Bin 88541 -> 88590 bytes
 share/levels/bx2.scm |   78 +--
 share/levels/bx3.scm |  159 +++---
 share/levels/con2.scm|5 +-
 share/levels/con4.map|  Bin 66824 -> 66732 bytes
 share/levels/con4.scm|2 +-
 share/levels/dn6.scm |4 +-
 share/levels/ds.jpg  |  Bin 0 -> 83882 bytes
 share/levels/ds.set  |4 +
 share/levels/{Shop2.map => ds1.map}  |  Bin 59419 -> 60191 bytes
 share/levels/ds1.scm |   46 ++
 share/levels/{child4.map => ds2.map} |  Bin 59826 -> 61648 bytes
 share/levels/ds2.scm |   67 +++
 share/levels/{frgb.map => ds3.map}   |  Bin 62220 -> 63752 bytes
 share/levels/ds3.scm |  111 
 share/levels/ds_lib.scm  |   73 +++
 share/levels/fourSeasons_4.map   |  Bin 60701 -> 60712 bytes
 share/levels/frg7.map|  Bin 60224 -> 60250 bytes
 share/levels/frg8.map|  Bin 61851 -> 61849 bytes
 share/levels/ki1.scm |8 -
 share/levels/ki2.scm |7 -
 share/levels/ki3.scm |2 -
 share/levels/ki5.scm |2 -
 share/levels/lv6.scm |4 +-
 share/levels/lv9.scm |2 +-
 share/levels/mhm2.scm|   38 +-
 share/levels/mhm3.scm|   30 +-
 share/levels/motion1.map |  Bin 67898 -> 75514 bytes
 share/levels/motion1.scm |  119 ++--
 share/levels/sl5.map |  Bin 75174 -> 75179 bytes
 share/levels/sl5.scm |   10 +-
 share/levels/sl6.map |  Bin 67006 -> 68126 bytes
 share/shaders/basic.frag |2 +-
 share/shaders/object.frag|2 +-
 src/animated.cc  |3 +-
 src/animatedCollection.cc|   11 +-
 src/animator.cc  |3 +-
 src/baby.cc  |8 -
 src/baby.h   |3 -
 src/ball.cc  | 1016 ++
 src/ball.h   |   18 +-
 src/bird.cc  |2 +-
 src/black.cc |   27 +-
 src/black.h  |2 +-
 src/cactus.cc|5 +-
 src/cyclicPlatform.cc|3 +-
 src/debris.cc|4 +-
 src/diamond.cc   |8 +-
 src/editMode.cc  |   46 +-
 src/editWindows.cc   |   14 +-
 src/editWindows.h|4 +-
 src/flag.cc

[trackballs] 08/09: Remove trailing whitespace.

2018-03-15 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository trackballs.

commit 55568c61e4c807e49f786ac8da65f96e2574495c
Author: Markus Koschany 
Date:   Thu Mar 15 14:09:15 2018 +0100

Remove trailing whitespace.
---
 debian/changelog | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 643f0aa..e4b6161 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -188,7 +188,7 @@ trackballs (1.1.1-1) unstable; urgency=low
 
   * New upstream release
   * Don't run trackballs as gid games anymore, thanks to the upstream
-authors who now allow easy storing of the high-score file 
+authors who now allow easy storing of the high-score file
 in users' home directories. (Closes: #302454)
   * Add trackballs-dbg package which includes debugging symbols
   * Fix a serious bug that prevented 1.1.0 from starting
@@ -337,11 +337,11 @@ trackballs (0.8.0+cvs20030317-1) unstable; urgency=low
 trackballs (0.8.0+cvs20020313-1) unstable; urgency=low
 
   * New interim release from CVS
-  * Fix a few possible buffer overflows - submitted patch upstream, 
-thanks to Steve Kemp for providing part of the  patch. If you find any 
more 
-possible crashes/vulnerabilities (since it does use OpenGL which can 
-speak directly to the video hardware, there is the possibility for 
-something bad happening), feel free to let me know as I now have 
+  * Fix a few possible buffer overflows - submitted patch upstream,
+thanks to Steve Kemp for providing part of the  patch. If you find any more
+possible crashes/vulnerabilities (since it does use OpenGL which can
+speak directly to the video hardware, there is the possibility for
+something bad happening), feel free to let me know as I now have
 upstream CVS access. (Closes: #184478)
   * Move game to /usr/games, be consistent
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/trackballs.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


[trackballs] 03/09: Declare compliance with Debian Policy 4.1.3.

2018-03-15 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository trackballs.

commit 8bedea6aa4789f3744108f371ae85a662dea96b7
Author: Markus Koschany 
Date:   Thu Mar 15 13:57:01 2018 +0100

Declare compliance with Debian Policy 4.1.3.
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index e36e8af..abdfe62 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ Build-Depends:
  libsdl2-mixer-dev,
  libsdl2-ttf-dev,
  zlib1g-dev
-Standards-Version: 4.1.1
+Standards-Version: 4.1.3
 Homepage: https://trackballs.github.io/
 Vcs-Git: https://anonscm.debian.org/git/pkg-games/trackballs.git
 Vcs-Browser: https://anonscm.debian.org/git/pkg-games/trackballs.git

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/trackballs.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


[trackballs] 09/09: Add ICON_DIR patch and fix wrong default location of scalable images.

2018-03-15 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository trackballs.

commit 0af0d57a2ce27ec2c0556bf0ed863c20a04bb88e
Author: Markus Koschany 
Date:   Thu Mar 15 14:24:08 2018 +0100

Add ICON_DIR patch and fix wrong default location of scalable images.
---
 debian/changelog  |  1 +
 debian/patches/ICON_DIR.patch | 21 +
 debian/patches/series |  1 +
 3 files changed, 23 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index e4b6161..da894fe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ trackballs (1.3.0-1) unstable; urgency=medium
   * Switch to compat level 11.
   * Declare compliance with Debian Policy 4.1.3.
   * Migrate to guile-2.2. (Closes: #885229)
+  * Add ICON_DIR.patch and fix wrong default location of scalable images.
 
  -- Markus Koschany   Thu, 15 Mar 2018 13:59:38 +0100
 
diff --git a/debian/patches/ICON_DIR.patch b/debian/patches/ICON_DIR.patch
new file mode 100644
index 000..5041b36
--- /dev/null
+++ b/debian/patches/ICON_DIR.patch
@@ -0,0 +1,21 @@
+From: Markus Koschany 
+Date: Thu, 15 Mar 2018 14:23:36 +0100
+Subject: ICON_DIR
+
+---
+ CMakeLists.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 05d3168..a1d43fe 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -113,7 +113,7 @@ foreach(file ${icons})
+   RENAME trackballs.png)
+ endforeach()
+ install(FILES ${PROJECT_SOURCE_DIR}/share/icons/trackballs.svg
+-DESTINATION ${TRACKBALLS_ICON}/icons/hicolor/scalable/apps/)
++DESTINATION ${TRACKBALLS_ICON}/scalable/apps/)
+ install(FILES ${PROJECT_SOURCE_DIR}/share/icons/trackballs.desktop
+ DESTINATION ${TRACKBALLS_APPL})
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 000..6fb12a5
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+ICON_DIR.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/trackballs.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


[trackballs] 06/09: Fix installation paths.

2018-03-15 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository trackballs.

commit 1e8766390afb72e60ffa4e547de0bf7de74467d0
Author: Markus Koschany 
Date:   Thu Mar 15 14:04:35 2018 +0100

Fix installation paths.
---
 debian/trackballs-data.install | 2 +-
 debian/trackballs.install  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/trackballs-data.install b/debian/trackballs-data.install
index 060c3c0..efbbd04 100644
--- a/debian/trackballs-data.install
+++ b/debian/trackballs-data.install
@@ -1,3 +1,3 @@
-usr/share/games/icons usr/share
+usr/share/icons
 usr/share/games/trackballs
 usr/share/locale
diff --git a/debian/trackballs.install b/debian/trackballs.install
index 1794997..a2f2431 100644
--- a/debian/trackballs.install
+++ b/debian/trackballs.install
@@ -1,3 +1,3 @@
 usr/bin/trackballs usr/games
-usr/man usr/share
-usr/share/games/applications usr/share
+usr/share/man
+usr/share/applications

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/trackballs.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


[trackballs] 07/09: Install the documentation into -data package.

2018-03-15 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository trackballs.

commit c4525f4b6b5c6988e9eba4dc8821fd743b9f800d
Author: Markus Koschany 
Date:   Thu Mar 15 14:06:35 2018 +0100

Install the documentation into -data package.
---
 debian/trackballs-data.install | 3 ++-
 debian/trackballs.install  | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/trackballs-data.install b/debian/trackballs-data.install
index efbbd04..d4cc9ab 100644
--- a/debian/trackballs-data.install
+++ b/debian/trackballs-data.install
@@ -1,3 +1,4 @@
-usr/share/icons
+usr/share/doc/* usr/share/doc/trackballs
 usr/share/games/trackballs
+usr/share/icons
 usr/share/locale
diff --git a/debian/trackballs.install b/debian/trackballs.install
index a2f2431..2740d76 100644
--- a/debian/trackballs.install
+++ b/debian/trackballs.install
@@ -1,3 +1,3 @@
 usr/bin/trackballs usr/games
-usr/share/man
 usr/share/applications
+usr/share/man

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/trackballs.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


[trackballs] 04/09: Migrate to guile-2.2.

2018-03-15 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository trackballs.

commit d985c630d07267fd7a164fb878b1a14b8dc6179e
Author: Markus Koschany 
Date:   Thu Mar 15 13:59:14 2018 +0100

Migrate to guile-2.2.

Closes: #885229
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index abdfe62..2623884 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends:
  cmake,
  debhelper (>= 11),
  gettext,
- guile-2.0-dev,
+ guile-2.2-dev,
  libsdl2-dev,
  libsdl2-image-dev,
  libsdl2-mixer-dev,

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/trackballs.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


[trackballs] 02/09: Update upstream source from tag 'upstream/1.3.0'

2018-03-15 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository trackballs.

commit 1693e2ec4a9cbd0343d6b2130b1d6bf30847251b
Merge: 1f6006c 484319c
Author: Markus Koschany 
Date:   Thu Mar 15 13:54:46 2018 +0100

Update upstream source from tag 'upstream/1.3.0'

Update to upstream version '1.3.0'
with Debian dir 27de0fddf18a9c366186a5ecef4b55e49c5bb252

 CMakeLists.txt  |   79 ++-
 TODO.md |   29 +-
 cmake/FindGC.cmake  |8 +-
 cmake/FindGuile.cmake   |1 +
 cmake/FindSDL2_and_friends.cmake|4 +
 docs/api.html   |   44 +-
 docs/customizing.html   |   21 +-
 docs/examples.html  |   59 +-
 docs/index.html |   18 +-
 docs/mapeditor.html |   18 +-
 docs/scriptingLanguage.html |   32 +-
 po/de.po|  572 ---
 po/fr.po|  566 ---
 po/hu.po|  565 ---
 po/it.po|  563 ---
 po/sk.po|  565 ---
 po/sv.po|  563 ---
 po/trackballs.pot   |  560 ---
 share/levels/bx1.scm|4 +-
 share/levels/bx2.map|  Bin 88541 -> 88590 bytes
 share/levels/bx2.scm|   78 +-
 share/levels/bx3.scm|  159 +++--
 share/levels/con2.scm   |5 +-
 share/levels/con4.map   |  Bin 66824 -> 66732 bytes
 share/levels/con4.scm   |2 +-
 share/levels/dn6.scm|4 +-
 share/levels/ds.jpg |  Bin 0 -> 83882 bytes
 share/levels/ds.set |4 +
 share/levels/{frg7.map => ds1.map}  |  Bin 60224 -> 60191 bytes
 share/levels/ds1.scm|   46 ++
 share/levels/{fourSeasons_4.map => ds2.map} |  Bin 60701 -> 61648 bytes
 share/levels/ds2.scm|   67 ++
 share/levels/{frg8.map => ds3.map}  |  Bin 61851 -> 63752 bytes
 share/levels/ds3.scm|  111 +++
 share/levels/ds_lib.scm |   73 ++
 share/levels/fourSeasons_4.map  |  Bin 60701 -> 60712 bytes
 share/levels/frg7.map   |  Bin 60224 -> 60250 bytes
 share/levels/frg8.map   |  Bin 61851 -> 61849 bytes
 share/levels/ki1.scm|8 -
 share/levels/ki2.scm|7 -
 share/levels/ki3.scm|2 -
 share/levels/ki5.scm|2 -
 share/levels/lv6.scm|4 +-
 share/levels/lv9.scm|2 +-
 share/levels/mhm2.scm   |   38 +-
 share/levels/mhm3.scm   |   30 +-
 share/levels/motion1.map|  Bin 67898 -> 75514 bytes
 share/levels/motion1.scm|  119 ++--
 share/levels/sl5.map|  Bin 75174 -> 75179 bytes
 share/levels/sl5.scm|   10 +-
 share/levels/sl6.map|  Bin 67006 -> 68126 bytes
 share/shaders/basic.frag|2 +-
 share/shaders/object.frag   |2 +-
 src/animated.cc |3 +-
 src/animatedCollection.cc   |   11 +-
 src/animator.cc |3 +-
 src/baby.cc |8 -
 src/baby.h  |3 -
 src/ball.cc | 1016 ++-
 src/ball.h  |   18 +-
 src/bird.cc |2 +-
 src/black.cc|   27 +-
 src/black.h |2 +-
 src/cactus.cc   |5 +-
 src/cyclicPlatform.cc   |3 +-
 src/debris.cc   |4 +-
 src/diamond.cc  |8 +-
 src/editMode.cc |   46 +-
 src/editWindows.cc  |   14 +-
 src/editWindows.h   |4 +-
 src/flag.cc |   11 +-
 src/forcefield.cc   |9 +-
 src/fountain.cc |2 +-
 src/game.cc |3 +-
 src/gamer.cc|2 +-
 src/general.cc  |   

[trackballs] 05/09: Update changelog

2018-03-15 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository trackballs.

commit dc7b2b5b0e7adf55587a8795ae40cd714c8bef10
Author: Markus Koschany 
Date:   Thu Mar 15 14:00:01 2018 +0100

Update changelog
---
 debian/changelog | 9 +
 1 file changed, 9 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 13412a5..643f0aa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+trackballs (1.3.0-1) unstable; urgency=medium
+
+  * New upstream version 1.3.0.
+  * Switch to compat level 11.
+  * Declare compliance with Debian Policy 4.1.3.
+  * Migrate to guile-2.2. (Closes: #885229)
+
+ -- Markus Koschany   Thu, 15 Mar 2018 13:59:38 +0100
+
 trackballs (1.2.4-1) unstable; urgency=medium
 
   * New upstream version 1.2.4.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/trackballs.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


[micropolis-activity] 04/09: Drop deprecated menu file and xpm icon. Remove imagemagick from B-D.

2018-03-13 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository micropolis-activity.

commit 1f83e39f80130069eafaf82ac70d4ca7cac7dfa4
Author: Markus Koschany 
Date:   Tue Mar 13 20:29:56 2018 +0100

Drop deprecated menu file and xpm icon. Remove imagemagick from B-D.
---
 debian/clean   | 1 -
 debian/control | 1 -
 debian/micropolis-data.install | 1 -
 debian/micropolis.menu | 6 --
 debian/rules   | 2 --
 5 files changed, 11 deletions(-)

diff --git a/debian/clean b/debian/clean
index 4594d7f..eceefef 100644
--- a/debian/clean
+++ b/debian/clean
@@ -1,3 +1,2 @@
 micropolis
-debian/micropolis.xpm
 Changelog
diff --git a/debian/control b/debian/control
index 0853c1b..d503913 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,6 @@ Uploaders:
 Build-Depends:
  bison,
  debhelper (>= 11),
- imagemagick,
  libsdl-mixer1.2-dev,
  libx11-dev,
  libxext-dev,
diff --git a/debian/micropolis-data.install b/debian/micropolis-data.install
index 90e4b21..f124b12 100644
--- a/debian/micropolis-data.install
+++ b/debian/micropolis-data.install
@@ -1,7 +1,6 @@
 Micropolis.png /usr/share/pixmaps
 activity /usr/share/games/micropolis
 cities /usr/share/games/micropolis
-debian/micropolis.xpm /usr/share/pixmaps
 images /usr/share/games/micropolis
 manual /usr/share/games/micropolis
 res /usr/share/games/micropolis
diff --git a/debian/micropolis.menu b/debian/micropolis.menu
deleted file mode 100644
index bdab2a0..000
--- a/debian/micropolis.menu
+++ /dev/null
@@ -1,6 +0,0 @@
-?package(micropolis):needs="X11" \
-  section="Games/Simulation" \
-  title="Micropolis" \
-  longtitle="Micropolis - real-time city management simulator" \
-  command="/usr/games/micropolis" \
-  icon="/usr/share/pixmaps/micropolis.xpm"
diff --git a/debian/rules b/debian/rules
index 7c7d08c..c6f72ea 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,8 +11,6 @@ override_dh_install:
## rename files and install Changes as upstream changelog
cp $(CURDIR)/Micropolis $(CURDIR)/micropolis
cp $(CURDIR)/src/notes/Changes $(CURDIR)/Changelog
-   ## create micropolis.xpm with imagemagick
-   convert -monitor -resize 32x32 Micropolis.png debian/micropolis.xpm
## install all files
dh_install
## remove arch-dependent files and embedded fonts

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/micropolis-activity.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


[micropolis-activity] annotated tag debian/0.0.20071228-9 created (now 33e0579)

2018-03-13 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a change to annotated tag debian/0.0.20071228-9
in repository micropolis-activity.

at  33e0579   (tag)
   tagging  63f8c9ebc65d594041d33c9309e0b9e0abbeb744 (commit)
  replaces  debian/0.0.20071228-8
 tagged by  Markus Koschany
on  Tue Mar 13 21:57:03 2018 +0100

- Log -
Debian release 0.0.20071228-9
-BEGIN PGP SIGNATURE-

iQKjBAABCgCNFiEErPPQiO8y7e9qGoNf2a0UuVE7UeQFAlqoOyZfFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFD
RjNEMDg4RUYzMkVERUY2QTFBODM1RkQ5QUQxNEI5NTEzQjUxRTQPHGFwb0BkZWJp
YW4ub3JnAAoJENmtFLlRO1HkpFYQAJPLI5uTzYVK9jTgiyFuu1o89HCwKJhws0Cm
6uLYFaB0GAw3/vR1uPWPUL6eVQnl+patvhUhBB7S1gIBtpiigbofNxF7xGUy7a9L
XV5TO4Q/nPK38yfiY2/3bB+8kSAO/Z/CIkqyuzdQJqbea9yOIW0v9SFK3GrFMIIY
uUUez+yRYbQggvlLxVTrAXkixhX4XW4q5xIvwMIib68u/Sutazl8g7pEu/CMiqEq
bw9Jx255Zr7ZLDHmqMicems/S2T4cTejP0Pg0jIhGFiMjPMJqX7iSvloAUcDHfb/
3Zi83IOv/kyzi3+VuL8HLf07wKxgIc31oEAbtSLg6UxMEDGHdzOLESClFCiStbBH
XJnGWqOFGvfxfB/jmoKfvK/KXlByYReiNIe73bz7HCMuv7IlUifVsZ7aa3RyHUBi
whgrTpaT8+/wLIfgGfFHp9U0hQhsoBeenM1w57kUUZFxbSdnxkndc7qRXHkDe3e4
/hzMUuj1xCG5HyljCHL/S/LWsZEGFwYGjHbjiZfVGxQXiWDArcpvYFFQdVmOXYVD
5zKtPt/ynqSpu06e8jvu11Mxiq1D/l/9xVciCQxewutXHi2k3RkD03a0Rxx8HfpT
DBmuvd3cuHrAvzPz5rmzht1aCcUfNiU1yHLeN3VHnLmMrh/agLKsVo/R/e2khrNR
cFUm6bzk
=sQNo
-END PGP SIGNATURE-

Christoph Egger (1):
  Remove myself from uploaders

Markus Koschany (9):
  Add glibc-2.27.patch and fix FTBFS with glibc 2.27.
  Use compat level 11.
  Declare compliance with Debian Policy 4.1.3.
  Drop deprecated menu file and xpm icon. Remove imagemagick from B-D.
  Use https for Format field.
  Use secure VCS-URI.
  Update changelog
  Add remove-matherr.patch and work around a FTBFS.
  Fix FTCBFS: uses the build architecture strip

---

This annotated tag includes the following new commits:

   new  85f0efc   Add glibc-2.27.patch and fix FTBFS with glibc 2.27.
   new  a6fda2e   Use compat level 11.
   new  ceb19c7   Declare compliance with Debian Policy 4.1.3.
   new  1f83e39   Drop deprecated menu file and xpm icon. Remove 
imagemagick from B-D.
   new  3972864   Use https for Format field.
   new  8d1c7ee   Use secure VCS-URI.
   new  bde0bbd   Update changelog
   new  4b15b7d   Add remove-matherr.patch and work around a FTBFS.
   new  63f8c9e   Fix FTCBFS: uses the build architecture strip

The 9 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.


-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/micropolis-activity.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


[micropolis-activity] 06/09: Use secure VCS-URI.

2018-03-13 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository micropolis-activity.

commit 8d1c7eec286c22dc1db1680a8e4f26b926e4dedb
Author: Markus Koschany 
Date:   Tue Mar 13 20:31:36 2018 +0100

Use secure VCS-URI.
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index d503913..8ac6747 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,7 @@ Build-Depends:
  x11proto-xext-dev
 Standards-Version: 4.1.3
 Homepage: http://www.donhopkins.com/home/micropolis/
-Vcs-Git: git://anonscm.debian.org/pkg-games/micropolis-activity.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-games/micropolis-activity.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-games/micropolis-activity.git
 
 Package: micropolis

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/micropolis-activity.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


[micropolis-activity] 07/09: Update changelog

2018-03-13 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository micropolis-activity.

commit bde0bbdbe0065f3f0e34f1c73ee9b1e7a21397d0
Author: Markus Koschany 
Date:   Tue Mar 13 20:32:48 2018 +0100

Update changelog
---
 debian/changelog | 15 +--
 1 file changed, 13 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b767291..e12e74f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,19 @@
-micropolis-activity (0.0.20071228-9) UNRELEASED; urgency=medium
+micropolis-activity (0.0.20071228-9) unstable; urgency=medium
 
+  * Team upload.
+
+  [ Christoph Egger ]
   * Remove myself from uploaders
 
- -- Christoph Egger   Tue, 31 Oct 2017 13:06:45 +0100
+  [ Markus Koschany ]
+  * Add glibc-2.27.patch and fix FTBFS with glibc 2.27. (Closes: #891338)
+  * Use compat level 11.
+  * Declare compliance with Debian Policy 4.1.3.
+  * Drop deprecated menu file and xpm icon. Remove imagemagick from B-D.
+  * Use https for Format field.
+  * Use secure VCS-URI.
+
+ -- Markus Koschany   Tue, 13 Mar 2018 20:32:14 +0100
 
 micropolis-activity (0.0.20071228-8) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/micropolis-activity.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


[micropolis-activity] 08/09: Add remove-matherr.patch and work around a FTBFS.

2018-03-13 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository micropolis-activity.

commit 4b15b7d27135ff78ba95cc29a63ee6afb6986d2a
Author: Markus Koschany 
Date:   Tue Mar 13 21:43:23 2018 +0100

Add remove-matherr.patch and work around a FTBFS.
---
 debian/changelog|  1 +
 debian/patches/remove-matherr.patch | 31 +++
 debian/patches/series   |  1 +
 3 files changed, 33 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index e12e74f..bcb510b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ micropolis-activity (0.0.20071228-9) unstable; urgency=medium
   * Drop deprecated menu file and xpm icon. Remove imagemagick from B-D.
   * Use https for Format field.
   * Use secure VCS-URI.
+  * Add remove-matherr.patch and work around a FTBFS.
 
  -- Markus Koschany   Tue, 13 Mar 2018 20:32:14 +0100
 
diff --git a/debian/patches/remove-matherr.patch 
b/debian/patches/remove-matherr.patch
new file mode 100644
index 000..c6bb1a1
--- /dev/null
+++ b/debian/patches/remove-matherr.patch
@@ -0,0 +1,31 @@
+From: Markus Koschany 
+Date: Tue, 13 Mar 2018 21:42:31 +0100
+Subject: remove matherr
+
+Work around "tclxmerr.c:40:30: error: dereferencing pointer to incomplete type
+'struct exception'"
+
+---
+ src/tclx/src/tclxmerr.c | 9 -
+ 1 file changed, 9 deletions(-)
+
+diff --git a/src/tclx/src/tclxmerr.c b/src/tclx/src/tclxmerr.c
+index dc3596b..06aad3a 100644
+--- a/src/tclx/src/tclxmerr.c
 b/src/tclx/src/tclxmerr.c
+@@ -33,15 +33,6 @@
+  *
+  
*-
+  */
+-int
+-matherr (except)
+-struct exception *except;
+-{
+-if (Tcl_MathError (except->name, except->type))
+-return 1;
+-else
+-return 0;
+-}
+ 
+ #else
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 900caed..3786a63 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@ micropolis-path.patch
 makefile.patch
 clang-FTBFS.patch
 glibc-2.27.patch
+remove-matherr.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/micropolis-activity.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


[micropolis-activity] 09/09: Fix FTCBFS: uses the build architecture strip

2018-03-13 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository micropolis-activity.

commit 63f8c9ebc65d594041d33c9309e0b9e0abbeb744
Author: Markus Koschany 
Date:   Tue Mar 13 21:52:19 2018 +0100

Fix FTCBFS: uses the build architecture strip
---
 debian/changelog  |  3 +++
 debian/patches/makefile.patch | 18 --
 2 files changed, 19 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index bcb510b..f6adb28 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,9 @@ micropolis-activity (0.0.20071228-9) unstable; urgency=medium
   [ Christoph Egger ]
   * Remove myself from uploaders
 
+  [Helmut Grohne ]
+  * Fix FTCBFS: Do not strip during build or install. (Closes: #870761)
+
   [ Markus Koschany ]
   * Add glibc-2.27.patch and fix FTBFS with glibc 2.27. (Closes: #891338)
   * Use compat level 11.
diff --git a/debian/patches/makefile.patch b/debian/patches/makefile.patch
index 5fdb17f..cd90b07 100644
--- a/debian/patches/makefile.patch
+++ b/debian/patches/makefile.patch
@@ -48,7 +48,7 @@ diff --git a/src/sim/makefile b/src/sim/makefile
 index bdf5847..a09c6f5 100644
 --- a/src/sim/makefile
 +++ b/src/sim/makefile
-@@ -23,10 +23,12 @@ OPTFLAGS = -O3
+@@ -23,11 +23,13 @@
  DEFINES = -DIS_LINUX -DORIGINAL_MONSTER_BEHAVIOUR #-DNO_AIRCRASH
  
  CFLAGS += $(OPTFLAGS) $(DEFINES) -Wall
@@ -58,10 +58,12 @@ index bdf5847..a09c6f5 100644
  #LDFLAGS = -Bstatic
  LDFLAGS=-L/usr/X11/lib -L/usr/X11R6/lib
 -
+-INSTALL = install -s
 +LDFLAGS += `dpkg-buildflags --get LDFLAGS`
- INSTALL = install -s
++INSTALL = install
  
  INCLUDES = \
+   -Iheaders \
 diff --git a/src/tcl/makefile b/src/tcl/makefile
 index 006b435..d38642e 100644
 --- a/src/tcl/makefile
@@ -248,3 +250,15 @@ index 344c37c..1f606d5 100644
  WIDGOBJS = \
tkbutton.o \
tkentry.o \
+Index: micropolis-activity-0.0.20071228/Makefile
+===
+--- micropolis-activity-0.0.20071228.orig/Makefile
 micropolis-activity-0.0.20071228/Makefile
+@@ -31,7 +31,6 @@
+ 
+ res/sim: src/sim/sim
+   cp src/sim/sim $@
+-  strip $@
+ 
+ src/sim/sim: tcl tk tclx sim
+   @#

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/micropolis-activity.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


[micropolis-activity] 02/09: Use compat level 11.

2018-03-13 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository micropolis-activity.

commit a6fda2ed22af0096a23f95861d3207dce48fbb91
Author: Markus Koschany 
Date:   Tue Mar 13 20:28:48 2018 +0100

Use compat level 11.
---
 debian/compat  | 2 +-
 debian/control | 2 +-
 debian/rules   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/compat b/debian/compat
index ec63514..b4de394 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+11
diff --git a/debian/control b/debian/control
index 9dee7d4..28688e9 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Uploaders:
  Bruno "Fuddl" Kleinert 
 Build-Depends:
  bison,
- debhelper (>= 9),
+ debhelper (>= 11),
  imagemagick,
  libsdl-mixer1.2-dev,
  libx11-dev,
diff --git a/debian/rules b/debian/rules
index 20775e4..7c7d08c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
 #export DH_VERBOSE=1
 
 %:
-   dh $@
+   dh $@ --no-parallel
 
 override_dh_install:
## change permissions of sound files

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/micropolis-activity.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


[micropolis-activity] 05/09: Use https for Format field.

2018-03-13 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository micropolis-activity.

commit 397286412317b22a2963a74f70a16e6b56ef61dd
Author: Markus Koschany 
Date:   Tue Mar 13 20:30:36 2018 +0100

Use https for Format field.
---
 debian/copyright | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index e10f965..9e38520 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,4 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: Micropolis
 Upstream-Contact: Don Hopkins 
 Source: http://www.donhopkins.com/home/micropolis
@@ -35,7 +35,7 @@ Copyright: 2008, Kenshi Muto 
2008, Miriam Ruiz 
2009, Bruno "Fuddl" Kleinert 
2009, 2010 Christoph Egger 
-   2013-2015, Markus Koschany 
+   2013-2018, Markus Koschany 
 License: GPL-3+
 
 Files: src/tcl/*

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/micropolis-activity.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


[micropolis-activity] 03/09: Declare compliance with Debian Policy 4.1.3.

2018-03-13 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository micropolis-activity.

commit ceb19c7ef332c3eece4f989480717ef5cf1dec49
Author: Markus Koschany 
Date:   Tue Mar 13 20:29:06 2018 +0100

Declare compliance with Debian Policy 4.1.3.
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 28688e9..0853c1b 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Build-Depends:
  libxext-dev,
  libxpm-dev,
  x11proto-xext-dev
-Standards-Version: 3.9.6
+Standards-Version: 4.1.3
 Homepage: http://www.donhopkins.com/home/micropolis/
 Vcs-Git: git://anonscm.debian.org/pkg-games/micropolis-activity.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-games/micropolis-activity.git

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/micropolis-activity.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


[micropolis-activity] 01/09: Add glibc-2.27.patch and fix FTBFS with glibc 2.27.

2018-03-13 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository micropolis-activity.

commit 85f0efc880e5214e6fb7f6254f87f7f05622dade
Author: Markus Koschany 
Date:   Tue Mar 13 20:26:51 2018 +0100

Add glibc-2.27.patch and fix FTBFS with glibc 2.27.

Closes: #891338
---
 debian/patches/glibc-2.27.patch | 45 +
 debian/patches/series   |  1 +
 2 files changed, 46 insertions(+)

diff --git a/debian/patches/glibc-2.27.patch b/debian/patches/glibc-2.27.patch
new file mode 100644
index 000..ee4fd33
--- /dev/null
+++ b/debian/patches/glibc-2.27.patch
@@ -0,0 +1,45 @@
+From: Markus Koschany 
+Date: Tue, 13 Mar 2018 20:25:31 +0100
+Subject: glibc 2.27
+
+Remove SVID error handling to fix FTBFS with glibc 2.27.
+
+Forwarded: no
+Bug-Debian: https://bugs.debian.org/891338
+---
+ src/tclx/src/tclxfmat.c | 21 +
+ 1 file changed, 1 insertion(+), 20 deletions(-)
+
+diff --git a/src/tclx/src/tclxfmat.c b/src/tclx/src/tclxfmat.c
+index 19d42c3..2146566 100644
+--- a/src/tclx/src/tclxfmat.c
 b/src/tclx/src/tclxfmat.c
+@@ -119,27 +119,8 @@ static int
+ ReturnFPMathError (interp)
+ Tcl_Interp *interp;
+ {
+-char *errorMsg;
+ 
+-switch (G_errorType) {
+-   case DOMAIN: 
+-   errorMsg = "domain";
+-   break;
+-   case SING:
+-   errorMsg = "singularity";
+-   break;
+-   case OVERFLOW:
+-   errorMsg = "overflow";
+-   break;
+-   case UNDERFLOW:
+-   errorMsg = "underflow";
+-   break;
+-   case TLOSS:
+-   case PLOSS:
+-   errorMsg = "loss of significance";
+-   break;
+-}
+-Tcl_AppendResult (interp, "floating point ", errorMsg, " error",
++Tcl_AppendResult (interp, "floating point error",
+   (char *) NULL);
+ G_gotTclFPMathErr = FALSE;  /* Clear the flag. */
+ return TCL_ERROR;
diff --git a/debian/patches/series b/debian/patches/series
index 84a189b..900caed 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@ zerfleddert.20100109.patch
 micropolis-path.patch
 makefile.patch
 clang-FTBFS.patch
+glibc-2.27.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/micropolis-activity.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


[micropolis-activity] branch master updated (46c19c6 -> 63f8c9e)

2018-03-13 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a change to branch master
in repository micropolis-activity.

  from  46c19c6   Remove myself from uploaders
   new  85f0efc   Add glibc-2.27.patch and fix FTBFS with glibc 2.27.
   new  a6fda2e   Use compat level 11.
   new  ceb19c7   Declare compliance with Debian Policy 4.1.3.
   new  1f83e39   Drop deprecated menu file and xpm icon. Remove 
imagemagick from B-D.
   new  3972864   Use https for Format field.
   new  8d1c7ee   Use secure VCS-URI.
   new  bde0bbd   Update changelog
   new  4b15b7d   Add remove-matherr.patch and work around a FTBFS.
   new  63f8c9e   Fix FTCBFS: uses the build architecture strip

The 9 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| 19 ++--
 debian/clean|  1 -
 debian/compat   |  2 +-
 debian/control  |  7 +++---
 debian/copyright|  4 ++--
 debian/micropolis-data.install  |  1 -
 debian/micropolis.menu  |  6 -
 debian/patches/glibc-2.27.patch | 45 +
 debian/patches/makefile.patch   | 18 +--
 debian/patches/remove-matherr.patch | 31 +
 debian/patches/series   |  2 ++
 debian/rules|  4 +---
 12 files changed, 118 insertions(+), 22 deletions(-)
 delete mode 100644 debian/micropolis.menu
 create mode 100644 debian/patches/glibc-2.27.patch
 create mode 100644 debian/patches/remove-matherr.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/micropolis-activity.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


[scorched3d] 06/08: Update changelog

2018-03-11 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository scorched3d.

commit 3b530ba85b4ec1f1888e1fbbf7eb5487f894218a
Author: Markus Koschany 
Date:   Sun Mar 11 16:23:52 2018 +0100

Update changelog
---
 debian/changelog | 11 +++
 1 file changed, 11 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index d5601e0..2e5f1c9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+scorched3d (44+dfsg-2) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Remove deprecated xpm icon.
+  * Remove trailing whitespace
+  * Use compat level 11.
+  * Use https for Format field.
+  * Declare compliance with Debian Policy 4.1.3.
+
+ -- Markus Koschany   Sun, 11 Mar 2018 16:23:50 +0100
+
 scorched3d (44+dfsg-1) unstable; urgency=medium
 
   * Team upload.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/scorched3d.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


[scorched3d] 02/08: Remove trailing whitespace

2018-03-11 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository scorched3d.

commit 968f9bd96b74c461ed6fcbc32b77b6ee8773
Author: Markus Koschany 
Date:   Sun Mar 11 15:51:43 2018 +0100

Remove trailing whitespace
---
 debian/README.Debian | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/README.Debian b/debian/README.Debian
index e17eb61..76433ef 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -41,7 +41,7 @@ the current directory. Then run this:
 
 `gdb scorched3d `
 
-And on debugger's prompt enter `bt full` 
+And on debugger's prompt enter `bt full`
 (or at least `bt`, that's simplified version).
 
 Then please paste results to your bug report.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/scorched3d.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


[scorched3d] 07/08: scorched3d.dirs: Remove pixmap directory.

2018-03-11 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository scorched3d.

commit 365c7c96c87fcc3c2a968737eb765f220078d9ae
Author: Markus Koschany 
Date:   Sun Mar 11 17:09:05 2018 +0100

scorched3d.dirs: Remove pixmap directory.
---
 debian/scorched3d.dirs | 1 -
 1 file changed, 1 deletion(-)

diff --git a/debian/scorched3d.dirs b/debian/scorched3d.dirs
index 67b59cf..b296a3b 100644
--- a/debian/scorched3d.dirs
+++ b/debian/scorched3d.dirs
@@ -1,4 +1,3 @@
 usr/games
 usr/share/applications
 usr/share/icons/hicolor/48x48/apps
-usr/share/pixmaps

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/scorched3d.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


[scorched3d] 01/08: Remove deprecated xpm icon.

2018-03-11 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository scorched3d.

commit 22bdb2f2c0c0708ec652e8e188f565c9792415a4
Author: Markus Koschany 
Date:   Sun Mar 11 15:50:52 2018 +0100

Remove deprecated xpm icon.
---
 debian/rules  |   1 -
 debian/scorched3d.install |   1 -
 debian/scorched3d.xpm | 294 --
 3 files changed, 296 deletions(-)

diff --git a/debian/rules b/debian/rules
index 84c81b3..093733b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -43,7 +43,6 @@ override_dh_auto_install:
mkdir -p debian/tmp/usr/share/applications
cp debian/scorched3d.desktop debian/tmp/usr/share/applications/
mkdir -p debian/tmp/usr/share/pixmaps
-   cp debian/scorched3d.xpm debian/tmp/usr/share/pixmaps/
# Remove unwanted files and make lintian happy
rm -f   
debian/tmp/usr/share/games/scorched3d/data/globalmods/apoc/authors.txt \

debian/tmp/usr/share/games/scorched3d/data/globalmods/apoc/license.txt \
diff --git a/debian/scorched3d.install b/debian/scorched3d.install
index 1a6b608..e62fa87 100644
--- a/debian/scorched3d.install
+++ b/debian/scorched3d.install
@@ -4,4 +4,3 @@ usr/games/scorched3ds
 usr/share/applications/scorched3d.desktop
 usr/share/bug/scorched3d/presubj
 usr/share/icons/hicolor/48x48/apps/scorched3d.png
-usr/share/pixmaps/scorched3d.xpm
diff --git a/debian/scorched3d.xpm b/debian/scorched3d.xpm
deleted file mode 100644
index 446b428..000
--- a/debian/scorched3d.xpm
+++ /dev/null
@@ -1,294 +0,0 @@
-/* XPM */
-static char *scorched3d[] = {
-/* columns rows colors chars-per-pixel */
-"32 32 256 2",
-"   c #262522",
-".  c #292623",
-"X  c #2D2A25",
-"o  c #2E2B28",
-"O  c #302D2A",
-"+  c #343224",
-"@  c #36322C",
-"#  c #39352F",
-"$  c #383524",
-"%  c #363330",
-"&  c #3A3631",
-"*  c #3D3A35",
-"=  c #423E27",
-"-  c #423C34",
-";  c #433E39",
-":  c #4A472A",
-">  c #474037",
-",  c #45423C",
-"<  c #4B453C",
-"1  c #4F4A3D",
-"2  c #514D2B",
-"3  c #524B3D",
-"4  c #54513B",
-"5  c #595533",
-"6  c #59573E",
-"7  c #5D5A3D",
-"8  c #585434",
-"9  c #605D3E",
-"0  c #65633C",
-"q  c #464441",
-"w  c #4A4641",
-"e  c #4D4A44",
-"r  c #534D45",
-"t  c #594F41",
-"y  c #514E49",
-"u  c #54514B",
-"i  c #5B5444",
-"p  c #59564D",
-"a  c #5F5845",
-"s  c #5D584F",
-"d  c #5C5750",
-"f  c #5B5852",
-"g  c #60574A",
-"h  c #645A49",
-"j  c #695C4B",
-"k  c #625E55",
-"l  c #686440",
-"z  c #6C624D",
-"x  c #696648",
-"c  c #656159",
-"v  c #6E6652",
-"b  c #6A655B",
-"n  c #6D6952",
-"m  c #72634D",
-"M  c #736C4F",
-"N  c #726652",
-"B  c #746A54",
-"V  c #756D5A",
-"C  c #7B6B54",
-"Z  c #7A6E5A",
-"A  c #76715A",
-"S  c #7C735C",
-"D  c #7F7A5E",
-"F  c #7F7C53",
-"G  c #736E62",
-"H  c #777267",
-"J  c #7D7660",
-"K  c #7C766A",
-"L  c #7F7A61",
-"P  c #7F796C",
-"I  c #826D55",
-"U  c #856E5A",
-"Y  c #837357",
-"T  c #83745B",
-"R  c #807B5F",
-"E  c #8C7D5C",
-"W  c #88745C",
-"Q  c #95775E",
-"!  c #927A5E",
-"~  c #837C62",
-"^  c #817A6E",
-"/  c #897760",
-"(  c #8B7D62",
-")  c #847E71",
-"_  c #8A7F71",
-"`  c #947E63",
-"'  c #9A7D62",
-"]  c #86815F",
-"[  c #89835E",
-"{  c #92825D",
-"}  c #858362",
-"|  c #8B8463",
-" . c #8C846B",
-".. c #8C896A",
-"X. c #8D8966",
-"o. c #8C8475",
-"O. c #8E8678",
-"+. c #8F8873",
-"@. c #8F897A",
-"#. c #938464",
-"$. c #93866A",
-"%. c #948A65",
-"&. c #958C6A",
-"*. c #9C8265",
-"=. c #9B876B",
-"-. c #988E67",
-";. c #998D6E",
-":. c #958B71",
-">. c #928B7C",
-",. c #9B8D72",
-"<. c #9D906C",
-"1. c #9D9373",
-"2. c #9C937B",
-"3. c #9F9A74",
-"4. c #AB8A6B",
-"5. c #A18A6E",
-"6. c #A38D70",
-"7. c #AB8F73",
-"8. c #A4956C",
-"9. c #A9956B",
-&q

[scorched3d] 08/08: Remove trailing whitespace

2018-03-11 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository scorched3d.

commit 3dac5c79afd0c29d233e43b904ee078c2ba27237
Author: Markus Koschany 
Date:   Sun Mar 11 17:09:22 2018 +0100

Remove trailing whitespace
---
 debian/changelog | 24 
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2e5f1c9..aa28604 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -232,7 +232,7 @@ scorched3d (42.1dfsg-2) unstable; urgency=low
   * Bump standard version: 3.8.3
- add a note about the use of quilt in README.Source
   * Fix the Vcs, they were broken since the git migration
-  * Reuse fonts from ttf-dejavu-core 
+  * Reuse fonts from ttf-dejavu-core
 
  -- Gonéri Le Bouder   Wed, 26 Aug 2009 23:26:27 +0200
 
@@ -312,7 +312,7 @@ scorched3d (41.2dfsg-1) unstable; urgency=low
   * Review changes and upload to unstable.
   * Remove unnecessary dependency on dpkg-dev. Found by lintian.
   * Remove obsolete debian/source.lintian-overrides file. Also found by 
lintian.
-  
+
  -- Reinhard Tartler   Thu, 17 Jan 2008 15:13:30 +0100
 
 scorched3d (41.1dfsg-1) unstable; urgency=low
@@ -381,15 +381,15 @@ scorched3d (40-1) unstable; urgency=low
   * new upstream version, merging old dpatches:
 + split old 64bit support dpatch in 'cast-fixes' and 'netserver-patches'
   * added libogg-dev and libvorbis-dev to builddeps
-  
+
   Dropping patches merged Upstream:
-  * dropping 04netint patch 
+  * dropping 04netint patch
   * dropping 06_strxxx.dpatch
   * dropping 10_gcc4.1.dpatch
   * dropping 07_opengl-without-context
   * dropping 08_XML-injection.
   * dropping 09_HTML-injection
-  
+
   * Introducing -dbg package.
   * Improving README.Debian how to use the -dbg package
   * Bumped Standards Version to 3.7.2 (no changes needed)
@@ -444,20 +444,20 @@ scorched3d (39.1+cvs20050929-1) unstable; urgency=low
   * New dependencies:
 - libsdl-mixer1.2-dev -> libopenal-dev
 - libwxgtk2.4-dev -> libwxgtk2.6-dev
-  
+
  -- Bartosz Fenski   Thu, 29 Sep 2005 19:10:12 +0200
 
 scorched3d (38.1-2) unstable; urgency=low
 
   * Explicitly select proper version of wx using --with-wx-config switch.
 Should fix FTBFS on s390 and unclean environments.
-
+
  -- Bartosz Fenski   Sat, 26 Feb 2005 13:32:11 +0100
 
 scorched3d (38.1-1) unstable; urgency=low
 
-  * New upstream version. 
-  
+  * New upstream version.
+
  -- Bartosz Fenski   Mon, 14 Feb 2005 18:46:13 +0100
 
 scorched3d (38-1) unstable; urgency=low
@@ -471,7 +471,7 @@ scorched3d (38-1) unstable; urgency=low
   * Added icon and .desktop file contributed by Mantas Kriauciunas.
   * Added sharutils to Build-Depends, cause we need to uudecode one file.
   * s/fe...@o2.pl/fe...@debian.org/
-  
+
  -- Bartosz Fenski   Sun,  5 Dec 2004 11:34:13 +0100
 
 scorched3d (37.2-5) unstable; urgency=low
@@ -484,7 +484,7 @@ scorched3d (37.2-5) unstable; urgency=low
 
 scorched3d (37.2-4) unstable; urgency=low
 
-  * Added SDL_ticks patch from CVS. 
+  * Added SDL_ticks patch from CVS.
 Should avoid hanging up Scorched on some systems.
   * Added upstream fix which should resolve problems in single player mode.
 (thus some changes in rules file)
@@ -493,7 +493,7 @@ scorched3d (37.2-4) unstable; urgency=low
 - added scorched3d-doc to suggested packages.
 
  -- Bartosz Fenski   Mon, 19 Jul 2004 17:00:14 +0200
-
+
 scorched3d (37.2-3) unstable; urgency=low
 
   * Really rebuild in a sane environment (closes: #257464).

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/scorched3d.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

[scorched3d] 05/08: Declare compliance with Debian Policy 4.1.3.

2018-03-11 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository scorched3d.

commit c1965b015bce5fa16e329df1f8c2c2341955b370
Author: Markus Koschany 
Date:   Sun Mar 11 15:52:58 2018 +0100

Declare compliance with Debian Policy 4.1.3.
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index cd9978f..409c393 100644
--- a/debian/control
+++ b/debian/control
@@ -28,7 +28,7 @@ Build-Depends:
  pkg-config
 Build-Conflicts:
  nvidia-glx
-Standards-Version: 3.9.8
+Standards-Version: 4.1.3
 Vcs-Git: https://anonscm.debian.org/git/pkg-games/scorched3d.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-games/scorched3d.git
 Homepage: http://scorched3d.sourceforge.net/

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/scorched3d.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


[scorched3d] 04/08: Use https for Format field.

2018-03-11 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository scorched3d.

commit 002726696272968cdb3b0a3a74080587d9a7ae65
Author: Markus Koschany 
Date:   Sun Mar 11 15:52:29 2018 +0100

Use https for Format field.
---
 debian/copyright | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/copyright b/debian/copyright
index 4d71ee1..8ec09c1 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,4 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Source: https://sourceforge.net/projects/scorched3d/files/scorched3d/
 Files-Excluded:
  scorched/data/avatars

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/scorched3d.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


[scorched3d] 03/08: Use compat level 11.

2018-03-11 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository scorched3d.

commit a8ee283891ec8920bb89e057aba48a4bbbc19a0d
Author: Markus Koschany 
Date:   Sun Mar 11 15:52:11 2018 +0100

Use compat level 11.
---
 debian/compat  | 2 +-
 debian/control | 3 +--
 debian/rules   | 2 +-
 3 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/debian/compat b/debian/compat
index ec63514..b4de394 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+11
diff --git a/debian/control b/debian/control
index 9965162..cd9978f 100644
--- a/debian/control
+++ b/debian/control
@@ -8,8 +8,7 @@ Uploaders:
  Stephen M. Webb ,
  Phil Morrell 
 Build-Depends:
- debhelper (>= 9),
- dh-autoreconf,
+ debhelper (>= 11),
  gawk,
  libalut-dev,
  libexpat1-dev,
diff --git a/debian/rules b/debian/rules
index 093733b..a2516ed 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 %:
-   dh $@ --parallel --with autoreconf
+   dh $@
 
 DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/scorched3d.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


[scorched3d] branch master updated (40eaf8e -> 3dac5c7)

2018-03-11 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a change to branch master
in repository scorched3d.

  from  40eaf8e   Update debian/copyright for new release.
   new  22bdb2f   Remove deprecated xpm icon.
   new  968f9bd   Remove trailing whitespace
   new  a8ee283   Use compat level 11.
   new  0027266   Use https for Format field.
   new  c1965b0   Declare compliance with Debian Policy 4.1.3.
   new  3b530ba   Update changelog
   new  365c7c9   scorched3d.dirs: Remove pixmap directory.
   new  3dac5c7   Remove trailing whitespace

The 8 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/README.Debian  |   2 +-
 debian/changelog  |  35 --
 debian/compat |   2 +-
 debian/control|   5 +-
 debian/copyright  |   2 +-
 debian/rules  |   3 +-
 debian/scorched3d.dirs|   1 -
 debian/scorched3d.install |   1 -
 debian/scorched3d.xpm | 294 --
 9 files changed, 29 insertions(+), 316 deletions(-)
 delete mode 100644 debian/scorched3d.xpm

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/scorched3d.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


[tuxpuck] annotated tag debian/0.8.2-8 created (now f5d2fb7)

2018-03-08 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a change to annotated tag debian/0.8.2-8
in repository tuxpuck.

at  f5d2fb7   (tag)
   tagging  52fc88e6e5b355ba4b352363569f6ca6b6368639 (commit)
  replaces  debian/0.8.2-7
 tagged by  Markus Koschany
on  Thu Mar 8 22:20:07 2018 +0100

- Log -
Debian release 0.8.2-8
-BEGIN PGP SIGNATURE-

iQKjBAABCgCNFiEErPPQiO8y7e9qGoNf2a0UuVE7UeQFAlqhqQ9fFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFD
RjNEMDg4RUYzMkVERUY2QTFBODM1RkQ5QUQxNEI5NTEzQjUxRTQPHGFwb0BkZWJp
YW4ub3JnAAoJENmtFLlRO1HkVUIQAMWOv30n0mvjss3PGkpI3/vn2E4Gscj+Rg+9
NHYbzN8QKps12AopAxw0y6EFFGYivaPtxjPza6ZW5yv3A+qbfW3ZWqVLfYIHNBn/
o01qLWvjJPKjnvWGTRqGMY6RUyC2f9rtfB0gTlP8q6qYbtZrWv7387CH/ocZmsRi
XTygXSZlc3gLndp0VHoKIl2v0awNibiEanKrrhP6dwpvDm7Tn2MAlg9N24dNhjzL
UegBfldy/XUayIF+URfM3qeC55egcWhZoUbo1OIhqAWTRAsyxewv4tGJU9P8OX5E
r36JT726f5LyhGrCWTmpIY44HgEI25MUghdgD6Md/7h4C7Eex2sGHLve/ao1vKzo
zx0AsDXHHPNUq7ZmEWWLhJpbW0iXRn9twpEs9F82V84kiL0qjwhYHnkyiOBkV/4y
+2RsDlLUNiKtCAghCiPIGO66BS2pEw92AT7GJPksA6K0ugOTaaunoLS3de8rpZtY
1wTl6TENUviao3FdLm2WdjMmTNPXwosP21U0JmPky2YyBzebmR57jyBUblRfKW7E
OLe2Ltum5rbixuffxp5Bda8fyu1dRKMosaSyAMp8wJU1GKnlMwy/cbSEPrE0YJ7p
8FnvYo6ZAgzPy9ZJMoBKq5ACpLlOUw9+0/JZeYb44lhkED9PTZqF67xvUwITyST+
reZutGEL
=Gf9w
-END PGP SIGNATURE-

Markus Koschany (7):
  Use compat level 11.
  Use the --no-parallel option. Explicitly disable parallel builds to 
prevent a
  Drop deprecated menu file and xpm icon.
  Use https for Format field.
  Declare compliance with Debian Policy 4.1.3.
  Replace freetype-config command with pkg-config.
  Update changelog

---

This annotated tag includes the following new commits:

   new  3884b64   Use compat level 11.
   new  5543298   Use the --no-parallel option. Explicitly disable parallel 
builds to prevent a
   new  78bfb0a   Drop deprecated menu file and xpm icon.
   new  646f83e   Use https for Format field.
   new  bed6fe5   Declare compliance with Debian Policy 4.1.3.
   new  5088c8b   Replace freetype-config command with pkg-config.
   new  52fc88e   Update changelog

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


-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/tuxpuck.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


[tuxpuck] 06/07: Replace freetype-config command with pkg-config.

2018-03-08 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository tuxpuck.

commit 5088c8b66a1a6046298152a4250336a172cd0a51
Author: Markus Koschany 
Date:   Thu Mar 8 22:14:15 2018 +0100

Replace freetype-config command with pkg-config.

Closes: #892349
---
 debian/patches/Makefile.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/patches/Makefile.patch b/debian/patches/Makefile.patch
index e906ca8..7b29a49 100644
--- a/debian/patches/Makefile.patch
+++ b/debian/patches/Makefile.patch
@@ -63,7 +63,7 @@ index 0566f28..9295d77 100644
  
  ttf2font : ttf2font.c
 -  $(CC) $(CFLAGS) ttf2font.c `freetype-config --cflags --libs` -o ttf2font
-+  $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) ttf2font.c `freetype-config 
--cflags --libs` -o ttf2font
++  $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) ttf2font.c `pkg-config --cflags 
--libs freetype2` -o ttf2font
  
  data2c : data2c.c
 -  $(CC) $(CFLAGS) data2c.c `sdl-config --cflags --libs` -o data2c

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/tuxpuck.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


[tuxpuck] 07/07: Update changelog

2018-03-08 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository tuxpuck.

commit 52fc88e6e5b355ba4b352363569f6ca6b6368639
Author: Markus Koschany 
Date:   Thu Mar 8 22:15:48 2018 +0100

Update changelog
---
 debian/changelog | 12 
 1 file changed, 12 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 52463fd..0154a6a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+tuxpuck (0.8.2-8) unstable; urgency=medium
+
+  * Use compat level 11.
+  * Use the --no-parallel option. Explicitly disable parallel builds to prevent
+a race condition.
+  * Drop deprecated menu file and xpm icon.
+  * Use https for Format field.
+  * Declare compliance with Debian Policy 4.1.3.
+  * Replace freetype-config command with pkg-config. (Closes: #892349)
+
+ -- Markus Koschany   Thu, 08 Mar 2018 22:15:21 +0100
+
 tuxpuck (0.8.2-7) unstable; urgency=medium
 
   * Declare compliance with Debian Policy 3.9.8.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/tuxpuck.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


[tuxpuck] 04/07: Use https for Format field.

2018-03-08 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository tuxpuck.

commit 646f83e50161f275ed4719243deea99f1978132c
Author: Markus Koschany 
Date:   Thu Mar 8 22:11:45 2018 +0100

Use https for Format field.
---
 debian/copyright | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index b3d5ee0..37f001f 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,4 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: TuxPuck
 Source: http://home.no.net/munsuun/tuxpuck
 Comment:
@@ -17,7 +17,7 @@ Comment:
 
 Files: debian/*
 Copyright: 2002-2003, Sven Velt 
-   2014-2016, Markus Koschany 
+   2014-2018, Markus Koschany 
 License: GPL-2
 
 License: GPL-2

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/tuxpuck.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


[tuxpuck] 05/07: Declare compliance with Debian Policy 4.1.3.

2018-03-08 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository tuxpuck.

commit bed6fe526b8ba9fea77f31e57adbe3e1b4f16ee5
Author: Markus Koschany 
Date:   Thu Mar 8 22:12:03 2018 +0100

Declare compliance with Debian Policy 4.1.3.
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 9a7847b..fecd1ff 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends:
  libpng-dev,
  libsdl1.2-dev,
  libvorbis-dev
-Standards-Version: 3.9.8
+Standards-Version: 4.1.3
 Vcs-Git: https://anonscm.debian.org/git/pkg-games/tuxpuck.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-games/tuxpuck.git
 Homepage: https://wiki.debian.org/Games/TuxPuck

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/tuxpuck.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


[tuxpuck] 03/07: Drop deprecated menu file and xpm icon.

2018-03-08 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository tuxpuck.

commit 78bfb0a45f9ef41e2ea981918129fd61ac22a3eb
Author: Markus Koschany 
Date:   Thu Mar 8 22:11:15 2018 +0100

Drop deprecated menu file and xpm icon.
---
 debian/icons/tuxpuck.xpm | 248 ---
 debian/install   |   1 -
 debian/menu  |   6 --
 3 files changed, 255 deletions(-)

diff --git a/debian/icons/tuxpuck.xpm b/debian/icons/tuxpuck.xpm
deleted file mode 100644
index f6ff64e..000
--- a/debian/icons/tuxpuck.xpm
+++ /dev/null
@@ -1,248 +0,0 @@
-/* XPM */
-static char *tuxpuck[] = {
-/* columns rows colors chars-per-pixel */
-"32 32 210 2 ",
-"   c #091920",
-".  c #0D2E3B",
-"X  c #6A663D",
-"o  c #173C49",
-"O  c #105270",
-"+  c #165872",
-"@  c #1F5E76",
-"#  c #3E6D72",
-"$  c #787346",
-"%  c #43706F",
-"&  c #5B7363",
-"*  c #6A7F65",
-"=  c #966919",
-"-  c #AB7417",
-";  c #BA7C16",
-":  c #B37F1D",
-">  c #8F7737",
-",  c #AC7921",
-"<  c #758F72",
-"1  c #BF831C",
-"2  c #AD8734",
-"3  c #AC8C3F",
-"4  c #B78C32",
-"5  c #C5851A",
-"6  c #CC8D1F",
-"7  c #D08A19",
-"8  c #D5901D",
-"9  c #E2991E",
-"0  c #CC9122",
-"q  c #C7972D",
-"w  c #D59925",
-"e  c #DC9821",
-"r  c #DC9C29",
-"t  c #E09F27",
-"y  c #D9A227",
-"u  c #DAAC31",
-"i  c #E5A025",
-"p  c #EAA426",
-"a  c #E5AA2C",
-"s  c #EFAC2B",
-"d  c #F2AD2B",
-"f  c #EAB22E",
-"g  c #F5B12E",
-"h  c #F2BA2F",
-"j  c #F9B832",
-"k  c #EFC33D",
-"l  c #FDC233",
-"z  c #F3C937",
-"x  c #FECC35",
-"c  c #FED335",
-"v  c #FAD23D",
-"b  c #FFD83C",
-"n  c #818157",
-"m  c #94945D",
-"M  c #A2904C",
-"N  c #969D6A",
-"B  c #A8A86A",
-"V  c #CFB451",
-"C  c #DDC558",
-"Z  c #D8CD5E",
-"A  c #FEDE44",
-"S  c #FEE653",
-"D  c #FEE857",
-"F  c #FEED5F",
-"G  c #D2D072",
-"H  c #156587",
-"J  c #11658A",
-"K  c #21708C",
-"L  c #267290",
-"P  c #2C7691",
-"I  c #257C9B",
-"U  c #0372AF",
-"Y  c #0971AA",
-"T  c #147DAB",
-"R  c #1A7DAE",
-"E  c #0575B1",
-"W  c #0875B0",
-"Q  c #0D7AB3",
-"!  c #057FBE",
-"~  c #137FB2",
-"^  c #37879B",
-"/  c #0F85BF",
-"(  c #1B82B1",
-")  c #1A89B9",
-"_  c #2382AB",
-"`  c #2289B6",
-"'  c #228EBB",
-"]  c #298FB9",
-"[  c #4DA9BB",
-"{  c #69A7A1",
-"}  c #0386CB",
-"|  c #068CCF",
-" . c #0C8ECD",
-".. c #1289C2",
-"X. c #1B8AC4",
-"o. c #128CCA",
-"O. c #1D91C0",
-"+. c #1991C9",
-"@. c #038CD3",
-"#. c #0591D5",
-"$. c #0D92D2",
-"%. c #0494DB",
-"&. c #059ADE",
-"*. c #0C9BDD",
-"=. c #1A9ED6",
-"-. c #159FDC",
-";. c #2F8FC4",
-":. c #269ECD",
-">. c #2A9DCC",
-",. c #05A0DD",
-"<. c #1CA2DA",
-"1. c #35A4CA",
-"2. c #21A2D9",
-"3. c #22A8DD",
-"4. c #2EAAD8",
-"5. c #3BB4DA",
-"6. c #059CE3",
-"7. c #099DE2",
-"8. c #05A0E7",
-"9. c #0EA2E5",
-"0. c #04A5EA",
-"q. c #0CA7EA",
-"w. c #06AAEE",
-"e. c #0BAAED",
-"r. c #13A3E4",
-"t. c #1BA9E1",
-"y. c #13ADEE",
-"u. c #1DACEA",
-"i. c #07ADF0",
-"p. c #0CAEF1",
-"a. c #0BB0F3",
-"s. c #14B4F5",
-"d. c #19B5F4",
-"f. c #1AB8F7",
-"g. c #13B7F8",
-"h. c #17B8F8",
-"j. c #1CBAF9",
-"k. c #24ABE3",
-"l. c #21AEEA",
-"z. c #2CB1E5",
-"x. c #23B0EA",
-"c. c #2BB5EC",
-"v. c #37BDEE",
-"b. c #3CBEEC",
-"n. c #22B7F4",
-"m. c #23B9F6",
-"M. c #2BBBF5",
-"N. c #24BDFA",
-"B. c #28BEFA",
-"V. c #35BDF3",
-"C. c #39BDF1",
-"Z. c #40B5DE",
-"A. c #66BFC3",
-"S. c #74BADD",
-"D. c #49BEE4",
-"F. c #4

[tuxpuck] 01/07: Use compat level 11.

2018-03-08 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository tuxpuck.

commit 3884b641b997216070c442db5da5e64bfbfd79d4
Author: Markus Koschany 
Date:   Thu Mar 8 22:09:49 2018 +0100

Use compat level 11.
---
 debian/compat  | 2 +-
 debian/control | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/compat b/debian/compat
index ec63514..b4de394 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+11
diff --git a/debian/control b/debian/control
index fea1406..9a7847b 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Games Team 

 Uploaders:
  Markus Koschany 
 Build-Depends:
- debhelper (>= 9),
+ debhelper (>= 11),
  libfreetype6-dev,
  libjpeg-dev,
  libpng-dev,

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/tuxpuck.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


[tuxpuck] 02/07: Use the --no-parallel option. Explicitly disable parallel builds to prevent a

2018-03-08 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository tuxpuck.

commit 55432985d4e1ed6e601000272cce453eebec4e58
Author: Markus Koschany 
Date:   Thu Mar 8 22:10:19 2018 +0100

Use the --no-parallel option. Explicitly disable parallel builds to prevent 
a

race condition.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 098338c..6a45410 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,4 +2,4 @@
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 %:
-   dh $@
+   dh $@ --no-parallel

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/tuxpuck.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


[tuxpuck] branch master updated (fc83a35 -> 52fc88e)

2018-03-08 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a change to branch master
in repository tuxpuck.

  from  fc83a35   Update changelog
   new  3884b64   Use compat level 11.
   new  5543298   Use the --no-parallel option. Explicitly disable parallel 
builds to prevent a
   new  78bfb0a   Drop deprecated menu file and xpm icon.
   new  646f83e   Use https for Format field.
   new  bed6fe5   Declare compliance with Debian Policy 4.1.3.
   new  5088c8b   Replace freetype-config command with pkg-config.
   new  52fc88e   Update changelog

The 7 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/compat |   2 +-
 debian/control|   4 +-
 debian/copyright  |   4 +-
 debian/icons/tuxpuck.xpm  | 248 --
 debian/install|   1 -
 debian/menu   |   6 -
 debian/patches/Makefile.patch |   2 +-
 debian/rules  |   2 +-
 9 files changed, 19 insertions(+), 262 deletions(-)
 delete mode 100644 debian/icons/tuxpuck.xpm
 delete mode 100644 debian/menu

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/tuxpuck.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


[foobillardplus] 07/07: Update foobillardplus.install.

2018-03-08 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository foobillardplus.

commit 2b9701749c1805db6261333fbc6dfa8f13696d0d
Author: Markus Koschany 
Date:   Thu Mar 8 18:10:01 2018 +0100

Update foobillardplus.install.
---
 debian/foobillardplus.install | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/foobillardplus.install b/debian/foobillardplus.install
index 23566ac..353781c 100644
--- a/debian/foobillardplus.install
+++ b/debian/foobillardplus.install
@@ -1,2 +1,2 @@
 debian/foobillardplus.desktop   usr/share/applications
-usr/games
+usr/foobillardplus  usr/games

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/foobillardplus.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


[foobillardplus] annotated tag debian/3.43_svn170+dfsg-5 created (now be871aa)

2018-03-08 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a change to annotated tag debian/3.43_svn170+dfsg-5
in repository foobillardplus.

at  be871aa   (tag)
   tagging  2b9701749c1805db6261333fbc6dfa8f13696d0d (commit)
  replaces  debian/3.43_svn170+dfsg-4
 tagged by  Markus Koschany
on  Thu Mar 8 18:21:26 2018 +0100

- Log -
Debian release 3.43~svn170+dfsg-5
-BEGIN PGP SIGNATURE-

iQKjBAABCgCNFiEErPPQiO8y7e9qGoNf2a0UuVE7UeQFAlqhcSBfFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFD
RjNEMDg4RUYzMkVERUY2QTFBODM1RkQ5QUQxNEI5NTEzQjUxRTQPHGFwb0BkZWJp
YW4ub3JnAAoJENmtFLlRO1HkTrUP/1ICJLKhn4xQf+pTdpJ112WTcbV0X7vIb3Th
XwuCmywWwVv/p/h0kZVc1/vKdPvpC9mLBpRK7CIkLY5ru11gPO2AFxSiPrj806GZ
qXA61BpaXhWcYCYU3PaHFaedimbUGTHL8d2VmK7Bnwnr/c5Hapw0nLbbmFNXFOve
EtwRHF1Fd7VnqgqduIXgESjsEYKq4sM4SaPz3oBsloPVi+SdQ0f7zBc8S6gABVq7
TlwjWmalOv9wVsEYQseaOuEpb5OWzuZyYkpcHnBEXeG7grHn6JLz83WJOs6gbFkE
wb4Qr6kze0G7Mofy08Yw+4lZcz3kd9kHDJlmUus/FfSOS9dTClEiS/U77Cislyhx
6h1RfQI0ne9fHyRfDkc/aJggfTCeeJzypGH/8llsjBYZi0DxDZdHxZzmNYAUdKYA
YdxdmzCQpLfxRZbRTXgPq1/hQi80f1Z87BNE0SJr5vUDzL94DHi/up0AGdgRhObw
cUH5y5JQkLSJ39+dza/gjP1c6hnzmy/esG4AXPtQtJk6TwPC8taecHj+6fkkMSbU
6ldiC5ev9Gn6xs/VttMHpgzF8i5TLeZSgA8nAvm1KeniBAwXKGutqG0lKsSFypVo
SkycRTeNdFpNCjGxlJyVO3iTRqgRZh2/HGj0WXtG7yN61GB4E3B2C34Iw1OYCKxI
jpdFlL+3
=15F1
-END PGP SIGNATURE-

Markus Koschany (7):
  Use compat level 11.
  Declare compliance with Debian Policy 4.1.3.
  Fix foobillardplus FTCBFS: configures for the build architecture
  Add pkg-config.patch and use pkg-config instead of freetype-config.
  Update changelog
  Fix pkg-config.patch
  Update foobillardplus.install.

---

This annotated tag includes the following new commits:

   new  e227dc9   Use compat level 11.
   new  6e788c8   Declare compliance with Debian Policy 4.1.3.
   new  82f3bb6   Fix foobillardplus FTCBFS: configures for the build 
architecture
   new  98d6bfe   Add pkg-config.patch and use pkg-config instead of 
freetype-config.
   new  3450842   Update changelog
   new  2d69b47   Fix pkg-config.patch
   new  2b97017   Update foobillardplus.install.

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


-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/foobillardplus.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


[foobillardplus] 06/07: Fix pkg-config.patch

2018-03-08 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository foobillardplus.

commit 2d69b47c19592339da3850a1536d2600654bfe39
Author: Markus Koschany 
Date:   Thu Mar 8 18:05:57 2018 +0100

Fix pkg-config.patch
---
 debian/patches/pkg-config.patch | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/patches/pkg-config.patch b/debian/patches/pkg-config.patch
index b2495be..7cc40a4 100644
--- a/debian/patches/pkg-config.patch
+++ b/debian/patches/pkg-config.patch
@@ -20,8 +20,8 @@ index 3b7d0fe..0f5a5dd 100644
  
 -FREETYPE_CFLAGS = `freetype-config --cflags`
 -FREETYPE_LIBS   = `freetype-config --libs`
-+FREETYPE_CFLAGS = `pkg-config --cflags`
-+FREETYPE_LIBS   = `pkg-config --libs`
++FREETYPE_CFLAGS = `pkg-config --cflags freetype2`
++FREETYPE_LIBS   = `pkg-config --libs freetype2`
  
  if USE_MATHSINGLE
  MATH_CFLAGS = -DVMATH_SINGLE_PRECISION

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/foobillardplus.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


[foobillardplus] 05/07: Update changelog

2018-03-08 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository foobillardplus.

commit 3450842d7cbdcb702241760b9755c6bfb56b6deb
Author: Markus Koschany 
Date:   Thu Mar 8 17:54:17 2018 +0100

Update changelog
---
 debian/changelog | 16 +++-
 1 file changed, 11 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a06694a..1780470 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,16 @@
-foobillardplus (3.43~svn170+dfsg-4.1) UNRELEASED; urgency=medium
+foobillardplus (3.43~svn170+dfsg-5) unstable; urgency=medium
 
-  * Non-maintainer upload.
-  * Partially fix FTCBFS: Let dh_auto_configure pass --host to ./configure
-(Closes: #-1).
+  [ Helmut Grohne ]
+  * Fix foobillardplus FTCBFS: configures for the build architecture.
+(Closes: #889523)
 
- -- Helmut Grohne   Sun, 04 Feb 2018 07:20:20 +0100
+  [ Markus Koschany ]
+  * Add pkg-config.patch and use pkg-config instead of freetype-config.
+(Closes: #892338)
+  * Use compat level 11.
+  * Declare compliance with Debian Policy 4.1.3.
+
+ -- Markus Koschany   Thu, 08 Mar 2018 17:53:18 +0100
 
 foobillardplus (3.43~svn170+dfsg-4) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/foobillardplus.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


[foobillardplus] 03/07: Fix foobillardplus FTCBFS: configures for the build architecture

2018-03-08 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository foobillardplus.

commit 82f3bb611ad364a58aa0c1f286f1dc0f00aa9ea2
Author: Markus Koschany 
Date:   Thu Mar 8 17:42:25 2018 +0100

Fix foobillardplus FTCBFS: configures for the build architecture

Closes: #889523
---
 debian/changelog | 8 
 debian/rules | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 0a3de61..a06694a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+foobillardplus (3.43~svn170+dfsg-4.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Partially fix FTCBFS: Let dh_auto_configure pass --host to ./configure
+(Closes: #-1).
+
+ -- Helmut Grohne   Sun, 04 Feb 2018 07:20:20 +0100
+
 foobillardplus (3.43~svn170+dfsg-4) unstable; urgency=medium
 
   * Declare compliance with Debian Policy 4.0.0.
diff --git a/debian/rules b/debian/rules
index 3acef9b..86a4bf7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,7 @@ override_dh_auto_configure:
autoconf -f
autoheader -f
automake -a -c -f
-   ./configure \
+   dh_auto_configure -- \
--enable-network=no \
--enable-fastmath=no \
--enable-debian

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/foobillardplus.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


[foobillardplus] 01/07: Use compat level 11.

2018-03-08 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository foobillardplus.

commit e227dc9ef33da5f9be7774670576f54a1bb002a2
Author: Markus Koschany 
Date:   Thu Mar 8 17:39:14 2018 +0100

Use compat level 11.
---
 debian/compat  | 2 +-
 debian/control | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/compat b/debian/compat
index f599e28..b4de394 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-10
+11
diff --git a/debian/control b/debian/control
index 34db725..fdfc730 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Games Team 

 Uploaders:
  Markus Koschany 
 Build-Depends:
- debhelper (>= 10),
+ debhelper (>= 11),
  libfreetype6-dev,
  libglu1-mesa-dev,
  libpng-dev,

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/foobillardplus.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


[foobillardplus] 04/07: Add pkg-config.patch and use pkg-config instead of freetype-config.

2018-03-08 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository foobillardplus.

commit 98d6bfef6a7247fd66ff8f845d2d3c475621b75a
Author: Markus Koschany 
Date:   Thu Mar 8 17:52:12 2018 +0100

Add pkg-config.patch and use pkg-config instead of freetype-config.

Closes: #892338
---
 debian/patches/pkg-config.patch | 34 ++
 debian/patches/series   |  1 +
 2 files changed, 35 insertions(+)

diff --git a/debian/patches/pkg-config.patch b/debian/patches/pkg-config.patch
new file mode 100644
index 000..b2495be
--- /dev/null
+++ b/debian/patches/pkg-config.patch
@@ -0,0 +1,34 @@
+From: Markus Koschany 
+Date: Thu, 8 Mar 2018 17:49:24 +0100
+Subject: pkg-config
+
+Use pkg-config instead of the deprecated freetype-config command.
+
+Bug-Debian: https://bugs.debian.org/892338
+Forwarded: no
+---
+ src/Makefile.am | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/src/Makefile.am b/src/Makefile.am
+index 3b7d0fe..0f5a5dd 100644
+--- a/src/Makefile.am
 b/src/Makefile.am
+@@ -158,8 +158,8 @@ endif
+ SDL_CFLAGS = `sdl-config --cflags`
+ SDL_LIBS   = `sdl-config --libs`
+ 
+-FREETYPE_CFLAGS = `freetype-config --cflags`
+-FREETYPE_LIBS   = `freetype-config --libs`
++FREETYPE_CFLAGS = `pkg-config --cflags`
++FREETYPE_LIBS   = `pkg-config --libs`
+ 
+ if USE_MATHSINGLE
+ MATH_CFLAGS = -DVMATH_SINGLE_PRECISION
+@@ -233,4 +233,4 @@ AM_CFLAGS = -Wall ${FREETYPE_CFLAGS} ${SDL_CFLAGS} 
${NVIDIA_CFLAGS} ${SOUND_CFLA
+ ${OPTIMIZATION_CFLAGS} ${USESSE_CFLAGS} ${USEWIN_CFLAGS} 
${FASTMATH_CFLAGS} ${DEBIAN_CFLAGS} -lm
+ 
+ AM_LDFLAGS = ${all_libraries} ${FREETYPE_LIBS} ${SDL_LIBS}
+-LDADD = ${LDADD_FLAGS}
+\ No newline at end of file
++LDADD = ${LDADD_FLAGS}
diff --git a/debian/patches/series b/debian/patches/series
index 1dc0c28..95626b5 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@ generic-x-www-browser.patch
 add-support-for-hardening-build-flags.patch
 fix-Makefile.am.patch
 hide-foobillardplus-user-settings-in-HOME.patch
+pkg-config.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/foobillardplus.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


[foobillardplus] branch master updated (bc2604e -> 2b97017)

2018-03-08 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a change to branch master
in repository foobillardplus.

  from  bc2604e   Update changelog
   new  e227dc9   Use compat level 11.
   new  6e788c8   Declare compliance with Debian Policy 4.1.3.
   new  82f3bb6   Fix foobillardplus FTCBFS: configures for the build 
architecture
   new  98d6bfe   Add pkg-config.patch and use pkg-config instead of 
freetype-config.
   new  3450842   Update changelog
   new  2d69b47   Fix pkg-config.patch
   new  2b97017   Update foobillardplus.install.

The 7 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| 14 ++
 debian/compat   |  2 +-
 debian/control  |  4 ++--
 debian/foobillardplus.install   |  2 +-
 debian/patches/pkg-config.patch | 34 ++
 debian/patches/series   |  1 +
 debian/rules|  2 +-
 7 files changed, 54 insertions(+), 5 deletions(-)
 create mode 100644 debian/patches/pkg-config.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/foobillardplus.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


[foobillardplus] 02/07: Declare compliance with Debian Policy 4.1.3.

2018-03-08 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository foobillardplus.

commit 6e788c8f20f0fd2598082776c2b8f413eeaa
Author: Markus Koschany 
Date:   Thu Mar 8 17:39:25 2018 +0100

Declare compliance with Debian Policy 4.1.3.
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index fdfc730..4dade98 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Build-Depends:
  libsdl-mixer1.2-dev,
  libsdl-net1.2-dev,
  libsdl1.2-dev
-Standards-Version: 4.0.0
+Standards-Version: 4.1.3
 Homepage: http://foobillardplus.sourceforge.net
 Vcs-Git: https://anonscm.debian.org/git/pkg-games/foobillardplus.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-games/foobillardplus.git

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/foobillardplus.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


[springlobby] annotated tag upstream/0.264+dfsg created (now eaca054)

2018-03-03 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a change to annotated tag upstream/0.264+dfsg
in repository springlobby.

at  eaca054   (tag)
   tagging  6cc765fc8179438b55945763dc3e80ef5a87fb4b (commit)
  replaces  upstream/0.263+dfsg
 tagged by  Markus Koschany
on  Sat Mar 3 17:07:40 2018 +0100

- Log -
Upstream version 0.264+dfsg
-BEGIN PGP SIGNATURE-

iQKTBAABCgB9FiEErPPQiO8y7e9qGoNf2a0UuVE7UeQFAlqayExfFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFD
RjNEMDg4RUYzMkVERUY2QTFBODM1RkQ5QUQxNEI5NTEzQjUxRTQACgkQ2a0UuVE7
UeTF3hAAiGN6hUK/oKWNaTEZ2WoxeB19OvWElYnGDcLJeGSLxH0UcBsOMaEYJmSY
X7nqXkcw568T/ALFmQ/2a2LwaO/zSdOaBfEmt/ub/ZyPQZ5qzCmXdXwbhBfKQzSm
8nM3TztnIkGXORnDNk2742LcUPTNIoyw4BFrPEd2svuhnca8L7CcYNhmIaZV4Nx/
H+IHCR5vl72Qjz7lAWirC0DJi8XwtKgxCtWjm6HK//hc8OfeWuc4gfxb4omAFE+F
fzx8NG+mXDMD5cDh1jt3w5lxx7oUXca7tpWPYmrJeCQn1ojDbtaLmL/cFMcWtoHI
Ozw+FMXEsGMxsmH1yWRW99KR6NqKFjZom2Yeot4aZlC53zOD+34LWWy2h8a6eKU6
1iF9NbdgGHTuXwbJU7S98Rk4q1v8cXlgBf7ZkZ6qcdhWEv5vMiwaEjoNhPtNLTgR
AK2GKVR805CRkLHGXCE79P5Pa7V8skIpNpsF5r6tPlBiakQydrKp1BceAL3i+TDL
JdURNi5fqtd9NQSl0BSrWm1yHjvJDZi3kmyv8Z1OrwKyPnDb12ORwaRT4LKA9r8p
mYfWu9wv3Rxi1EhNRCFNlN9/jAcsrn/BJupfvoWH/HUxIoILbbjEN4DulrLpZrMv
zXq0eiFt1KMZXilcWLVVlcuBeOunTB8JaDOB18YzxUeArlXJTtI=
=s6TX
-END PGP SIGNATURE-

Markus Koschany (1):
  New upstream version 0.264+dfsg

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/springlobby.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


[springlobby] branch pristine-tar updated (90f6f04 -> db3a6fd)

2018-03-03 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a change to branch pristine-tar
in repository springlobby.

  from  90f6f04   pristine-tar data for springlobby_0.263+dfsg.orig.tar.xz
   new  db3a6fd   pristine-tar data for springlobby_0.264+dfsg.orig.tar.xz

The 1 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:
 springlobby_0.264+dfsg.orig.tar.xz.delta | Bin 0 -> 38811 bytes
 springlobby_0.264+dfsg.orig.tar.xz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 springlobby_0.264+dfsg.orig.tar.xz.delta
 create mode 100644 springlobby_0.264+dfsg.orig.tar.xz.id

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/springlobby.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


[springlobby] branch upstream updated (293698f -> 6cc765f)

2018-03-03 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a change to branch upstream
in repository springlobby.

  from  293698f   New upstream version 0.263+dfsg
   new  6cc765f   New upstream version 0.264+dfsg

The 1 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 |   4 +-
 ChangeLog  |   8 +
 VERSION|   2 +-
 buildbot/master.cfg|   4 +-
 cmake/compat_flags.cmake   |  28 +---
 doc/UseDoxygen.cmake   |   6 +-
 springlobby_config.h   |   2 +-
 src/CMakeLists.txt |   4 +-
 src/address.cpp| 109 
 src/address.h  |   5 +
 src/autohost.cpp   |   2 +-
 src/autohostmanager.cpp|  10 ++
 src/autohostmanager.h  |   3 +
 src/battle.cpp |  12 +-
 src/channel.cpp|   2 +-
 src/downloader/lib/CMakeLists.txt  |  34 ++--
 src/downloader/lib/src/CMakeLists.txt  |   9 +-
 src/downloader/lib/src/Downloader/CurlWrapper.cpp  |   7 +-
 .../lib/src/Downloader/Rapid/RapidDownloader.cpp   |   3 +-
 src/downloader/lib/src/Downloader/Rapid/Sdp.cpp|   8 +-
 src/downloader/lib/src/Logger.cpp  |  90 ++
 src/downloader/lib/src/Logger.h|  27 +--
 src/downloader/lib/src/Util.cpp|   7 -
 src/downloader/lib/src/Util.h  |   5 -
 .../lib/src/lsl/lslextract/CMakeLists.txt  |   5 +-
 src/downloader/lib/src/lsl/lslextract/index.html   |   2 +-
 .../lib/src/lsl/lslextract/lslextract.cpp  |   2 +-
 src/downloader/lib/src/lsl/lslunitsync/image.cpp   |   4 +-
 src/downloader/lib/src/lsl/lslutils/logging.h  |  31 ++--
 src/downloader/lib/src/main.cpp|   3 +-
 src/downloader/lib/test/CMakeLists.txt |   2 +
 src/downloader/lib/test/lsl/usync.cpp  |  13 +-
 src/downloader/prdownloader.cpp|  13 +-
 src/gui/aboutbox.cpp   |   7 +-
 src/gui/chatpanel.cpp  |   2 +-
 src/gui/hosting/battleroomtab.cpp  | 107 
 src/gui/hosting/battleroomtab.h|   1 +
 src/gui/hosting/hostbattledialog.cpp   |  42 +++--
 src/gui/hosting/hostbattledialog.h |   4 +-
 src/gui/mainwindow.cpp |  15 +-
 src/gui/mapctrl.cpp|   3 +-
 src/gui/mapgridctrl.cpp|   6 +-
 src/gui/notifications/libnotify.cpp|   4 +-
 src/gui/options/lobbyoptionstab.cpp|  16 +-
 src/gui/options/mainoptionstab.cpp |   5 +-
 src/gui/options/springoptionstab.cpp   |  17 +-
 src/gui/playback/playbacktab.cpp   |   4 +
 src/gui/singleplayertab.cpp|  50 +++---
 src/gui/singleplayertab.h  |   4 +-
 src/gui/statusbar.cpp  |   2 +-
 src/gui/ui.cpp |  57 +++
 src/gui/ui.h   |   2 +-
 src/ibattle.cpp|  86 +-
 src/ibattle.h  |   5 +-
 src/log.cpp| 186 +++--
 src/log.h  |   4 +
 src/socket.cpp | 110 +---
 src/springlobbyapp.cpp |   6 +-
 src/springlobbyapp.h   |  13 +-
 src/springsettings/frame.cpp   |   4 +-
 src/sysinfo.cpp|  12 +-
 src/tasserver.cpp  |  29 ++--
 src/tests/CMakeLists.txt   |   6 +
 src/tests/lobbyid.cpp  |   9 +
 src/updatehelper.cpp   |  30 
 src/updatehelper.h |   4 +
 src/utils/conversion.cpp   |   3 +
 src/utils/platform.cpp |   4 +
 src/utils/slpaths.cpp  |   6 +-
 src/utils/version.cpp  |  12 +-
 src/utils/version.h|   6 +-
 tools/mxe_create_builddir.sh   |   6 +-
 72 files changed, 765 insertions(+)

[springlobby] annotated tag debian/0.264+dfsg-1 created (now a70aee8)

2018-03-03 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a change to annotated tag debian/0.264+dfsg-1
in repository springlobby.

at  a70aee8   (tag)
   tagging  c4007fae9c48130e48bed1ffa93a04547010a9f6 (commit)
  replaces  debian/0.263+dfsg-1
 tagged by  Markus Koschany
on  Sat Mar 3 17:19:11 2018 +0100

- Log -
Debian release 0.264+dfsg-1
-BEGIN PGP SIGNATURE-

iQKjBAABCgCNFiEErPPQiO8y7e9qGoNf2a0UuVE7UeQFAlqaywZfFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFD
RjNEMDg4RUYzMkVERUY2QTFBODM1RkQ5QUQxNEI5NTEzQjUxRTQPHGFwb0BkZWJp
YW4ub3JnAAoJENmtFLlRO1Hk1doQAI7atX6Tixdf9KjOeMgRxI0ly2WodrBqvRM9
FpRC+kTkN98++mxYgA/omPSH2q+CAXpiWoHTD7zF6gViUtXtPI2wZfoz8mBKGfIv
E7CHDp47zvuXUNa4jZxmEW8lbdA9UP9s2S9cyCopq4P9Pc5nEo1A1M1nR42rjgg1
DdByabNjiGaOm92SjIuu5cNkxxY7NaUxYdL/htnWyn85nhNndjuVra/Qom3YEwNo
sMRaUyNL0y0CFzUWofn1+B/ph8NNnxe9j38w9PujdUzWNQ9z2bElczLs5CNfp1W1
fVAISpyFf2jeK01YF7Evvi1UaiXKY53bllknDvFYIAbJ5Gmfvotxzu8sErYB8UGC
PefuIR0f3qAT062bkbCNv3/0EUIws7YHSlnjZOYU8pSNQFjjHiKRhTjB7cUda2jW
yqUEM9BIT/jF0ZL1BVNVEgOfT8GVOB6JSMVSWkCn1YU4+eXGpAyaYQVcEHfhVVre
n14I5/lKoZmY9GzCG2QHu5CkU3yTjV6MiNQCVDzI4Jadu7HeUV4jD5Z7fGjwxG0k
qM0+715T7NFAp+0XYUrQatBQMhyufRUFLzm9CAlrGOHljypFXiqNVQYvQJIXWmwv
nHe+ioMAQBjhsarwWXgCw3xFTEXV1RHpMmedB6eljpEPcw2K6EnIVzTccF/v4CgY
Kl8naxU9
=1Yff
-END PGP SIGNATURE-

Markus Koschany (3):
  New upstream version 0.264+dfsg
  Update upstream source from tag 'upstream/0.264+dfsg'
  Update changelog

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/springlobby.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


[springlobby] 01/01: pristine-tar data for springlobby_0.264+dfsg.orig.tar.xz

2018-03-03 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch pristine-tar
in repository springlobby.

commit db3a6fd558cbc7d82ef3367b7689ea5f2ae2aec4
Author: Markus Koschany 
Date:   Sat Mar 3 17:07:40 2018 +0100

pristine-tar data for springlobby_0.264+dfsg.orig.tar.xz
---
 springlobby_0.264+dfsg.orig.tar.xz.delta | Bin 0 -> 38811 bytes
 springlobby_0.264+dfsg.orig.tar.xz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/springlobby_0.264+dfsg.orig.tar.xz.delta 
b/springlobby_0.264+dfsg.orig.tar.xz.delta
new file mode 100644
index 000..a7567ab
Binary files /dev/null and b/springlobby_0.264+dfsg.orig.tar.xz.delta differ
diff --git a/springlobby_0.264+dfsg.orig.tar.xz.id 
b/springlobby_0.264+dfsg.orig.tar.xz.id
new file mode 100644
index 000..201c656
--- /dev/null
+++ b/springlobby_0.264+dfsg.orig.tar.xz.id
@@ -0,0 +1 @@
+062d5bdbf0c05af833e4567f254b96858cd01427

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/springlobby.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


[springlobby] 03/03: Update changelog

2018-03-03 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository springlobby.

commit c4007fae9c48130e48bed1ffa93a04547010a9f6
Author: Markus Koschany 
Date:   Sat Mar 3 17:09:33 2018 +0100

Update changelog
---
 debian/changelog | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 410c888..3690db8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+springlobby (0.264+dfsg-1) unstable; urgency=medium
+
+  * New upstream version 0.264+dfsg.
+
+ -- Markus Koschany   Sat, 03 Mar 2018 17:09:19 +0100
+
 springlobby (0.263+dfsg-1) unstable; urgency=medium
 
   * New upstream version 0.263+dfsg.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/springlobby.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


[springlobby] 02/03: Update upstream source from tag 'upstream/0.264+dfsg'

2018-03-03 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository springlobby.

commit a768815c00955a7cbef4f2c99e5eb62968b8e2b7
Merge: 44bda7d 6cc765f
Author: Markus Koschany 
Date:   Sat Mar 3 17:07:44 2018 +0100

Update upstream source from tag 'upstream/0.264+dfsg'

Update to upstream version '0.264+dfsg'
with Debian dir e5f63baba2dfc8c45403c3ba7dc455fb47502180

 CMakeLists.txt |   4 +-
 ChangeLog  |   8 +
 VERSION|   2 +-
 buildbot/master.cfg|   4 +-
 cmake/compat_flags.cmake   |  28 +---
 doc/UseDoxygen.cmake   |   6 +-
 springlobby_config.h   |   2 +-
 src/CMakeLists.txt |   4 +-
 src/address.cpp| 109 
 src/address.h  |   5 +
 src/autohost.cpp   |   2 +-
 src/autohostmanager.cpp|  10 ++
 src/autohostmanager.h  |   3 +
 src/battle.cpp |  12 +-
 src/channel.cpp|   2 +-
 src/downloader/lib/CMakeLists.txt  |  34 ++--
 src/downloader/lib/src/CMakeLists.txt  |   9 +-
 src/downloader/lib/src/Downloader/CurlWrapper.cpp  |   7 +-
 .../lib/src/Downloader/Rapid/RapidDownloader.cpp   |   3 +-
 src/downloader/lib/src/Downloader/Rapid/Sdp.cpp|   8 +-
 src/downloader/lib/src/Logger.cpp  |  90 ++
 src/downloader/lib/src/Logger.h|  27 +--
 src/downloader/lib/src/Util.cpp|   7 -
 src/downloader/lib/src/Util.h  |   5 -
 .../lib/src/lsl/lslextract/CMakeLists.txt  |   5 +-
 src/downloader/lib/src/lsl/lslextract/index.html   |   2 +-
 .../lib/src/lsl/lslextract/lslextract.cpp  |   2 +-
 src/downloader/lib/src/lsl/lslunitsync/image.cpp   |   4 +-
 src/downloader/lib/src/lsl/lslutils/logging.h  |  31 ++--
 src/downloader/lib/src/main.cpp|   3 +-
 src/downloader/lib/test/CMakeLists.txt |   2 +
 src/downloader/lib/test/lsl/usync.cpp  |  13 +-
 src/downloader/prdownloader.cpp|  13 +-
 src/gui/aboutbox.cpp   |   7 +-
 src/gui/chatpanel.cpp  |   2 +-
 src/gui/hosting/battleroomtab.cpp  | 107 
 src/gui/hosting/battleroomtab.h|   1 +
 src/gui/hosting/hostbattledialog.cpp   |  42 +++--
 src/gui/hosting/hostbattledialog.h |   4 +-
 src/gui/mainwindow.cpp |  15 +-
 src/gui/mapctrl.cpp|   3 +-
 src/gui/mapgridctrl.cpp|   6 +-
 src/gui/notifications/libnotify.cpp|   4 +-
 src/gui/options/lobbyoptionstab.cpp|  16 +-
 src/gui/options/mainoptionstab.cpp |   5 +-
 src/gui/options/springoptionstab.cpp   |  17 +-
 src/gui/playback/playbacktab.cpp   |   4 +
 src/gui/singleplayertab.cpp|  50 +++---
 src/gui/singleplayertab.h  |   4 +-
 src/gui/statusbar.cpp  |   2 +-
 src/gui/ui.cpp |  57 +++
 src/gui/ui.h   |   2 +-
 src/ibattle.cpp|  86 +-
 src/ibattle.h  |   5 +-
 src/log.cpp| 186 +++--
 src/log.h  |   4 +
 src/socket.cpp | 110 +---
 src/springlobbyapp.cpp |   6 +-
 src/springlobbyapp.h   |  13 +-
 src/springsettings/frame.cpp   |   4 +-
 src/sysinfo.cpp|  12 +-
 src/tasserver.cpp  |  29 ++--
 src/tests/CMakeLists.txt   |   6 +
 src/tests/lobbyid.cpp  |   9 +
 src/updatehelper.cpp   |  30 
 src/updatehelper.h |   4 +
 src/utils/conversion.cpp   |   3 +
 src/utils/platform.cpp |   4 +
 src/utils/slpaths.cpp  |   6 +-
 src/utils/version.cpp  |  12 +-
 src/utils/version.h|   6 +-
 tools/mxe_create_builddir.sh   |   6 +-
 72 files changed, 765 insertions(+), 590 deletions(-)

-- 
Alioth's 

[springlobby] branch master updated (44bda7d -> c4007fa)

2018-03-03 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a change to branch master
in repository springlobby.

  from  44bda7d   Update changelog
   new  6cc765f   New upstream version 0.264+dfsg
   new  a768815   Update upstream source from tag 'upstream/0.264+dfsg'
   new  c4007fa   Update changelog

The 3 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 |   4 +-
 ChangeLog  |   8 +
 VERSION|   2 +-
 buildbot/master.cfg|   4 +-
 cmake/compat_flags.cmake   |  28 +---
 debian/changelog   |   6 +
 doc/UseDoxygen.cmake   |   6 +-
 springlobby_config.h   |   2 +-
 src/CMakeLists.txt |   4 +-
 src/address.cpp| 109 
 src/address.h  |   5 +
 src/autohost.cpp   |   2 +-
 src/autohostmanager.cpp|  10 ++
 src/autohostmanager.h  |   3 +
 src/battle.cpp |  12 +-
 src/channel.cpp|   2 +-
 src/downloader/lib/CMakeLists.txt  |  34 ++--
 src/downloader/lib/src/CMakeLists.txt  |   9 +-
 src/downloader/lib/src/Downloader/CurlWrapper.cpp  |   7 +-
 .../lib/src/Downloader/Rapid/RapidDownloader.cpp   |   3 +-
 src/downloader/lib/src/Downloader/Rapid/Sdp.cpp|   8 +-
 src/downloader/lib/src/Logger.cpp  |  90 ++
 src/downloader/lib/src/Logger.h|  27 +--
 src/downloader/lib/src/Util.cpp|   7 -
 src/downloader/lib/src/Util.h  |   5 -
 .../lib/src/lsl/lslextract/CMakeLists.txt  |   5 +-
 src/downloader/lib/src/lsl/lslextract/index.html   |   2 +-
 .../lib/src/lsl/lslextract/lslextract.cpp  |   2 +-
 src/downloader/lib/src/lsl/lslunitsync/image.cpp   |   4 +-
 src/downloader/lib/src/lsl/lslutils/logging.h  |  31 ++--
 src/downloader/lib/src/main.cpp|   3 +-
 src/downloader/lib/test/CMakeLists.txt |   2 +
 src/downloader/lib/test/lsl/usync.cpp  |  13 +-
 src/downloader/prdownloader.cpp|  13 +-
 src/gui/aboutbox.cpp   |   7 +-
 src/gui/chatpanel.cpp  |   2 +-
 src/gui/hosting/battleroomtab.cpp  | 107 
 src/gui/hosting/battleroomtab.h|   1 +
 src/gui/hosting/hostbattledialog.cpp   |  42 +++--
 src/gui/hosting/hostbattledialog.h |   4 +-
 src/gui/mainwindow.cpp |  15 +-
 src/gui/mapctrl.cpp|   3 +-
 src/gui/mapgridctrl.cpp|   6 +-
 src/gui/notifications/libnotify.cpp|   4 +-
 src/gui/options/lobbyoptionstab.cpp|  16 +-
 src/gui/options/mainoptionstab.cpp |   5 +-
 src/gui/options/springoptionstab.cpp   |  17 +-
 src/gui/playback/playbacktab.cpp   |   4 +
 src/gui/singleplayertab.cpp|  50 +++---
 src/gui/singleplayertab.h  |   4 +-
 src/gui/statusbar.cpp  |   2 +-
 src/gui/ui.cpp |  57 +++
 src/gui/ui.h   |   2 +-
 src/ibattle.cpp|  86 +-
 src/ibattle.h  |   5 +-
 src/log.cpp| 186 +++--
 src/log.h  |   4 +
 src/socket.cpp | 110 +---
 src/springlobbyapp.cpp |   6 +-
 src/springlobbyapp.h   |  13 +-
 src/springsettings/frame.cpp   |   4 +-
 src/sysinfo.cpp|  12 +-
 src/tasserver.cpp  |  29 ++--
 src/tests/CMakeLists.txt   |   6 +
 src/tests/lobbyid.cpp  |   9 +
 src/updatehelper.cpp   |  30 
 src/updatehelper.h |   4 +
 src/utils/conversion.cpp   |   3 +
 src/utils/platform.cpp |   4 +
 src/utils/slpaths.cpp  |   6 +-
 src/utils/version.cpp  |  12 +-

[springlobby] 01/03: New upstream version 0.264+dfsg

2018-03-03 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository springlobby.

commit 6cc765fc8179438b55945763dc3e80ef5a87fb4b
Author: Markus Koschany 
Date:   Sat Mar 3 17:07:35 2018 +0100

New upstream version 0.264+dfsg
---
 CMakeLists.txt |   4 +-
 ChangeLog  |   8 +
 VERSION|   2 +-
 buildbot/master.cfg|   4 +-
 cmake/compat_flags.cmake   |  28 +---
 doc/UseDoxygen.cmake   |   6 +-
 springlobby_config.h   |   2 +-
 src/CMakeLists.txt |   4 +-
 src/address.cpp| 109 
 src/address.h  |   5 +
 src/autohost.cpp   |   2 +-
 src/autohostmanager.cpp|  10 ++
 src/autohostmanager.h  |   3 +
 src/battle.cpp |  12 +-
 src/channel.cpp|   2 +-
 src/downloader/lib/CMakeLists.txt  |  34 ++--
 src/downloader/lib/src/CMakeLists.txt  |   9 +-
 src/downloader/lib/src/Downloader/CurlWrapper.cpp  |   7 +-
 .../lib/src/Downloader/Rapid/RapidDownloader.cpp   |   3 +-
 src/downloader/lib/src/Downloader/Rapid/Sdp.cpp|   8 +-
 src/downloader/lib/src/Logger.cpp  |  90 ++
 src/downloader/lib/src/Logger.h|  27 +--
 src/downloader/lib/src/Util.cpp|   7 -
 src/downloader/lib/src/Util.h  |   5 -
 .../lib/src/lsl/lslextract/CMakeLists.txt  |   5 +-
 src/downloader/lib/src/lsl/lslextract/index.html   |   2 +-
 .../lib/src/lsl/lslextract/lslextract.cpp  |   2 +-
 src/downloader/lib/src/lsl/lslunitsync/image.cpp   |   4 +-
 src/downloader/lib/src/lsl/lslutils/logging.h  |  31 ++--
 src/downloader/lib/src/main.cpp|   3 +-
 src/downloader/lib/test/CMakeLists.txt |   2 +
 src/downloader/lib/test/lsl/usync.cpp  |  13 +-
 src/downloader/prdownloader.cpp|  13 +-
 src/gui/aboutbox.cpp   |   7 +-
 src/gui/chatpanel.cpp  |   2 +-
 src/gui/hosting/battleroomtab.cpp  | 107 
 src/gui/hosting/battleroomtab.h|   1 +
 src/gui/hosting/hostbattledialog.cpp   |  42 +++--
 src/gui/hosting/hostbattledialog.h |   4 +-
 src/gui/mainwindow.cpp |  15 +-
 src/gui/mapctrl.cpp|   3 +-
 src/gui/mapgridctrl.cpp|   6 +-
 src/gui/notifications/libnotify.cpp|   4 +-
 src/gui/options/lobbyoptionstab.cpp|  16 +-
 src/gui/options/mainoptionstab.cpp |   5 +-
 src/gui/options/springoptionstab.cpp   |  17 +-
 src/gui/playback/playbacktab.cpp   |   4 +
 src/gui/singleplayertab.cpp|  50 +++---
 src/gui/singleplayertab.h  |   4 +-
 src/gui/statusbar.cpp  |   2 +-
 src/gui/ui.cpp |  57 +++
 src/gui/ui.h   |   2 +-
 src/ibattle.cpp|  86 +-
 src/ibattle.h  |   5 +-
 src/log.cpp| 186 +++--
 src/log.h  |   4 +
 src/socket.cpp | 110 +---
 src/springlobbyapp.cpp |   6 +-
 src/springlobbyapp.h   |  13 +-
 src/springsettings/frame.cpp   |   4 +-
 src/sysinfo.cpp|  12 +-
 src/tasserver.cpp  |  29 ++--
 src/tests/CMakeLists.txt   |   6 +
 src/tests/lobbyid.cpp  |   9 +
 src/updatehelper.cpp   |  30 
 src/updatehelper.h |   4 +
 src/utils/conversion.cpp   |   3 +
 src/utils/platform.cpp |   4 +
 src/utils/slpaths.cpp  |   6 +-
 src/utils/version.cpp  |  12 +-
 src/utils/version.h|   6 +-
 tools/mxe_create_builddir.sh   |   6 +-
 72 files changed, 765 insertions(+), 590 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 42d276b..7a45199 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,7 +1,7 @@
 PROJECT(springlobby)
 
 #set minimum cmake version

[ace-of-penguins] 02/09: Use canonical VCS address.

2018-03-02 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository ace-of-penguins.

commit 82418a8c9833c725bf9cbf3bf1a55c1c4dd86f72
Author: Markus Koschany 
Date:   Fri Mar 2 21:41:23 2018 +0100

Use canonical VCS address.
---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 130e43c..9838c3b 100644
--- a/debian/control
+++ b/debian/control
@@ -10,8 +10,8 @@ Build-Depends:
  libx11-dev,
  zlib1g-dev
 Standards-Version: 3.9.6
-Vcs-Git: git://anonscm.debian.org/pkg-games/ace-of-penguins.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-games/ace-of-penguins.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-games/ace-of-penguins.git
+Vcs-Browser: https://anonscm.debian.org/git/pkg-games/ace-of-penguins.git
 Homepage: http://www.delorie.com/store/ace/
 
 Package: ace-of-penguins

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/ace-of-penguins.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


[ace-of-penguins] branch master updated (8f7c2a7 -> c970be8)

2018-03-02 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo pushed a change to branch master
in repository ace-of-penguins.

  from  8f7c2a7   Update changelog
   new  4711b2e   Use compat level 11.
   new  82418a8   Use canonical VCS address.
   new  4b15a07   Declare compliance with Debian Policy 4.1.3.
   new  5493ebf   Drop obsolete menu file and xpm icon.
   new  3022e53   Remove dirs file.
   new  4fc5ec3   Use https for Format field.
   new  44e61d0   Add freecell-KDE.patch and fix freecell's start issues on 
KDE.
   new  3cfe13b   Update changelog
   new  c970be8   Don't try to install the xpm icon anymore.

The 9 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/ace-of-penguins.xpm| 190 --
 debian/changelog  |  14 +++
 debian/compat |   2 +-
 debian/control|  10 +-
 debian/copyright  |  14 +--
 debian/dirs   |   1 -
 debian/menu   |  36 
 debian/patches/freecell-KDE.patch |  30 ++
 debian/patches/series |   1 +
 debian/rules  |   3 +-
 10 files changed, 58 insertions(+), 243 deletions(-)
 delete mode 100644 debian/ace-of-penguins.xpm
 delete mode 100644 debian/dirs
 delete mode 100644 debian/menu
 create mode 100644 debian/patches/freecell-KDE.patch
 create mode 100644 debian/patches/series

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/ace-of-penguins.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


  1   2   3   4   5   6   7   8   9   10   >