r14375 - packages/tags/a7xpg

2013-07-01 Thread Peter De Wachter
Author: pdewacht-guest
Date: 2013-06-30 16:50:23 + (Sun, 30 Jun 2013)
New Revision: 14375

Added:
   packages/tags/a7xpg/0.11.dfsg1-8/
Log:
[svn-buildpackage] Tagging a7xpg 0.11.dfsg1-8


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


r14376 - in packages/trunk/mmpong/debian: . patches

2013-07-01 Thread Barry deFreese
Author: bdefreese
Date: 2013-06-30 17:56:54 + (Sun, 30 Jun 2013)
New Revision: 14376

Added:
   packages/trunk/mmpong/debian/mmpong-gl-data.links
   packages/trunk/mmpong/debian/patches/0004_rollup_enabled.patch
   packages/trunk/mmpong/debian/patches/0005_desktop_encoding.patch
Modified:
   packages/trunk/mmpong/debian/changelog
   packages/trunk/mmpong/debian/compat
   packages/trunk/mmpong/debian/control
   packages/trunk/mmpong/debian/patches/series
   packages/trunk/mmpong/debian/rules
Log:
Patch to RollUpEnabled.  Move packaging to dh. Update standards, etc

Modified: packages/trunk/mmpong/debian/changelog
===
--- packages/trunk/mmpong/debian/changelog  2013-06-30 16:50:23 UTC (rev 
14375)
+++ packages/trunk/mmpong/debian/changelog  2013-06-30 17:56:54 UTC (rev 
14376)
@@ -1,3 +1,15 @@
+mmpong (0.9.1-3) unstable; urgency=low
+
+  * Acknowledge NMU.
+  * Add patch for RollupEnabled to RollUpEnabled. (Closes: #684602).
+  * Add patch to remove Encoding from desktop file.
+  * Move from CDBS build system to dh.
+  * Use canonical VCS tags.
+  * Bump debhelper build-dep and compat to 9.
+  * Bump Standards Version to 3.9.4.
+
+ -- Barry deFreese bdefre...@debian.org  Sun, 30 Jun 2013 05:26:42 -0400
+
 mmpong (0.9.1-2.1) unstable; urgency=low
 
   * Non-maintainer upload.
@@ -15,7 +27,7 @@
   * Standards-Version: updated to 3.9.2 (no changes required).
   * Escaped dashes in manpage source (lintian warning).
 
- -- Stephen M. Webb stephen.w...@bregmasoft.ca  Sat, 17 Dec 2011 09:23:26 
-0500
+ -- Stephen M. Webb stephen.w...@bregmasoft.ca  Sat, 10 Dec 2011 23:30:46 
-0500
 
 mmpong (0.9.1-1) unstable; urgency=low
 

Modified: packages/trunk/mmpong/debian/compat
===
--- packages/trunk/mmpong/debian/compat 2013-06-30 16:50:23 UTC (rev 14375)
+++ packages/trunk/mmpong/debian/compat 2013-06-30 17:56:54 UTC (rev 14376)
@@ -1 +1 @@
-7
+9

Modified: packages/trunk/mmpong/debian/control
===
--- packages/trunk/mmpong/debian/control2013-06-30 16:50:23 UTC (rev 
14375)
+++ packages/trunk/mmpong/debian/control2013-06-30 17:56:54 UTC (rev 
14376)
@@ -3,12 +3,12 @@
 Priority: extra
 Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
 Uploaders: André Gaul g...@web-yard.de, Barry deFreese bdefre...@debian.org
-Build-Depends: debhelper (= 7), cdbs, cmake, libsdl1.2-dev,
+Build-Depends: debhelper (= 9), cmake, libsdl1.2-dev,
  libsdl-image1.2-dev, libsdl-mixer1.2-dev, libcaca-dev (=0.99.beta16),
  libcegui-mk2-dev (= 0.7), pkg-config
-Standards-Version: 3.9.2
-Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/mmpong
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/mmpong/?op=log
+Standards-Version: 3.9.4
+Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/mmpong
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-games/packages/trunk/mmpong/
 Homepage: http://www.mmpong.net
 
 Package: libmmpong0.9

Added: packages/trunk/mmpong/debian/mmpong-gl-data.links
===
--- packages/trunk/mmpong/debian/mmpong-gl-data.links   
(rev 0)
+++ packages/trunk/mmpong/debian/mmpong-gl-data.links   2013-06-30 17:56:54 UTC 
(rev 14376)
@@ -0,0 +1 @@
+/usr/share/fonts/truetype/freefont/FreeSansBold.ttf 
usr/share/games/mmpong-gl/CEGUI/fonts/FreeSansBold.ttf

Added: packages/trunk/mmpong/debian/patches/0004_rollup_enabled.patch
===
--- packages/trunk/mmpong/debian/patches/0004_rollup_enabled.patch  
(rev 0)
+++ packages/trunk/mmpong/debian/patches/0004_rollup_enabled.patch  
2013-06-30 17:56:54 UTC (rev 14376)
@@ -0,0 +1,17 @@
+Description: Fix CEGUI error on startup.
+ RollupEnabled should be RollUpEnabled..
+Author: Barry deFreese bdefre...@debian.org
+Last-Update: 2013-06-30
+Index: mmpong-0.9.1/resources/CEGUI/layouts/mmpong-gl.layout
+===
+--- mmpong-0.9.1.orig/resources/CEGUI/layouts/mmpong-gl.layout 2010-03-31 
13:58:21.0 -0400
 mmpong-0.9.1/resources/CEGUI/layouts/mmpong-gl.layout  2013-06-30 
05:26:32.0 -0400
+@@ -82,7 +82,7 @@
+ Property Name=Visible Value=false /
+ Property Name=TitlebarFont Value=FreeSans-10 /
+ Property Name=TitlebarEnabled Value=True /
+-Property Name=RollupEnabled Value=false /
++Property Name=RollUpEnabled Value=false /
+ Property Name=CloseButtonEnabled Value=false /
+ Property Name=UnifiedPosition Value={{0.25,0},{0.35,0}} /
+ Property Name=UnifiedSize Value={{0.5,0},{0.3,0}} /

Added: packages/trunk/mmpong/debian/patches/0005_desktop_encoding.patch

r14378 - packages/trunk/hitori/debian

2013-07-01 Thread Peter De Wachter
Author: pdewacht-guest
Date: 2013-06-30 20:21:00 + (Sun, 30 Jun 2013)
New Revision: 14378

Modified:
   packages/trunk/hitori/debian/changelog
   packages/trunk/hitori/debian/control
Log:
hitori: Use canonical Vcs-URI.


Modified: packages/trunk/hitori/debian/changelog
===
--- packages/trunk/hitori/debian/changelog  2013-06-30 18:38:48 UTC (rev 
14377)
+++ packages/trunk/hitori/debian/changelog  2013-06-30 20:21:00 UTC (rev 
14378)
@@ -3,9 +3,10 @@
   * New upstream version.
   * Switch to minimalist debian/rules with debhelper 9.
 - Use dh_autotools-dev to update and restore config.*.
+  * Use canonical Vcs-URI.
   * Bumped Standards-Version to 3.9.4. No changes needed.
 
- -- Peter De Wachter pdewa...@gmail.com  Wed, 24 Oct 2012 21:57:45 +0200
+ -- Peter De Wachter pdewa...@gmail.com  Sun, 30 Jun 2013 22:20:18 +0200
 
 hitori (0.3.2-1) unstable; urgency=low
 

Modified: packages/trunk/hitori/debian/control
===
--- packages/trunk/hitori/debian/control2013-06-30 18:38:48 UTC (rev 
14377)
+++ packages/trunk/hitori/debian/control2013-06-30 20:21:00 UTC (rev 
14378)
@@ -6,8 +6,8 @@
 Build-Depends: debhelper (= 9), autotools-dev, libgtk-3-dev, intltool, 
yelp-tools
 Standards-Version: 3.9.4
 Homepage: http://live.gnome.org/Hitori
-Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/hitori/
-Vcs-Browser: http://svn.debian.org/viewsvn/pkg-games/packages/trunk/hitori/
+Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/hitori/
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-games/packages/trunk/hitori/
 
 Package: hitori
 Architecture: any


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


r14380 - packages/tags/titanion

2013-07-01 Thread Peter De Wachter
Author: pdewacht-guest
Date: 2013-06-30 21:03:30 + (Sun, 30 Jun 2013)
New Revision: 14380

Added:
   packages/tags/titanion/0.3.dfsg1-5/
Log:
[svn-buildpackage] Tagging titanion 0.3.dfsg1-5


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


r14379 - packages/tags/tatan

2013-07-01 Thread Peter De Wachter
Author: pdewacht-guest
Date: 2013-06-30 21:03:28 + (Sun, 30 Jun 2013)
New Revision: 14379

Added:
   packages/tags/tatan/1.0.dfsg1-4/
Log:
[svn-buildpackage] Tagging tatan 1.0.dfsg1-4


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


r14381 - packages/tags/torus-trooper

2013-07-01 Thread Peter De Wachter
Author: pdewacht-guest
Date: 2013-06-30 21:03:55 + (Sun, 30 Jun 2013)
New Revision: 14381

Added:
   packages/tags/torus-trooper/0.22.dfsg1-9/
Log:
[svn-buildpackage] Tagging torus-trooper 0.22.dfsg1-9


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


r14382 - packages/tags/tumiki-fighters

2013-07-01 Thread Peter De Wachter
Author: pdewacht-guest
Date: 2013-06-30 21:03:56 + (Sun, 30 Jun 2013)
New Revision: 14382

Added:
   packages/tags/tumiki-fighters/0.2.dfsg1-6/
Log:
[svn-buildpackage] Tagging tumiki-fighters 0.2.dfsg1-6


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


r14383 - packages/tags/val-and-rick

2013-07-01 Thread Peter De Wachter
Author: pdewacht-guest
Date: 2013-06-30 21:04:17 + (Sun, 30 Jun 2013)
New Revision: 14383

Added:
   packages/tags/val-and-rick/0.1a.dfsg1-4/
Log:
[svn-buildpackage] Tagging val-and-rick 0.1a.dfsg1-4


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


r14384 - packages/trunk/bulletml/debian

2013-07-01 Thread Peter De Wachter
Author: pdewacht-guest
Date: 2013-07-01 06:30:55 + (Mon, 01 Jul 2013)
New Revision: 14384

Modified:
   packages/trunk/bulletml/debian/changelog
   packages/trunk/bulletml/debian/control
Log:
bulletml: add dpkg-dev (= 1.16.1~) build-dep

Because the package uses /usr/share/dpkg/buildflags.mk

(In principle not needed as even stable has 1.16.10, but ftpmaster
runs an older lintian which insists on it.)


Modified: packages/trunk/bulletml/debian/changelog
===
--- packages/trunk/bulletml/debian/changelog2013-06-30 21:04:17 UTC (rev 
14383)
+++ packages/trunk/bulletml/debian/changelog2013-07-01 06:30:55 UTC (rev 
14384)
@@ -9,7 +9,7 @@
   * Move bulletml specs from /usr/share/doc/bulletml to doc/libbulletml-dev
   * Upgraded Standards-Version to 3.9.4
 
- -- Peter De Wachter pdewa...@gmail.com  Sun, 30 Jun 2013 13:34:16 +0200
+ -- Peter De Wachter pdewa...@gmail.com  Mon, 01 Jul 2013 08:04:22 +0200
 
 bulletml (0.0.6-5) unstable; urgency=low
 

Modified: packages/trunk/bulletml/debian/control
===
--- packages/trunk/bulletml/debian/control  2013-06-30 21:04:17 UTC (rev 
14383)
+++ packages/trunk/bulletml/debian/control  2013-07-01 06:30:55 UTC (rev 
14384)
@@ -1,8 +1,14 @@
 Source: bulletml
 Priority: extra
 Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
-Uploaders: Miriam Ruiz little_m...@yahoo.es, Peter De Wachter 
pdewa...@gmail.com
-Build-Depends: debhelper (= 9), dh-exec (= 0.3), bison
+Uploaders:
+  Miriam Ruiz little_m...@yahoo.es,
+  Peter De Wachter pdewa...@gmail.com
+Build-Depends:
+  debhelper (= 9),
+  dpkg-dev (= 1.16.1~),
+  dh-exec (= 0.3),
+  bison
 Standards-Version: 3.9.4
 Section: libs
 Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/bulletml/


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


r14385 - packages/trunk/hex-a-hop/debian

2013-07-01 Thread Paul Wise
Author: pabs
Date: 2013-07-01 07:17:14 + (Mon, 01 Jul 2013)
New Revision: 14385

Added:
   packages/trunk/hex-a-hop/debian/hex-a-hop-data.install
   packages/trunk/hex-a-hop/debian/hex-a-hop.install
Modified:
   packages/trunk/hex-a-hop/debian/changelog
   packages/trunk/hex-a-hop/debian/compat
   packages/trunk/hex-a-hop/debian/control
   packages/trunk/hex-a-hop/debian/rules
Log:
Update a bunch of things

Modified: packages/trunk/hex-a-hop/debian/changelog
===
--- packages/trunk/hex-a-hop/debian/changelog   2013-07-01 06:30:55 UTC (rev 
14384)
+++ packages/trunk/hex-a-hop/debian/changelog   2013-07-01 07:17:14 UTC (rev 
14385)
@@ -15,6 +15,12 @@
   * Correct Vcs-* URLs
   * Improve menu file
   * Add upstream info
+  * Switch to debhelper compat 9
+  * Enable dh-autoreconf
+  * Add sound support
+  * Bump Standards-Version, no changes needed
+  * Split the data into a separate package
+  * Put the data into a subdir of /usr/share/games
 
  -- Paul Wise p...@debian.org  Sat, 28 Aug 2010 18:41:43 +0800
 

Modified: packages/trunk/hex-a-hop/debian/compat
===
--- packages/trunk/hex-a-hop/debian/compat  2013-07-01 06:30:55 UTC (rev 
14384)
+++ packages/trunk/hex-a-hop/debian/compat  2013-07-01 07:17:14 UTC (rev 
14385)
@@ -1 +1 @@
-7
+9

Modified: packages/trunk/hex-a-hop/debian/control
===
--- packages/trunk/hex-a-hop/debian/control 2013-07-01 06:30:55 UTC (rev 
14384)
+++ packages/trunk/hex-a-hop/debian/control 2013-07-01 07:17:14 UTC (rev 
14385)
@@ -9,12 +9,15 @@
  Sam Hocevar s...@debian.org,
  Barry deFreese bdefre...@debian.org
 Build-Depends:
- debhelper (= 7.0.50~),
- gettext,
+ autopoint,
+ debhelper (= 9),
+ dh-autoreconf,
+ libsdl-image1.2-dev,
+ libsdl-mixer1.2-dev,
  libsdl-pango-dev,
  libsdl1.2-dev,
  po4a
-Standards-Version: 3.8.3
+Standards-Version: 3.9.4
 Homepage: http://hexahop.sourceforge.net/
 Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/hex-a-hop/
 Vcs-Browser: 
http://anonscm.debian.org/viewvc/pkg-games/packages/trunk/hex-a-hop/
@@ -22,6 +25,8 @@
 Package: hex-a-hop
 Architecture: any
 Depends:
+ hex-a-hop-data (= ${source:Version}),
+ hex-a-hop-data (= ${source:Upstream-Version}),
  ${misc:Depends},
  ${shlibs:Depends}
 Description: puzzle game based on hexagonal tiles
@@ -31,3 +36,19 @@
  make things more difficult and interesting as you progress through the many
  levels. You can use the infinite undo feature to retrace your steps if you
  make a mistake. You can take as long as you like to complete each level.
+
+Package: hex-a-hop-data
+Architecture: all
+Multi-Arch: foreign
+Depends:
+ ${misc:Depends}
+Replaces:
+ hex-a-hop ( 1.2.0-1~)
+Breaks:
+ hex-a-hop ( 1.2.0-1~)
+Description: graphics, audio, levels and translations for Hex-a-hop
+ This package contains graphics, audio, levels, docs and l10n for Hex-a-hop.
+ .
+ Graphics included are the background, icons, map layers, tile images,
+ title graphics and movement animations of the heroine. Audio included
+ are the music and sound effects.

Added: packages/trunk/hex-a-hop/debian/hex-a-hop-data.install
===
--- packages/trunk/hex-a-hop/debian/hex-a-hop-data.install  
(rev 0)
+++ packages/trunk/hex-a-hop/debian/hex-a-hop-data.install  2013-07-01 
07:17:14 UTC (rev 14385)
@@ -0,0 +1,3 @@
+usr/share/doc
+usr/share/games
+usr/share/locale

Added: packages/trunk/hex-a-hop/debian/hex-a-hop.install
===
--- packages/trunk/hex-a-hop/debian/hex-a-hop.install   
(rev 0)
+++ packages/trunk/hex-a-hop/debian/hex-a-hop.install   2013-07-01 07:17:14 UTC 
(rev 14385)
@@ -0,0 +1,4 @@
+data/hex-a-hop.xpm usr/share/pixmaps
+usr/games
+usr/share/applications
+usr/share/man

Modified: packages/trunk/hex-a-hop/debian/rules
===
--- packages/trunk/hex-a-hop/debian/rules   2013-07-01 06:30:55 UTC (rev 
14384)
+++ packages/trunk/hex-a-hop/debian/rules   2013-07-01 07:17:14 UTC (rev 
14385)
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 %:
-   dh $@ --parallel --with autotools_dev
+   dh $@ --parallel --with autoreconf
 
 override_dh_auto_configure:
-   dh_auto_configure -- --bindir=/usr/games
+   dh_auto_configure -- --bindir=/usr/games 
--datadir=/usr/share/games/hex-a-hop


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


r14386 - in packages/trunk/monsterz/debian: . patches

2013-07-01 Thread Markus Koschany
Author: apo-guest
Date: 2013-07-01 10:55:10 + (Mon, 01 Jul 2013)
New Revision: 14386

Removed:
   packages/trunk/monsterz/debian/patches/040_makefile_cflags.patch
Modified:
   packages/trunk/monsterz/debian/changelog
   packages/trunk/monsterz/debian/compat
   packages/trunk/monsterz/debian/control
   packages/trunk/monsterz/debian/copyright
   packages/trunk/monsterz/debian/patches/series
   packages/trunk/monsterz/debian/rules
Log:
Fix RC bug #710733. Harden monsterz. Release 0.7.1-7.




Modified: packages/trunk/monsterz/debian/changelog
===
--- packages/trunk/monsterz/debian/changelog2013-07-01 07:17:14 UTC (rev 
14385)
+++ packages/trunk/monsterz/debian/changelog2013-07-01 10:55:10 UTC (rev 
14386)
@@ -1,3 +1,20 @@
+monsterz (0.7.1-7) unstable; urgency=low
+
+  * Team upload.
+  * debian/control:
+- Use canonical VCS-URI.
+- Add Breaks and Replaces relation to monsterz-data. This prevents that
+  monsterz fails to upgrade. (Closes: #710733)
+- monsterz: Tighten dependency on monsterz-data (= ${source:Version}).
+  * Bump compatibility level to 9 and require debhelper = 9 for automatic
+hardening build flags.
+  * Use hardening-wrapper to harden the monsterz binary completely hence we can
+drop 040_makefile_cflags.patch.
+  * Fix lintian issue copyright-refers-to-symlink-license and point to GPL-2
+and LGPL-2.1 licenses.
+
+ -- Markus Koschany a...@gambaru.de  Mon, 01 Jul 2013 12:02:42 +0200
+
 monsterz (0.7.1-6) unstable; urgency=low
 
   * Remove yes flag from --with-python2. (Closes: #710376).

Modified: packages/trunk/monsterz/debian/compat
===
--- packages/trunk/monsterz/debian/compat   2013-07-01 07:17:14 UTC (rev 
14385)
+++ packages/trunk/monsterz/debian/compat   2013-07-01 10:55:10 UTC (rev 
14386)
@@ -1 +1 @@
-7
+9

Modified: packages/trunk/monsterz/debian/control
===
--- packages/trunk/monsterz/debian/control  2013-07-01 07:17:14 UTC (rev 
14385)
+++ packages/trunk/monsterz/debian/control  2013-07-01 10:55:10 UTC (rev 
14386)
@@ -4,15 +4,15 @@
 Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
 Uploaders: Sam Hocevar (Debian packages) sam+...@zoy.org, Barry deFreese 
bdefre...@debian.org,
  Gonéri Le Bouder gon...@rulezlan.org
-Build-Depends: debhelper (= 7.0.50~), dpkg-dev (= 1.16.1~), imagemagick, 
python-dev
+Build-Depends: debhelper (= 9), hardening-wrapper, imagemagick, python-dev
 Standards-Version: 3.9.4
-Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/monsterz/
-Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-games/packages/trunk/monsterz/?op=log
+Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/monsterz/
+Vcs-Browser: 
http://anonscm.debian.org/viewvc/pkg-games/packages/trunk/monsterz/
 Homepage: http://sam.zoy.org/monsterz/
 
 Package: monsterz
 Architecture: any
-Depends: monsterz-data, ${shlibs:Depends}, ${misc:Depends}
+Depends: monsterz-data (= ${source:Version}), ${shlibs:Depends}, 
${misc:Depends}
 Description: arcade puzzle game
  Monsterz is similar to the Bejeweled, Zookeeper or Zooo games.
  The goal is to swap adjacent tiles to create alignments,
@@ -21,6 +21,8 @@
 Package: monsterz-data
 Architecture: all
 Depends: ${misc:Depends}, python-pygame, python
+Replaces: monsterz ( 0.7.1-5)
+Breaks: monsterz ( 0.7.1-5)
 Description: graphics and audio data for monsterz
  Monsterz is an arcade puzzle game, similar to the Bejeweled, Zookeeper
  or Zooo games. The goal is to swap adjacent tiles to create alignments,

Modified: packages/trunk/monsterz/debian/copyright
===
--- packages/trunk/monsterz/debian/copyright2013-07-01 07:17:14 UTC (rev 
14385)
+++ packages/trunk/monsterz/debian/copyright2013-07-01 10:55:10 UTC (rev 
14386)
@@ -63,7 +63,7 @@
  the terms of the GNU General Public License.
 
 On Debian GNU/Linux systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL' and the
+Public License can be found in `/usr/share/common-licenses/GPL-2' and the
 complete text of the GNU Lesser General Public License can be found in
-`/usr/share/common-licenses/LGPL'.
+`/usr/share/common-licenses/LGPL-2.1'.
 

Deleted: packages/trunk/monsterz/debian/patches/040_makefile_cflags.patch
===
--- packages/trunk/monsterz/debian/patches/040_makefile_cflags.patch
2013-07-01 07:17:14 UTC (rev 14385)
+++ packages/trunk/monsterz/debian/patches/040_makefile_cflags.patch
2013-07-01 10:55:10 UTC (rev 14386)
@@ -1,15 +0,0 @@
-Author: Barry deFreese
-Description: Modify Makefile to accept CFLAGS from the environment.
-Index: monsterz-0.7.1/Makefile
-===
 

r14390 - packages/tags/parsec47

2013-07-01 Thread Peter De Wachter
Author: pdewacht-guest
Date: 2013-07-01 17:58:43 + (Mon, 01 Jul 2013)
New Revision: 14390

Added:
   packages/tags/parsec47/0.2.dfsg1-6/
Log:
[svn-buildpackage] Tagging parsec47 0.2.dfsg1-6


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


r14389 - packages/tags/projectl

2013-07-01 Thread Peter De Wachter
Author: pdewacht-guest
Date: 2013-07-01 17:58:43 + (Mon, 01 Jul 2013)
New Revision: 14389

Added:
   packages/tags/projectl/1.001.dfsg1-6/
Log:
[svn-buildpackage] Tagging projectl 1.001.dfsg1-6


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


r14387 - packages/tags/gunroar

2013-07-01 Thread Peter De Wachter
Author: pdewacht-guest
Date: 2013-07-01 17:58:41 + (Mon, 01 Jul 2013)
New Revision: 14387

Added:
   packages/tags/gunroar/0.15.dfsg1-7/
Log:
[svn-buildpackage] Tagging gunroar 0.15.dfsg1-7


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


r14388 - packages/tags/ii-esu

2013-07-01 Thread Peter De Wachter
Author: pdewacht-guest
Date: 2013-07-01 17:58:42 + (Mon, 01 Jul 2013)
New Revision: 14388

Added:
   packages/tags/ii-esu/1.0a.dfsg1-6/
Log:
[svn-buildpackage] Tagging ii-esu 1.0a.dfsg1-6


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


r14393 - packages/tags/mu-cade

2013-07-01 Thread Peter De Wachter
Author: pdewacht-guest
Date: 2013-07-01 17:58:44 + (Mon, 01 Jul 2013)
New Revision: 14393

Added:
   packages/tags/mu-cade/0.11.dfsg1-8/
Log:
[svn-buildpackage] Tagging mu-cade 0.11.dfsg1-8


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


r14392 - in packages/tags/hitori: . 0.4.0-1/debian

2013-07-01 Thread Peter De Wachter
Author: pdewacht-guest
Date: 2013-07-01 17:58:44 + (Mon, 01 Jul 2013)
New Revision: 14392

Added:
   packages/tags/hitori/0.4.0-1/
   packages/tags/hitori/0.4.0-1/debian/changelog
   packages/tags/hitori/0.4.0-1/debian/control
Removed:
   packages/tags/hitori/0.4.0-1/debian/changelog
   packages/tags/hitori/0.4.0-1/debian/control
Log:
[svn-buildpackage] Tagging hitori 0.4.0-1

Deleted: packages/tags/hitori/0.4.0-1/debian/changelog
===
--- packages/trunk/hitori/debian/changelog  2013-06-30 14:19:32 UTC (rev 
14374)
+++ packages/tags/hitori/0.4.0-1/debian/changelog   2013-07-01 17:58:44 UTC 
(rev 14392)
@@ -1,51 +0,0 @@
-hitori (0.4.0-1) unstable; urgency=low
-
-  * New upstream version.
-  * Switch to minimalist debian/rules with debhelper 9.
-- Use dh_autotools-dev to update and restore config.*.
-  * Bumped Standards-Version to 3.9.4. No changes needed.
-
- -- Peter De Wachter pdewa...@gmail.com  Wed, 24 Oct 2012 21:57:45 +0200
-
-hitori (0.3.2-1) unstable; urgency=low
-
-  * New upstream version.
-  * Fixed watch file.
-  * Bumped Standards-Version to 3.9.3. No changes needed.
-
- -- Peter De Wachter pdewa...@gmail.com  Mon, 14 May 2012 21:27:50 +0200
-
-hitori (0.3.1-1) unstable; urgency=low
-
-  * New upstream version.
-  * License change: the documentation license is now
-Creative Commons Attribution-ShareAlike 3.0 unported. 
-  * Switch to dpkg-source 3.0 (quilt) format.
-  * Bumped Standards-Version to 3.9.2. No changes needed.
-
- -- Peter De Wachter pdewa...@gmail.com  Sat, 18 Jun 2011 23:06:44 +0200
-
-hitori (0.2.3-1) unstable; urgency=low
-
-  * New upstream version.
-- Fixed bug in solution verification. (Closes: #552510)
-  * Added missing build-dependency on docbook-xml.
-  * Removed obsolete dh_scrollkeeper call.
-  * Bumped Standards-Version to 3.8.3. No changes needed. 
-
- -- Peter De Wachter pdewa...@gmail.com  Sat, 07 Nov 2009 22:15:11 +0100
-
-hitori (0.2.2-1) unstable; urgency=low
-
-  * New upstream version.
-  * New upstrean website: updated watch file, etc.
-  * Removed obsolete dh_desktop call.
-  * Bumped Standards-Version to 3.8.1. No changes needed.
-
- -- Peter De Wachter pdewa...@gmail.com  Sun, 26 Apr 2009 20:56:50 +0200
-
-hitori (0.2.1-1) unstable; urgency=low
-
-  * Initial release (Closes: #490222)
-
- -- Peter De Wachter pdewa...@gmail.com  Mon, 09 Mar 2009 23:29:38 +0100

Copied: packages/tags/hitori/0.4.0-1/debian/changelog (from rev 14378, 
packages/trunk/hitori/debian/changelog)
===
--- packages/tags/hitori/0.4.0-1/debian/changelog   
(rev 0)
+++ packages/tags/hitori/0.4.0-1/debian/changelog   2013-07-01 17:58:44 UTC 
(rev 14392)
@@ -0,0 +1,52 @@
+hitori (0.4.0-1) unstable; urgency=low
+
+  * New upstream version.
+  * Switch to minimalist debian/rules with debhelper 9.
+- Use dh_autotools-dev to update and restore config.*.
+  * Use canonical Vcs-URI.
+  * Bumped Standards-Version to 3.9.4. No changes needed.
+
+ -- Peter De Wachter pdewa...@gmail.com  Sun, 30 Jun 2013 22:20:18 +0200
+
+hitori (0.3.2-1) unstable; urgency=low
+
+  * New upstream version.
+  * Fixed watch file.
+  * Bumped Standards-Version to 3.9.3. No changes needed.
+
+ -- Peter De Wachter pdewa...@gmail.com  Mon, 14 May 2012 21:27:50 +0200
+
+hitori (0.3.1-1) unstable; urgency=low
+
+  * New upstream version.
+  * License change: the documentation license is now
+Creative Commons Attribution-ShareAlike 3.0 unported. 
+  * Switch to dpkg-source 3.0 (quilt) format.
+  * Bumped Standards-Version to 3.9.2. No changes needed.
+
+ -- Peter De Wachter pdewa...@gmail.com  Sat, 18 Jun 2011 23:06:44 +0200
+
+hitori (0.2.3-1) unstable; urgency=low
+
+  * New upstream version.
+- Fixed bug in solution verification. (Closes: #552510)
+  * Added missing build-dependency on docbook-xml.
+  * Removed obsolete dh_scrollkeeper call.
+  * Bumped Standards-Version to 3.8.3. No changes needed. 
+
+ -- Peter De Wachter pdewa...@gmail.com  Sat, 07 Nov 2009 22:15:11 +0100
+
+hitori (0.2.2-1) unstable; urgency=low
+
+  * New upstream version.
+  * New upstrean website: updated watch file, etc.
+  * Removed obsolete dh_desktop call.
+  * Bumped Standards-Version to 3.8.1. No changes needed.
+
+ -- Peter De Wachter pdewa...@gmail.com  Sun, 26 Apr 2009 20:56:50 +0200
+
+hitori (0.2.1-1) unstable; urgency=low
+
+  * Initial release (Closes: #490222)
+
+ -- Peter De Wachter pdewa...@gmail.com  Mon, 09 Mar 2009 23:29:38 +0100

Deleted: packages/tags/hitori/0.4.0-1/debian/control
===
--- packages/trunk/hitori/debian/control2013-06-30 14:19:32 UTC (rev 
14374)
+++ packages/tags/hitori/0.4.0-1/debian/control 2013-07-01 17:58:44 UTC (rev 
14392)
@@ -1,21 +0,0 @@
-Source: hitori
-Section: games
-Priority: optional
-Maintainer: Debian Games Team 

r14394 - packages/trunk/monsterz/debian

2013-07-01 Thread Markus Koschany
Author: apo-guest
Date: 2013-07-01 20:22:05 + (Mon, 01 Jul 2013)
New Revision: 14394

Added:
   packages/trunk/monsterz/debian/preinst
Removed:
   packages/trunk/monsterz/debian/monsterz.links
Log:
Remove monsterz.links. Add preinst script.



Deleted: packages/trunk/monsterz/debian/monsterz.links
===
--- packages/trunk/monsterz/debian/monsterz.links   2013-07-01 17:58:44 UTC 
(rev 14393)
+++ packages/trunk/monsterz/debian/monsterz.links   2013-07-01 20:22:05 UTC 
(rev 14394)
@@ -1 +0,0 @@
-/usr/share/doc/monsterz-data /usr/share/doc/monsterz

Added: packages/trunk/monsterz/debian/preinst
===
--- packages/trunk/monsterz/debian/preinst  (rev 0)
+++ packages/trunk/monsterz/debian/preinst  2013-07-01 20:22:05 UTC (rev 
14394)
@@ -0,0 +1,11 @@
+#!/bin/sh
+# dpkg does not replace symlinks with directories and vice versa, therefore
+# maintainer scripts need to be used.
+set -e
+
+if [ -L /usr/share/doc/monsterz ] ; then
+rm -f /usr/share/doc/monsterz
+fi
+
+#DEBHELPER#
+


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


r14396 - in packages/trunk/kiki-the-nano-bot/debian: . patches

2013-07-01 Thread Peter De Wachter
Author: pdewacht-guest
Date: 2013-07-01 20:52:59 + (Mon, 01 Jul 2013)
New Revision: 14396

Added:
   packages/trunk/kiki-the-nano-bot/debian/patches/virtual-destructors.patch
Modified:
   packages/trunk/kiki-the-nano-bot/debian/changelog
   packages/trunk/kiki-the-nano-bot/debian/patches/series
Log:
kiki-the-nano-bot: fix gcc undefined behavior warning


Modified: packages/trunk/kiki-the-nano-bot/debian/changelog
===
--- packages/trunk/kiki-the-nano-bot/debian/changelog   2013-07-01 20:36:21 UTC 
(rev 14395)
+++ packages/trunk/kiki-the-nano-bot/debian/changelog   2013-07-01 20:52:59 UTC 
(rev 14396)
@@ -1,13 +1,14 @@
-kiki-the-nano-bot (1.0.2+dfsg1-5) UNRELEASED; urgency=low
+kiki-the-nano-bot (1.0.2+dfsg1-5) unstable; urgency=low
 
   * Fixed FTBFS (incorrect python-config command) (Closes: #713274)
+  * Add virtual-destructors.patch to fix undefined behavior
   * Packaging cleanups
 - Switch to source format 3
 - Use build-hardening flags
 - Switch to debhelper 9
   * Bumped Standards-Version to 3.9.4.
 
- -- Peter De Wachter pdewa...@gmail.com  Mon, 24 Jun 2013 21:28:22 +0200
+ -- Peter De Wachter pdewa...@gmail.com  Mon, 01 Jul 2013 22:32:01 +0200
 
 kiki-the-nano-bot (1.0.2+dfsg1-4) unstable; urgency=low
 

Modified: packages/trunk/kiki-the-nano-bot/debian/patches/series
===
--- packages/trunk/kiki-the-nano-bot/debian/patches/series  2013-07-01 
20:36:21 UTC (rev 14395)
+++ packages/trunk/kiki-the-nano-bot/debian/patches/series  2013-07-01 
20:52:59 UTC (rev 14396)
@@ -21,3 +21,4 @@
 ogg-sound.patch
 level-selection-with-no-levels-solved.patch
 freebsd.patch
+virtual-destructors.patch

Added: packages/trunk/kiki-the-nano-bot/debian/patches/virtual-destructors.patch
===
--- packages/trunk/kiki-the-nano-bot/debian/patches/virtual-destructors.patch   
(rev 0)
+++ packages/trunk/kiki-the-nano-bot/debian/patches/virtual-destructors.patch   
2013-07-01 20:52:59 UTC (rev 14396)
@@ -0,0 +1,31 @@
+Description: add missing virtual destructors
+  GCC gives the following warning:
+  deleting object of polymorphic class type KObject/KikiCharacter which has
+  non-virtual destructor might cause undefined behaviour
+
+  Fix this by adding empty virtual destructors. The warning is probably
+  spurious for KikiCharacter but better safe than sorry.
+Author: Peter De Wachter pdewa...@gmail.com
+
+--- a/kodilib/src/tools/KNotificationObject.h
 b/kodilib/src/tools/KNotificationObject.h
+@@ -17,6 +17,9 @@
+ class KObject
+ {
+ INTROSPECTION
++
++public:
++virtual ~KObject() { }
+ };
+ 
+ // 

+--- a/src/gui/KikiCharacter.h
 b/src/gui/KikiCharacter.h
+@@ -20,6 +20,7 @@
+ public: // 
 PUBLIC
+ 
+ KikiCharacter ( char );
++virtual ~KikiCharacter() { }
+ 
+ virtual void  display ();
+ virtual void  render  ();


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