r16089 - packages/trunk/pingus/debian

2018-03-30 Thread Bertrand Marc
Author: bmarc
Date: 2018-03-30 09:06:30 + (Fri, 30 Mar 2018)
New Revision: 16089

Modified:
   packages/trunk/pingus/debian/rules
Log:
debian/rules: stop calling directly dpkg-architecture to fix the lintian 
warning.

Modified: packages/trunk/pingus/debian/rules
===
--- packages/trunk/pingus/debian/rules  2018-03-30 09:05:19 UTC (rev 16088)
+++ packages/trunk/pingus/debian/rules  2018-03-30 09:06:30 UTC (rev 16089)
@@ -3,7 +3,7 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-DEB_BUILD_ARCH_OS := $(shell dpkg-architecture -qDEB_BUILD_ARCH_OS)
+include /usr/share/dpkg/architecture.mk
 ifeq ($(DEB_BUILD_ARCH_OS),kfreebsd)
 SCONS_OPTS:=with_linuxevdev=no with_linuxusbmouse=no
 endif


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


r16088 - packages/trunk/pingus/debian

2018-03-30 Thread Bertrand Marc
Author: bmarc
Date: 2018-03-30 09:05:19 + (Fri, 30 Mar 2018)
New Revision: 16088

Modified:
   packages/trunk/pingus/debian/control
Log:
debian/control: use my @debian.org address.

Modified: packages/trunk/pingus/debian/control
===
--- packages/trunk/pingus/debian/control2018-02-24 00:20:52 UTC (rev 
16087)
+++ packages/trunk/pingus/debian/control2018-03-30 09:05:19 UTC (rev 
16088)
@@ -4,7 +4,7 @@
 Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org>
 Uploaders:
  Miriam Ruiz <little_m...@yahoo.es>,
- Bertrand Marc <beberk...@gmail.com>
+ Bertrand Marc <bm...@debian.org>
 Build-Depends:
  debhelper (>= 10),
  libboost-signals-dev,


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


[7kaa] 05/06: Standards-Version: 4.0.0.

2017-07-27 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a commit to annotated tag debian/2.14.7+dfsg-1
in repository 7kaa.

commit 396a12b0d23db065f85145c68f1ed4bf27371015
Author: Bertrand Marc <bm...@debian.org>
Date:   Wed Jul 26 15:21:52 2017 +0200

Standards-Version: 4.0.0.
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index b3d97b3..fced2a1 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Build-Depends:
  libenet-dev,
  libsdl2-dev,
  uuid-dev
-Standards-Version: 3.9.8
+Standards-Version: 4.0.0
 Homepage: http://www.7kfans.com/
 Vcs-Git: https://anonscm.debian.org/git/pkg-games/7kaa.git
 Vcs-Browser: https://anonscm.debian.org/git/pkg-games/7kaa.git

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


[7kaa] branch master updated (6baa809 -> eb7131f)

2017-07-27 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a change to branch master
in repository 7kaa.

  from  6baa809   Updated version 2.14.7+dfsg from 'upstream/2.14.7+dfsg'
  adds  faadc57   Refresh patches.
  adds  a9a1ff6   Build-depend on libcurl4-gnutls-dev.
  adds  9a335c8   debian/rules: enable all hardening build flags, including 
bindnow.
  adds  bf483ee   Update years and Format: url in debian/copyright.
  adds  396a12b   Standards-Version: 4.0.0.
  adds  eb7131f   Update debian/changelog according to git log.

No new revisions were added by this update.

Summary of changes:
 debian/changelog|  15 
 debian/control  |   3 +-
 debian/copyright|   6 +-
 debian/patches/abs_dir.patch|  46 ++--
 debian/patches/use_system_libuuid.patch | 119 ++--
 debian/rules|   2 +
 6 files changed, 126 insertions(+), 65 deletions(-)

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


[7kaa] 02/06: Build-depend on libcurl4-gnutls-dev.

2017-07-27 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a commit to annotated tag debian/2.14.7+dfsg-1
in repository 7kaa.

commit a9a1ff6607e1e2cbe355e417f50a6c631f1b4207
Author: Bertrand Marc <bm...@debian.org>
Date:   Wed Jul 26 15:14:27 2017 +0200

Build-depend on libcurl4-gnutls-dev.
---
 debian/control | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/control b/debian/control
index 7c12c8d..b3d97b3 100644
--- a/debian/control
+++ b/debian/control
@@ -10,6 +10,7 @@ Build-Depends:
  autotools-dev,
  debhelper (>= 9),
  dh-autoreconf,
+ libcurl4-gnutls-dev,
  libopenal-dev,
  libenet-dev,
  libsdl2-dev,

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


[7kaa] 01/06: Refresh patches.

2017-07-27 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a commit to annotated tag debian/2.14.7+dfsg-1
in repository 7kaa.

commit faadc57eb4dee944c4e4638756f48bf3e3ad92d3
Author: Bertrand Marc <bm...@debian.org>
Date:   Wed Jul 26 14:35:45 2017 +0200

Refresh patches.
---
 debian/patches/abs_dir.patch|  46 ++--
 debian/patches/use_system_libuuid.patch | 119 ++--
 2 files changed, 104 insertions(+), 61 deletions(-)

diff --git a/debian/patches/abs_dir.patch b/debian/patches/abs_dir.patch
index 37eb66e..a1a63cb 100644
--- a/debian/patches/abs_dir.patch
+++ b/debian/patches/abs_dir.patch
@@ -6,28 +6,28 @@ Description: Hardcode game data paths.
  #define CONFIG_APPLICATION_NAME "7kaa"
  
  // top level data dirs
--#define DEFAULT_DIR_RES  "resource"PATH_DELIM
--#define DEFAULT_DIR_SPRITE   "sprite"PATH_DELIM
--#define DEFAULT_DIR_SOUND"sound"PATH_DELIM
--#define DEFAULT_DIR_IMAGE"image"PATH_DELIM
--#define DEFAULT_DIR_ENCYC"encyc"PATH_DELIM
--#define DEFAULT_DIR_ENCYC2   "encyc2"PATH_DELIM
--#define DEFAULT_DIR_MOVIE"movie"PATH_DELIM
--#define DEFAULT_DIR_MUSIC"music"PATH_DELIM
--#define DEFAULT_DIR_TUTORIAL "tutorial"PATH_DELIM
--#define DEFAULT_DIR_SCENARIO "scenario"PATH_DELIM
--#define DEFAULT_DIR_SCENARI2 "scenari2"PATH_DELIM
-+#define DEFAULT_DIR_RES  PACKAGE_DATA_PATH PATH_DELIM"resource"PATH_DELIM
-+#define DEFAULT_DIR_SPRITE   PACKAGE_DATA_PATH PATH_DELIM"sprite"PATH_DELIM
-+#define DEFAULT_DIR_SOUNDPACKAGE_DATA_PATH PATH_DELIM"sound"PATH_DELIM
-+#define DEFAULT_DIR_IMAGEPACKAGE_DATA_PATH PATH_DELIM"image"PATH_DELIM
-+#define DEFAULT_DIR_ENCYCPACKAGE_DATA_PATH PATH_DELIM"encyc"PATH_DELIM
-+#define DEFAULT_DIR_ENCYC2   PACKAGE_DATA_PATH PATH_DELIM"encyc2"PATH_DELIM
-+#define DEFAULT_DIR_MOVIEPACKAGE_DATA_PATH PATH_DELIM"movie"PATH_DELIM
-+#define DEFAULT_DIR_MUSICPACKAGE_DATA_PATH PATH_DELIM"music"PATH_DELIM
-+#define DEFAULT_DIR_TUTORIAL PACKAGE_DATA_PATH PATH_DELIM"tutorial"PATH_DELIM
-+#define DEFAULT_DIR_SCENARIO PACKAGE_DATA_PATH PATH_DELIM"scenario"PATH_DELIM
-+#define DEFAULT_DIR_SCENARI2 PACKAGE_DATA_PATH PATH_DELIM"scenari2"PATH_DELIM
+-#define DEFAULT_DIR_RES  "resource" PATH_DELIM
+-#define DEFAULT_DIR_SPRITE   "sprite" PATH_DELIM
+-#define DEFAULT_DIR_SOUND"sound" PATH_DELIM
+-#define DEFAULT_DIR_IMAGE"image" PATH_DELIM
+-#define DEFAULT_DIR_ENCYC"encyc" PATH_DELIM
+-#define DEFAULT_DIR_ENCYC2   "encyc2" PATH_DELIM
+-#define DEFAULT_DIR_MOVIE"movie" PATH_DELIM
+-#define DEFAULT_DIR_MUSIC"music" PATH_DELIM
+-#define DEFAULT_DIR_TUTORIAL "tutorial" PATH_DELIM
+-#define DEFAULT_DIR_SCENARIO "scenario" PATH_DELIM
+-#define DEFAULT_DIR_SCENARI2 "scenari2" PATH_DELIM
++#define DEFAULT_DIR_RES  PACKAGE_DATA_PATH PATH_DELIM "resource" 
PATH_DELIM
++#define DEFAULT_DIR_SPRITE   PACKAGE_DATA_PATH PATH_DELIM "sprite" PATH_DELIM
++#define DEFAULT_DIR_SOUNDPACKAGE_DATA_PATH PATH_DELIM "sound" PATH_DELIM
++#define DEFAULT_DIR_IMAGEPACKAGE_DATA_PATH PATH_DELIM "image" PATH_DELIM
++#define DEFAULT_DIR_ENCYCPACKAGE_DATA_PATH PATH_DELIM "encyc" PATH_DELIM
++#define DEFAULT_DIR_ENCYC2   PACKAGE_DATA_PATH PATH_DELIM "encyc2" PATH_DELIM
++#define DEFAULT_DIR_MOVIEPACKAGE_DATA_PATH PATH_DELIM "movie" PATH_DELIM
++#define DEFAULT_DIR_MUSICPACKAGE_DATA_PATH PATH_DELIM "music" PATH_DELIM
++#define DEFAULT_DIR_TUTORIAL PACKAGE_DATA_PATH PATH_DELIM "tutorial" 
PATH_DELIM
++#define DEFAULT_DIR_SCENARIO PACKAGE_DATA_PATH PATH_DELIM "scenario" 
PATH_DELIM
++#define DEFAULT_DIR_SCENARI2 PACKAGE_DATA_PATH PATH_DELIM "scenari2" 
PATH_DELIM
  
  // encylopedia chapter dirs
- #define DEFAULT_DIR_ENCYC_UNIT"unit"PATH_DELIM
+ #define DEFAULT_DIR_ENCYC_UNIT"unit" PATH_DELIM
diff --git a/debian/patches/use_system_libuuid.patch 
b/debian/patches/use_system_libuuid.patch
index 860eecf..770d540 100644
--- a/debian/patches/use_system_libuuid.patch
+++ b/debian/patches/use_system_libuuid.patch
@@ -33,7 +33,7 @@ Author: Bertrand Marc <bm...@debian.org>
  };
 --- a/include/multiplayer.h
 +++ b/include/multiplayer.h
