r14315 - packages/trunk/sdlbasic/debian

2013-06-24 Thread Barry deFreese
Author: bdefreese
Date: 2013-06-24 13:06:11 + (Mon, 24 Jun 2013)
New Revision: 14315

Modified:
   packages/trunk/sdlbasic/debian/changelog
   packages/trunk/sdlbasic/debian/control
Log:
Add myself to uploaders.  Bump Standards to 3.9.4.

Modified: packages/trunk/sdlbasic/debian/changelog
===
--- packages/trunk/sdlbasic/debian/changelog2013-06-23 16:01:05 UTC (rev 
14314)
+++ packages/trunk/sdlbasic/debian/changelog2013-06-24 13:06:11 UTC (rev 
14315)
@@ -1,3 +1,10 @@
+sdlbasic (0.0.20070714-5) unstable; urgency=low
+
+  * Add myself to uploaders.
+  * Bump Standards Version to 3.9.4.
+
+ -- Barry deFreese bdefre...@debian.org  Mon, 24 Jun 2013 05:15:20 -0400
+
 sdlbasic (0.0.20070714-4) unstable; urgency=low
 
   * Team upload.

Modified: packages/trunk/sdlbasic/debian/control
===
--- packages/trunk/sdlbasic/debian/control  2013-06-23 16:01:05 UTC (rev 
14314)
+++ packages/trunk/sdlbasic/debian/control  2013-06-24 13:06:11 UTC (rev 
14315)
@@ -3,7 +3,8 @@
 Priority: extra
 Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
 Uploaders:
- Miriam Ruiz little_m...@yahoo.es
+ Miriam Ruiz little_m...@yahoo.es,
+ Barry deFreese bdefre...@debian.org
 Build-Depends:
  bison,
  debhelper (= 9),
@@ -18,7 +19,7 @@
  libsmpeg-dev,
  libtiff-dev,
  sng
-Standards-Version: 3.9.3
+Standards-Version: 3.9.4
 Homepage: http://sdlbasic.altervista.org/main/index.php
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/sdlbasic/
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-games/packages/trunk/sdlbasic/?op=log


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


r14316 - in packages/trunk/sdlbasic/debian: . patches

2013-06-24 Thread Barry deFreese
Author: bdefreese
Date: 2013-06-24 14:57:59 + (Mon, 24 Jun 2013)
New Revision: 14316

Added:
   packages/trunk/sdlbasic/debian/patches/link_gmodule_libs.patch
Modified:
   packages/trunk/sdlbasic/debian/changelog
   packages/trunk/sdlbasic/debian/control
   packages/trunk/sdlbasic/debian/patches/series
   packages/trunk/sdlbasic/debian/watch
Log:
Add patch to link gmodule libs.  Update watch file and homepage.

Modified: packages/trunk/sdlbasic/debian/changelog
===
--- packages/trunk/sdlbasic/debian/changelog2013-06-24 13:06:11 UTC (rev 
14315)
+++ packages/trunk/sdlbasic/debian/changelog2013-06-24 14:57:59 UTC (rev 
14316)
@@ -1,6 +1,10 @@
 sdlbasic (0.0.20070714-5) unstable; urgency=low
 
   * Add myself to uploaders.