-@@ -74,8 +74,8 @@
+@@ -76,8 +76,8 @@
  
  struct MpMsgUserSessionStatus {
uint32_t msg_id;
@@ -44,7 +44,7 @@ Author: Bertrand Marc <bm...@debian.org>
uint32_t player_id;
uint32_t flags;
char session_name[MP_FRIENDLY_NAME_LEN];
-@@ -86,37 +86,37 @@
+@@ -88,37 +88,37 @@
  };
  struct MpMsgLoginId {
uint32_t m

[7kaa] 03/06: debian/rules: enable all hardening build flags, including bindnow.

2017-07-27 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a commit to annotated tag debian/2.14.7+dfsg-1
in repository 7kaa.

commit 9a335c86f6bf842d975595b3cfad6f62a8d9ebe0
Author: Bertrand Marc <bm...@debian.org>
Date:   Wed Jul 26 15:15:13 2017 +0200

debian/rules: enable all hardening build flags, including bindnow.
---
 debian/rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/rules b/debian/rules
index 04f2ccc..3b0271f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,6 +8,8 @@ else
 CROSS= --build $(DEB_BUILD_GNU_TYPE)
 endif
 
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
 %:
dh $@ --parallel --with autoreconf
 

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


[7kaa] 06/06: Update debian/changelog according to git log.

2017-07-27 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a commit to annotated tag debian/2.14.7+dfsg-1
in repository 7kaa.

commit eb7131f3f9c11d9fbe5e7f0a2f8214a6bba5cda7
Author: Bertrand Marc <bm...@debian.org>
Date:   Wed Jul 26 15:31:01 2017 +0200

Update debian/changelog according to git log.
---
 debian/changelog | 15 +++
 1 file changed, 15 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 1b916e5..3ef32a5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,18 @@
+7kaa (2.14.7+dfsg-1) unstable; urgency=medium
+
+  * debian/rules:
++ remove override_dh_builddeb, xz is the default compression.
++ enable all hardening build flags, including bindnow.
+  * debian/copyright:
++ update the exclude list according to upstream changes.
++ update years and Format: url.
+  * New upstream version 2.14.7+dfsg.
+  * Refresh patches.
+  * Build-depend on libcurl4-gnutls-dev.
+  * Standards-Version: 4.0.0.
+
+ -- Bertrand Marc <bm...@debian.org>  Wed, 26 Jul 2017 15:28:45 +0200
+
 7kaa (2.14.6+dfsg-1) unstable; urgency=medium
 
   * Use my @debian.org address in the uploaders field and in debian/copyright.

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


[7kaa] 04/06: Update years and Format: url in debian/copyright.

2017-07-27 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a commit to annotated tag debian/2.14.7+dfsg-1
in repository 7kaa.

commit bf483ee197a6bd2414d801b93504ad5508e89c43
Author: Bertrand Marc <bm...@debian.org>
Date:   Wed Jul 26 15:21:11 2017 +0200

Update years and Format: url in debian/copyright.
---
 debian/copyright | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index 36199f6..40dfb6c 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: 7kaa
 Source: http://www.7kfans.com/wiki/index.php/Download
 Upstream-Contact: Jesse Allen <the3dfxd...@gmail.com>
@@ -6,13 +6,13 @@ Files-Excluded: src/misc_uuid.cpp include/misc_uuid.h
 
 Files: *
 Copyright: 1997,1998, Enlight Software Ltd.
-   2010-2016, Jesse Allen
+   2010-2017, Jesse Allen
2010,  Unavowed <unavo...@vexillium.org>
2013-2014, Richard Dijk <microvirus.multiply...@gmail.com>
 License: GPL-2+
 
 Files: debian/*
-Copyright: 2010,2015-2016, Bertrand Marc <bm...@debian.org>
+Copyright: 2010, 2015-2017, Bertrand Marc <bm...@debian.org>
2011, Miriam Ruiz <little_m...@yahoo.es>
2013, Barry deFreese <bdefre...@debian.org>
2013, Markus Koschany <a...@gambaru.de>

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


[7kaa] annotated tag debian/2.14.7+dfsg-1 created (now 2a62a54)

2017-07-27 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a change to annotated tag debian/2.14.7+dfsg-1
in repository 7kaa.

at  2a62a54   (tag)
   tagging  eb7131f3f9c11d9fbe5e7f0a2f8214a6bba5cda7 (commit)
  replaces  debian/2.14.6+dfsg-1
 tagged by  Bertrand Marc
on  Thu Jul 27 14:35:46 2017 +0200

- Log -
7kaa Debian release 2.14.7+dfsg-1

Bertrand Marc (10):
  debian/rules: remove override_dh_builddeb, xz is the default compression.
  debian/copyright: update the exclude list according to upstream changes.
  New upstream version 2.14.7+dfsg
  Updated version 2.14.7+dfsg from 'upstream/2.14.7+dfsg'
  Refresh patches.
  Build-depend on libcurl4-gnutls-dev.
  debian/rules: enable all hardening build flags, including bindnow.
  Update years and Format: url in debian/copyright.
  Standards-Version: 4.0.0.
  Update debian/changelog according to git log.

---

This annotated tag includes the following new commits:

   new  faadc57   Refresh patches.
   new  a9a1ff6   Build-depend on libcurl4-gnutls-dev.
   new  9a335c8   debian/rules: enable all hardening build flags, including 
bindnow.
   new  bf483ee   Update years and Format: url in debian/copyright.
   new  396a12b   Standards-Version: 4.0.0.
   new  eb7131f   Update debian/changelog according to git log.

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


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


[7kaa] branch upstream updated (c6d97fb -> 70f5500)

2017-07-26 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a change to branch upstream
in repository 7kaa.

  from  c6d97fb   New upstream version 2.14.6+dfsg
   new  70f5500   New upstream version 2.14.7+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:
 .gitignore   |   3 +-
 COPYING  |  42 +-
 Makefile.am  |   3 +
 README   |  26 +-
 configure.ac |  96 ++-
 data/resource/std.set| Bin 597888 -> 597888 bytes
 doc/translat.csv | 154 
 include/GAMEDEF.h|  32 +-
 include/Makefile.am  |   5 +-
 include/OF_WAR.h |   2 +
 include/OGAME.h  |   3 +-
 include/OGETA.h  |   7 +-
 include/OGFILE.h |   4 +-
 include/OHELP.h  |   2 +-
 include/OMOUSE.h |   2 -
 include/OMUSIC.h |   1 +
 include/ONATION.h|  18 +-
 include/ONATIONB.h   |   2 +-
 include/OTOWN.h  |  12 +-
 include/OUNIT.h  |   2 +-
 include/OVGA.h   |   2 -
 include/OWORLD.h |   2 +-
 include/{file_output_stream.h => WebService.h}   |  39 +-
 include/audio_base.h |   6 +-
 include/mem_input_stream.h   |   6 +-
 include/mouse_none.h | 210 -
 include/multiplayer.h|  18 +
 include/openal_audio.h   |   6 +-
 include/{OAUDIO.h => platform.h} |  19 +-
 include/surface.h|   2 -
 include/surface_none.h   |  63 --
 include/version.h|   4 +-
 include/vga_none.h   |  66 --
 m4/ax_cxx_compile_stdcxx.m4  | 982 +++
 m4/ax_cxx_compile_stdcxx_11.m4   |  39 +
 packaging/mkbundle   |   2 +-
 packaging/windows/install.nsi|  18 +-
 po/POTFILES.in   | 118 +--
 po/de.po |   4 +-
 po/es.po |   4 +-
 po/fr.po |   4 +-
 src/{client => }/7k.ico  | Bin
 src/{client => }/AM.cpp  |  10 +-
 src/Makefile.am  | 323 +++-
 src/{client => }/OAI_ACT.cpp |   0
 src/{client => }/OAI_ACT2.cpp|  10 -
 src/{client => }/OAI_ATTK.cpp|   0
 src/{client => }/OAI_BUIL.cpp|   0
 src/{client => }/OAI_CAP2.cpp|   4 +-
 src/{client => }/OAI_CAPT.cpp| 110 ++-
 src/{client => }/OAI_DEFE.cpp|   0
 src/{client => }/OAI_DIPL.cpp|   0
 src/{client => }/OAI_ECO.cpp |   0
 src/{client => }/OAI_GRAN.cpp|   4 +-
 src/{client => }/OAI_INFO.cpp|   0
 src/{client => }/OAI_MAIN.cpp|   0
 src/{client => }/OAI_MAR2.cpp|   0
 src/{client => }/OAI_MAR3.cpp|   4 +-
 src/{client => }/OAI_MARI.cpp|   0
 src/{client => }/OAI_MILI.cpp|   0
 src/{client => }/OAI_MONS.cpp|   0
 src/{client => }/OAI_QUER.cpp|   0
 src/{client => }/OAI_SEEK.cpp|   0
 src/{client => }/OAI_SPY.cpp |   3 +-
 src/{client => }/OAI_TALK.cpp|   0
 src/{client => }/OAI_TOWN.cpp|   2 +-
 src/{client => }/OAI_TRAD.cpp|   0
 src/{client => }/OAI_UNIT.cpp|   0
 src/{client => }/OANLINE.cpp |   0
 src/{client => }/OBATTLE.cpp |   2 +-
 src/{client => }/OBLOB.cpp   |   0
 src/{client => }/OBOX.cpp|   0
 src/{client => }/OBULLET.cpp |   0
 src/{client => }/OBULLETA.cpp|   0
 src/{client => }/OBUTT3D.cpp |   0
 src/{client => }/OBUTTCUS.cpp|   0
 src/{client => }/OBUTTON.cpp 

[7kaa] branch pristine-tar updated (9424794 -> 5a89860)

2017-07-26 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a change to branch pristine-tar
in repository 7kaa.

  from  9424794   pristine-tar data for 7kaa_2.14.6+dfsg.orig.tar.gz
   new  5a89860   pristine-tar data for 7kaa_2.14.7+dfsg.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:
 7kaa_2.14.7+dfsg.orig.tar.gz.delta | Bin 0 -> 22490 bytes
 7kaa_2.14.7+dfsg.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 7kaa_2.14.7+dfsg.orig.tar.gz.delta
 create mode 100644 7kaa_2.14.7+dfsg.orig.tar.gz.id

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


[7kaa] 01/01: pristine-tar data for 7kaa_2.14.7+dfsg.orig.tar.gz

2017-07-26 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a commit to branch pristine-tar
in repository 7kaa.

commit 5a89860de8fcfc0c9377a74f86781af824ceaaa3
Author: Bertrand Marc <bm...@debian.org>
Date:   Wed Jul 26 14:14:40 2017 +0200

pristine-tar data for 7kaa_2.14.7+dfsg.orig.tar.gz
---
 7kaa_2.14.7+dfsg.orig.tar.gz.delta | Bin 0 -> 22490 bytes
 7kaa_2.14.7+dfsg.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/7kaa_2.14.7+dfsg.orig.tar.gz.delta 
b/7kaa_2.14.7+dfsg.orig.tar.gz.delta
new file mode 100644
index 000..df3c023
Binary files /dev/null and b/7kaa_2.14.7+dfsg.orig.tar.gz.delta differ
diff --git a/7kaa_2.14.7+dfsg.orig.tar.gz.id b/7kaa_2.14.7+dfsg.orig.tar.gz.id
new file mode 100644
index 000..3b03b59
--- /dev/null
+++ b/7kaa_2.14.7+dfsg.orig.tar.gz.id
@@ -0,0 +1 @@
+1fa20f891e963fdf95027a0d315eb23c28fa4319

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


[7kaa] 01/03: debian/copyright: update the exclude list according to upstream changes.

2017-07-26 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a commit to branch master
in repository 7kaa.

commit 937abbd13c4e840bd3d9aaeaf3da5be9eb1de718
Author: Bertrand Marc <bm...@debian.org>
Date:   Wed Jul 26 14:10:37 2017 +0200

debian/copyright: update the exclude list according to upstream changes.
---
 debian/copyright | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/copyright b/debian/copyright
index 8b19b54..36199f6 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,7 +2,7 @@ Format: 
http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: 7kaa
 Source: http://www.7kfans.com/wiki/index.php/Download
 Upstream-Contact: Jesse Allen <the3dfxd...@gmail.com>
-Files-Excluded: src/common/misc_uuid.cpp include/misc_uuid.h COPYING.uuid
+Files-Excluded: src/misc_uuid.cpp include/misc_uuid.h
 
 Files: *
 Copyright: 1997,1998, Enlight Software Ltd.

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


[7kaa] 03/03: Updated version 2.14.7+dfsg from 'upstream/2.14.7+dfsg'

2017-07-26 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a commit to branch master
in repository 7kaa.

commit 6baa8091e4d3248b9ee5abd75ca85a9c63167bae
Merge: 937abbd 70f5500
Author: Bertrand Marc <bm...@debian.org>
Date:   Wed Jul 26 14:14:40 2017 +0200

Updated version 2.14.7+dfsg from 'upstream/2.14.7+dfsg'

with Debian dir 41496c2a1f4a000e942ad0d26c7cd4d190d67a76

 .gitignore   |   3 +-
 COPYING  |  42 +-
 Makefile.am  |   3 +
 README   |  26 +-
 configure.ac |  96 ++-
 data/resource/std.set| Bin 597888 -> 597888 bytes
 doc/translat.csv | 154 
 include/GAMEDEF.h|  32 +-
 include/Makefile.am  |   5 +-
 include/OF_WAR.h |   2 +
 include/OGAME.h  |   3 +-
 include/OGETA.h  |   7 +-
 include/OGFILE.h |   4 +-
 include/OHELP.h  |   2 +-
 include/OMOUSE.h |   2 -
 include/OMUSIC.h |   1 +
 include/ONATION.h|  18 +-
 include/ONATIONB.h   |   2 +-
 include/OTOWN.h  |  12 +-
 include/OUNIT.h  |   2 +-
 include/OVGA.h   |   2 -
 include/OWORLD.h |   2 +-
 include/{mem_input_stream.h => WebService.h} |  40 +-
 include/audio_base.h |   6 +-
 include/mem_input_stream.h   |   6 +-
 include/mouse_none.h | 210 -
 include/multiplayer.h|  18 +
 include/openal_audio.h   |   6 +-
 include/{OVGA.h => platform.h}   |  23 +-
 include/surface.h|   2 -
 include/surface_none.h   |  63 --
 include/version.h|   4 +-
 include/vga_none.h   |  66 --
 m4/ax_cxx_compile_stdcxx.m4  | 982 +++
 m4/ax_cxx_compile_stdcxx_11.m4   |  39 +
 packaging/mkbundle   |   2 +-
 packaging/windows/install.nsi|  18 +-
 po/POTFILES.in   | 118 +--
 po/de.po |   4 +-
 po/es.po |   4 +-
 po/fr.po |   4 +-
 src/{client => }/7k.ico  | Bin
 src/{client => }/AM.cpp  |  10 +-
 src/Makefile.am  | 323 +++-
 src/{client => }/OAI_ACT.cpp |   0
 src/{client => }/OAI_ACT2.cpp|  10 -
 src/{client => }/OAI_ATTK.cpp|   0
 src/{client => }/OAI_BUIL.cpp|   0
 src/{client => }/OAI_CAP2.cpp|   4 +-
 src/{client => }/OAI_CAPT.cpp| 110 ++-
 src/{client => }/OAI_DEFE.cpp|   0
 src/{client => }/OAI_DIPL.cpp|   0
 src/{client => }/OAI_ECO.cpp |   0
 src/{client => }/OAI_GRAN.cpp|   4 +-
 src/{client => }/OAI_INFO.cpp|   0
 src/{client => }/OAI_MAIN.cpp|   0
 src/{client => }/OAI_MAR2.cpp|   0
 src/{client => }/OAI_MAR3.cpp|   4 +-
 src/{client => }/OAI_MARI.cpp|   0
 src/{client => }/OAI_MILI.cpp|   0
 src/{client => }/OAI_MONS.cpp|   0
 src/{client => }/OAI_QUER.cpp|   0
 src/{client => }/OAI_SEEK.cpp|   0
 src/{client => }/OAI_SPY.cpp |   3 +-
 src/{client => }/OAI_TALK.cpp|   0
 src/{client => }/OAI_TOWN.cpp|   2 +-
 src/{client => }/OAI_TRAD.cpp|   0
 src/{client => }/OAI_UNIT.cpp|   0
 src/{client => }/OANLINE.cpp |   0
 src/{client => }/OBATTLE.cpp |   2 +-
 src/{client => }/OBLOB.cpp   |   0
 src/{client => }/OBOX.cpp|   0
 src/{client => }/OBULLET.cpp |   0
 src/{client => }/OBULLETA.cpp|   0
 src/{client => }/OBUTT3D.cpp |   0
 src/{client => }/OBUTTCUS.cpp|   0
 src/{c

[7kaa] branch master updated (fb6ff2b -> 6baa809)

2017-07-26 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a change to branch master
in repository 7kaa.

  from  fb6ff2b   debian/rules: remove override_dh_builddeb, xz is the 
default compression.
   new  937abbd   debian/copyright: update the exclude list according to 
upstream changes.
   new  70f5500   New upstream version 2.14.7+dfsg
   new  6baa809   Updated version 2.14.7+dfsg from 'upstream/2.14.7+dfsg'

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:
 .gitignore   |   3 +-
 COPYING  |  42 +-
 Makefile.am  |   3 +
 README   |  26 +-
 configure.ac |  96 ++-
 data/resource/std.set| Bin 597888 -> 597888 bytes
 debian/copyright |   2 +-
 doc/translat.csv | 154 
 include/GAMEDEF.h|  32 +-
 include/Makefile.am  |   5 +-
 include/OF_WAR.h |   2 +
 include/OGAME.h  |   3 +-
 include/OGETA.h  |   7 +-
 include/OGFILE.h |   4 +-
 include/OHELP.h  |   2 +-
 include/OMOUSE.h |   2 -
 include/OMUSIC.h |   1 +
 include/ONATION.h|  18 +-
 include/ONATIONB.h   |   2 +-
 include/OTOWN.h  |  12 +-
 include/OUNIT.h  |   2 +-
 include/OVGA.h   |   2 -
 include/OWORLD.h |   2 +-
 include/{file_output_stream.h => WebService.h}   |  39 +-
 include/audio_base.h |   6 +-
 include/mem_input_stream.h   |   6 +-
 include/mouse_none.h | 210 -
 include/multiplayer.h|  18 +
 include/openal_audio.h   |   6 +-
 include/{OAUDIO.h => platform.h} |  19 +-
 include/surface.h|   2 -
 include/surface_none.h   |  63 --
 include/version.h|   4 +-
 include/vga_none.h   |  66 --
 m4/ax_cxx_compile_stdcxx.m4  | 982 +++
 m4/ax_cxx_compile_stdcxx_11.m4   |  39 +
 packaging/mkbundle   |   2 +-
 packaging/windows/install.nsi|  18 +-
 po/POTFILES.in   | 118 +--
 po/de.po |   4 +-
 po/es.po |   4 +-
 po/fr.po |   4 +-
 src/{client => }/7k.ico  | Bin
 src/{client => }/AM.cpp  |  10 +-
 src/Makefile.am  | 323 +++-
 src/{client => }/OAI_ACT.cpp |   0
 src/{client => }/OAI_ACT2.cpp|  10 -
 src/{client => }/OAI_ATTK.cpp|   0
 src/{client => }/OAI_BUIL.cpp|   0
 src/{client => }/OAI_CAP2.cpp|   4 +-
 src/{client => }/OAI_CAPT.cpp| 110 ++-
 src/{client => }/OAI_DEFE.cpp|   0
 src/{client => }/OAI_DIPL.cpp|   0
 src/{client => }/OAI_ECO.cpp |   0
 src/{client => }/OAI_GRAN.cpp|   4 +-
 src/{client => }/OAI_INFO.cpp|   0
 src/{client => }/OAI_MAIN.cpp|   0
 src/{client => }/OAI_MAR2.cpp|   0
 src/{client => }/OAI_MAR3.cpp|   4 +-
 src/{client => }/OAI_MARI.cpp|   0
 src/{client => }/OAI_MILI.cpp|   0
 src/{client => }/OAI_MONS.cpp|   0
 src/{client => }/OAI_QUER.cpp|   0
 src/{client => }/OAI_SEEK.cpp|   0
 src/{client => }/OAI_SPY.cpp |   3 +-
 src/{client => }/OAI_TALK.cpp|   0
 src/{client => }/OAI_TOWN.cpp|   2 +-
 src/{client => }/OAI_TRAD.cpp|   0
 src/{client => }/OAI_UNIT.cpp|   0
 src/{client => }/OANLINE.cpp |   0
 src/{client => }/OBATTLE.cpp |   2 +-
 src/{client => }/OBLOB.cpp   |   0
 src/{client => }/OBOX.cpp|   0
 

[playonlinux] annotated tag upstream/4.2.12 created (now 20e2725)

2017-07-26 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a change to annotated tag upstream/4.2.12
in repository playonlinux.

at  20e2725   (tag)
   tagging  4ab0bdcb54006bf726e7d2919222e9711490d17c (commit)
  replaces  upstream/4.2.10
 tagged by  Bertrand Marc
on  Tue Jul 25 11:07:00 2017 +0200

- Log -
Upstream version 4.2.12

Bertrand Marc (1):
  New upstream version 4.2.12

---

No new revisions were added by this update.

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


[playonlinux] 06/07: Standards version: 4.0.0.

2017-07-26 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a commit to branch master
in repository playonlinux.

commit 6f422389f2a935bdb7ddb05b970303ca71022119
Author: Bertrand Marc <bm...@debian.org>
Date:   Tue Jul 25 20:22:13 2017 +0200

Standards version: 4.0.0.
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index a3bfe6b..0ed165a 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org>
 Uploaders: Bertrand Marc <bm...@debian.org>
 Build-Depends: debhelper (>= 9), dh-python, python, imagemagick
-Standards-Version: 3.9.8
+Standards-Version: 4.0.0
 Vcs-Git: https://anonscm.debian.org/git/pkg-games/playonlinux.git
 Vcs-Browser: https://anonscm.debian.org/git/pkg-games/playonlinux.git
 Homepage: http://www.playonlinux.com/

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


[playonlinux] branch master updated (143e433 -> 0efe968)

2017-07-26 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a change to branch master
in repository playonlinux.

  from  143e433   Updated version 4.2.12 from 'upstream/4.2.12'
   new  bbf7e32   debian/rules: override dh_auto_install to disable 
upstream's Makefile.
   new  3cbfe30   debian/rules: remove override_dh_install, not needed 
anymore.
   new  2aefe97   Use the manpages shipped upstream: + remove debian/man + 
update debian/playonlinux.manpages + add a patch to fix a typo in playonlinux.1.
   new  36caea7   Use the desktop file shipped upstream (Closes: #845548).
   new  9c3d011   Update years and Format: url in debian/copyright.
   new  6f42238   Standards version: 4.0.0.
   new  0efe968   Update debian/changelog according to git log.

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/PlayOnLinux.desktop   |  8 
 debian/changelog | 22 --
 debian/control   |  2 +-
 debian/copyright |  6 +++---
 debian/man/playonlinux-pkg.1 | 33 -
 debian/man/playonlinux.1 | 33 -
 debian/patches/series|  1 +
 debian/patches/typo.diff | 13 +
 debian/playonlinux.install   |  2 +-
 debian/playonlinux.manpages  |  4 ++--
 debian/rules |  7 ++-
 11 files changed, 39 insertions(+), 92 deletions(-)
 delete mode 100644 debian/PlayOnLinux.desktop
 delete mode 100644 debian/man/playonlinux-pkg.1
 delete mode 100644 debian/man/playonlinux.1
 create mode 100644 debian/patches/typo.diff

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


[playonlinux] 07/07: Update debian/changelog according to git log.

2017-07-26 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a commit to branch master
in repository playonlinux.

commit 0efe968a1c59eb3d53fca863b77d9637cadbb673
Author: Bertrand Marc <bm...@debian.org>
Date:   Wed Jul 26 11:22:14 2017 +0200

Update debian/changelog according to git log.
---
 debian/changelog | 22 --
 1 file changed, 16 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6ffed99..5ff4753 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,19 @@
-playonlinux (4.2.10-3) UNRELEASED; urgency=medium
-
-  * Use my @debian.org address for the maintainer field and in
-debian/copyright.
-
- -- Bertrand Marc <bm...@debian.org>  Mon, 22 Aug 2016 19:59:03 +0200
+playonlinux (4.2.12-1) unstable; urgency=medium
+
+  * Use my @debian.org address for the maintainer field and in 
debian/copyright.
+  * Moved the package to Git.
+  * New upstream version 4.2.12 (Closes: #863711, #849119).
+  * debian/rules: override dh_auto_install to disable upstream's Makefile.
+  * debian/rules: remove override_dh_install, not needed anymore.
+  * Use the manpages shipped upstream:
++ remove debian/man.
++ update debian/playonlinux.manpages.
++ add a patch to fix a typo in playonlinux.1.
+  * Use the desktop file shipped upstream (Closes: #845548).
+  * Update years and Format: url in debian/copyright.
+  * Standards version: 4.0.0.
+
+ -- Bertrand Marc <bm...@debian.org>  Wed, 26 Jul 2017 11:14:57 +0200
 
 playonlinux (4.2.10-2) unstable; urgency=medium
 

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


[playonlinux] 01/07: debian/rules: override dh_auto_install to disable upstream's Makefile.

2017-07-26 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a commit to branch master
in repository playonlinux.

commit bbf7e32a41e99bf5e463c67b59b42edc94aeee58
Author: Bertrand Marc <bm...@debian.org>
Date:   Tue Jul 25 19:31:56 2017 +0200

debian/rules: override dh_auto_install to disable upstream's Makefile.
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index 7495e5c..37696c2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,3 +20,6 @@ override_dh_install:
chmod +x 
debian/playonlinux/usr/share/playonlinux/bash/startup_after_server
chmod +x debian/playonlinux/usr/share/playonlinux/bash/read_pc_cd
chmod +x debian/playonlinux/usr/share/playonlinux/bash/find_python
+
+override_dh_auto_install:
+   

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


[playonlinux] 04/07: Use the desktop file shipped upstream (Closes: #845548).

2017-07-26 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a commit to branch master
in repository playonlinux.

commit 36caea78bcc2b71a8808a310aea9cf5cf6c1bef8
Author: Bertrand Marc <bm...@debian.org>
Date:   Tue Jul 25 19:54:36 2017 +0200

Use the desktop file shipped upstream (Closes: #845548).
---
 debian/PlayOnLinux.desktop | 8 
 debian/playonlinux.install | 2 +-
 2 files changed, 1 insertion(+), 9 deletions(-)

diff --git a/debian/PlayOnLinux.desktop b/debian/PlayOnLinux.desktop
deleted file mode 100644
index 2d5699e..000
--- a/debian/PlayOnLinux.desktop
+++ /dev/null
@@ -1,8 +0,0 @@
-[Desktop Entry]
-Version=1.0
-Name=PlayOnLinux
-GenericName=Game
-Type=Application
-Exec=playonlinux
-Icon=playonlinux
-Categories=Game;
diff --git a/debian/playonlinux.install b/debian/playonlinux.install
index 91870b6..c54993c 100644
--- a/debian/playonlinux.install
+++ b/debian/playonlinux.install
@@ -14,6 +14,6 @@ playonlinux-bash usr/share/playonlinux/
 playonlinux-pkg usr/share/playonlinux/
 playonlinux-shell usr/share/playonlinux/
 etc/playonlinux*.png playonlinux.xpm usr/share/pixmaps/
-debian/PlayOnLinux.desktop usr/share/applications/
+etc/PlayOnLinux.desktop usr/share/applications/
 debian/bin/playonlinux usr/bin/
 debian/bin/playonlinux-pkg usr/bin/

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


[playonlinux] 02/07: debian/rules: remove override_dh_install, not needed anymore.

2017-07-26 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a commit to branch master
in repository playonlinux.

commit 3cbfe302188e48f6793de175e6da7a47ad461c81
Author: Bertrand Marc <bm...@debian.org>
Date:   Tue Jul 25 19:45:06 2017 +0200

debian/rules: remove override_dh_install, not needed anymore.
---
 debian/rules | 6 --
 1 file changed, 6 deletions(-)

diff --git a/debian/rules b/debian/rules
index 37696c2..46abcde 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,11 +15,5 @@
 override_dh_auto_build-indep:
convert -monitor -resize 32x32 $(CURDIR)/etc/playonlinux.png 
$(CURDIR)/playonlinux.xpm
 
-override_dh_install:
-   dh_install
-   chmod +x 
debian/playonlinux/usr/share/playonlinux/bash/startup_after_server
-   chmod +x debian/playonlinux/usr/share/playonlinux/bash/read_pc_cd
-   chmod +x debian/playonlinux/usr/share/playonlinux/bash/find_python
-
 override_dh_auto_install:


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


[playonlinux] 03/07: Use the manpages shipped upstream: + remove debian/man + update debian/playonlinux.manpages + add a patch to fix a typo in playonlinux.1.

2017-07-26 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a commit to branch master
in repository playonlinux.

commit 2aefe97d4d6527c4066f501f27ef0d72ff44ab15
Author: Bertrand Marc <bm...@debian.org>
Date:   Tue Jul 25 19:47:41 2017 +0200

Use the manpages shipped upstream:
+ remove debian/man
+ update debian/playonlinux.manpages
+ add a patch to fix a typo in playonlinux.1.
---
 debian/man/playonlinux-pkg.1 | 33 -
 debian/man/playonlinux.1 | 33 -
 debian/patches/series|  1 +
 debian/patches/typo.diff | 13 +
 debian/playonlinux.manpages  |  4 ++--
 5 files changed, 16 insertions(+), 68 deletions(-)

diff --git a/debian/man/playonlinux-pkg.1 b/debian/man/playonlinux-pkg.1
deleted file mode 100644
index b96a8dc..000
--- a/debian/man/playonlinux-pkg.1
+++ /dev/null
@@ -1,33 +0,0 @@
-.TH PLAYONLINUX-PKG 1 "February  6, 2009"
-
-.SH NAME
-playonlinux-pkg \- tool to manage playonlinux packages
-
-.SH SYNOPSIS
-.B playonlinux-pkg
-.RI [ options ]
-.RI [ package ]
-
-.SH DESCRIPTION
-.B playonlinux-pkg
-is a tool to install or manage the playonlinux packages
-
-.SH OPTIONS
-.TP
-.I "-b, --browse"
- Choose a file.
-.TP
-.I "-e, --extract"
- Extract the package.
-.TP
-.I "-i, --install"
- Install the package.
-.TP
-.I "-h, --help"
- Show usage.
-
-.SH AUTHOR
-playonlinux was written by Quentin Pâris <qpa...@playonlinux.com>.
-.PP
-This manual page was written by Bertrand Marc <beberk...@gmail.com>,
-for the Debian project (but may be used by others).
diff --git a/debian/man/playonlinux.1 b/debian/man/playonlinux.1
deleted file mode 100644
index 63c499b..000
--- a/debian/man/playonlinux.1
+++ /dev/null
@@ -1,33 +0,0 @@
-.TH PLAYONLINUX 1 "February  6, 2009"
-
-.SH NAME
-PlayOnLinux \- front-end for Wine
-
-.SH SYNOPSIS
-.B playonlinux
-.RI [ options ]
-
-.SH DESCRIPTION
-.B PlayOnLinux
-is a front-end for Wine. It allows you to easily install and use numerous 
games and software designed to run with Microsoft®'s Windows®.
-.br
-Few games are compatible with GNU/Linux at the moment and it certainly is a 
factor preventing the migration to this system.
-.P
-.B PlayOnLinux
-performs installations in
-.I ~/.PlayOnLinux
-and uses separate Wine prefixes to avoid conflicts between applications.
-
-.SH OPTIONS
-.TP
-.I --version
- Show version number and exit.
-.TP
-.I "--run "
- Run directly the specified program.
-
-.SH AUTHOR
-playonlinux was written by Quentin Pâris <qpa...@playonlinux.com>.
-.PP
-This manual page was written by Bertrand Marc <beberk...@gmail.com>,
-for the Debian project (but may be used by others).
diff --git a/debian/patches/series b/debian/patches/series
index 555f3e6..2f81bc3 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 set_debian_env.diff
 remove_binary_plugin.diff
+typo.diff
diff --git a/debian/patches/typo.diff b/debian/patches/typo.diff
new file mode 100644
index 000..3d15394
--- /dev/null
+++ b/debian/patches/typo.diff
@@ -0,0 +1,13 @@
+Description: Fix a typo in playonlinux.1 manpage.
+Author: Bertrand Marc <bm...@debian.org>
+--- a/doc/playonlinux.1
 b/doc/playonlinux.1
+@@ -9,7 +9,7 @@
+ 
+ .SH DESCRIPTION
+ .B PlayOnLinux
+-is a front-end for Wine. It allows you to easily install and use numerous 
games and softwares designed to run with Microsoft®'s Windows®.
++is a front-end for Wine. It allows you to easily install and use numerous 
games and software designed to run with Microsoft®'s Windows®.
+ .br
+ Few games are compatible with GNU/Linux at the moment and it certainly is a 
factor preventing the migration to this system.
+ .P
diff --git a/debian/playonlinux.manpages b/debian/playonlinux.manpages
index 4cd98c4..646a3e5 100644
--- a/debian/playonlinux.manpages
+++ b/debian/playonlinux.manpages
@@ -1,2 +1,2 @@
-debian/man/playonlinux.1
-debian/man/playonlinux-pkg.1
+doc/playonlinux.1
+doc/playonlinux-pkg.1

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

[playonlinux] annotated tag debian/4.2.12-1 created (now 17c64fd)

2017-07-26 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a change to annotated tag debian/4.2.12-1
in repository playonlinux.

at  17c64fd   (tag)
   tagging  0efe968a1c59eb3d53fca863b77d9637cadbb673 (commit)
  replaces  upstream/4.2.12
 tagged by  Bertrand Marc
on  Wed Jul 26 11:51:11 2017 +0200

- Log -
playonlinux Debian release 4.2.12-1

Bertrand Marc (199):
  [svn-inject] Installing original source of playonlinux
  [svn-inject] Forking playonlinux source to Trunk
  [svn-inject] Applying Debian modifications to trunk
  Merge tag upstream/3.3.1
  Initial cleaning
  update debian/control
  Add quilt system, thanks to Gonéri
  Use msttcorefonts if present
  Update watch file
  Distribution: unstable, ready to upload
  Clean /usr/share/playonlinux, use /usr/share/locale
  Correct playonlinux manpage
  Clean playonlinux.install, update playonlinux.desktop
  Depends on bash, update description
  Replace xterm with x-terminal-emulator
  Fix permissions, change the name of the default terminal
  Update playonlinux manpage
  Update playonlinux-daemon manpage according to upstream
  mscorefonts.diff : try to comply with main category
  Add README.Debian
  Fix typo
  Really depend on mesa-utils
  Fix typo, thanks lintian
  Merge tag upstream/3.4
  New upstream release : 3.4
  use /usr/share/common-licenses in the About window
  Bump to Standard version 3.8.1 (no changes needed)
  Upload to contrib
  Update the Tango licence, as upstream changed to Public Domain
  update debian/copyright as in tango-icon-theme
  Merge tag upstream/3.5
  New upstream release: 3.5
  Bump Standards-Version to 3.8.2 (no changes needed).
  New Upstream Release.\n Update playonlinux.install.\n Fix permissions
  Merge tag upstream/3.6
  Depends on gettext-base
  Update changelog
  UNREALEASED > unstable
  Depends on wine|wine-unstable
  Standard version 3.8.3
  Bump Standard version to 3.8.3 (No changes needed)
  Merge tag upstream/3.7
  New Upstream release: 3.7
  Refresh patches
  Add README.source to make lintian happy
  prepare for release
  add depends: binutils to provide ar
  Merge tag upstream/3.7.1
  New upstream release : 3.7.1
  New upstream 3.7.3
  New standard version 3.8.4
  Merge tag upstream/3.7.3
  typo in changelog
  Merge tag upstream/3.7.6
  New upstream version, try (3.0) quilt
  refresh debian/rules
  complete upstream changelog
  Temporary fix for ukrainian localecd
  fix clean rule to compile twice in a row
  New standard version
  remove README.source, unnecessary
  standards version 3.9.1, no changes needed
  Merge tag upstream/3.7.7
  new upstream release. Remove old patch to complete upstream changelog
  realy remove old patch
  Ready to release
  Merge tag upstream/3.8
  Refresh mscorefonts.diff
  Refresh all patches
  Remove temporary fix to compile twice in a row
  fix changelog; debian/rules: lang/old doesn't exist anymore
  Stop build-depending on quilt, doesn't needed anymore
  Merge tag upstream/3.8.8
  Update changelog
  refresh patches
  Fix 2 lintian warnings: remove locale templates, fix permissions in bash/
  Remove this weird ! in python/new_guiv3.py
  New uptream release 3.8.12; add depends on gnupg
  delete bang.diff, not necessary any more; Refresh patches
  Merge tag upstream/3.8.12
  disable playonlinux-daemon and playonlinux-url_handler
  Fix spelling error in changelog
  Remove playonlinux-daemon manpage, fix an other spelling error in 
changelog
  Add the plugins directory
  Recomends icoutils
  Depends on icoutils since it is really necessary
  Bump standard version to 3.9.2
  Remove patches/bang.diff
  New upstream release
  New upstream release
  Refresh patches
  Update debian/playonlinux.install
  Merge tag upstream/4.0.4
  debian/rules: remove permission fixing
  debian/rules: Revert some changes
  debian/rules: add build-arch and build-indep
  New upstream release
  Merge tag upstream/4.0.6
  fix x-terminal-emulator.diff
  Refresh patches/mscorefonts.diff
  Refresh patches/mscorefonts.diff
  Refresh patches/mscorefonts.diff
  Refresh patches/mscorefonts.diff
  Migrate debian/rules to dh_python2
  Merge tag upstream/4.0.8
  New upstream release
  Refresh patches, again...
  Ready to release
  Merge tag upstream/4.0.11
  New upstream release...
  Disable update alert
  Closes #639558
  Merge tag upstream/4.0.12
  New upstream release; debian/rules: templates are gone
  Merge tag upstream/4.0.14
  Refresh patches/x-termi

[playonlinux] 05/07: Update years and Format: url in debian/copyright.

2017-07-26 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a commit to branch master
in repository playonlinux.

commit 9c3d011233e0ff64b9b275bf8ae478c9d4a8f86e
Author: Bertrand Marc <bm...@debian.org>
Date:   Tue Jul 25 20:21:30 2017 +0200

Update years and Format: url in debian/copyright.
---
 debian/copyright | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index b2ee1b9..470b4de 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: PlayOnLinux
 Upstream-Contact: Quentin Pâris <qpa...@playonlinux.com>
 Source: http://www.playonlinux.com/
@@ -7,7 +7,7 @@ Disclaimer: PlayOnLinux downloads and execute unchecked 
third-party scripts.
  Therefore it is not part of Debian, and remains in contrib.
 
 Files: *
-Copyright: 2007-2016 Quentin Pâris <qpa...@playonlinux.com>
+Copyright: 2007-2017 Quentin Pâris <qpa...@playonlinux.com>
 License: GPL-3
 
 Files: resources/images/emotes/* resources/images/install/*
@@ -29,7 +29,7 @@ License: public-domain
  Public Domain". So no license is required for any purpose.
 
 Files: debian/*
-Copyright: 2010-2016 Bertrand Marc <bm...@debian.org>
+Copyright: 2010-2017 Bertrand Marc <bm...@debian.org>
 License: GPL-3
 
 License: GPL-3

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

[playonlinux] branch master updated (b819ab9 -> 143e433)

2017-07-25 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a change to branch master
in repository playonlinux.

  from  b819ab9   Use my @debian.org address for the maintainer field and 
in debian/copyright
   new  d5ecdaf   Moved the package to Git
   new  4ab0bdc   New upstream version 4.2.12
   new  143e433   Updated version 4.2.12 from 'upstream/4.2.12'

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.md   |  4 ++
 Makefile   | 82 ++
 bash/check_gl  | 24 ---
 debian/control |  4 +-
 doc/playonlinux-daemon.1   | 28 
 etc/PlayOnLinux.appdata.xml| 50 +
 etc/PlayOnLinux.desktop| 12 ++--
 ...x-Programmes.menu => playonlinux-Programs.menu} |  0
 etc/pol_bash   |  2 +-
 lib/scripts.lib| 21 --
 lib/setupwindow.lib|  5 +-
 python/configure.py| 29 ++--
 python/guiv3.py|  2 +-
 python/lib/Variables.py|  2 +-
 python/lib/playonlinux.py  |  4 +-
 python/mainwindow.py   | 64 +
 16 files changed, 236 insertions(+), 97 deletions(-)
 create mode 100644 Makefile
 delete mode 100644 doc/playonlinux-daemon.1
 create mode 100644 etc/PlayOnLinux.appdata.xml
 rename etc/{playonlinux-Programmes.menu => playonlinux-Programs.menu} (100%)

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


[playonlinux] 03/03: Updated version 4.2.12 from 'upstream/4.2.12'

2017-07-25 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a commit to branch master
in repository playonlinux.

commit 143e43389671a4f3b8e38f2b619e86ad62098ce8
Merge: d5ecdaf 4ab0bdc
Author: Bertrand Marc <bm...@debian.org>
Date:   Tue Jul 25 11:07:00 2017 +0200

Updated version 4.2.12 from 'upstream/4.2.12'

with Debian dir 5f1cdcbd753dd0c033a5928f9c1533f50ce55518

 CHANGELOG.md   |  4 ++
 Makefile   | 82 ++
 bash/check_gl  | 24 ---
 doc/playonlinux-daemon.1   | 28 
 etc/PlayOnLinux.appdata.xml| 50 +
 etc/PlayOnLinux.desktop| 12 ++--
 ...x-Programmes.menu => playonlinux-Programs.menu} |  0
 etc/pol_bash   |  2 +-
 lib/scripts.lib| 21 --
 lib/setupwindow.lib|  5 +-
 python/configure.py| 29 ++--
 python/guiv3.py|  2 +-
 python/lib/Variables.py|  2 +-
 python/lib/playonlinux.py  |  4 +-
 python/mainwindow.py   | 64 +
 15 files changed, 234 insertions(+), 95 deletions(-)

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


[playonlinux] branch upstream updated (bb013b0 -> 4ab0bdc)

2017-07-25 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a change to branch upstream
in repository playonlinux.

  from  bb013b0   New upstream version 4.2.10
   new  4ab0bdc   New upstream version 4.2.12

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.md   |  4 ++
 Makefile   | 82 ++
 bash/check_gl  | 24 ---
 doc/playonlinux-daemon.1   | 28 
 etc/PlayOnLinux.appdata.xml| 50 +
 etc/PlayOnLinux.desktop| 11 ++-
 ...x-Programmes.menu => playonlinux-Programs.menu} |  0
 etc/pol_bash   |  2 +-
 lib/scripts.lib| 21 --
 lib/setupwindow.lib|  5 +-
 python/configure.py| 29 ++--
 python/guiv3.py|  2 +-
 python/lib/Variables.py|  2 +-
 python/lib/playonlinux.py  |  4 +-
 python/mainwindow.py   | 64 +
 15 files changed, 234 insertions(+), 94 deletions(-)
 create mode 100644 Makefile
 delete mode 100644 doc/playonlinux-daemon.1
 create mode 100644 etc/PlayOnLinux.appdata.xml
 rename etc/{playonlinux-Programmes.menu => playonlinux-Programs.menu} (100%)

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


[playonlinux] 01/01: pristine-tar data for playonlinux_4.2.12.orig.tar.gz

2017-07-25 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a commit to branch pristine-tar
in repository playonlinux.

commit 6bdf2221508d7fc27c3d4bd7b9745ec33ab0dbe0
Author: Bertrand Marc <bm...@debian.org>
Date:   Tue Jul 25 11:06:59 2017 +0200

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

diff --git a/playonlinux_4.2.12.orig.tar.gz.delta 
b/playonlinux_4.2.12.orig.tar.gz.delta
new file mode 100644
index 000..2a86b46
Binary files /dev/null and b/playonlinux_4.2.12.orig.tar.gz.delta differ
diff --git a/playonlinux_4.2.12.orig.tar.gz.id 
b/playonlinux_4.2.12.orig.tar.gz.id
new file mode 100644
index 000..a5e32c7
--- /dev/null
+++ b/playonlinux_4.2.12.orig.tar.gz.id
@@ -0,0 +1 @@
+d314624261560a1e138d7fb8e8f6a31912cbcc98

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


[playonlinux] 02/03: New upstream version 4.2.12

2017-07-25 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a commit to branch master
in repository playonlinux.

commit 4ab0bdcb54006bf726e7d2919222e9711490d17c
Author: Bertrand Marc <bm...@debian.org>
Date:   Tue Jul 25 11:06:58 2017 +0200

New upstream version 4.2.12
---
 CHANGELOG.md   |  4 ++
 Makefile   | 82 ++
 bash/check_gl  | 24 ---
 doc/playonlinux-daemon.1   | 28 
 etc/PlayOnLinux.appdata.xml| 50 +
 etc/PlayOnLinux.desktop| 11 ++-
 ...x-Programmes.menu => playonlinux-Programs.menu} |  0
 etc/pol_bash   |  2 +-
 lib/scripts.lib| 21 --
 lib/setupwindow.lib|  5 +-
 python/configure.py| 29 ++--
 python/guiv3.py|  2 +-
 python/lib/Variables.py|  2 +-
 python/lib/playonlinux.py  |  4 +-
 python/mainwindow.py   | 64 +
 15 files changed, 234 insertions(+), 94 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2ae9290..cbcbc1a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# 4.2.11
+* Fix POL_SetupWindow_download clobbering $FILENAME
+* Fix small typo in first use "send report" message
+
 # 4.2.10
 
 * Silence POL_Notice_IsAck when ack_notices file doesn't exist
diff --git a/Makefile b/Makefile
new file mode 100644
index 000..fadd473
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,82 @@
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+#
+# Authors: Jiri Konecny <dragonlic...@gmail.com>
+
+
+# Arguments:
+#
+# PREFIX  -- Set prefix for the installation (/usr is default)
+# DESTDIR -- Where you want to install
+#
+
+CFLAGS ?= -O2
+CC = gcc $(CFLAGS)
+PYTHON = python2 -m py_compile
+GZIP = gzip
+
+PREFIX ?= /usr
+DESTDIR ?= # root dir
+
+sharedir := $(DESTDIR)$(PREFIX)/share
+bindir := $(DESTDIR)$(PREFIX)/bin
+execdir := $(DESTDIR)$(PREFIX)/libexec
+
+
+all: build
+
+clean:
+   $(RM) ./python/*.pyc
+   $(RM) ./python/lib/*.pyc
+   $(RM) ./bin/check_dd
+   $(RM) ./bin/playonlinux
+   $(RM) ./bin/playonlinux-pkg
+   $(RM) ./ChangeLog
+
+build:
+   $(CC) ./src/check_direct_rendering.c -o ./bin/playonlinux-check_dd -lGL 
-lX11
+   $(PYTHON) ./python/*.py
+   $(PYTHON) ./python/lib/*.py
+   echo -e '#!/bin/bash\nGDK_BACKEND=x11 
${sharedir}/playonlinux/playonlinux "$$@"\nexit 0' > ./bin/playonlinux
+   echo -e '#!/bin/bash\n${sharedir}/playonlinux/playonlinux-pkg 
"$$@"\nexit 0' > ./bin/playonlinux-pkg
+   chmod +x ./bin/playonlinux
+   chmod +x ./bin/playonlinux-pkg
+   sed -i 's/\(\["DEBIAN_PACKAGE"\]\s*=\s*\)"FALSE"/\1"TRUE"/' \
+   ./python/lib/Variables.py
+
+install:
+   install -d $(bindir)
+   install -d $(execdir)
+   install -d $(sharedir)/pixmaps
+   install -d $(sharedir)/applications
+   install -d $(sharedir)/appdata
+   install -d $(sharedir)/playonlinux/bin
+   install -d $(sharedir)/man/man1
+   install -d $(sharedir)/locale
+   $(GZIP) -c ./doc/playonlinux-pkg.1 > 
$(sharedir)/man/man1/playonlinux-pkg.1.gz
+   $(GZIP) -c ./doc/playonlinux.1 > $(sharedir)/man/man1/playonlinux.1.gz
+   cp ./etc/PlayOnLinux.desktop 
$(sharedir)/applications/PlayOnLinux.desktop
+   cp ./etc/PlayOnLinux.appdata.xml 
$(sharedir)/appdata/PlayOnLinux.appdata.xml
+   cp ./etc/playonlinux.png $(sharedir)/pixmaps/playonlinux.png
+   cp ./etc/playonlinux16.png $(sharedir)/pixmaps/playonlinux16.png
+   cp ./etc/playonlinux32.png $(sharedir)/pixmaps/playonlinux32.png
+   cp ./bin/{playonlinux,playonlinux-pkg} $(bindir)/
+   cp ./bin/playonlinux-check_dd $(execdir)/
+   cp ./{playonlinux*,README.md,TRANSLATORS,CHANGELOG.md,LICENCE} 
$(sharedir)/playonlinux/
+   cp -R ./{bash,etc,lib,plugins,python,resources,tests} 
$(sharedir)/playonlinux/
+   cp -R ./lang/locale/* $(sharedir)/locale/
+
+changelog:
+   (GIT_DIR=.git git log > .changelog.tmp

[playonlinux] branch pristine-tar updated (351c669 -> 6bdf222)

2017-07-25 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a change to branch pristine-tar
in repository playonlinux.

  from  351c669   pristine-tar data for playonlinux_4.2.10.orig.tar.gz
   new  6bdf222   pristine-tar data for playonlinux_4.2.12.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:
 playonlinux_4.2.12.orig.tar.gz.delta | Bin 0 -> 12058 bytes
 playonlinux_4.2.12.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 playonlinux_4.2.12.orig.tar.gz.delta
 create mode 100644 playonlinux_4.2.12.orig.tar.gz.id

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


[playonlinux] 01/03: Moved the package to Git

2017-07-25 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a commit to branch master
in repository playonlinux.

commit d5ecdafc4aa84ee07f3562930784ae2a00dc250f
Author: Bertrand Marc <bm...@debian.org>
Date:   Tue Jul 25 10:56:31 2017 +0200

Moved the package to Git
---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index d31b169..a3bfe6b 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,8 @@ Maintainer: Debian Games Team 
<pkg-games-de...@lists.alioth.debian.org>
 Uploaders: Bertrand Marc <bm...@debian.org>
 Build-Depends: debhelper (>= 9), dh-python, python, imagemagick
 Standards-Version: 3.9.8
-Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/playonlinux/
-Vcs-Browser: 
https://anonscm.debian.org/viewvc/pkg-games/packages/trunk/playonlinux/
+Vcs-Git: https://anonscm.debian.org/git/pkg-games/playonlinux.git
+Vcs-Browser: https://anonscm.debian.org/git/pkg-games/playonlinux.git
 Homepage: http://www.playonlinux.com/
 
 Package: playonlinux

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


[playonlinux] tag debian/4.2.10-2 created (now 4f78fde)

2017-07-09 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a change to tag debian/4.2.10-2
in repository playonlinux.

at  4f78fde   (commit)
No new revisions were added by this update.

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


[playonlinux] tag debian/4.1.1-1 created (now 2f2a24b)

2017-07-09 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a change to tag debian/4.1.1-1
in repository playonlinux.

at  2f2a24b   (commit)
No new revisions were added by this update.

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


r15972 - in packages: attic trunk

2017-07-09 Thread Bertrand Marc
Author: bmarc
Date: 2017-07-09 17:45:32 + (Sun, 09 Jul 2017)
New Revision: 15972

Added:
   packages/attic/playonlinux-svn-save/
Removed:
   packages/trunk/playonlinux/
Log:
Moving playonlinux from trunk to attic. Please use git repository instead.


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


r15973 - mrconfig

2017-07-09 Thread Bertrand Marc
Author: bmarc
Date: 2017-07-09 17:47:55 + (Sun, 09 Jul 2017)
New Revision: 15973

Modified:
   mrconfig/.mrconfig
Log:
Add playonlinux's git repo to the .mrconfig file

Modified: mrconfig/.mrconfig
===
--- mrconfig/.mrconfig  2017-07-09 17:45:32 UTC (rev 15972)
+++ mrconfig/.mrconfig  2017-07-09 17:47:55 UTC (rev 15973)
@@ -214,6 +214,9 @@
 [pcsxr]
 checkout = git clone git://git.debian.org/git/pkg-games/pcsxr.git
 
+[playonlinux]
+checkout = git clone git://git.debian.org/git/pkg-games/playonlinux.git
+
 [prboom]
 checkout = git clone git://git.debian.org/git/pkg-games/prboom.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


[playonlinux] tag debian/4.2.9-2 created (now fb89cbf)

2017-07-09 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a change to tag debian/4.2.9-2
in repository playonlinux.

at  fb89cbf   (commit)
No new revisions were added by this update.

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


[playonlinux] tag debian/4.2.8-1 created (now 186eabf)

2017-07-09 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a change to tag debian/4.2.8-1
in repository playonlinux.

at  186eabf   (commit)
No new revisions were added by this update.

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


[playonlinux] tag debian/4.2.9-1 created (now 4ad747f)

2017-07-09 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a change to tag debian/4.2.9-1
in repository playonlinux.

at  4ad747f   (commit)
No new revisions were added by this update.

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


[playonlinux] tag debian/4.2.4-1 created (now bde47cc)

2017-07-09 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a change to tag debian/4.2.4-1
in repository playonlinux.

at  bde47cc   (commit)
No new revisions were added by this update.

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


[playonlinux] tag debian/4.2.5-1 created (now a82219e)

2017-07-09 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a change to tag debian/4.2.5-1
in repository playonlinux.

at  a82219e   (commit)
No new revisions were added by this update.

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


[playonlinux] tag debian/4.0.14-1 created (now a28078d)

2017-07-09 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a change to tag debian/4.0.14-1
in repository playonlinux.

at  a28078d   (commit)
No new revisions were added by this update.

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


[playonlinux] tag debian/4.2.3-1 created (now 2622cba)

2017-07-09 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a change to tag debian/4.2.3-1
in repository playonlinux.

at  2622cba   (commit)
No new revisions were added by this update.

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


[playonlinux] tag debian/4.2.2-1 created (now 80a9d57)

2017-07-09 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a change to tag debian/4.2.2-1
in repository playonlinux.

at  80a9d57   (commit)
No new revisions were added by this update.

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


[playonlinux] tag debian/4.2.1-1 created (now 4419f6f)

2017-07-09 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a change to tag debian/4.2.1-1
in repository playonlinux.

at  4419f6f   (commit)
No new revisions were added by this update.

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


[playonlinux] annotated tag upstream/4.2.5 created (now 8c04568)

2017-07-09 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a change to annotated tag upstream/4.2.5
in repository playonlinux.

at  8c04568   (tag)
   tagging  32f01fdc370dad0955891f1de322a58cbc6dd5e5 (commit)
  replaces  upstream/4.2.4
 tagged by  Bertrand Marc
on  Sun Jul 9 19:26:23 2017 +0200

- Log -
Upstream version 4.2.5

Bertrand Marc (1):
  New upstream version 4.2.5

---

No new revisions were added by this update.

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


[playonlinux] annotated tag upstream/4.0.6 created (now e4be9e5)

2017-07-09 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a change to annotated tag upstream/4.0.6
in repository playonlinux.

at  e4be9e5   (tag)
   tagging  2a41441aafae4aa73dbf075da4baf28315382a87 (commit)
  replaces  upstream/4.0.4
 tagged by  Bertrand Marc
on  Sun Jul 9 19:16:33 2017 +0200

- Log -
Upstream version 4.0.6

Bertrand Marc (1):
  New upstream version 4.0.6

---

No new revisions were added by this update.

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


[playonlinux] annotated tag upstream/4.0.4 created (now d77888e)

2017-07-09 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a change to annotated tag upstream/4.0.4
in repository playonlinux.

at  d77888e   (tag)
   tagging  ba6a353637b66ac278161461a2e2db89654d1b98 (commit)
  replaces  upstream/3.8.12
 tagged by  Bertrand Marc
on  Sun Jul 9 19:15:34 2017 +0200

- Log -
Upstream version 4.0.4

Bertrand Marc (1):
  New upstream version 4.0.4

---

No new revisions were added by this update.

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


[playonlinux] annotated tag upstream/4.2.6 created (now afb1af9)

2017-07-09 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a change to annotated tag upstream/4.2.6
in repository playonlinux.

at  afb1af9   (tag)
   tagging  dc6311884bd1cf391c952897b6e9257b12bc8e4e (commit)
  replaces  upstream/4.2.5
 tagged by  Bertrand Marc
on  Sun Jul 9 19:26:32 2017 +0200

- Log -
Upstream version 4.2.6

Bertrand Marc (1):
  New upstream version 4.2.6

---

No new revisions were added by this update.

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


[playonlinux] tag debian/3.4-1 created (now f09267c)

2017-07-09 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a change to tag debian/3.4-1
in repository playonlinux.

at  f09267c   (commit)
No new revisions were added by this update.

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


[playonlinux] annotated tag upstream/4.2.4 created (now 1ec7681)

2017-07-09 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a change to annotated tag upstream/4.2.4
in repository playonlinux.

at  1ec7681   (tag)
   tagging  0c1a4d878c280b50a876db5545b86b4cffeb90c5 (commit)
  replaces  upstream/4.2.3
 tagged by  Bertrand Marc
on  Sun Jul 9 19:25:51 2017 +0200

- Log -
Upstream version 4.2.4

Bertrand Marc (1):
  New upstream version 4.2.4

---

No new revisions were added by this update.

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


[playonlinux] annotated tag upstream/4.2.1 created (now b837eef)

2017-07-09 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a change to annotated tag upstream/4.2.1
in repository playonlinux.

at  b837eef   (tag)
   tagging  61e9d37c79fb7f26c23eecdc0b7311ef521b8a78 (commit)
  replaces  upstream/4.1.1
 tagged by  Bertrand Marc
on  Sun Jul 9 19:21:27 2017 +0200

- Log -
Upstream version 4.2.1

Bertrand Marc (1):
  New upstream version 4.2.1

---

No new revisions were added by this update.

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


[playonlinux] tag debian/3.7.6-1 created (now 04c9795)

2017-07-09 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a change to tag debian/3.7.6-1
in repository playonlinux.

at  04c9795   (commit)
No new revisions were added by this update.

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


[playonlinux] tag debian/3.6-1 created (now 0fe689e)

2017-07-09 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a change to tag debian/3.6-1
in repository playonlinux.

at  0fe689e   (commit)
No new revisions were added by this update.

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


[playonlinux] annotated tag upstream/4.0.8 created (now 3b9aaab)

2017-07-09 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a change to annotated tag upstream/4.0.8
in repository playonlinux.

at  3b9aaab   (tag)
   tagging  46d32b8991760f99449c450d0618e2e5ce44c829 (commit)
  replaces  upstream/4.0.6
 tagged by  Bertrand Marc
on  Sun Jul 9 19:16:56 2017 +0200

- Log -
Upstream version 4.0.8

Bertrand Marc (1):
  New upstream version 4.0.8

---

No new revisions were added by this update.

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


[playonlinux] tag debian/3.7-1 created (now a699f16)

2017-07-09 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a change to tag debian/3.7-1
in repository playonlinux.

at  a699f16   (commit)
No new revisions were added by this update.

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


[playonlinux] annotated tag upstream/4.2.9 created (now efb8075)

2017-07-09 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a change to annotated tag upstream/4.2.9
in repository playonlinux.

at  efb8075   (tag)
   tagging  1e8ac569e10748564d56e38054c31c891f8ccdde (commit)
  replaces  upstream/4.2.8
 tagged by  Bertrand Marc
on  Sun Jul 9 19:28:25 2017 +0200

- Log -
Upstream version 4.2.9

Bertrand Marc (1):
  New upstream version 4.2.9

---

No new revisions were added by this update.

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


[playonlinux] tag debian/3.5-1 created (now 2415615)

2017-07-09 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a change to tag debian/3.5-1
in repository playonlinux.

at  2415615   (commit)
No new revisions were added by this update.

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


[playonlinux] tag debian/3.8.8-1 created (now 0c0c194)

2017-07-09 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a change to tag debian/3.8.8-1
in repository playonlinux.

at  0c0c194   (commit)
No new revisions were added by this update.

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


[playonlinux] annotated tag upstream/4.2.8 created (now c7f05e8)

2017-07-09 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a change to annotated tag upstream/4.2.8
in repository playonlinux.

at  c7f05e8   (tag)
   tagging  dbbc1855eacf65f6cb65139868901a2f9ab42b8a (commit)
  replaces  upstream/4.2.6
 tagged by  Bertrand Marc
on  Sun Jul 9 19:26:40 2017 +0200

- Log -
Upstream version 4.2.8

Bertrand Marc (1):
  New upstream version 4.2.8

---

No new revisions were added by this update.

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


[playonlinux] tag debian/3.7.1-1 created (now ef99f6c)

2017-07-09 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a change to tag debian/3.7.1-1
in repository playonlinux.

at  ef99f6c   (commit)
No new revisions were added by this update.

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


[playonlinux] annotated tag upstream/4.2.10 created (now 5ff34dc)

2017-07-09 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a change to annotated tag upstream/4.2.10
in repository playonlinux.

at  5ff34dc   (tag)
   tagging  bb013b08c8bdbb1084d8963d7017afd8546bc40c (commit)
  replaces  upstream/4.2.9
 tagged by  Bertrand Marc
on  Sun Jul 9 19:28:33 2017 +0200

- Log -
Upstream version 4.2.10

Bertrand Marc (1):
  New upstream version 4.2.10

---

No new revisions were added by this update.

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


[playonlinux] tag debian/3.7.3-1 created (now a789d07)

2017-07-09 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a change to tag debian/3.7.3-1
in repository playonlinux.

at  a789d07   (commit)
No new revisions were added by this update.

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


[playonlinux] annotated tag upstream/4.1.1 created (now 628bc2a)

2017-07-09 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a change to annotated tag upstream/4.1.1
in repository playonlinux.

at  628bc2a   (tag)
   tagging  0441b50ffbdd3416f2014ab9da45f3d4cef4331e (commit)
  replaces  upstream/4.0.17
 tagged by  Bertrand Marc
on  Sun Jul 9 19:20:43 2017 +0200

- Log -
Upstream version 4.1.1

Bertrand Marc (1):
  New upstream version 4.1.1

---

No new revisions were added by this update.

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


[playonlinux] annotated tag upstream/4.2.2 created (now a094770)

2017-07-09 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a change to annotated tag upstream/4.2.2
in repository playonlinux.

at  a094770   (tag)
   tagging  6f576372a3dc1c896a1b1683c29fa4ec2e1a08de (commit)
  replaces  upstream/4.2.1
 tagged by  Bertrand Marc
on  Sun Jul 9 19:24:39 2017 +0200

- Log -
Upstream version 4.2.2

Bertrand Marc (1):
  New upstream version 4.2.2

---

No new revisions were added by this update.

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


[playonlinux] annotated tag upstream/4.0.17 created (now 190ac79)

2017-07-09 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a change to annotated tag upstream/4.0.17
in repository playonlinux.

at  190ac79   (tag)
   tagging  ea7a3a1e7f65aa7618062affa0458b7ebdf72bdf (commit)
  replaces  upstream/4.0.16
 tagged by  Bertrand Marc
on  Sun Jul 9 19:20:19 2017 +0200

- Log -
Upstream version 4.0.17

Bertrand Marc (1):
  New upstream version 4.0.17

---

No new revisions were added by this update.

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


[playonlinux] annotated tag upstream/4.2.3 created (now 42006f7)

2017-07-09 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a change to annotated tag upstream/4.2.3
in repository playonlinux.

at  42006f7   (tag)
   tagging  aef46bd63e4abcdce2f8b70074b3c02876aa7f75 (commit)
  replaces  upstream/4.2.2
 tagged by  Bertrand Marc
on  Sun Jul 9 19:25:38 2017 +0200

- Log -
Upstream version 4.2.3

Bertrand Marc (1):
  New upstream version 4.2.3

---

No new revisions were added by this update.

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


[playonlinux] annotated tag upstream/3.7.3 created (now 512d953)

2017-07-09 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a change to annotated tag upstream/3.7.3
in repository playonlinux.

at  512d953   (tag)
   tagging  e5566c28cba5da366ed274a10dadb98e72a97609 (commit)
  replaces  upstream/3.7.1
 tagged by  Bertrand Marc
on  Sun Jul 9 19:02:14 2017 +0200

- Log -
Upstream version 3.7.3

Bertrand Marc (1):
  New upstream version 3.7.3

---

No new revisions were added by this update.

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


[playonlinux] annotated tag upstream/4.0.16 created (now 6699a49)

2017-07-09 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a change to annotated tag upstream/4.0.16
in repository playonlinux.

at  6699a49   (tag)
   tagging  cd2f8a65fa48861df0aea8869f149e9e1b21e367 (commit)
  replaces  upstream/4.0.14
 tagged by  Bertrand Marc
on  Sun Jul 9 19:19:37 2017 +0200

- Log -
Upstream version 4.0.16

Bertrand Marc (1):
  New upstream version 4.0.16

---

No new revisions were added by this update.

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


[playonlinux] annotated tag upstream/4.0.12 created (now a3ba8e0)

2017-07-09 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a change to annotated tag upstream/4.0.12
in repository playonlinux.

at  a3ba8e0   (tag)
   tagging  ebd2f6a3e91e84dbfafcc64e0ccba04ff2ff9fd8 (commit)
  replaces  upstream/4.0.11
 tagged by  Bertrand Marc
on  Sun Jul 9 19:18:04 2017 +0200

- Log -
Upstream version 4.0.12

Bertrand Marc (1):
  New upstream version 4.0.12

---

No new revisions were added by this update.

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


[playonlinux] annotated tag upstream/3.8 created (now a77fcfe)

2017-07-09 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a change to annotated tag upstream/3.8
in repository playonlinux.

at  a77fcfe   (tag)
   tagging  0ae2e2da1e8c6e0e298dcf2766b588524354838d (commit)
  replaces  upstream/3.7.7
 tagged by  Bertrand Marc
on  Sun Jul 9 19:13:20 2017 +0200

- Log -
Upstream version 3.8

Bertrand Marc (1):
  New upstream version 3.8

---

No new revisions were added by this update.

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


[playonlinux] annotated tag upstream/4.0.14 created (now d06ec77)

2017-07-09 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a change to annotated tag upstream/4.0.14
in repository playonlinux.

at  d06ec77   (tag)
   tagging  ee15511981262cef5bb4a672548bccbc2ba929b7 (commit)
  replaces  upstream/4.0.12
 tagged by  Bertrand Marc
on  Sun Jul 9 19:18:15 2017 +0200

- Log -
Upstream version 4.0.14

Bertrand Marc (1):
  New upstream version 4.0.14

---

No new revisions were added by this update.

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


[playonlinux] annotated tag upstream/4.0.11 created (now 9c9c950)

2017-07-09 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a change to annotated tag upstream/4.0.11
in repository playonlinux.

at  9c9c950   (tag)
   tagging  dcb83d79baa6d08e7a35451f3a91ab25c65540ff (commit)
  replaces  upstream/4.0.8
 tagged by  Bertrand Marc
on  Sun Jul 9 19:17:37 2017 +0200

- Log -
Upstream version 4.0.11

Bertrand Marc (1):
  New upstream version 4.0.11

---

No new revisions were added by this update.

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


[playonlinux] annotated tag upstream/3.7.7 created (now a4409b9)

2017-07-09 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a change to annotated tag upstream/3.7.7
in repository playonlinux.

at  a4409b9   (tag)
   tagging  271d17112e8ce9b4ba38273e55c41ac980634a69 (commit)
  replaces  upstream/3.7.6
 tagged by  Bertrand Marc
on  Sun Jul 9 19:12:42 2017 +0200

- Log -
Upstream version 3.7.7

Bertrand Marc (1):
  New upstream version 3.7.7

---

No new revisions were added by this update.

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


[playonlinux] annotated tag upstream/3.8.12 created (now 9e457bd)

2017-07-09 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a change to annotated tag upstream/3.8.12
in repository playonlinux.

at  9e457bd   (tag)
   tagging  3a017e8f80da71c866436dcaeb3da2eda539689e (commit)
  replaces  upstream/3.8.8
 tagged by  Bertrand Marc
on  Sun Jul 9 19:15:24 2017 +0200

- Log -
Upstream version 3.8.12

Bertrand Marc (1):
  New upstream version 3.8.12

---

No new revisions were added by this update.

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


[playonlinux] annotated tag upstream/3.8.8 created (now 534ac09)

2017-07-09 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a change to annotated tag upstream/3.8.8
in repository playonlinux.

at  534ac09   (tag)
   tagging  539fa5cf20cf8ddbbe968e8e5b56c6aceefcbd81 (commit)
  replaces  upstream/3.8
 tagged by  Bertrand Marc
on  Sun Jul 9 19:13:55 2017 +0200

- Log -
Upstream version 3.8.8

Bertrand Marc (1):
  New upstream version 3.8.8

---

No new revisions were added by this update.

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


[playonlinux] annotated tag upstream/3.7.6 created (now 7ca2c9e)

2017-07-09 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a change to annotated tag upstream/3.7.6
in repository playonlinux.

at  7ca2c9e   (tag)
   tagging  52e4554b5669838dd09da6fbb6040f4637fb1dc4 (commit)
  replaces  upstream/3.7.3
 tagged by  Bertrand Marc
on  Sun Jul 9 19:05:52 2017 +0200

- Log -
Upstream version 3.7.6

Bertrand Marc (1):
  New upstream version 3.7.6

---

No new revisions were added by this update.

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


[playonlinux] annotated tag upstream/3.5 created (now c2bc8cf)

2017-07-09 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a change to annotated tag upstream/3.5
in repository playonlinux.

at  c2bc8cf   (tag)
   tagging  d12ce0921e9c8bbe53966877913360e26de987a6 (commit)
  replaces  upstream/3.4
 tagged by  Bertrand Marc
on  Sun Jul 9 18:52:06 2017 +0200

- Log -
Upstream version 3.5

Bertrand Marc (1):
  New upstream version 3.5

---

No new revisions were added by this update.

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


[playonlinux] annotated tag upstream/3.3.1 created (now 08f88d6)

2017-07-09 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a change to annotated tag upstream/3.3.1
in repository playonlinux.

at  08f88d6   (tag)
   tagging  4b2dd8ddf29e36e914fa83d0bf2d0c1afa0f5ec1 (commit)
 tagged by  Bertrand Marc
on  Sun Jul 9 18:32:26 2017 +0200

- Log -
Upstream version 3.3.1

Bertrand Marc (2):
  Initial upstream branch.
  New upstream version 3.3.1

---

No new revisions were added by this update.

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


[playonlinux] annotated tag upstream/3.7 created (now 7ac4693)

2017-07-09 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a change to annotated tag upstream/3.7
in repository playonlinux.

at  7ac4693   (tag)
   tagging  c43f083d690cfa60819870e552e721b948fd006f (commit)
  replaces  upstream/3.6
 tagged by  Bertrand Marc
on  Sun Jul 9 18:57:22 2017 +0200

- Log -
Upstream version 3.7

Bertrand Marc (1):
  New upstream version 3.7

---

No new revisions were added by this update.

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


[playonlinux] annotated tag upstream/3.7.1 created (now aec1cc0)

2017-07-09 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a change to annotated tag upstream/3.7.1
in repository playonlinux.

at  aec1cc0   (tag)
   tagging  d625bc6fbc8d228555949c2f4674a3518537f5bd (commit)
  replaces  upstream/3.7
 tagged by  Bertrand Marc
on  Sun Jul 9 19:00:07 2017 +0200

- Log -
Upstream version 3.7.1

Bertrand Marc (1):
  New upstream version 3.7.1

---

No new revisions were added by this update.

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


[playonlinux] annotated tag upstream/3.6 created (now 6639302)

2017-07-09 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a change to annotated tag upstream/3.6
in repository playonlinux.

at  6639302   (tag)
   tagging  c82fc102dfff37e0125eb8ec96f294aaccdc118a (commit)
  replaces  upstream/3.5
 tagged by  Bertrand Marc
on  Sun Jul 9 18:53:15 2017 +0200

- Log -
Upstream version 3.6

Bertrand Marc (1):
  New upstream version 3.6

---

No new revisions were added by this update.

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


[playonlinux] annotated tag upstream/3.4 created (now 6c8f3f5)

2017-07-09 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a change to annotated tag upstream/3.4
in repository playonlinux.

at  6c8f3f5   (tag)
   tagging  d5cab7b64d61225d1be77ec0ee493e41f87ac887 (commit)
  replaces  upstream/3.3.1
 tagged by  Bertrand Marc
on  Sun Jul 9 18:50:40 2017 +0200

- Log -
Upstream version 3.4

Bertrand Marc (1):
  New upstream version 3.4

---

No new revisions were added by this update.

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


[playonlinux] branch upstream created (now bb013b0)

2017-07-09 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a change to branch upstream
in repository playonlinux.

at  bb013b0   New upstream version 4.2.10

This branch includes the following new commits:

   new  76fd4dc   Initial upstream branch.
   new  4b2dd8d   New upstream version 3.3.1
   new  d5cab7b   New upstream version 3.4
   new  d12ce09   New upstream version 3.5
   new  c82fc10   New upstream version 3.6
   new  c43f083   New upstream version 3.7
   new  d625bc6   New upstream version 3.7.1
   new  e5566c2   New upstream version 3.7.3
   new  52e4554   New upstream version 3.7.6
   new  271d171   New upstream version 3.7.7
   new  0ae2e2d   New upstream version 3.8
   new  539fa5c   New upstream version 3.8.8
   new  3a017e8   New upstream version 3.8.12
   new  ba6a353   New upstream version 4.0.4
   new  2a41441   New upstream version 4.0.6
   new  46d32b8   New upstream version 4.0.8
   new  dcb83d7   New upstream version 4.0.11
   new  ebd2f6a   New upstream version 4.0.12
   new  ee15511   New upstream version 4.0.14
   new  cd2f8a6   New upstream version 4.0.16
   new  ea7a3a1   New upstream version 4.0.17
   new  0441b50   New upstream version 4.1.1
   new  61e9d37   New upstream version 4.2.1
   new  6f57637   New upstream version 4.2.2
   new  aef46bd   New upstream version 4.2.3
   new  0c1a4d8   New upstream version 4.2.4
   new  32f01fd   New upstream version 4.2.5
   new  dc63118   New upstream version 4.2.6
   new  dbbc185   New upstream version 4.2.8
   new  1e8ac56   New upstream version 4.2.9
   new  bb013b0   New upstream version 4.2.10

The 31 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/playonlinux.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


[playonlinux] 27/30: pristine-tar data for playonlinux_4.2.6.orig.tar.gz

2017-07-09 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a commit to branch pristine-tar
in repository playonlinux.

commit 7a4798acbb125797618ee29e4f1343c4b2263393
Author: Bertrand Marc <bm...@debian.org>
Date:   Sun Jul 9 19:26:32 2017 +0200

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

diff --git a/playonlinux_4.2.6.orig.tar.gz.delta 
b/playonlinux_4.2.6.orig.tar.gz.delta
new file mode 100644
index 000..36971fe
Binary files /dev/null and b/playonlinux_4.2.6.orig.tar.gz.delta differ
diff --git a/playonlinux_4.2.6.orig.tar.gz.id b/playonlinux_4.2.6.orig.tar.gz.id
new file mode 100644
index 000..fefff71
--- /dev/null
+++ b/playonlinux_4.2.6.orig.tar.gz.id
@@ -0,0 +1 @@
+d4460455fdda43f46789799db9d6a535714c7800

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


[playonlinux] 28/30: pristine-tar data for playonlinux_4.2.8.orig.tar.gz

2017-07-09 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a commit to branch pristine-tar
in repository playonlinux.

commit 541f0e8387fbaf78974f1ce003e9bb018fd4a3cd
Author: Bertrand Marc <bm...@debian.org>
Date:   Sun Jul 9 19:26:40 2017 +0200

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

diff --git a/playonlinux_4.2.8.orig.tar.gz.delta 
b/playonlinux_4.2.8.orig.tar.gz.delta
new file mode 100644
index 000..23b25d7
Binary files /dev/null and b/playonlinux_4.2.8.orig.tar.gz.delta differ
diff --git a/playonlinux_4.2.8.orig.tar.gz.id b/playonlinux_4.2.8.orig.tar.gz.id
new file mode 100644
index 000..c86c5ff
--- /dev/null
+++ b/playonlinux_4.2.8.orig.tar.gz.id
@@ -0,0 +1 @@
+cb4dd9d8b6f0ecb0c844bc7e942501646a9be020

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


[playonlinux] 30/30: pristine-tar data for playonlinux_4.2.10.orig.tar.gz

2017-07-09 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a commit to branch pristine-tar
in repository playonlinux.

commit 351c6699941d17d2cac1afc2358383293ad1d7fb
Author: Bertrand Marc <bm...@debian.org>
Date:   Sun Jul 9 19:28:33 2017 +0200

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

diff --git a/playonlinux_4.2.10.orig.tar.gz.delta 
b/playonlinux_4.2.10.orig.tar.gz.delta
new file mode 100644
index 000..ed1358b
Binary files /dev/null and b/playonlinux_4.2.10.orig.tar.gz.delta differ
diff --git a/playonlinux_4.2.10.orig.tar.gz.id 
b/playonlinux_4.2.10.orig.tar.gz.id
new file mode 100644
index 000..c35d7c5
--- /dev/null
+++ b/playonlinux_4.2.10.orig.tar.gz.id
@@ -0,0 +1 @@
+d634339630399597930975b68c7a9052c62b4547

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


[playonlinux] 26/30: pristine-tar data for playonlinux_4.2.5.orig.tar.gz

2017-07-09 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a commit to branch pristine-tar
in repository playonlinux.

commit 99f1b6cf727732b4e0237795281ff68df6189f6e
Author: Bertrand Marc <bm...@debian.org>
Date:   Sun Jul 9 19:26:23 2017 +0200

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

diff --git a/playonlinux_4.2.5.orig.tar.gz.delta 
b/playonlinux_4.2.5.orig.tar.gz.delta
new file mode 100644
index 000..79d99a7
Binary files /dev/null and b/playonlinux_4.2.5.orig.tar.gz.delta differ
diff --git a/playonlinux_4.2.5.orig.tar.gz.id b/playonlinux_4.2.5.orig.tar.gz.id
new file mode 100644
index 000..d8205cd
--- /dev/null
+++ b/playonlinux_4.2.5.orig.tar.gz.id
@@ -0,0 +1 @@
+178bc7ca9ca94dde2768e4a066b1d442310ebd57

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


[playonlinux] 29/30: pristine-tar data for playonlinux_4.2.9.orig.tar.gz

2017-07-09 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a commit to branch pristine-tar
in repository playonlinux.

commit 90fe4552e3ae1bcfe4556d9e96a4ff950e6d7735
Author: Bertrand Marc <bm...@debian.org>
Date:   Sun Jul 9 19:28:25 2017 +0200

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

diff --git a/playonlinux_4.2.9.orig.tar.gz.delta 
b/playonlinux_4.2.9.orig.tar.gz.delta
new file mode 100644
index 000..07111cb
Binary files /dev/null and b/playonlinux_4.2.9.orig.tar.gz.delta differ
diff --git a/playonlinux_4.2.9.orig.tar.gz.id b/playonlinux_4.2.9.orig.tar.gz.id
new file mode 100644
index 000..688fb7f
--- /dev/null
+++ b/playonlinux_4.2.9.orig.tar.gz.id
@@ -0,0 +1 @@
+d6caebed28548e1b411ba4398a7397b90185d6ed

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


[playonlinux] 23/30: pristine-tar data for playonlinux_4.2.2.orig.tar.gz

2017-07-09 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a commit to branch pristine-tar
in repository playonlinux.

commit 49be52399a6b8b09b4e1d1d491f763857c8cff8e
Author: Bertrand Marc <bm...@debian.org>
Date:   Sun Jul 9 19:24:39 2017 +0200

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

diff --git a/playonlinux_4.2.2.orig.tar.gz.delta 
b/playonlinux_4.2.2.orig.tar.gz.delta
new file mode 100644
index 000..c6e6ebe
Binary files /dev/null and b/playonlinux_4.2.2.orig.tar.gz.delta differ
diff --git a/playonlinux_4.2.2.orig.tar.gz.id b/playonlinux_4.2.2.orig.tar.gz.id
new file mode 100644
index 000..69868e9
--- /dev/null
+++ b/playonlinux_4.2.2.orig.tar.gz.id
@@ -0,0 +1 @@
+5e00618c928db011798a251b2e4a754cd7b03daf

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


[playonlinux] 14/30: pristine-tar data for playonlinux_4.0.6.orig.tar.gz

2017-07-09 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a commit to branch pristine-tar
in repository playonlinux.

commit cc746d9972479e081ce75e8bd7ceedcd7df2ec28
Author: Bertrand Marc <bm...@debian.org>
Date:   Sun Jul 9 19:16:33 2017 +0200

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

diff --git a/playonlinux_4.0.6.orig.tar.gz.delta 
b/playonlinux_4.0.6.orig.tar.gz.delta
new file mode 100644
index 000..b9a6128
Binary files /dev/null and b/playonlinux_4.0.6.orig.tar.gz.delta differ
diff --git a/playonlinux_4.0.6.orig.tar.gz.id b/playonlinux_4.0.6.orig.tar.gz.id
new file mode 100644
index 000..cc0569b
--- /dev/null
+++ b/playonlinux_4.0.6.orig.tar.gz.id
@@ -0,0 +1 @@
+91c913a0c113606098bd8d908844bb54603b1dca

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


[playonlinux] 11/30: pristine-tar data for playonlinux_3.8.8.orig.tar.gz

2017-07-09 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a commit to branch pristine-tar
in repository playonlinux.

commit 816e47cdedda9f9ab4f438d1be888558856c6125
Author: Bertrand Marc <bm...@debian.org>
Date:   Sun Jul 9 19:13:55 2017 +0200

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

diff --git a/playonlinux_3.8.8.orig.tar.gz.delta 
b/playonlinux_3.8.8.orig.tar.gz.delta
new file mode 100644
index 000..a145869
Binary files /dev/null and b/playonlinux_3.8.8.orig.tar.gz.delta differ
diff --git a/playonlinux_3.8.8.orig.tar.gz.id b/playonlinux_3.8.8.orig.tar.gz.id
new file mode 100644
index 000..8fa8bb2
--- /dev/null
+++ b/playonlinux_3.8.8.orig.tar.gz.id
@@ -0,0 +1 @@
+27e2ca6712e46a6e6e6d6b585e0090bc49443cb6

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


[playonlinux] 19/30: pristine-tar data for playonlinux_4.0.16.orig.tar.gz

2017-07-09 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a commit to branch pristine-tar
in repository playonlinux.

commit 4de0fb0656a8b65642226df4813f13aeb75de337
Author: Bertrand Marc <bm...@debian.org>
Date:   Sun Jul 9 19:19:37 2017 +0200

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

diff --git a/playonlinux_4.0.16.orig.tar.gz.delta 
b/playonlinux_4.0.16.orig.tar.gz.delta
new file mode 100644
index 000..472e6ed
Binary files /dev/null and b/playonlinux_4.0.16.orig.tar.gz.delta differ
diff --git a/playonlinux_4.0.16.orig.tar.gz.id 
b/playonlinux_4.0.16.orig.tar.gz.id
new file mode 100644
index 000..a56fc60
--- /dev/null
+++ b/playonlinux_4.0.16.orig.tar.gz.id
@@ -0,0 +1 @@
+d5feb025492d430ed9bbb1c6b1c59d0d219d09cd

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


[playonlinux] 24/30: pristine-tar data for playonlinux_4.2.3.orig.tar.gz

2017-07-09 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a commit to branch pristine-tar
in repository playonlinux.

commit f37abea16a0d202773899c8fae729d6f9edcfb83
Author: Bertrand Marc <bm...@debian.org>
Date:   Sun Jul 9 19:25:38 2017 +0200

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

diff --git a/playonlinux_4.2.3.orig.tar.gz.delta 
b/playonlinux_4.2.3.orig.tar.gz.delta
new file mode 100644
index 000..0cf49a5
Binary files /dev/null and b/playonlinux_4.2.3.orig.tar.gz.delta differ
diff --git a/playonlinux_4.2.3.orig.tar.gz.id b/playonlinux_4.2.3.orig.tar.gz.id
new file mode 100644
index 000..7aa2fbc
--- /dev/null
+++ b/playonlinux_4.2.3.orig.tar.gz.id
@@ -0,0 +1 @@
+be084e5531686686e98929e3c1d43b2739d922c5

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


[playonlinux] 09/30: pristine-tar data for playonlinux_3.7.7.orig.tar.gz

2017-07-09 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a commit to branch pristine-tar
in repository playonlinux.

commit d71b51931e2e32030ff46bc42867b02c565dd8bd
Author: Bertrand Marc <bm...@debian.org>
Date:   Sun Jul 9 19:12:42 2017 +0200

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

diff --git a/playonlinux_3.7.7.orig.tar.gz.delta 
b/playonlinux_3.7.7.orig.tar.gz.delta
new file mode 100644
index 000..e6af932
Binary files /dev/null and b/playonlinux_3.7.7.orig.tar.gz.delta differ
diff --git a/playonlinux_3.7.7.orig.tar.gz.id b/playonlinux_3.7.7.orig.tar.gz.id
new file mode 100644
index 000..dcc0850
--- /dev/null
+++ b/playonlinux_3.7.7.orig.tar.gz.id
@@ -0,0 +1 @@
+f160863cdf06a365cfc4b7f6558b61fd028650ac

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


[playonlinux] 22/30: pristine-tar data for playonlinux_4.2.1.orig.tar.gz

2017-07-09 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a commit to branch pristine-tar
in repository playonlinux.

commit 17f9d7481d67aaa69235fd86297c1a248e6cab0d
Author: Bertrand Marc <bm...@debian.org>
Date:   Sun Jul 9 19:21:27 2017 +0200

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

diff --git a/playonlinux_4.2.1.orig.tar.gz.delta 
b/playonlinux_4.2.1.orig.tar.gz.delta
new file mode 100644
index 000..d4790b3
Binary files /dev/null and b/playonlinux_4.2.1.orig.tar.gz.delta differ
diff --git a/playonlinux_4.2.1.orig.tar.gz.id b/playonlinux_4.2.1.orig.tar.gz.id
new file mode 100644
index 000..8541d3f
--- /dev/null
+++ b/playonlinux_4.2.1.orig.tar.gz.id
@@ -0,0 +1 @@
+67286970661ab27e5bf3cd3bcc7ffad6e09cf809

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


[playonlinux] 12/30: pristine-tar data for playonlinux_3.8.12.orig.tar.gz

2017-07-09 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a commit to branch pristine-tar
in repository playonlinux.

commit 27262d6870ba1b9f8118abb54d1a63b2340e27f5
Author: Bertrand Marc <bm...@debian.org>
Date:   Sun Jul 9 19:15:24 2017 +0200

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

diff --git a/playonlinux_3.8.12.orig.tar.gz.delta 
b/playonlinux_3.8.12.orig.tar.gz.delta
new file mode 100644
index 000..a3f
Binary files /dev/null and b/playonlinux_3.8.12.orig.tar.gz.delta differ
diff --git a/playonlinux_3.8.12.orig.tar.gz.id 
b/playonlinux_3.8.12.orig.tar.gz.id
new file mode 100644
index 000..cfc2b06
--- /dev/null
+++ b/playonlinux_3.8.12.orig.tar.gz.id
@@ -0,0 +1 @@
+9f2d63516a392b9ed57ccbbdb8514a6d97547630

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


[playonlinux] 15/30: pristine-tar data for playonlinux_4.0.8.orig.tar.gz

2017-07-09 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a commit to branch pristine-tar
in repository playonlinux.

commit 7fc1b24735e7b5c6088cd236e8e1c30e6f6707f8
Author: Bertrand Marc <bm...@debian.org>
Date:   Sun Jul 9 19:16:56 2017 +0200

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

diff --git a/playonlinux_4.0.8.orig.tar.gz.delta 
b/playonlinux_4.0.8.orig.tar.gz.delta
new file mode 100644
index 000..d733b8d
Binary files /dev/null and b/playonlinux_4.0.8.orig.tar.gz.delta differ
diff --git a/playonlinux_4.0.8.orig.tar.gz.id b/playonlinux_4.0.8.orig.tar.gz.id
new file mode 100644
index 000..ecf1b8f
--- /dev/null
+++ b/playonlinux_4.0.8.orig.tar.gz.id
@@ -0,0 +1 @@
+2a2c92487098f5886cd086fb1916ff81352a3fc8

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


[playonlinux] 08/30: pristine-tar data for playonlinux_3.7.6.orig.tar.gz

2017-07-09 Thread Bertrand Marc
This is an automated email from the git hooks/post-receive script.

bmarc pushed a commit to branch pristine-tar
in repository playonlinux.

commit ba1eb7c55ff1cc242a7b7ded3fe0f9bcc9d19817
Author: Bertrand Marc <bm...@debian.org>
Date:   Sun Jul 9 19:05:52 2017 +0200

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

diff --git a/playonlinux_3.7.6.orig.tar.gz.delta 
b/playonlinux_3.7.6.orig.tar.gz.delta
new file mode 100644
index 000..8c5f8cb
Binary files /dev/null and b/playonlinux_3.7.6.orig.tar.gz.delta differ
diff --git a/playonlinux_3.7.6.orig.tar.gz.id b/playonlinux_3.7.6.orig.tar.gz.id
new file mode 100644
index 000..1d3d8dd
--- /dev/null
+++ b/playonlinux_3.7.6.orig.tar.gz.id
@@ -0,0 +1 @@
+79177c17dd956c09342220fdffbce0492062f9d6

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