+  * Add patch to link in gmodule libs. (Closes: #713584).
+  * Update watch file.
+  * Update Homepage.
+  * Update VCS tags.
   * Bump Standards Version to 3.9.4.
 
  -- Barry deFreese bdefre...@debian.org  Mon, 24 Jun 2013 05:15:20 -0400

Modified: packages/trunk/sdlbasic/debian/control
===
--- packages/trunk/sdlbasic/debian/control  2013-06-24 13:06:11 UTC (rev 
14315)
+++ packages/trunk/sdlbasic/debian/control  2013-06-24 14:57:59 UTC (rev 
14316)
@@ -20,9 +20,9 @@
  libtiff-dev,
  sng
 Standards-Version: 3.9.4
-Homepage: http://sdlbasic.altervista.org/main/index.php
-Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/sdlbasic/
-Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-games/packages/trunk/sdlbasic/?op=log
+Homepage: http://www.sdlbasic.altervista.org/main/index.html
+Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/sdlbasic/
+Vcs-Browser: 
http://anonscm.debian.org/viewvc/pkg-games/packages/trunk/sdlbasic/?op=log
 
 Package: sdlbrt
 Section: interpreters

Added: packages/trunk/sdlbasic/debian/patches/link_gmodule_libs.patch
===
--- packages/trunk/sdlbasic/debian/patches/link_gmodule_libs.patch  
(rev 0)
+++ packages/trunk/sdlbasic/debian/patches/link_gmodule_libs.patch  
2013-06-24 14:57:59 UTC (rev 14316)
@@ -0,0 +1,16 @@
+Description: Missing links to gmodule-2.0 libs.
+Bug-Debian: http://bugs.debian.org/713584
+Author: Barry deFreese bdefre...@debian.org
+Index: sdlbasic-0.0.20070714/src/sdlBasic/src/sdlBasic/gtk/makefile
+===
+--- sdlbasic-0.0.20070714.orig/src/sdlBasic/src/sdlBasic/gtk/makefile  
2013-06-24 05:33:52.0 -0400
 sdlbasic-0.0.20070714/src/sdlBasic/src/sdlBasic/gtk/makefile   
2013-06-24 05:34:36.0 -0400
+@@ -25,7 +25,7 @@
+ # h@h@ is printed here when gnome-config unavailable. Seems harmless.
+ ifdef GTK2
+ CONFIGFLAGS=pkg-config --cflags gtk+-2.0
+-CONFIGLIB=pkg-config --libs gtk+-2.0 gthread-2.0
++CONFIGLIB=pkg-config --libs gtk+-2.0 gthread-2.0 gmodule-2.0
+ CONFIGTHREADS=
+ gnomeprefix:=$(shell pkg-config --variable=prefix gtk+-2.0 2/dev/null)
+ else

Modified: packages/trunk/sdlbasic/debian/patches/series
===
--- packages/trunk/sdlbasic/debian/patches/series   2013-06-24 13:06:11 UTC 
(rev 14315)
+++ packages/trunk/sdlbasic/debian/patches/series   2013-06-24 14:57:59 UTC 
(rev 14316)
@@ -7,3 +7,4 @@
 bison_code.patch
 x-www-browser.patch
 quickhelp.patch
+link_gmodule_libs.patch

Modified: packages/trunk/sdlbasic/debian/watch
===
--- packages/trunk/sdlbasic/debian/watch2013-06-24 13:06:11 UTC (rev 
14315)
+++ packages/trunk/sdlbasic/debian/watch2013-06-24 14:57:59 UTC (rev 
14316)
@@ -1,4 +1,6 @@
 version=3
 
-opts=uversionmangle=s/(\d*)\.(\d*)\.(\d*)/0\.0\.$1$2$3/ \
-http://sf.net/sdlbasic/sdlBasic-src-([\d.]+)\.tgz
+#opts=uversionmangle=s/(\d*)\.(\d*)\.(\d*)/0\.0\.$1$2$3/ \
+#http://sf.net/sdlbasic/sdlBasic-src-([\d.]+)\.tgz
+opts=uversionmangle=s/(\d*)-(\d*)-(\d*)/0\.0\.$1$2$3/ \
+http://sf.net/sdlbasic/sdlBasic-source-([\d-]+)\.tar\.gz


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


r14317 - in packages/trunk/sdlbasic/debian: . patches

2013-06-24 Thread Barry deFreese
Author: bdefreese
Date: 2013-06-24 16:42:00 + (Mon, 24 Jun 2013)
New Revision: 14317

Added:
   packages/trunk/sdlbasic/debian/patches/useless_links.patch
Modified:
   packages/trunk/sdlbasic/debian/changelog
   packages/trunk/sdlbasic/debian/patches/series
Log:
Add patch to remove unused lib links.

Modified: packages/trunk/sdlbasic/debian/changelog
===
--- packages/trunk/sdlbasic/debian/changelog2013-06-24 14:57:59 UTC (rev 
14316)
+++ packages/trunk/sdlbasic/debian/changelog2013-06-24 16:42:00 UTC (rev 
14317)
@@ -2,6 +2,7 @@
 
   * Add myself to uploaders.
   * Add patch to link in gmodule libs. (Closes: #713584).
+  * Add patch to remove unused lib links. (Closes: #672948).
   * Update watch file.
   * Update Homepage.
   * Update VCS tags.

Modified: packages/trunk/sdlbasic/debian/patches/series
===
--- packages/trunk/sdlbasic/debian/patches/series   2013-06-24 14:57:59 UTC 
(rev 14316)
+++ packages/trunk/sdlbasic/debian/patches/series   2013-06-24 16:42:00 UTC 
(rev 14317)
@@ -8,3 +8,4 @@
 x-www-browser.patch
 quickhelp.patch
 link_gmodule_libs.patch
+useless_links.patch

Added: packages/trunk/sdlbasic/debian/patches/useless_links.patch
===
--- packages/trunk/sdlbasic/debian/patches/useless_links.patch  
(rev 0)
+++ packages/trunk/sdlbasic/debian/patches/useless_links.patch  2013-06-24 
16:42:00 UTC (rev 14317)
@@ -0,0 +1,54 @@
+Description: Remove links to unused libraries.
+Author: Barry deFreese bdefre...@debian.org
+Index: sdlbasic-0.0.20070714/src/sdlBasic/src/sdlBrt/makefile
+===
+--- sdlbasic-0.0.20070714.orig/src/sdlBasic/src/sdlBrt/makefile
2013-06-24 08:47:40.0 -0400
 sdlbasic-0.0.20070714/src/sdlBasic/src/sdlBrt/makefile 2013-06-24 
08:49:59.0 -0400
+@@ -102,7 +102,7 @@
+ 
+ COMPILE=$(CPP) $(CFLAG)
+ 
+-LIBS=-Wl,-rpath, -lSDL_mixer -lSDL_image -lSDL_ttf -lSDL_net -lvorbisfile 
-lvorbis -logg -lsmpeg -lasound -lSDL -lpng -ltiff -lz -ljpeg -lpthread -lm 
-lfreetype -ldl
++LIBS=-Wl,-rpath, -lSDL_mixer -lSDL_image -lSDL_ttf -lSDL_net -lsmpeg -lSDL 
-lpthread -lm
+ #LIBS=-Wl,-rpath, -lSDL -lSDL_mixer -lSDL_image -lSDL_ttf -lSDL_net  -lsmpeg 
-lpthread -lm -lfreetype -lSDL -lpng -ljpeg -ltiff -lz -ldirectfb -ldirect 
-lesd -lasound -lopenal -lartsc  -ldl
+ #LIBS= -lSDL_mixer -lSDL_image -lSDL_ttf -lSDL_net -lsmpeg
+ COMPILE=$(CPP) $(CFLAG)
+Index: sdlbasic-0.0.20070714/src/sdlBasic/src/sdlBrt/unzip/makefile
+===
+--- sdlbasic-0.0.20070714.orig/src/sdlBasic/src/sdlBrt/unzip/makefile  
2013-06-24 08:31:25.0 -0400
 sdlbasic-0.0.20070714/src/sdlBasic/src/sdlBrt/unzip/makefile   
2013-06-24 08:47:40.0 -0400
+@@ -68,7 +68,7 @@
+ RM=rm -f
+ 
+ CFLAG= -Wall -g -O2 -I/usr/include/SDL -D_REENTRAT -DPLAY_MOD -DUNIX -DLINUX
+-LIBS=-Wl,-rpath, -lSDL_mixer -lSDL_image -lSDL_ttf -lSDL_net -lvorbisfile 
-lvorbis -logg -lsmpeg -lasound -lSDL -lpng -ltiff -lz -ljpeg -lpthread -lm 
-lfreetype -ldl
++LIBS=-Wl,-rpath, -lSDL_mixer -lSDL_image -lSDL_ttf -lSDL_net -lsmpeg -lSDL 
-lpthread -lm
+ #LIBS=-Wl,-rpath, -lSDL -lSDL_mixer -lSDL_image -lSDL_ttf -lSDL_net 
-lvorbisfile -lvorbis -logg -lsmpeg -lpthread -lm -lfreetype -lSDL -lpng -ljpeg 
-ltiff -lz -lartsdsp -lasound -lartsdsp -ldl
+ #LIBS=-lSDL_mixer -lSDL_image -lSDL_ttf -lSDL_net -lsmpeg
+ COMPILE=$(CPP) $(CFLAG)
+Index: sdlbasic-0.0.20070714/src/sdlBasic/src/sdlBrt/SDLengine/makefile
+===
+--- sdlbasic-0.0.20070714.orig/src/sdlBasic/src/sdlBrt/SDLengine/makefile  
2013-06-24 08:47:40.0 -0400
 sdlbasic-0.0.20070714/src/sdlBasic/src/sdlBrt/SDLengine/makefile   
2013-06-24 08:47:40.0 -0400
+@@ -74,7 +74,7 @@
+ DEJAVUSANS_TTF=/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf
+ 
+ CFLAG=  -Wall -g -O2 -I/usr/include/SDL -D_REENTRAT -DPLAY_MOD -DUNIX -DLINUX 
-DDEJAVUSANS_TTF=\$(DEJAVUSANS_TTF)\
+-LIBS=-Wl,-rpath, -lSDL_mixer -lSDL_image -lSDL_ttf -lSDL_net -lvorbisfile 
-lvorbis -logg -lsmpeg -lasound -lSDL -lpng -ltiff -lz -ljpeg -lpthread -lm 
-lfreetype -ldl
++LIBS=-Wl,-rpath, -lSDL_mixer -lSDL_image -lSDL_ttf -lSDL_net -lsmpeg -lSDL 
-lpthread -lm
+ #LIBS=-Wl,-rpath, -lSDL -lSDL_mixer -lSDL_image -lSDL_ttf -lSDL_net 
-lvorbisfile -lvorbis -logg -lsmpeg -lpthread -lm -lfreetype -lSDL -lpng -ljpeg 
-ltiff -lz -lartsdsp -lasound -lartsdsp -ldl
+ #LIBS=-lSDL_mixer -lSDL_image -lSDL_ttf -lSDL_net -lsmpeg
+ COMPILE=$(CPP) $(CFLAG)
+Index: sdlbasic-0.0.20070714/src/sdlBasic/src/sdlBrt/BASengine/makefile
+===
+--- sdlbasic-0.0.20070714.orig/src/sdlBasic/src/sdlBrt/BASengine/makefile  
2013-06-24 

r14318 - packages/tags/sdlbasic

2013-06-24 Thread Barry deFreese
Author: bdefreese
Date: 2013-06-24 18:57:58 + (Mon, 24 Jun 2013)
New Revision: 14318

Added:
   packages/tags/sdlbasic/0.0.20070714-5/
Log:
[svn-buildpackage] Tagging sdlbasic 0.0.20070714-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


r14319 - packages/tags/7kaa

2013-06-24 Thread Barry deFreese
Author: bdefreese
Date: 2013-06-24 19:08:12 + (Mon, 24 Jun 2013)
New Revision: 14319

Added:
   packages/tags/7kaa/2.14.4-1/
Log:
[svn-buildpackage] Tagging 7kaa 2.14.4-1


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


r14320 - in packages/trunk: ! dirs' list truncated !

2013-06-24 Thread Peter De Wachter
Author: pdewacht-guest
Date: 2013-06-24 19:18:57 + (Mon, 24 Jun 2013)
New Revision: 14320

Modified:
   packages/trunk/gunroar/debian/control
   packages/trunk/mu-cade/debian/control
   packages/trunk/projectl/debian/control
   packages/trunk/tatan/debian/control
   packages/trunk/titanion/debian/control
   packages/trunk/torus-trooper/debian/control
   packages/trunk/tumiki-fighters/debian/control
   packages/trunk/val-and-rick/debian/control
Log:
D-based games: remove obsolete dm-allowed-upload


Modified: packages/trunk/gunroar/debian/control
===
--- packages/trunk/gunroar/debian/control   2013-06-24 19:08:12 UTC (rev 
14319)
+++ packages/trunk/gunroar/debian/control   2013-06-24 19:18:57 UTC (rev 
14320)
@@ -10,7 +10,6 @@
 Homepage: http://www.asahi-net.or.jp/~cs8k-cyu/windows/gr_e.html
 Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/gunroar/
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-games/packages/trunk/gunroar/
-DM-Upload-Allowed: yes
 
 Package: gunroar
 Architecture: any

Modified: packages/trunk/mu-cade/debian/control
===
--- packages/trunk/mu-cade/debian/control   2013-06-24 19:08:12 UTC (rev 
14319)
+++ packages/trunk/mu-cade/debian/control   2013-06-24 19:18:57 UTC (rev 
14320)
@@ -10,7 +10,6 @@
 Homepage: http://www.asahi-net.or.jp/~cs8k-cyu/windows/mcd_e.html
 Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/mu-cade/
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-games/packages/trunk/mu-cade/
-DM-Upload-Allowed: yes
 
 Package: mu-cade
 Architecture: any

Modified: packages/trunk/projectl/debian/control
===
--- packages/trunk/projectl/debian/control  2013-06-24 19:08:12 UTC (rev 
14319)
+++ packages/trunk/projectl/debian/control  2013-06-24 19:18:57 UTC (rev 
14320)
@@ -10,7 +10,6 @@
 Homepage: http://hiz.fool.jp/hp/game/projectL/index_en.html
 Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/projectl/
 Vcs-Browser: 
http://anonscm.debian.org/viewvc/pkg-games/packages/trunk/projectl/
-DM-Upload-Allowed: yes
 
 Package: projectl
 Architecture: any

Modified: packages/trunk/tatan/debian/control
===
--- packages/trunk/tatan/debian/control 2013-06-24 19:08:12 UTC (rev 14319)
+++ packages/trunk/tatan/debian/control 2013-06-24 19:18:57 UTC (rev 14320)
@@ -10,7 +10,6 @@
 Homepage: http://hiz.fool.jp/hp/game/tatan/index_en.html
 Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/tatan/
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-games/packages/trunk/tatan/
-DM-Upload-Allowed: yes
 
 Package: tatan
 Architecture: any

Modified: packages/trunk/titanion/debian/control
===
--- packages/trunk/titanion/debian/control  2013-06-24 19:08:12 UTC (rev 
14319)
+++ packages/trunk/titanion/debian/control  2013-06-24 19:18:57 UTC (rev 
14320)
@@ -10,7 +10,6 @@
 Homepage: http://www.asahi-net.or.jp/~cs8k-cyu/windows/ttn_e.html
 Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/titanion/
 Vcs-Browser: 
http://anonscm.debian.org/viewvc/pkg-games/packages/trunk/titanion/
-DM-Upload-Allowed: yes
 
 Package: titanion
 Architecture: any

Modified: packages/trunk/torus-trooper/debian/control
===
--- packages/trunk/torus-trooper/debian/control 2013-06-24 19:08:12 UTC (rev 
14319)
+++ packages/trunk/torus-trooper/debian/control 2013-06-24 19:18:57 UTC (rev 
14320)
@@ -10,7 +10,6 @@
 Homepage: http://www.asahi-net.or.jp/~cs8k-cyu/windows/tt_e.html
 Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/torus-trooper/
 Vcs-Browser: 
http://anonscm.debian.org/viewvc/pkg-games/packages/trunk/torus-trooper/
-DM-Upload-Allowed: yes
 
 Package: torus-trooper
 Architecture: any

Modified: packages/trunk/tumiki-fighters/debian/control
===
--- packages/trunk/tumiki-fighters/debian/control   2013-06-24 19:08:12 UTC 
(rev 14319)
+++ packages/trunk/tumiki-fighters/debian/control   2013-06-24 19:18:57 UTC 
(rev 14320)
@@ -12,7 +12,6 @@
 Homepage: http://www.asahi-net.or.jp/~cs8k-cyu/windows/tf_e.html
 Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/tumiki-fighters/
 Vcs-Browser: 
http://anonscm.debian.org/viewvc/pkg-games/packages/trunk/tumiki-fighters/
-DM-Upload-Allowed: yes
 
 Package: tumiki-fighters
 Architecture: any

Modified: packages/trunk/val-and-rick/debian/control
===
--- packages/trunk/val-and-rick/debian/control  2013-06-24 19:08:12 UTC (rev 
14319)
+++ packages/trunk/val-and-rick/debian/control  2013-06-24 19:18:57 UTC (rev 
14320)
@@ -9,7 +9,6 @@
 Standards-Version: 3.9.4
 Vcs-Svn: 

r14321 - packages/trunk/kiki-the-nano-bot/debian

2013-06-24 Thread Peter De Wachter
Author: pdewacht-guest
Date: 2013-06-24 19:30:10 + (Mon, 24 Jun 2013)
New Revision: 14321

Modified:
   packages/trunk/kiki-the-nano-bot/debian/changelog
   packages/trunk/kiki-the-nano-bot/debian/rules
Log:
kiki-the-nano-bot: fix FTBFS


Modified: packages/trunk/kiki-the-nano-bot/debian/changelog
===
--- packages/trunk/kiki-the-nano-bot/debian/changelog   2013-06-24 19:18:57 UTC 
(rev 14320)
+++ packages/trunk/kiki-the-nano-bot/debian/changelog   2013-06-24 19:30:10 UTC 
(rev 14321)
@@ -1,3 +1,9 @@
+kiki-the-nano-bot (1.0.2+dfsg1-5) UNRELEASED; urgency=low
+
+  * Fixed FTBFS (incorrect python-config command) (Closes: #713274)
+
+ -- Peter De Wachter pdewa...@gmail.com  Mon, 24 Jun 2013 21:28:22 +0200
+
 kiki-the-nano-bot (1.0.2+dfsg1-4) unstable; urgency=low
 
   [ Peter De Wachter ]

Modified: packages/trunk/kiki-the-nano-bot/debian/rules
===
--- packages/trunk/kiki-the-nano-bot/debian/rules   2013-06-24 19:18:57 UTC 
(rev 14320)
+++ packages/trunk/kiki-the-nano-bot/debian/rules   2013-06-24 19:30:10 UTC 
(rev 14321)
@@ -22,7 +22,7 @@
rm -f SWIG/KikiPy_wrap.cpp #force regeneration of SWIG bindings
make -C kodilib/linux
make -C linux \
-   PYTHON_INCLUDES=$(shell python-config --include) \
+   PYTHON_INCLUDES=$(shell python-config --includes) \
PYTHONLIBS=$(shell python-config --libs)
rm -f py/kiki.py
touch $@


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


r14322 - packages/trunk/bulletml/debian

2013-06-24 Thread Peter De Wachter
Author: pdewacht-guest
Date: 2013-06-24 19:33:06 + (Mon, 24 Jun 2013)
New Revision: 14322

Modified:
   packages/trunk/bulletml/debian/changelog
   packages/trunk/bulletml/debian/control
   packages/trunk/bulletml/debian/libbulletml-dev.install
   packages/trunk/bulletml/debian/libbulletml0d2.install
Log:
bulletml: multiarch support


Modified: packages/trunk/bulletml/debian/changelog
===
--- packages/trunk/bulletml/debian/changelog2013-06-24 19:30:10 UTC (rev 
14321)
+++ packages/trunk/bulletml/debian/changelog2013-06-24 19:33:06 UTC (rev 
14322)
@@ -5,6 +5,7 @@
 - Remove quilt dependency
 - Enable hardening flags
 - Provide build-arch and build-indep targets
+  * Add multiarch support
   * Move bulletml specs from /usr/share/doc/bulletml to doc/libbulletml-dev
   * Upgraded Standards-Version to 3.9.4
 

Modified: packages/trunk/bulletml/debian/control
===
--- packages/trunk/bulletml/debian/control  2013-06-24 19:30:10 UTC (rev 
14321)
+++ packages/trunk/bulletml/debian/control  2013-06-24 19:33:06 UTC (rev 
14322)
@@ -2,7 +2,7 @@
 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), bison
+Build-Depends: debhelper (= 9), dh-exec (= 0.3), bison
 Standards-Version: 3.9.4
 Section: libs
 Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/bulletml/
@@ -22,7 +22,9 @@
 
 Package: libbulletml0d2
 Architecture: any
+Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends}, ${misc:Depends}
+Multi-Arch: same
 Description: C++ library to handle BulletML easily - runtime library
  BulletML is the Bullet Markup Language. BulletML can describe the barrage of
  bullets in shooting games.

Modified: packages/trunk/bulletml/debian/libbulletml-dev.install
===
--- packages/trunk/bulletml/debian/libbulletml-dev.install  2013-06-24 
19:30:10 UTC (rev 14321)
+++ packages/trunk/bulletml/debian/libbulletml-dev.install  2013-06-24 
19:33:06 UTC (rev 14322)
@@ -1,6 +1,7 @@
+#!/usr/bin/dh-exec
 src/bulletml.d usr/include/d/
 src/*.h usr/include/bulletml/
 src/tinyxml/*.h usr/include/bulletml/tinyxml/
-src/lib*.a usr/lib/
-src/lib*.so usr/lib/
-#src/*.la usr/lib/
+src/lib*.a usr/lib/${DEB_HOST_MULTIARCH}/
+src/lib*.so usr/lib/${DEB_HOST_MULTIARCH}/
+#src/*.la usr/lib/${DEB_HOST_MULTIARCH}/

Modified: packages/trunk/bulletml/debian/libbulletml0d2.install
===
--- packages/trunk/bulletml/debian/libbulletml0d2.install   2013-06-24 
19:30:10 UTC (rev 14321)
+++ packages/trunk/bulletml/debian/libbulletml0d2.install   2013-06-24 
19:33:06 UTC (rev 14322)
@@ -1 +1,2 @@
-src/lib*.so.* usr/lib/
+#!/usr/bin/dh-exec
+src/lib*.so.* usr/lib/${DEB_HOST_MULTIARCH}/


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


r14323 - packages/trunk/bulletml/debian

2013-06-24 Thread Peter De Wachter
Author: pdewacht-guest
Date: 2013-06-24 19:51:11 + (Mon, 24 Jun 2013)
New Revision: 14323

Modified:
   packages/trunk/bulletml/debian/libbulletml-dev.install
   packages/trunk/bulletml/debian/libbulletml0d2.install
Log:
bulletml: make the .install files executable (dh-exec)



Property changes on: packages/trunk/bulletml/debian/libbulletml-dev.install
___
Added: svn:executable
   + *


Property changes on: packages/trunk/bulletml/debian/libbulletml0d2.install
___
Added: svn:executable
   + *


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


r14324 - packages/tags/alienblaster

2013-06-24 Thread Barry deFreese
Author: bdefreese
Date: 2013-06-24 20:00:00 + (Mon, 24 Jun 2013)
New Revision: 14324

Added:
   packages/tags/alienblaster/1.1.0-8/
Log:
[svn-buildpackage] Tagging alienblaster 1.1.0-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


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

2013-06-24 Thread Peter De Wachter
Author: pdewacht-guest
Date: 2013-06-24 22:28:03 + (Mon, 24 Jun 2013)
New Revision: 14325

Added:
   packages/trunk/kiki-the-nano-bot/debian/source/
   packages/trunk/kiki-the-nano-bot/debian/source/format
Modified:
   packages/trunk/kiki-the-nano-bot/debian/changelog
   packages/trunk/kiki-the-nano-bot/debian/compat
   packages/trunk/kiki-the-nano-bot/debian/control
   packages/trunk/kiki-the-nano-bot/debian/patches/Makefile.patch
   packages/trunk/kiki-the-nano-bot/debian/rules
Log:
kiki-the-nano-bot: packaging cleanup

There's a bunch of new C++ warnings, might want to investigate those.



Modified: packages/trunk/kiki-the-nano-bot/debian/changelog
===
--- packages/trunk/kiki-the-nano-bot/debian/changelog   2013-06-24 20:00:00 UTC 
(rev 14324)
+++ packages/trunk/kiki-the-nano-bot/debian/changelog   2013-06-24 22:28:03 UTC 
(rev 14325)
@@ -1,6 +1,11 @@
 kiki-the-nano-bot (1.0.2+dfsg1-5) UNRELEASED; urgency=low
 
   * Fixed FTBFS (incorrect python-config command) (Closes: #713274)
+  * 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
 

Modified: packages/trunk/kiki-the-nano-bot/debian/compat
===
--- packages/trunk/kiki-the-nano-bot/debian/compat  2013-06-24 20:00:00 UTC 
(rev 14324)
+++ packages/trunk/kiki-the-nano-bot/debian/compat  2013-06-24 22:28:03 UTC 
(rev 14325)
@@ -1 +1 @@
-5
+9

Modified: packages/trunk/kiki-the-nano-bot/debian/control
===
--- packages/trunk/kiki-the-nano-bot/debian/control 2013-06-24 20:00:00 UTC 
(rev 14324)
+++ packages/trunk/kiki-the-nano-bot/debian/control 2013-06-24 22:28:03 UTC 
(rev 14325)
@@ -3,14 +3,14 @@
 Priority: optional
 Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
 Uploaders: Peter De Wachter pdewa...@gmail.com
-Build-Depends: debhelper (= 5), quilt, swig, 
+Build-Depends: debhelper (= 9), swig, 
  libglu1-mesa-dev | libglu-dev, libgl1-mesa-dev | libgl-dev, freeglut3-dev,
  libsdl1.2-dev, libsdl-image1.2-dev, libsdl-mixer1.2-dev,
  python-dev, vorbis-tools
-Standards-Version: 3.8.3
+Standards-Version: 3.9.4
 Homepage: http://kiki.sourceforge.net/
-Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/kiki-the-nano-bot/
-Vcs-Browser: 
http://svn.debian.org/viewsvn/pkg-games/packages/trunk/kiki-the-nano-bot/
+Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/kiki-the-nano-bot/
+Vcs-Browser: 
http://anonscm.debian.org/viewvc/pkg-games/packages/trunk/kiki-the-nano-bot/
 
 Package: kiki-the-nano-bot
 Architecture: any
@@ -22,6 +22,9 @@
 
 Package: kiki-the-nano-bot-data
 Architecture: all
+Multi-Arch: foreign
+Depends: ${misc:Depends}
+Recommends: kiki-the-nano-bot
 Description: Kiki the nano bot - game data
  Kiki the nano bot is a 3D puzzle game, a mixture of Sokoban and Kula-World.
  Your task is to help Kiki, a small robot living in the nano world, repair

Modified: packages/trunk/kiki-the-nano-bot/debian/patches/Makefile.patch
===
--- packages/trunk/kiki-the-nano-bot/debian/patches/Makefile.patch  
2013-06-24 20:00:00 UTC (rev 14324)
+++ packages/trunk/kiki-the-nano-bot/debian/patches/Makefile.patch  
2013-06-24 22:28:03 UTC (rev 14325)
@@ -1,12 +1,10 @@
 Makefile fixes:
- - Make CXXFLAGS available for user-specified flags.
+ - Make CXXFLAGS, CPPFLAGS, LDFLAGS available for user-specified flags.
  - run SWIG before compiling
 
 Peter De Wachter (pdewa...@gmail.com)
 placed in the public domain
 
-Status: in upstream CVS
-
 --- a/kodilib/linux/Makefile
 +++ b/kodilib/linux/Makefile
 @@ -21,7 +21,7 @@
@@ -14,7 +12,7 @@
  INCLUDES = $(KODI_INCLUDES) $(X11_INCLUDES) $(SDL_INCLUDES)
  
 -CXXFLAGS = $(INCLUDES) $(SDL_CFLAGS)
-+CXXOPTS = $(INCLUDES) $(SDL_CFLAGS) $(CXXFLAGS)
++CXXOPTS = -Wall $(INCLUDES) $(SDL_CFLAGS) $(CPPFLAGS) $(CXXFLAGS)
  
  src =  \
$(KODISRCDIR)/handler/KEventHandler.cpp \
@@ -31,7 +29,7 @@
  INCLUDES = $(KIKI_INCLUDES) $(X11_INCLUDES) $(PYTHON_INCLUDES)
  
 -CXXFLAGS = $(INCLUDES) $(SDLCFLAGS)
-+CXXOPTS = $(INCLUDES) $(SDLCFLAGS) $(CXXFLAGS)
++CXXOPTS = -Wall $(INCLUDES) $(SDLCFLAGS) $(CPPFLAGS) $(CXXFLAGS)
  
  src =  \
$(KIKISRC)/base/KikiAction.cpp \
@@ -41,7 +39,7 @@
  kiki: $(KIKISRC)/../SWIG/KikiPy_wrap.cpp $(obj)
 -  -(cd ../SWIG; swig -c++ -python -globals kiki -o KikiPy_wrap.cpp 
KikiPy.i; cp kiki.py ../py)
 -  $(CXX) $(obj) $(KODILIB) -o kiki $(GLLIBS) $(SDLLIBS) $(PYTHONLIBS)
-+  $(CXX) $(CXXOPTS) $(obj) $(KODILIB) -o kiki $(GLLIBS) $(SDLLIBS) 
$(PYTHONLIBS)
++  $(CXX) $(LDFLAGS) $(obj) $(KODILIB) -o kiki $(GLLIBS) $(SDLLIBS) 
$(PYTHONLIBS)
 +
 +$(KIKISRC)/../SWIG/KikiPy_wrap.cpp: $(wildcard ../SWIG/*.i)
 

r14326 - in packages/trunk: ! dirs' list truncated !

2013-06-24 Thread Peter De Wachter
Author: pdewacht-guest
Date: 2013-06-24 22:37:32 + (Mon, 24 Jun 2013)
New Revision: 14326

Modified:
   packages/trunk/a7xpg/debian/changelog
   packages/trunk/a7xpg/debian/control
   packages/trunk/gunroar/debian/changelog
   packages/trunk/gunroar/debian/control
   packages/trunk/mu-cade/debian/changelog
   packages/trunk/mu-cade/debian/control
   packages/trunk/parsec47/debian/changelog
   packages/trunk/parsec47/debian/control
   packages/trunk/titanion/debian/changelog
   packages/trunk/titanion/debian/control
   packages/trunk/torus-trooper/debian/changelog
   packages/trunk/torus-trooper/debian/control
   packages/trunk/tumiki-fighters/debian/changelog
   packages/trunk/tumiki-fighters/debian/control
   packages/trunk/val-and-rick/debian/changelog
   packages/trunk/val-and-rick/debian/control
Log:
D-based games: mark -data packages as Multi-Arch: foreign


Modified: packages/trunk/a7xpg/debian/changelog
===
--- packages/trunk/a7xpg/debian/changelog   2013-06-24 22:28:03 UTC (rev 
14325)
+++ packages/trunk/a7xpg/debian/changelog   2013-06-24 22:37:32 UTC (rev 
14326)
@@ -2,13 +2,14 @@
 
   [ Barry deFreese ]
   * Patch to build with gdc v2. (Closes: #707263)
-  * Bump Standards Version to 3.7.4.
+  * Bump Standards Version to 3.9.4.
 
   [ Ansgar Burchardt ]
   * debian/control: Remove DM-Upload-Allowed.
 
   [ Peter De Wachter ]
   * Switch dh-style minimal rules file
+  * Mark -data package as Multi-Arch: foreign
 
  -- Ansgar Burchardt ans...@debian.org  Fri, 02 Nov 2012 19:36:46 +0100
 

Modified: packages/trunk/a7xpg/debian/control
===
--- packages/trunk/a7xpg/debian/control 2013-06-24 22:28:03 UTC (rev 14325)
+++ packages/trunk/a7xpg/debian/control 2013-06-24 22:37:32 UTC (rev 14326)
@@ -24,6 +24,7 @@
 
 Package: a7xpg-data
 Architecture: all
+Multi-Arch: foreign
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Recommends: a7xpg
 Description: chase action game - game data

Modified: packages/trunk/gunroar/debian/changelog
===
--- packages/trunk/gunroar/debian/changelog 2013-06-24 22:28:03 UTC (rev 
14325)
+++ packages/trunk/gunroar/debian/changelog 2013-06-24 22:37:32 UTC (rev 
14326)
@@ -3,6 +3,7 @@
   * Ported to D language version 2 (closes: #707264)
 - No longer includes patch for 'Gunroar hot iron' variant
   * Switch dh-style minimal rules file
+  * Mark -data package as Multi-Arch: foreign
   * Conforms to standards 3.9.4
 
  -- Peter De Wachter pdewa...@gmail.com  Sun, 19 May 2013 16:33:53 +0200

Modified: packages/trunk/gunroar/debian/control
===
--- packages/trunk/gunroar/debian/control   2013-06-24 22:28:03 UTC (rev 
14325)
+++ packages/trunk/gunroar/debian/control   2013-06-24 22:37:32 UTC (rev 
14326)
@@ -25,6 +25,7 @@
 
 Package: gunroar-data
 Architecture: all
+Multi-Arch: foreign
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Recommends: gunroar
 Description: 360-degree gunboat shooter - game data

Modified: packages/trunk/mu-cade/debian/changelog
===
--- packages/trunk/mu-cade/debian/changelog 2013-06-24 22:28:03 UTC (rev 
14325)
+++ packages/trunk/mu-cade/debian/changelog 2013-06-24 22:37:32 UTC (rev 
14326)
@@ -2,6 +2,7 @@
 
   * Ported to D language version 2 (closes: #707266)
   * Switch dh-style minimal rules file
+  * Mark -data package as Multi-Arch: foreign
   * Conforms to standards 3.9.4
 
  -- Peter De Wachter pdewa...@gmail.com  Mon, 20 May 2013 18:57:31 +0200

Modified: packages/trunk/mu-cade/debian/control
===
--- packages/trunk/mu-cade/debian/control   2013-06-24 22:28:03 UTC (rev 
14325)
+++ packages/trunk/mu-cade/debian/control   2013-06-24 22:37:32 UTC (rev 
14326)
@@ -25,6 +25,7 @@
 
 Package: mu-cade-data
 Architecture: all
+Multi-Arch: foreign
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Recommends: mu-cade
 Description: physics centipede invasion - game data

Modified: packages/trunk/parsec47/debian/changelog
===
--- packages/trunk/parsec47/debian/changelog2013-06-24 22:28:03 UTC (rev 
14325)
+++ packages/trunk/parsec47/debian/changelog2013-06-24 22:37:32 UTC (rev 
14326)
@@ -2,6 +2,7 @@
 
   * Ported to D language version 2 (closes: #707267)
   * Switch dh-style minimal rules file
+  * Mark -data package as Multi-Arch: foreign
   * Conforms to standards 3.9.4
 
  -- Peter De Wachter pdewa...@gmail.com  Mon, 20 May 2013 18:48:44 +0200

Modified: packages/trunk/parsec47/debian/control
===
--- packages/trunk/parsec47/debian/control  2013-06-24 22:28:03 UTC (rev 
14325)
+++