r15367 - in packages/trunk/gamine/debian: . patches

2014-12-19 Thread Gonéri Le Bouder
Author: goneri
Date: 2014-12-19 23:10:47 + (Fri, 19 Dec 2014)
New Revision: 15367

Modified:
   packages/trunk/gamine/debian/changelog
   packages/trunk/gamine/debian/control
   packages/trunk/gamine/debian/copyright
   packages/trunk/gamine/debian/gamine.install
   packages/trunk/gamine/debian/patches/series
   packages/trunk/gamine/debian/rules
Log:
gamine 1.2


Modified: packages/trunk/gamine/debian/changelog
===
--- packages/trunk/gamine/debian/changelog  2014-12-07 12:28:59 UTC (rev 
15366)
+++ packages/trunk/gamine/debian/changelog  2014-12-19 23:10:47 UTC (rev 
15367)
@@ -4,8 +4,10 @@
 - Switch to Alexey Loginov fork
 - Use libgtk-3-dev and libgstream1.0-dev
   * Upload in experimental because of the freeze
+  * Use my @debian email address
+  * Bump du Standard-Version 3.9.6, no change
 
- -- Gonéri Le Bouder gon...@debian.org  Wed, 12 Nov 2014 23:21:31 +0100
+ -- Gonéri Le Bouder gon...@debian.org  Fri, 19 Dec 2014 23:38:18 +0100
 
 gamine (1.1-3) unstable; urgency=low
 

Modified: packages/trunk/gamine/debian/control
===
--- packages/trunk/gamine/debian/control2014-12-07 12:28:59 UTC (rev 
15366)
+++ packages/trunk/gamine/debian/control2014-12-19 23:10:47 UTC (rev 
15367)
@@ -3,13 +3,13 @@
 Priority: optional
 Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
 Uploaders: Barry deFreese bdefre...@debian.org, 
-   Gonéri Le Bouder gon...@rulezlan.org
-Build-Depends: debhelper (= 9), libgtk-3-dev libcairo2-dev,
+   Gonéri Le Bouder gon...@debian.org
+Build-Depends: debhelper (= 9), libgtk-3-dev, libcairo2-dev,
  libgstreamer1.0-dev, docbook-to-man, libgconf2-dev, libx11-dev
-Standards-Version: 3.9.4
+Standards-Version: 3.9.6
 Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/gamine/
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-games/packages/trunk/gamine/
-Homepage: http://gnunux.info/projets/gamine/
+Homepage: https://gitorious.org/gamine
 
 Package: gamine
 Architecture: any

Modified: packages/trunk/gamine/debian/copyright
===
--- packages/trunk/gamine/debian/copyright  2014-12-07 12:28:59 UTC (rev 
15366)
+++ packages/trunk/gamine/debian/copyright  2014-12-19 23:10:47 UTC (rev 
15367)
@@ -6,7 +6,8 @@
 The debian files are licensed under gamine license.
 Copyright 2007 The Debian Games Team
 
-It was downloaded from http://gnunux.info/projets/gamine/ 
+It was downloaded from https://gitorious.org/gamine
+The former upstream homepage was: http://gnunux.info/projets/gamine/ 
 
 Upstream Author: The upstream author for gamine is GARETTE Emmanuel
 Copyright 2007 GARETTE Emmanuel

Modified: packages/trunk/gamine/debian/gamine.install
===
--- packages/trunk/gamine/debian/gamine.install 2014-12-07 12:28:59 UTC (rev 
15366)
+++ packages/trunk/gamine/debian/gamine.install 2014-12-19 23:10:47 UTC (rev 
15367)
@@ -1,2 +1,3 @@
 debian/gamine.xpm /usr/share/pixmaps
 usr/games
+gamine.conf etc

Modified: packages/trunk/gamine/debian/patches/series
===
--- packages/trunk/gamine/debian/patches/series 2014-12-07 12:28:59 UTC (rev 
15366)
+++ packages/trunk/gamine/debian/patches/series 2014-12-19 23:10:47 UTC (rev 
15367)
@@ -1,4 +0,0 @@
-makefile-DESTDIR.diff
-link-X11.diff
-link-libm.patch
-makefile-flags.patch

Modified: packages/trunk/gamine/debian/rules
===
--- packages/trunk/gamine/debian/rules  2014-12-07 12:28:59 UTC (rev 15366)
+++ packages/trunk/gamine/debian/rules  2014-12-19 23:10:47 UTC (rev 15367)
@@ -6,13 +6,7 @@
dh $@
 
 override_dh_auto_build:
-   $(MAKE) PREFIX=/usr BINDIR=/usr/games DESTDIR=$(CURDIR)/debian/tmp 
PKGDATADIR=/usr/share/games/gamine
-   /usr/bin/docbook-to-man debian/gamine.sgml  gamine.6
+   $(MAKE) PREFIX=/usr BINDIR=/usr/games DESTDIR=$(CURDIR)/debian/tmp 
PKGDATADIR=/usr/share/games/gamine SYSCONFDIR=/etc
 
 override_dh_auto_install:
-   $(MAKE) install PREFIX=/usr  BINDIR=/usr/games 
DESTDIR=$(CURDIR)/debian/tmp PKGDATADIR=/usr/share/games/gamine
-   dh_gconf
-
-override_dh_clean:
-   $(MAKE) clean
-   dh_clean gamine.6 debian/prerm
+   $(MAKE) install PREFIX=/usr BINDIR=/usr/games 
DESTDIR=$(CURDIR)/debian/tmp PKGDATADIR=/usr/share/games/gamine


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

r15368 - packages/trunk/gamine/debian/patches

2014-12-19 Thread Gonéri Le Bouder
Author: goneri
Date: 2014-12-19 23:33:38 + (Fri, 19 Dec 2014)
New Revision: 15368

Added:
   packages/trunk/gamine/debian/patches/preserve_CC_FLAGS.diff
Modified:
   packages/trunk/gamine/debian/patches/series
Log:
gamine: add preserve_CC_FLAGS.diff 


Added: packages/trunk/gamine/debian/patches/preserve_CC_FLAGS.diff
===
--- packages/trunk/gamine/debian/patches/preserve_CC_FLAGS.diff 
(rev 0)
+++ packages/trunk/gamine/debian/patches/preserve_CC_FLAGS.diff 2014-12-19 
23:33:38 UTC (rev 15368)
@@ -0,0 +1,47 @@
+Description: short summary of the patch
+ TODO: Put a short summary on the line above and replace this paragraph
+ with a longer explanation of this change. Complete the meta-information
+ with other relevant fields (see below for details). To make it easier, the
+ information below has been extracted from the changelog. Adjust it or drop
+ it.
+ .
+ gamine (1.2-1) experimental; urgency=medium
+ .
+   * New upstream release
+ - Switch to Alexey Loginov fork
+ - Use libgtk-3-dev and libgstream1.0-dev
+   * Upload in experimental because of the freeze
+   * Use my @debian email address
+   * Bump du Standard-Version 3.9.6, no change
+Author: Gonéri Le Bouder gon...@debian.org
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: vendor|upstream|other, url of original patch
+Bug: url in upstream bugtracker
+Bug-Debian: https://bugs.debian.org/bugnumber
+Bug-Ubuntu: https://launchpad.net/bugs/bugnumber
+Forwarded: no|not-needed|url proving that it has been forwarded
+Reviewed-By: name and email of someone who approved the patch
+Last-Update: -MM-DD
+
+--- gamine-1.2.orig/Makefile
 gamine-1.2/Makefile
+@@ -10,10 +10,10 @@ ICONDIR = $(DATADIR)/icons/hicolor/scala
+ LOCALEDIR = $(DATADIR)/locale
+ MANDIR = $(DATADIR)/man/man6
+ 
+-CFLAGS = -Wall -g
+-CPPFLAGS = $(shell pkg-config --cflags gtk+-3.0 cairo glib-2.0 gstreamer-1.0) 
 -DDATADIR=\$(PKGDATADIR)\  -DLOCALDIR=\$(LOCALEDIR)\ 
-DSYSCONFDIR=\$(SYSCONFDIR)\
+-LDLIBS = $(shell pkg-config --libs gtk+-3.0 cairo glib-2.0 gstreamer-1.0)  
-DDATADIR=\$(PKGDATADIR)\  -DLOCALDIR=\$(LOCALEDIR)\ 
-DSYSCONFDIR=\$(SYSCONFDIR)\ -lm
+-LDFLAGS = -g 
++CFLAGS += -Wall -g
++CPPFLAGS += $(shell pkg-config --cflags gtk+-3.0 cairo glib-2.0 
gstreamer-1.0)  -DDATADIR=\$(PKGDATADIR)\  -DLOCALDIR=\$(LOCALEDIR)\ 
-DSYSCONFDIR=\$(SYSCONFDIR)\
++LDLIBS += $(shell pkg-config --libs gtk+-3.0 cairo glib-2.0 gstreamer-1.0)  
-DDATADIR=\$(PKGDATADIR)\  -DLOCALDIR=\$(LOCALEDIR)\ 
-DSYSCONFDIR=\$(SYSCONFDIR)\ -lm
++LDFLAGS += -g
+ CC = gcc
+ target = gamine
+ objs = gamine.o

Modified: packages/trunk/gamine/debian/patches/series
===
--- packages/trunk/gamine/debian/patches/series 2014-12-19 23:10:47 UTC (rev 
15367)
+++ packages/trunk/gamine/debian/patches/series 2014-12-19 23:33:38 UTC (rev 
15368)
@@ -0,0 +1 @@
+preserve_CC_FLAGS.diff


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

r15317 - packages/trunk/gamine/debian

2014-11-12 Thread Gonéri Le Bouder
Author: goneri
Date: 2014-11-12 22:55:55 + (Wed, 12 Nov 2014)
New Revision: 15317

Modified:
   packages/trunk/gamine/debian/changelog
   packages/trunk/gamine/debian/control
Log:
prepare gamine 1.2 upload


Modified: packages/trunk/gamine/debian/changelog
===
--- packages/trunk/gamine/debian/changelog  2014-11-01 17:48:55 UTC (rev 
15316)
+++ packages/trunk/gamine/debian/changelog  2014-11-12 22:55:55 UTC (rev 
15317)
@@ -1,3 +1,12 @@
+gamine (1.2-1) experimental; urgency=medium
+
+  * New upstream release
+- Switch to Alexey Loginov fork
+- Use libgtk-3-dev and libgstream1.0-dev
+  * Upload in experimental because of the freeze
+
+ -- Gonéri Le Bouder gon...@debian.org  Wed, 12 Nov 2014 23:21:31 +0100
+
 gamine (1.1-3) unstable; urgency=low
 
   * Add myself to uploaders.

Modified: packages/trunk/gamine/debian/control
===
--- packages/trunk/gamine/debian/control2014-11-01 17:48:55 UTC (rev 
15316)
+++ packages/trunk/gamine/debian/control2014-11-12 22:55:55 UTC (rev 
15317)
@@ -4,8 +4,8 @@
 Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
 Uploaders: Barry deFreese bdefre...@debian.org, 
Gonéri Le Bouder gon...@rulezlan.org
-Build-Depends: debhelper (= 9), libgtk2.0-dev, libcairo2-dev,
- libgstreamer0.10-dev, docbook-to-man, libgconf2-dev, libx11-dev
+Build-Depends: debhelper (= 9), libgtk-3-dev libcairo2-dev,
+ libgstreamer1.0-dev, docbook-to-man, libgconf2-dev, libx11-dev
 Standards-Version: 3.9.4
 Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/gamine/
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-games/packages/trunk/gamine/


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

r14551 - in packages/trunk/plee-the-bear/debian: . patches

2013-09-09 Thread Gonéri Le Bouder
Author: goneri
Date: 2013-09-09 07:57:51 + (Mon, 09 Sep 2013)
New Revision: 14551

Added:
   packages/trunk/plee-the-bear/debian/patches/ptb-filesystem-v3.diff
   packages/trunk/plee-the-bear/debian/patches/ptb-signals-v2.diff
Modified:
   packages/trunk/plee-the-bear/debian/changelog
   packages/trunk/plee-the-bear/debian/control
   packages/trunk/plee-the-bear/debian/patches/series
Log:
* import patches by Julien Jorge to fix a FTBFS  with the current
  Boost.FileSystem (closes: #720819)
* Add myself in Uploaders
* Indent the B-D

The patchs are broken. A mail has been sent to Julien.


Modified: packages/trunk/plee-the-bear/debian/changelog
===
--- packages/trunk/plee-the-bear/debian/changelog   2013-09-07 22:33:37 UTC 
(rev 14550)
+++ packages/trunk/plee-the-bear/debian/changelog   2013-09-09 07:57:51 UTC 
(rev 14551)
@@ -1,7 +1,14 @@
-plee-the-bear (0.6.0-2) UNRELEASED; urgency=low
+plee-the-bear (0.6.0-2) unstable; urgency=low
 
+  [ Evgeni Golov ]
   * Correct Vcs-* URLs to point to anonscm.debian.org
 
+  [ Gonéri Le Bouder ]
+  * import patches by Julien Jorge to fix a FTBFS  with the current
+Boost.FileSystem (closes: #720819)
+  * Add myself in Uploaders
+  * Indent the B-D
+
  -- Evgeni Golov evg...@debian.org  Mon, 15 Jul 2013 22:21:57 +0200
 
 plee-the-bear (0.6.0-1) unstable; urgency=low

Modified: packages/trunk/plee-the-bear/debian/control
===
--- packages/trunk/plee-the-bear/debian/control 2013-09-07 22:33:37 UTC (rev 
14550)
+++ packages/trunk/plee-the-bear/debian/control 2013-09-09 07:57:51 UTC (rev 
14551)
@@ -2,7 +2,10 @@
 Section: games
 Priority: extra
 Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
-Uploaders: Julien Jorge julien.jo...@gamned.org, Barry deFreese 
bdefre...@debian.org
+Uploaders:
+ Julien Jorge julien.jo...@gamned.org,
+ Barry deFreese bdefre...@debian.org,
+ Gonéri Le Bouder gon...@rulezlan.org
 Build-Depends: quilt, docbook-to-man, debhelper (= 5.0.51), cmake (= 2.8),
  libsdl-mixer1.2-dev (= 1.2.8), libboost-filesystem-dev (= 1.45),
  libboost-regex-dev (= 1.45), libboost-thread-dev (= 1.45),

Added: packages/trunk/plee-the-bear/debian/patches/ptb-filesystem-v3.diff
===
--- packages/trunk/plee-the-bear/debian/patches/ptb-filesystem-v3.diff  
(rev 0)
+++ packages/trunk/plee-the-bear/debian/patches/ptb-filesystem-v3.diff  
2013-09-09 07:57:51 UTC (rev 14551)
@@ -0,0 +1,345 @@
+diff -Nur plee-the-bear-0.6.0-light.orig/bear-engine/CMakeLists.txt 
plee-the-bear-0.6.0-light/bear-engine/CMakeLists.txt
+--- plee-the-bear-0.6.0-light.orig/bear-engine/CMakeLists.txt  2011-08-25 
00:22:53.0 +0200
 plee-the-bear-0.6.0-light/bear-engine/CMakeLists.txt   2013-09-08 
11:54:48.422122596 +0200
+@@ -56,7 +56,6 @@
+   message( FATAL_ERROR 
+ You must have boost::filesystem, boost::signals, boost::thread and 
boost::regex libraries installed (at least 1.35) )
+ endif( NOT Boost_FOUND )
+-add_definitions(-D BOOST_FILESYSTEM_VERSION=2)
+ 
+ 
#---
+ # Include directories for Boost
+diff -Nur plee-the-bear-0.6.0-light.orig/bear-engine/CMakeLists.txt.rej 
plee-the-bear-0.6.0-light/bear-engine/CMakeLists.txt.rej
+--- plee-the-bear-0.6.0-light.orig/bear-engine/CMakeLists.txt.rej  
1970-01-01 01:00:00.0 +0100
 plee-the-bear-0.6.0-light/bear-engine/CMakeLists.txt.rej   2013-09-08 
11:56:42.150126955 +0200
+@@ -0,0 +1,10 @@
++--- bear-engine/CMakeLists.txt
+ bear-engine/CMakeLists.txt
++@@ -43,7 +43,6 @@
++   message( FATAL_ERROR 
++ You must have boost::filesystem, boost::signals, boost::thread and 
boost::regex libraries installed (at least 1.42) )
++ endif( NOT Boost_FOUND )
++-add_definitions(-D BOOST_FILESYSTEM_VERSION=2)
++ 
++ 
#---
++ # Include directories for Boost
+diff -Nur 
plee-the-bear-0.6.0-light.orig/bear-engine/core/src/engine/code/game_local_client.cpp
 
plee-the-bear-0.6.0-light/bear-engine/core/src/engine/code/game_local_client.cpp
+--- 
plee-the-bear-0.6.0-light.orig/bear-engine/core/src/engine/code/game_local_client.cpp
  2011-08-25 00:22:53.0 +0200
 
plee-the-bear-0.6.0-light/bear-engine/core/src/engine/code/game_local_client.cpp
   2013-09-08 12:24:12.870190232 +0200
+@@ -368,7 +368,7 @@
+ 
+   if ( !result.empty() )
+ {
+-  boost::filesystem::path path( result, boost::filesystem::native );
++  boost::filesystem::path path( result );
+   path /= name;
+   result = path.string();
+ }
+@@ -624,12 +624,12 @@
+ std::string bear::engine::game_local_client::get_game_directory() const
+ {
+   boost::filesystem::path dir
+-(claw::system_info::get_user_directory(), boost::filesystem::native

r13764 - in packages: attic trunk trunk/vegastrike/debian

2012-08-20 Thread Gonéri Le Bouder
Author: goneri
Date: 2012-08-20 09:43:05 + (Mon, 20 Aug 2012)
New Revision: 13764

Added:
   packages/attic/boson-data/
   packages/attic/boson-music/
   packages/attic/boson/
Removed:
   packages/trunk/boson-data/
   packages/trunk/boson-music/
   packages/trunk/boson/
Modified:
   packages/trunk/vegastrike/debian/rules
Log:
move boson in attic


Modified: packages/trunk/vegastrike/debian/rules
===
--- packages/trunk/vegastrike/debian/rules  2012-08-16 01:09:29 UTC (rev 
13763)
+++ packages/trunk/vegastrike/debian/rules  2012-08-20 09:43:05 UTC (rev 
13764)
@@ -23,7 +23,7 @@
 endif
 
 # nostrip option implies noopt
-ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
+ifndef (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
confflags += --enable-release
 else
confflags += --enable-debug


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


r12847 - non-free/packages/trunk/assaultcube/debian

2011-11-23 Thread Gonéri Le Bouder
Author: goneri
Date: 2011-11-23 20:30:46 + (Wed, 23 Nov 2011)
New Revision: 12847

Modified:
   non-free/packages/trunk/assaultcube/debian/control
Log:
adjust the assaultcube-data dependency


Modified: non-free/packages/trunk/assaultcube/debian/control
===
--- non-free/packages/trunk/assaultcube/debian/control  2011-11-23 19:56:46 UTC 
(rev 12846)
+++ non-free/packages/trunk/assaultcube/debian/control  2011-11-23 20:30:46 UTC 
(rev 12847)
@@ -12,7 +12,7 @@
 
 Package: assaultcube
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, assaultcube-data (= 
1.1.0.4+repack1)
+Depends: ${shlibs:Depends}, ${misc:Depends}, assaultcube-data (= 
1.1.0.4+repack2)
 Description: realistic first-person-shooter
  AssaultCube, formerly ActionCube, is a first-person-shooter based on the
  game Cube. Set in a realistic looking environment, as far as that's


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


r12675 - packages/trunk/libclaw/debian

2011-09-14 Thread Gonéri Le Bouder
Author: goneri
Date: 2011-09-14 14:34:38 + (Wed, 14 Sep 2011)
New Revision: 12675

Modified:
   packages/trunk/libclaw/debian/changelog
   packages/trunk/libclaw/debian/control
Log:
Upload in unstable
Add myself in Uploader


Modified: packages/trunk/libclaw/debian/changelog
===
--- packages/trunk/libclaw/debian/changelog 2011-09-14 02:17:38 UTC (rev 
12674)
+++ packages/trunk/libclaw/debian/changelog 2011-09-14 14:34:38 UTC (rev 
12675)
@@ -1,3 +1,10 @@
+libclaw (1.7.0-2) unstable; urgency=low
+
+  * Upload in unstable
+  * Add myself in Uploader
+
+ -- Gonéri Le Bouder gon...@rulezlan.org  Wed, 14 Sep 2011 16:33:51 +0200
+
 libclaw (1.7.0-1) experimental; urgency=low
 
   * New upstream release.

Modified: packages/trunk/libclaw/debian/control
===
--- packages/trunk/libclaw/debian/control   2011-09-14 02:17:38 UTC (rev 
12674)
+++ packages/trunk/libclaw/debian/control   2011-09-14 14:34:38 UTC (rev 
12675)
@@ -2,7 +2,8 @@
 Section: devel
 Priority: extra
 Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
-Uploaders: Julien Jorge julien.jo...@gamned.org, Barry deFreese 
bdefre...@debian.org
+Uploaders: Julien Jorge julien.jo...@gamned.org, Barry deFreese 
bdefre...@debian.org,
+ Gonéri Le Bouder gon...@rulezlan.org
 Build-Depends: quilt, docbook-to-man, debhelper (= 5), cmake (= 2.8),
  libjpeg-dev, libpng12-dev (= 1.2.8), doxygen (= 1.5),
  gettext (= 0.17), libboost-dev (= 1.42)


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

r12662 - packages/trunk/libclaw/debian

2011-09-03 Thread Gonéri Le Bouder
Author: goneri
Date: 2011-09-03 20:35:25 + (Sat, 03 Sep 2011)
New Revision: 12662

Modified:
   packages/trunk/libclaw/debian/
Log:
set the svn-bp:origUrl



Property changes on: packages/trunk/libclaw/debian
___
Modified: svn-bp:origUrl
   - http://pkg-games.alioth.debian.org/tarballs/libclaw_1.6.1.orig.tar.gz
   + http://pkg-games.alioth.debian.org/tarballs/libclaw_1.7.0.orig.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


r12184 - packages/trunk/libclaw/debian

2011-05-03 Thread Gonéri Le Bouder
Author: goneri
Date: 2011-05-03 12:41:21 + (Tue, 03 May 2011)
New Revision: 12184

Modified:
   packages/trunk/libclaw/debian/changelog
   packages/trunk/libclaw/debian/control
Log:
bump standard version
fix Julien email address 


Modified: packages/trunk/libclaw/debian/changelog
===
--- packages/trunk/libclaw/debian/changelog 2011-05-02 19:33:18 UTC (rev 
12183)
+++ packages/trunk/libclaw/debian/changelog 2011-05-03 12:41:21 UTC (rev 
12184)
@@ -1,11 +1,14 @@
 libclaw (1.6.1-3) unstable; urgency=low
 
-  * Upload in sid
+  [ Julien Jorge ]
   * Add missing #include cstddef to use ptrdiff_t and compile with g++ 4.6.
 Thanks Sébastien Debrard (Closes: #625038, #624919).
 
- -- Julien Jorge julien@caroline  Mon, 02 May 2011 21:31:53 +0200
+  [ Gonéri Le Bouder ]
+  * Bump standard version to 3.9.2
 
+ -- Julien Jorge jul...@gamned.org  Mon, 02 May 2011 21:31:53 +0200
+
 libclaw (1.6.1-2) experimental; urgency=low
 
   * Set the architecture of libclaw-i18n to all

Modified: packages/trunk/libclaw/debian/control
===
--- packages/trunk/libclaw/debian/control   2011-05-02 19:33:18 UTC (rev 
12183)
+++ packages/trunk/libclaw/debian/control   2011-05-03 12:41:21 UTC (rev 
12184)
@@ -6,7 +6,7 @@
 Build-Depends: quilt, docbook-to-man, debhelper (= 5), cmake (= 2.8),
  libjpeg62-dev (=6b), libpng12-dev (= 1.2.8), doxygen (= 1.5),
  gettext (= 0.17)
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/libclaw/
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-games/packages/trunk/libclaw/?op=log
 


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

r12185 - packages/trunk/libclaw/debian

2011-05-03 Thread Gonéri Le Bouder
Author: goneri
Date: 2011-05-03 12:49:18 + (Tue, 03 May 2011)
New Revision: 12185

Modified:
   packages/trunk/libclaw/debian/changelog
Log:
adjust Julien email address


Modified: packages/trunk/libclaw/debian/changelog
===
--- packages/trunk/libclaw/debian/changelog 2011-05-03 12:41:21 UTC (rev 
12184)
+++ packages/trunk/libclaw/debian/changelog 2011-05-03 12:49:18 UTC (rev 
12185)
@@ -7,7 +7,7 @@
   [ Gonéri Le Bouder ]
   * Bump standard version to 3.9.2
 
- -- Julien Jorge jul...@gamned.org  Mon, 02 May 2011 21:31:53 +0200
+ -- Julien Jorge julien.jo...@gamned.org  Mon, 02 May 2011 21:31:53 +0200
 
 libclaw (1.6.1-2) experimental; urgency=low
 


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

r11608 - packages/trunk/barrage/debian

2011-01-03 Thread Gonéri Le Bouder
Author: goneri
Date: 2011-01-03 21:28:35 + (Mon, 03 Jan 2011)
New Revision: 11608

Added:
   packages/trunk/barrage/debian/README.source
Modified:
   packages/trunk/barrage/debian/changelog
   packages/trunk/barrage/debian/control
Log:
* new upstream release 
* add a BD on autotools-dev to get fresh config.{sub,guess} 
* bump Standards-Version to 3.9.1, no changes
* barrage depends on ${misc:Depends} now


Added: packages/trunk/barrage/debian/README.source
===
--- packages/trunk/barrage/debian/README.source (rev 0)
+++ packages/trunk/barrage/debian/README.source 2011-01-03 21:28:35 UTC (rev 
11608)
@@ -0,0 +1,58 @@
+This package uses quilt to manage all modifications to the upstream
+source.  Changes are stored in the source package as diffs in
+debian/patches and applied during the build.
+
+To configure quilt to use debian/patches instead of patches, you want
+either to export QUILT_PATCHES=debian/patches in your environment
+or use this snippet in your ~/.quiltrc:
+
+for where in ./ ../ ../../ ../../../ ../../../../ ../../../../../; do
+if [ -e ${where}debian/rules -a -d ${where}debian/patches ]; then
+export QUILT_PATCHES=debian/patches
+break
+fi
+done
+
+To get the fully patched source after unpacking the source package, cd to
+the root level of the source package and run:
+
+quilt push -a
+
+The last patch listed in debian/patches/series will become the current
+patch.
+
+To add a new set of changes, first run quilt push -a, and then run:
+
+quilt new patch
+
+where patch is a descriptive name for the patch, used as the filename in
+debian/patches.  Then, for every file that will be modified by this patch,
+run:
+
+quilt add file
+
+before editing those files.  You must tell quilt with quilt add what files
+will be part of the patch before making changes or quilt will not work
+properly.  After editing the files, run:
+
+quilt refresh
+
+to save the results as a patch.
+
+Alternately, if you already have an external patch and you just want to
+add it to the build system, run quilt push -a and then:
+
+quilt import -P patch /path/to/patch
+quilt push -a
+
+(add -p 0 to quilt import if needed). patch as above is the filename to
+use in debian/patches.  The last quilt push -a will apply the patch to
+make sure it works properly.
+
+To remove an existing patch from the list of patches that will be applied,
+run:
+
+quilt delete patch
+
+You may need to run quilt pop -a to unapply patches first before running
+this command.

Modified: packages/trunk/barrage/debian/changelog
===
--- packages/trunk/barrage/debian/changelog 2011-01-03 15:35:19 UTC (rev 
11607)
+++ packages/trunk/barrage/debian/changelog 2011-01-03 21:28:35 UTC (rev 
11608)
@@ -1,3 +1,12 @@
+barrage (1.0.3-1) unstable; urgency=low
+
+  * new upstream release 
+  * add a BD on autotools-dev to get fresh config.{sub,guess} 
+  * bump Standards-Version to 3.9.1, no changes
+  * barrage depends on ${misc:Depends} now
+
+ -- Gonéri Le Bouder gon...@rulezlan.org  Mon, 03 Jan 2011 22:09:01 +0100
+
 barrage (1.0.2-4) unstable; urgency=low
 
   * adjust fix_sprintf to avoid a FTBFS 

Modified: packages/trunk/barrage/debian/control
===
--- packages/trunk/barrage/debian/control   2011-01-03 15:35:19 UTC (rev 
11607)
+++ packages/trunk/barrage/debian/control   2011-01-03 21:28:35 UTC (rev 
11608)
@@ -2,16 +2,17 @@
 Section: games
 Priority: optional
 Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
-Uploaders: Barry deFreese bddeb...@comcast.net
-Build-Depends: debhelper (= 5.0.0), quilt, libsdl1.2-dev, 
libsdl-mixer1.2-dev, binutils (= 2.14.90.0.7)
-Standards-Version: 3.8.0
+Uploaders: Barry deFreese bddeb...@comcast.net, Gonéri Le Bouder 
gon...@rulezlan.org
+Build-Depends: debhelper (= 5.0.0), quilt, libsdl1.2-dev, 
libsdl-mixer1.2-dev, binutils (= 2.14.90.0.7),
+ autotools-dev
+Standards-Version: 3.9.1
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/barrage/
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-games/packages/trunk/barrage/?op=log
 Homepage: http://lgames.sourceforge.net/index.php?project=Barrage
 
 Package: barrage
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Rather violent action game
  Barrage is a game with the objective to kill and destroy
  as many targets as possible within 3 minutes. The player


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

r11588 - in packages/trunk/gamine/debian: . patches script

2011-01-02 Thread Gonéri Le Bouder
Author: goneri
Date: 2011-01-02 10:48:45 + (Sun, 02 Jan 2011)
New Revision: 11588

Added:
   packages/trunk/gamine/debian/gamine.manpages
   packages/trunk/gamine/debian/patches/
   packages/trunk/gamine/debian/patches/no-gconftool.diff
   packages/trunk/gamine/debian/patches/series
   packages/trunk/gamine/debian/script/
   packages/trunk/gamine/debian/script/gamine
Modified:
   packages/trunk/gamine/debian/changelog
   packages/trunk/gamine/debian/compat
   packages/trunk/gamine/debian/control
   packages/trunk/gamine/debian/gamine-data.install
   packages/trunk/gamine/debian/gamine.install
   packages/trunk/gamine/debian/rules
Log:
* New upstream release
* Bump standard version to 3.9.1
* gamine-data depends on ${misc:Depends}
* gamine has got a versionized dependency on gamine-data
  (= ${source:Version})


Modified: packages/trunk/gamine/debian/changelog
===
--- packages/trunk/gamine/debian/changelog  2010-12-23 19:56:42 UTC (rev 
11587)
+++ packages/trunk/gamine/debian/changelog  2011-01-02 10:48:45 UTC (rev 
11588)
@@ -1,10 +1,17 @@
-gamine (0.0.1-5) UNRELEASED; urgency=low
+gamine (1.1-1) unstable; urgency=low
 
   [ Barry deFreese ]
   * Update watch file for new upstream tarball naming.
 
- -- Barry deFreese bdefre...@debian.org  Mon, 30 Mar 2009 14:31:33 -0400
+  [ Gonéri Le Bouder ]
+  * New upstream release
+  * Bump standard version to 3.9.1
+  * gamine-data depends on ${misc:Depends}
+  * gamine has got a versionized dependency on gamine-data
+(= ${source:Version})
 
+ -- Gonéri Le Bouder gon...@rulezlan.org  Sat, 01 Jan 2011 14:15:52 +0100
+
 gamine (0.0.1-4) unstable; urgency=low
 
   * fix the watch file to avoid a false positive with upstream 0.0.1-1

Modified: packages/trunk/gamine/debian/compat
===
--- packages/trunk/gamine/debian/compat 2010-12-23 19:56:42 UTC (rev 11587)
+++ packages/trunk/gamine/debian/compat 2011-01-02 10:48:45 UTC (rev 11588)
@@ -1 +1 @@
-5
+7

Modified: packages/trunk/gamine/debian/control
===
--- packages/trunk/gamine/debian/control2010-12-23 19:56:42 UTC (rev 
11587)
+++ packages/trunk/gamine/debian/control2011-01-02 10:48:45 UTC (rev 
11588)
@@ -2,16 +2,16 @@
 Section: games
 Priority: optional
 Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
-Build-Depends: debhelper (= 5), libgtk2.0-dev, libcairo2-dev, 
libgstreamer0.10-dev, docbook-to-man
-Standards-Version: 3.7.3
-Uploaders: 
+Uploaders: Gonéri Le Bouder gon...@rulezlan.org
+Build-Depends: debhelper (= 5), libgtk2.0-dev, libcairo2-dev, 
libgstreamer0.10-dev, docbook-to-man, quilt
+Standards-Version: 3.9.1
 Vcs-Svn: svn://svn.debian.org/pkg-games/packages/trunk/gamine/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/gamine/
 Homepage: http://gnunux.info/projets/gamine/
 
 Package: gamine
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, gamine-data, 
gstreamer0.10-plugins-good
+Depends: ${shlibs:Depends}, ${misc:Depends}, gamine-data  (= 
${source:Version}), gstreamer0.10-plugins-good
 Description: an interactive game for young children
  Gamine is a game designed for 2 years old children who are not able to use
  a keyboard.
@@ -21,6 +21,7 @@
 Package: gamine-data
 Architecture: all
 Suggests: gamine
+Depends: ${misc:Depends}
 Description: data files for gamine game
  gamine is a game for young children.
  .

Modified: packages/trunk/gamine/debian/gamine-data.install
===
--- packages/trunk/gamine/debian/gamine-data.install2010-12-23 19:56:42 UTC 
(rev 11587)
+++ packages/trunk/gamine/debian/gamine-data.install2011-01-02 10:48:45 UTC 
(rev 11588)
@@ -1 +1 @@
-debian/tmp/usr/share/games/gamine
+sounds /usr/share/games/gamine

Modified: packages/trunk/gamine/debian/gamine.install
===
--- packages/trunk/gamine/debian/gamine.install 2010-12-23 19:56:42 UTC (rev 
11587)
+++ packages/trunk/gamine/debian/gamine.install 2011-01-02 10:48:45 UTC (rev 
11588)
@@ -1,4 +1,3 @@
-debian/tmp/usr/games/gamine
-debian/tmp/usr/lib/gamine
-debian/tmp/usr/share/applications
-debian/tmp/usr/share/pixmaps
+bin/gamine /usr/lib/gamine
+debian/script/gamine /usr/games
+debian/gamine.xpm /usr/share/pixmaps

Added: packages/trunk/gamine/debian/gamine.manpages
===
--- packages/trunk/gamine/debian/gamine.manpages
(rev 0)
+++ packages/trunk/gamine/debian/gamine.manpages2011-01-02 10:48:45 UTC 
(rev 11588)
@@ -0,0 +1 @@
+gamine.6

Added: packages/trunk/gamine/debian/patches/no-gconftool.diff
===
--- packages/trunk/gamine/debian/patches/no-gconftool.diff

r11589 - packages/trunk/gamine/debian

2011-01-02 Thread Gonéri Le Bouder
Author: goneri
Date: 2011-01-02 10:52:29 + (Sun, 02 Jan 2011)
New Revision: 11589

Added:
   packages/trunk/gamine/debian/README.source
Modified:
   packages/trunk/gamine/debian/changelog
Log:
dd no-gconftool.diff and a quilt dependency


Added: packages/trunk/gamine/debian/README.source
===
--- packages/trunk/gamine/debian/README.source  (rev 0)
+++ packages/trunk/gamine/debian/README.source  2011-01-02 10:52:29 UTC (rev 
11589)
@@ -0,0 +1,58 @@
+This package uses quilt to manage all modifications to the upstream
+source.  Changes are stored in the source package as diffs in
+debian/patches and applied during the build.
+
+To configure quilt to use debian/patches instead of patches, you want
+either to export QUILT_PATCHES=debian/patches in your environment
+or use this snippet in your ~/.quiltrc:
+
+for where in ./ ../ ../../ ../../../ ../../../../ ../../../../../; do
+if [ -e ${where}debian/rules -a -d ${where}debian/patches ]; then
+export QUILT_PATCHES=debian/patches
+break
+fi
+done
+
+To get the fully patched source after unpacking the source package, cd to
+the root level of the source package and run:
+
+quilt push -a
+
+The last patch listed in debian/patches/series will become the current
+patch.
+
+To add a new set of changes, first run quilt push -a, and then run:
+
+quilt new patch
+
+where patch is a descriptive name for the patch, used as the filename in
+debian/patches.  Then, for every file that will be modified by this patch,
+run:
+
+quilt add file
+
+before editing those files.  You must tell quilt with quilt add what files
+will be part of the patch before making changes or quilt will not work
+properly.  After editing the files, run:
+
+quilt refresh
+
+to save the results as a patch.
+
+Alternately, if you already have an external patch and you just want to
+add it to the build system, run quilt push -a and then:
+
+quilt import -P patch /path/to/patch
+quilt push -a
+
+(add -p 0 to quilt import if needed). patch as above is the filename to
+use in debian/patches.  The last quilt push -a will apply the patch to
+make sure it works properly.
+
+To remove an existing patch from the list of patches that will be applied,
+run:
+
+quilt delete patch
+
+You may need to run quilt pop -a to unapply patches first before running
+this command.

Modified: packages/trunk/gamine/debian/changelog
===
--- packages/trunk/gamine/debian/changelog  2011-01-02 10:48:45 UTC (rev 
11588)
+++ packages/trunk/gamine/debian/changelog  2011-01-02 10:52:29 UTC (rev 
11589)
@@ -9,6 +9,7 @@
   * gamine-data depends on ${misc:Depends}
   * gamine has got a versionized dependency on gamine-data
 (= ${source:Version})
+  * add no-gconftool.diff and a quilt dependency
 
  -- Gonéri Le Bouder gon...@rulezlan.org  Sat, 01 Jan 2011 14:15:52 +0100
 


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

r11590 - packages/trunk/gamine/debian

2011-01-02 Thread Gonéri Le Bouder
Author: goneri
Date: 2011-01-02 13:57:20 + (Sun, 02 Jan 2011)
New Revision: 11590

Modified:
   packages/trunk/gamine/debian/rules
Log:
clean gamine.6


Modified: packages/trunk/gamine/debian/rules
===
--- packages/trunk/gamine/debian/rules  2011-01-02 10:52:29 UTC (rev 11589)
+++ packages/trunk/gamine/debian/rules  2011-01-02 13:57:20 UTC (rev 11590)
@@ -10,3 +10,7 @@
 override_dh_auto_install:
$(MAKE) install PREFIX=$(CURDIR)/debian/tmp
dh_gconf
+
+override_dh_clean:
+   $(MAKE) clean
+   dh_clean gamine.6


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


r11591 - packages/trunk/gamine/debian

2011-01-02 Thread Gonéri Le Bouder
Author: goneri
Date: 2011-01-02 13:58:19 + (Sun, 02 Jan 2011)
New Revision: 11591

Modified:
   packages/trunk/gamine/debian/control
Log:
fix the dh version


Modified: packages/trunk/gamine/debian/control
===
--- packages/trunk/gamine/debian/control2011-01-02 13:57:20 UTC (rev 
11590)
+++ packages/trunk/gamine/debian/control2011-01-02 13:58:19 UTC (rev 
11591)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
 Uploaders: Gonéri Le Bouder gon...@rulezlan.org
-Build-Depends: debhelper (= 5), libgtk2.0-dev, libcairo2-dev, 
libgstreamer0.10-dev, docbook-to-man, quilt
+Build-Depends: debhelper (= 7.0.50~), libgtk2.0-dev, libcairo2-dev, 
libgstreamer0.10-dev, docbook-to-man, quilt
 Standards-Version: 3.9.1
 Vcs-Svn: svn://svn.debian.org/pkg-games/packages/trunk/gamine/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/gamine/


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

r11592 - packages/trunk/gamine/debian

2011-01-02 Thread Gonéri Le Bouder
Author: goneri
Date: 2011-01-02 14:01:43 + (Sun, 02 Jan 2011)
New Revision: 11592

Added:
   packages/trunk/gamine/debian/postinst
   packages/trunk/gamine/debian/prerm
Modified:
   packages/trunk/gamine/debian/changelog
Log:
call dh_gconf, add postinst and prerm script


Modified: packages/trunk/gamine/debian/changelog
===
--- packages/trunk/gamine/debian/changelog  2011-01-02 13:58:19 UTC (rev 
11591)
+++ packages/trunk/gamine/debian/changelog  2011-01-02 14:01:43 UTC (rev 
11592)
@@ -10,6 +10,7 @@
   * gamine has got a versionized dependency on gamine-data
 (= ${source:Version})
   * add no-gconftool.diff and a quilt dependency
+  * call dh_gconf, add postinst and prerm script
 
  -- Gonéri Le Bouder gon...@rulezlan.org  Sat, 01 Jan 2011 14:15:52 +0100
 

Added: packages/trunk/gamine/debian/postinst
===
--- packages/trunk/gamine/debian/postinst   (rev 0)
+++ packages/trunk/gamine/debian/postinst   2011-01-02 14:01:43 UTC (rev 
11592)
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+set -e
+
+#DEBHELPER#
+
+exit 0

Added: packages/trunk/gamine/debian/prerm
===
--- packages/trunk/gamine/debian/prerm  (rev 0)
+++ packages/trunk/gamine/debian/prerm  2011-01-02 14:01:43 UTC (rev 11592)
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+set -e
+
+#DEBHELPER#
+
+exit 0


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

r11593 - packages/trunk/gamine/debian

2011-01-02 Thread Gonéri Le Bouder
Author: goneri
Date: 2011-01-02 14:06:33 + (Sun, 02 Jan 2011)
New Revision: 11593

Modified:
   packages/trunk/gamine/debian/changelog
   packages/trunk/gamine/debian/copyright
Log:
refresh debian/copyright


Modified: packages/trunk/gamine/debian/changelog
===
--- packages/trunk/gamine/debian/changelog  2011-01-02 14:01:43 UTC (rev 
11592)
+++ packages/trunk/gamine/debian/changelog  2011-01-02 14:06:33 UTC (rev 
11593)
@@ -11,6 +11,7 @@
 (= ${source:Version})
   * add no-gconftool.diff and a quilt dependency
   * call dh_gconf, add postinst and prerm script
+  * refresh debian/copyright
 
  -- Gonéri Le Bouder gon...@rulezlan.org  Sat, 01 Jan 2011 14:15:52 +0100
 

Modified: packages/trunk/gamine/debian/copyright
===
--- packages/trunk/gamine/debian/copyright  2011-01-02 14:01:43 UTC (rev 
11592)
+++ packages/trunk/gamine/debian/copyright  2011-01-02 14:06:33 UTC (rev 
11593)
@@ -61,5 +61,18 @@
This program is free software; you can redistribute it and/or modify it 
under
the terms of the GNU General Public License Version 2
 
-On Debian systems, the complete text of the GNU General Public
+- from http://www.egregorion.net/works/Chameleon-SkyBlue-0.5.tar.bz2: 
pencil.png 
+  Chameleon Xcursor Set version 0.1
+  Copyright (C) 2006  Giuseppe Benigno eben...@gmail.com
+
+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 2
+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.
+
 License, version 2, can be found in /usr/share/common-licenses/GPL-2.


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

r11594 - packages/trunk/gamine/debian

2011-01-02 Thread Gonéri Le Bouder
Author: goneri
Date: 2011-01-02 14:41:19 + (Sun, 02 Jan 2011)
New Revision: 11594

Modified:
   packages/trunk/gamine/debian/changelog
   packages/trunk/gamine/debian/control
Log:
add a B-P on libgconf2-dev


Modified: packages/trunk/gamine/debian/changelog
===
--- packages/trunk/gamine/debian/changelog  2011-01-02 14:06:33 UTC (rev 
11593)
+++ packages/trunk/gamine/debian/changelog  2011-01-02 14:41:19 UTC (rev 
11594)
@@ -12,6 +12,7 @@
   * add no-gconftool.diff and a quilt dependency
   * call dh_gconf, add postinst and prerm script
   * refresh debian/copyright
+  * add a B-P on libgconf2-dev
 
  -- Gonéri Le Bouder gon...@rulezlan.org  Sat, 01 Jan 2011 14:15:52 +0100
 

Modified: packages/trunk/gamine/debian/control
===
--- packages/trunk/gamine/debian/control2011-01-02 14:06:33 UTC (rev 
11593)
+++ packages/trunk/gamine/debian/control2011-01-02 14:41:19 UTC (rev 
11594)
@@ -3,7 +3,8 @@
 Priority: optional
 Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
 Uploaders: Gonéri Le Bouder gon...@rulezlan.org
-Build-Depends: debhelper (= 7.0.50~), libgtk2.0-dev, libcairo2-dev, 
libgstreamer0.10-dev, docbook-to-man, quilt
+Build-Depends: debhelper (= 7.0.50~), libgtk2.0-dev, libcairo2-dev,
+ libgstreamer0.10-dev, docbook-to-man, quilt, libgconf2-dev
 Standards-Version: 3.9.1
 Vcs-Svn: svn://svn.debian.org/pkg-games/packages/trunk/gamine/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/gamine/


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

r11595 - packages/trunk/gamine/debian

2011-01-02 Thread Gonéri Le Bouder
Author: goneri
Date: 2011-01-02 14:51:23 + (Sun, 02 Jan 2011)
New Revision: 11595

Modified:
   packages/trunk/gamine/debian/changelog
   packages/trunk/gamine/debian/rules
Log:
remove upstream debian/prerm script to avoid conflict

Modified: packages/trunk/gamine/debian/changelog
===
--- packages/trunk/gamine/debian/changelog  2011-01-02 14:41:19 UTC (rev 
11594)
+++ packages/trunk/gamine/debian/changelog  2011-01-02 14:51:23 UTC (rev 
11595)
@@ -13,8 +13,9 @@
   * call dh_gconf, add postinst and prerm script
   * refresh debian/copyright
   * add a B-P on libgconf2-dev
+  * remove upstream debian/prerm script to avoid conflict
 
- -- Gonéri Le Bouder gon...@rulezlan.org  Sat, 01 Jan 2011 14:15:52 +0100
+ -- Gonéri Le Bouder gon...@rulezlan.org  Sun, 02 Jan 2011 15:50:51 +0100
 
 gamine (0.0.1-4) unstable; urgency=low
 

Modified: packages/trunk/gamine/debian/rules
===
--- packages/trunk/gamine/debian/rules  2011-01-02 14:41:19 UTC (rev 11594)
+++ packages/trunk/gamine/debian/rules  2011-01-02 14:51:23 UTC (rev 11595)
@@ -13,4 +13,4 @@
 
 override_dh_clean:
$(MAKE) clean
-   dh_clean gamine.6
+   dh_clean gamine.6 debian/prerm


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

r11596 - in packages/trunk/gamine/debian: . patches

2011-01-02 Thread Gonéri Le Bouder
Author: goneri
Date: 2011-01-02 17:13:14 + (Sun, 02 Jan 2011)
New Revision: 11596

Added:
   packages/trunk/gamine/debian/patches/makefile-DESTDIR.diff
Removed:
   packages/trunk/gamine/debian/script/
Modified:
   packages/trunk/gamine/debian/changelog
   packages/trunk/gamine/debian/gamine-data.install
   packages/trunk/gamine/debian/gamine.install
   packages/trunk/gamine/debian/patches/series
   packages/trunk/gamine/debian/rules
Log:
add makefile-DESTDIR.diff to be able to use DESTDIR


Modified: packages/trunk/gamine/debian/changelog
===
--- packages/trunk/gamine/debian/changelog  2011-01-02 14:51:23 UTC (rev 
11595)
+++ packages/trunk/gamine/debian/changelog  2011-01-02 17:13:14 UTC (rev 
11596)
@@ -14,6 +14,7 @@
   * refresh debian/copyright
   * add a B-P on libgconf2-dev
   * remove upstream debian/prerm script to avoid conflict
+  * add makefile-DESTDIR.diff to be able to use DESTDIR
 
  -- Gonéri Le Bouder gon...@rulezlan.org  Sun, 02 Jan 2011 15:50:51 +0100
 

Modified: packages/trunk/gamine/debian/gamine-data.install
===
--- packages/trunk/gamine/debian/gamine-data.install2011-01-02 14:51:23 UTC 
(rev 11595)
+++ packages/trunk/gamine/debian/gamine-data.install2011-01-02 17:13:14 UTC 
(rev 11596)
@@ -1 +1 @@
-sounds /usr/share/games/gamine
+usr/share/games/gamine

Modified: packages/trunk/gamine/debian/gamine.install
===
--- packages/trunk/gamine/debian/gamine.install 2011-01-02 14:51:23 UTC (rev 
11595)
+++ packages/trunk/gamine/debian/gamine.install 2011-01-02 17:13:14 UTC (rev 
11596)
@@ -1,3 +1,2 @@
-bin/gamine /usr/lib/gamine
-debian/script/gamine /usr/games
 debian/gamine.xpm /usr/share/pixmaps
+usr/games

Added: packages/trunk/gamine/debian/patches/makefile-DESTDIR.diff
===
--- packages/trunk/gamine/debian/patches/makefile-DESTDIR.diff  
(rev 0)
+++ packages/trunk/gamine/debian/patches/makefile-DESTDIR.diff  2011-01-02 
17:13:14 UTC (rev 11596)
@@ -0,0 +1,99 @@
+--- gamine-1.1.orig/Makefile
 gamine-1.1/Makefile
+@@ -1,21 +1,22 @@
+ PREFIX = /usr/local
+-bindir = $(PREFIX)/bin
+-datadir = $(PREFIX)/share
+-pkgdatadir = $(datadir)/gamine
+-docdir = $(datadir)/doc/gamine
+-sysconfdir = $(PREFIX)/etc
+-desktopdir = $(datadir)/applications
+-icondir = $(datadir)/icons/hicolor/scalable/apps
+-localedir = $(datadir)/locale
++DESTDIR = 
++BINDIR = $(PREFIX)/bin
++DATADIR = $(PREFIX)/share
++PKGDATADIR = $(DATADIR)/gamine
++DOCDIR = $(DATADIR)/doc/gamine
++SYSCONFDIR = $(PREFIX)/etc
++DESKTOPDIR = $(DATADIR)/applications
++ICONDIR = $(DATADIR)/icons/hicolor/scalable/apps
++LOCALEDIR = $(DATADIR)/locale
+ 
+ GCONFTOOL = /usr/bin/gconftool-2
+ GCONF_SCHEMA_CONFIG_SOURCE = xml:merged:/etc/gconf/gconf.xml.defaults
+-GCONF_SCHEMA_FILE_DIR = $(sysconfdir)/gconf/schemas
++GCONF_SCHEMA_FILE_DIR = $(SYSCONFDIR)/gconf/schemas
+ GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL = 0
+ CFLAGS = -Wall
+ #CFLAGS = -Wall -g 
+-CPPFLAGS = $(shell pkg-config --cflags gtk+-2.0 cairo glib-2.0 gstreamer-0.10 
gconf-2.0)  -DDATADIR=\$(pkgdatadir)\  -DLOCALDIR=\$(localedir)\
+-LDLIBS = $(shell pkg-config --libs gtk+-2.0 cairo glib-2.0 gstreamer-0.10 
gconf-2.0)  -DDATADIR=\$(pkgdatadir)\  -DLOCALDIR=\$(localedir)\
++CPPFLAGS = $(shell pkg-config --cflags gtk+-2.0 cairo glib-2.0 gstreamer-0.10 
gconf-2.0)  -DDATADIR=\$(PKGDATADIR)\  -DLOCALDIR=\$(LOCALEDIR)\
++LDLIBS = $(shell pkg-config --libs gtk+-2.0 cairo glib-2.0 gstreamer-0.10 
gconf-2.0)  -DDATADIR=\$(PKGDATADIR)\  -DLOCALDIR=\$(LOCALEDIR)\
+ LDFLAGS = -g 
+ CC = gcc
+ target = gamine
+@@ -23,7 +24,7 @@
+ 
+ $(target): $(objs)
+   $(CC) -o $@ $^ $(LDFLAGS) $(LDLIBS)
+-  sed 's...@bindir@$(bindir)@' gamine.desktop.in  gamine.desktop
++  sed 's...@bindir@$(BINDIR)@' gamine.desktop.in  gamine.desktop
+   msgfmt -c -o locale/fr.mo locale/fr.po
+ 
+ %.o: %.c
+@@ -32,28 +33,30 @@
+   rm -f $(target) $(objs) gamine.desktop *~ locale/*.mo
+ 
+ install:
+-  mkdir -p $(bindir)
+-  mkdir -p $(pkgdatadir)/sounds
+-  mkdir -p $(docdir)
+-  mkdir -p $(icondir)
+-  mkdir -p $(desktopdir)
+-  mkdir -p $(GCONF_SCHEMA_FILE_DIR)
+-  mkdir -p $(localedir)/fr/LC_MESSAGES
+-  install -m 755 gamine $(bindir)/
+-  install -m 644 pencil.png $(pkgdatadir)/
+-  install -m 644 gamine.png $(pkgdatadir)/
+-  install -m 644 sounds/* $(pkgdatadir)/sounds/
+-  install -m 644 README.pencil README.sounds README ChangeLog COPYING 
$(docdir)/
+-  install -m 644 gamine.schemas $(GCONF_SCHEMA_FILE_DIR)/
+-  install -m 644 locale/fr.mo $(localedir)/fr/LC_MESSAGES/gamine.mo
+-  GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) 
--makefile-install-rule $(GCONF_SCHEMA_FILE_DIR)/gamine.schemas
+-  install -m 644

r11597 - in packages/trunk/gamine/debian: . patches

2011-01-02 Thread Gonéri Le Bouder
Author: goneri
Date: 2011-01-02 17:19:38 + (Sun, 02 Jan 2011)
New Revision: 11597

Removed:
   packages/trunk/gamine/debian/patches/no-gconftool.diff
Modified:
   packages/trunk/gamine/debian/changelog
   packages/trunk/gamine/debian/patches/series
Log:
remove no-gconftool.diff


Modified: packages/trunk/gamine/debian/changelog
===
--- packages/trunk/gamine/debian/changelog  2011-01-02 17:13:14 UTC (rev 
11596)
+++ packages/trunk/gamine/debian/changelog  2011-01-02 17:19:38 UTC (rev 
11597)
@@ -9,7 +9,6 @@
   * gamine-data depends on ${misc:Depends}
   * gamine has got a versionized dependency on gamine-data
 (= ${source:Version})
-  * add no-gconftool.diff and a quilt dependency
   * call dh_gconf, add postinst and prerm script
   * refresh debian/copyright
   * add a B-P on libgconf2-dev

Deleted: packages/trunk/gamine/debian/patches/no-gconftool.diff
===
--- packages/trunk/gamine/debian/patches/no-gconftool.diff  2011-01-02 
17:13:14 UTC (rev 11596)
+++ packages/trunk/gamine/debian/patches/no-gconftool.diff  2011-01-02 
17:19:38 UTC (rev 11597)
@@ -1,18 +0,0 @@
 gamine-1.1.orig/Makefile
-+++ gamine-1.1/Makefile
-@@ -8,7 +8,6 @@
- icondir = $(datadir)/icons/hicolor/scalable/apps
- localedir = $(datadir)/locale
- 
--GCONFTOOL = /usr/bin/gconftool-2
- GCONF_SCHEMA_CONFIG_SOURCE = xml:merged:/etc/gconf/gconf.xml.defaults
- GCONF_SCHEMA_FILE_DIR = $(sysconfdir)/gconf/schemas
- GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL = 0
-@@ -46,7 +45,6 @@
-   install -m 644 README.pencil README.sounds README ChangeLog COPYING 
$(docdir)/
-   install -m 644 gamine.schemas $(GCONF_SCHEMA_FILE_DIR)/
-   install -m 644 locale/fr.mo $(localedir)/fr/LC_MESSAGES/gamine.mo
--  GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) 
--makefile-install-rule $(GCONF_SCHEMA_FILE_DIR)/gamine.schemas
-   install -m 644 gamine.desktop $(desktopdir)/
-   install -m 644 gamine.svg $(icondir)/
- 

Modified: packages/trunk/gamine/debian/patches/series
===
--- packages/trunk/gamine/debian/patches/series 2011-01-02 17:13:14 UTC (rev 
11596)
+++ packages/trunk/gamine/debian/patches/series 2011-01-02 17:19:38 UTC (rev 
11597)
@@ -1,2 +1 @@
 makefile-DESTDIR.diff
-no-gconftool.diff


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


r11598 - packages/trunk/gamine/debian

2011-01-02 Thread Gonéri Le Bouder
Author: goneri
Date: 2011-01-02 17:23:02 + (Sun, 02 Jan 2011)
New Revision: 11598

Modified:
   packages/trunk/gamine/debian/control
   packages/trunk/gamine/debian/rules
Log:
call dh will --with quilt


Modified: packages/trunk/gamine/debian/control
===
--- packages/trunk/gamine/debian/control2011-01-02 17:19:38 UTC (rev 
11597)
+++ packages/trunk/gamine/debian/control2011-01-02 17:23:02 UTC (rev 
11598)
@@ -4,7 +4,7 @@
 Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
 Uploaders: Gonéri Le Bouder gon...@rulezlan.org
 Build-Depends: debhelper (= 7.0.50~), libgtk2.0-dev, libcairo2-dev,
- libgstreamer0.10-dev, docbook-to-man, quilt, libgconf2-dev
+ libgstreamer0.10-dev, docbook-to-man, quilt (= 0.46-7~), libgconf2-dev
 Standards-Version: 3.9.1
 Vcs-Svn: svn://svn.debian.org/pkg-games/packages/trunk/gamine/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/gamine/

Modified: packages/trunk/gamine/debian/rules
===
--- packages/trunk/gamine/debian/rules  2011-01-02 17:19:38 UTC (rev 11597)
+++ packages/trunk/gamine/debian/rules  2011-01-02 17:23:02 UTC (rev 11598)
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-   dh $@
+   dh $@ --with quilt
 
 override_dh_auto_build:
$(MAKE) PREFIX=/usr BINDIR=/usr/games DESTDIR=$(CURDIR)/debian/tmp 
PKGDATADIR=/usr/share/games/gamine


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

r11587 - packages/trunk/libclaw/debian

2010-12-23 Thread Gonéri Le Bouder
Author: goneri
Date: 2010-12-23 19:56:42 + (Thu, 23 Dec 2010)
New Revision: 11587

Modified:
   packages/trunk/libclaw/debian/changelog
Log:
upload in sid


Modified: packages/trunk/libclaw/debian/changelog
===
--- packages/trunk/libclaw/debian/changelog 2010-12-23 19:52:30 UTC (rev 
11586)
+++ packages/trunk/libclaw/debian/changelog 2010-12-23 19:56:42 UTC (rev 
11587)
@@ -1,3 +1,9 @@
+libclaw (1.6.1-3) unstable; urgency=low
+
+  * Upload in sid
+
+ -- Julien Jorge julien.jo...@gamned.org  Thu, 23 Dec 2010 20:55:14 +0100
+
 libclaw (1.6.1-2) experimental; urgency=low
 
   * Set the architecture of libclaw-i18n to all


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


r11541 - packages/trunk/libclaw/debian

2010-11-30 Thread Gonéri Le Bouder
Author: goneri
Date: 2010-11-30 20:28:36 + (Tue, 30 Nov 2010)
New Revision: 11541

Modified:
   packages/trunk/libclaw/debian/changelog
Log:
refresh the changelog


Modified: packages/trunk/libclaw/debian/changelog
===
--- packages/trunk/libclaw/debian/changelog 2010-11-30 16:01:56 UTC (rev 
11540)
+++ packages/trunk/libclaw/debian/changelog 2010-11-30 20:28:36 UTC (rev 
11541)
@@ -1,6 +1,10 @@
 libclaw (1.6.1-1) experimental; urgency=low
 
   * New upstream release (Closes: #565023).
+  * claw-config.man.sgml: minor updates
+  * add a B-D on gettext
+  * Bump the standard-Version, no changes
+  * add the missing ${misc:Depends} in debian/control
 
  -- Julien Jorge julien.jo...@gamned.org  Tue, 16 Nov 2010 20:37:13 +0200
 


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


[SCM] Wormux PKG tag, debian/0.9.2.1-1, created. f1072fff6d02f2ffa5dba358b5e0b5a8001cef5a

2010-11-03 Thread Gonéri Le Bouder
The tag, debian/0.9.2.1-1 has been created
at  f1072fff6d02f2ffa5dba358b5e0b5a8001cef5a (commit)

- Shortlog 
commit f1072fff6d02f2ffa5dba358b5e0b5a8001cef5a
Author: Gonéri Le Bouder gon...@rulezlan.org
Date:   Tue Oct 12 21:54:24 2010 +0200

upload in experimental
---

-- 
Wormux PKG

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

[SCM] Wormux PKG branch, master, updated. f1072fff6d02f2ffa5dba358b5e0b5a8001cef5a

2010-10-12 Thread Gonéri Le Bouder
The following commit has been merged in the master branch:
commit f1072fff6d02f2ffa5dba358b5e0b5a8001cef5a
Author: Gonéri Le Bouder gon...@rulezlan.org
Date:   Tue Oct 12 21:54:24 2010 +0200

upload in experimental

diff --git a/debian/changelog b/debian/changelog
index 7420559..b54cbcf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-wormux (1:0.9.2.1-1) UNRELEASED; urgency=low
+wormux (1:0.9.2.1-1) experimental; urgency=low
 
   * New upstream version. (Closes: #567762; LP: #541078)
 - Fixes segmentation fault during network games. (Closes: #530259)

-- 
Wormux PKG

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

r11357 - in packages/trunk/boson/debian: . patches

2010-09-02 Thread Gonéri Le Bouder
Author: goneri
Date: 2010-09-02 11:51:30 + (Thu, 02 Sep 2010)
New Revision: 11357

Added:
   packages/trunk/boson/debian/patches/kfreebsd.diff
Modified:
   packages/trunk/boson/debian/changelog
   packages/trunk/boson/debian/control
   packages/trunk/boson/debian/patches/series
Log:
* Fix the build on kFreeBSD
* Add myself in Uploader


Modified: packages/trunk/boson/debian/changelog
===
--- packages/trunk/boson/debian/changelog   2010-09-01 20:24:25 UTC (rev 
11356)
+++ packages/trunk/boson/debian/changelog   2010-09-02 11:51:30 UTC (rev 
11357)
@@ -1,8 +1,9 @@
-boson (0.13-9) UNRELEASED; urgency=low
+boson (0.13-9) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * Fix the build on kFreeBSD
+  * Add myself in Uploader
 
- -- Alexander Reichle-Schmehl toli...@debian.org  Fri, 23 Jul 2010 20:33:14 
+0200
+ -- Gonéri Le Bouder gon...@rulezlan.org  Thu, 02 Sep 2010 13:44:28 +0200
 
 boson (0.13-8) unstable; urgency=low
 

Modified: packages/trunk/boson/debian/control
===
--- packages/trunk/boson/debian/control 2010-09-01 20:24:25 UTC (rev 11356)
+++ packages/trunk/boson/debian/control 2010-09-02 11:51:30 UTC (rev 11357)
@@ -2,7 +2,8 @@
 Section: games
 Priority: optional
 Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
-Uploaders: Alexander Reichle-Schmehl toli...@debian.org, Barry deFreese 
bddeb...@comcast.net
+Uploaders: Alexander Reichle-Schmehl toli...@debian.org, Barry deFreese 
bddeb...@comcast.net,
+ Gonéri Le Bouder gon...@rulezlan.org
 Build-Depends: debhelper ( 5.0.0), wml, libqt3-mt-dev, kdelibs4-dev,
  lib3ds-dev, docbook-to-man, python-dev, libtool, libopenal-dev,
  libalut-dev, cmake (= 2.4.2), binutils (= 2.14.90.0.7), quilt, gcc-4.3 
[mips mipsel], g++-4.3 [mips mipsel]

Added: packages/trunk/boson/debian/patches/kfreebsd.diff
===
--- packages/trunk/boson/debian/patches/kfreebsd.diff   
(rev 0)
+++ packages/trunk/boson/debian/patches/kfreebsd.diff   2010-09-02 11:51:30 UTC 
(rev 11357)
@@ -0,0 +1,11 @@
+--- boson-0.13.orig/boson/info/boinfo.cpp
 boson-0.13/boson/info/boinfo.cpp
+@@ -58,7 +58,7 @@
+ // OS dependant stuff
+ #ifdef __linux__
+ #include boinfo_linux.cpp
+-#elif defined(__FreeBSD__)
++#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
+ #include boinfo_freebsd.cpp
+ #else
+ #include boinfo_generic.cpp

Modified: packages/trunk/boson/debian/patches/series
===
--- packages/trunk/boson/debian/patches/series  2010-09-01 20:24:25 UTC (rev 
11356)
+++ packages/trunk/boson/debian/patches/series  2010-09-02 11:51:30 UTC (rev 
11357)
@@ -7,3 +7,4 @@
 fix_gcc-4.3.diff
 fix_python2.5type_issue.diff
 fix_desktop_files.diff
+kfreebsd.diff


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

r11358 - in packages/tags/boson: . 0.13-9/debian 0.13-9/debian/patches

2010-09-02 Thread Gonéri Le Bouder
Author: goneri
Date: 2010-09-02 14:05:30 + (Thu, 02 Sep 2010)
New Revision: 11358

Added:
   packages/tags/boson/0.13-9/
   packages/tags/boson/0.13-9/debian/changelog
   packages/tags/boson/0.13-9/debian/control
   packages/tags/boson/0.13-9/debian/patches/kfreebsd.diff
   packages/tags/boson/0.13-9/debian/patches/series
Removed:
   packages/tags/boson/0.13-9/debian/changelog
   packages/tags/boson/0.13-9/debian/control
   packages/tags/boson/0.13-9/debian/patches/series
Log:
tag boson 0.13-9 


Deleted: packages/tags/boson/0.13-9/debian/changelog
===
--- packages/trunk/boson/debian/changelog   2010-08-16 07:44:25 UTC (rev 
11266)
+++ packages/tags/boson/0.13-9/debian/changelog 2010-09-02 14:05:30 UTC (rev 
11358)
@@ -1,339 +0,0 @@
-boson (0.13-9) UNRELEASED; urgency=low
-
-  * NOT RELEASED YET
-
- -- Alexander Reichle-Schmehl toli...@debian.org  Fri, 23 Jul 2010 20:33:14 
+0200
-
-boson (0.13-8) unstable; urgency=low
-
-  * Aparently the || syntax isn't supported; make the mips* ifeq two sepperate 
block
-(Closes: #587002)
-
- -- Alexander Reichle-Schmehl toli...@debian.org  Thu, 22 Jul 2010 18:17:56 
+0200
-
-boson (0.13-7) unstable; urgency=low
-
-  * Adopt debian/control to my new name
-  * Add depends on ${misc:Depends}
-  * Add debian/README.source
-  * Bump standards version to 3.9.0 (no changes needed)
-  * Use gcc-4.3 and g++-4.3 on mips and mipsel (Closes: #587002)
-* Build depend on these versions on mips and mipsel
-
- -- Alexander Reichle-Schmehl toli...@debian.org  Thu, 22 Jul 2010 11:50:28 
+
-
-boson (0.13-6) unstable; urgency=low
-
-  * Upload to unstable 
-
- -- Gonéri Le Bouder gon...@rulezlan.org  Sun, 15 Feb 2009 00:42:17 +0100
-
-boson (0.13-5) experimental; urgency=low
-
-  * Drop build dependency on xutils, libkdegames-dev and kdemultimedia-dev
-(Closes: #514172)
-  * Bump the standard version to 3.8.0, no change
-  * fix fix_desktop_files.diff, it was not correctly imported 
-  * Upload in experimental because of Lenny freeze
-  * Clean quilt .pc directory
-
- -- Gonéri Le Bouder gon...@rulezlan.org  Sun, 08 Feb 2009 00:13:05 +0100
-
-boson (0.13-4) unstable; urgency=low
-
-  * fix a FTBFS on hppa by adding -mlong-calls, many thanks to
-Thibaut VARENE (Closes: #476730)
-  * pass CFLAGS to cmake correctly 
-  * add fix_desktop_files.diff to make the desktop files Freedesktop
-compliant, Thanks Stefan Ebner (Closes: #475063)
-  * remove boson-dbg, the package was big and not really useful
-  * remove a \n in 0.12dfsg1-1 entry of the changelog
-
- -- Gonéri Le Bouder gon...@rulezlan.org  Sun, 20 Apr 2008 02:41:24 +0200
-
-boson (0.13-3) unstable; urgency=low
-
-  [ Gonéri Le Bouder ]
-  * Add patch for boson-bounit.desktop - Add categories and comments
-  * changes avoid_libpython-detection-error.diff to use cmake own
-python detection script
-  * Apply Paul Wise patch to fix the segfault with Mesa7 on AMD64
-thank you Pabs! (Closes: #439973, #450825)
-
-  [ Eddy Petrișor ]
-  * remove myself from the Uploaders list
-
-  [ Jon Dowland ]
-  * add Homepage: control field to source stanza
-
-  [ Barry deFreese ]
-  * Fix watch file (Closes: #453554)
-  * Add VCS fields in control
-  * Remove homepage field from package description
-  * Bump standards version to 3.7.3
-
-  [ Ansgar Burchardt ]
-  * Fix FTBFS with gcc-4.3 (Closes: #454873)
-+ new patch `fix_gcc-4.3.diff'
-  * debian/copyright: refer to GPL-2 (including version)
-
-  [ Eddy Petrișor ]
-  * fix Vcs-Svn URL to point to svn, not the incomplete ssh location
-
-  [ Mark Hymers ]
-  * Fix type issue on 64-bit machines with python2.5 (Closes: #471153)
-
- -- Gonéri Le Bouder gon...@rulezlan.org  Mon, 17 Mar 2008 22:48:55 +0100
-
-boson (0.13-2) unstable; urgency=low
-
-  * remove libvorbis-dev from boson dependency (Closes: #385189)
-  * apply patch by Martin Michlmayr to fix a FTBFS with gcc 4.2
-(Closes: #409512)
-  * add fix_UTS_RELEASE_location.diff to ignore UTS_RELEASE if undef
-(Closes: #427271)
-  * debian/rules:
-- call cmake during the configure step
-- other minor changes
-  * add FindBosonPythonLibs.cmake, a workaround for a libpython detection
-error
-  * boson-dbg depends on boson = ${binary:Version}
-
- -- Gonéri Le Bouder gon...@rulezlan.org  Thu, 28 Jun 2007 19:11:17 +0200 
-
-boson (0.13-1) experimental; urgency=low
-
-  * new upstream release
-   - builddeps on cmake (= 2.4.2)
-   - remove patches: 00_build_with_gcc4.1.patch  
10_cmake_files_rev_7658_from_svn.patch
-   6_turnoffdebug.patch
-   - add boson_0_13_upstream_fixes.diff, upstream 0.13 patches that fix mainly
-   AMD64 issues
-   - add fix_python_inclusion.diff to fix a FTBFS
-   - use quilt, doesn't depend on cdbs anymore
-   - new manpage: boufodesigner.sgml
-  * fix typo in boconditioneditor.sgml and boserver.sgml
-   - syntaix instead of syntax
-  * builddep on python-dev instead of python2.4-dev to make transition easier

[SCM] bam packaging branch, master, updated. upstream/0.2.0-3-ga971534

2010-05-24 Thread Gonéri Le Bouder
The following commit has been merged in the master branch:
commit a971534b9af5f13996b88f294c58cf5361e219d3
Author: Gonéri Le Bouder gon...@rulezlan.org
Date:   Tue Jul 28 16:25:08 2009 +0200

Standards-Version: 3.8.2, no change

diff --git a/debian/changelog b/debian/changelog
index abc1c5c..2ffc3e6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 bam (0.2.0-4) unstable; urgency=low
 
-  * Apply Barry GNU/Hurd patch 
+  * Apply Barry GNU/Hurd patch (Closes: #532794)
+  * Standards-Version: 3.8.2, no change 
 
  -- Gonéri Le Bouder gon...@rulezlan.org  Mon, 27 Jul 2009 23:29:12 +0200
 
diff --git a/debian/control b/debian/control
index 4255f9b..4e375ca 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: Gonéri Le Bouder gon...@rulezlan.org
 Build-Depends: debhelper (= 5), python, liblua5.1-0-dev, quilt, pkg-config
-Standards-Version: 3.8.1
+Standards-Version: 3.8.2
 Homepage: http://teeworlds.com/trac/bam/wiki/WikiStart
 Vcs-Git: git://git.debian.org/pkg-games/bam.git
 Vcs-Browser: http://git.debian.org/?p=pkg-games/bam.git

-- 
bam packaging

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

r10891 - in non-free/packages/trunk/assaultcube/debian: . scripts

2010-04-02 Thread Gonéri Le Bouder
Author: goneri
Date: 2010-04-02 21:00:33 + (Fri, 02 Apr 2010)
New Revision: 10891

Modified:
   non-free/packages/trunk/assaultcube/debian/changelog
   non-free/packages/trunk/assaultcube/debian/scripts/assaultcube
Log:
Change the assaultcube script to use the game own mechanism to access
user home directory (thanks to Pfarrei Opfenbach)


Modified: non-free/packages/trunk/assaultcube/debian/changelog
===
--- non-free/packages/trunk/assaultcube/debian/changelog2010-04-02 
15:57:51 UTC (rev 10890)
+++ non-free/packages/trunk/assaultcube/debian/changelog2010-04-02 
21:00:33 UTC (rev 10891)
@@ -1,3 +1,10 @@
+assaultcube (1.0.4repack1-2) unstable; urgency=low
+
+  * Change the assaultcube script to use the game own mechanism to access
+user home directory (thanks to Pfarrei Opfenbach)
+
+ -- Gonéri Le Bouder gon...@rulezlan.org  Fri, 02 Apr 2010 23:00:03 +0200
+
 assaultcube (1.0.4repack1-1) unstable; urgency=low
 
   * Initial release (Closes: #435809) 

Modified: non-free/packages/trunk/assaultcube/debian/scripts/assaultcube
===
--- non-free/packages/trunk/assaultcube/debian/scripts/assaultcube  
2010-04-02 15:57:51 UTC (rev 10890)
+++ non-free/packages/trunk/assaultcube/debian/scripts/assaultcube  
2010-04-02 21:00:33 UTC (rev 10891)
@@ -1,18 +1,3 @@
 #!/bin/sh
-
-set -e
-
-HOMEASSAULT=$HOME/.assaultcube
-
-if [ ! -d $HOMEASSAULT ]; then
-
-   mkdir $HOMEASSAULT
-   cd $HOMEASSAULT
-   cp -r /usr/share/games/assaultcube/config . 
-   ln -s /usr/share/games/assaultcube/packages .
-   ln -s /usr/share/games/assaultcube/bot .
-
-fi
-cd $HOMEASSAULT 
-
-exec /usr/lib/games/assaultcube/ac_client $@
+cd /usr/share/games/assaultcube
+exec /usr/lib/games/assaultcube/ac_client --home=${HOME}/.assaultcube_v1.0 
--init $@


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

r10869 - packages/trunk/slimevolley/debian

2010-03-27 Thread Gonéri Le Bouder
Author: goneri
Date: 2010-03-27 10:56:58 + (Sat, 27 Mar 2010)
New Revision: 10869

Modified:
   packages/trunk/slimevolley/debian/rules
Log:
don't install copyright-data


Modified: packages/trunk/slimevolley/debian/rules
===
--- packages/trunk/slimevolley/debian/rules 2010-03-27 10:51:00 UTC (rev 
10868)
+++ packages/trunk/slimevolley/debian/rules 2010-03-27 10:56:58 UTC (rev 
10869)
@@ -68,8 +68,6 @@
dh_installchangelogs 
dh_installdocs
 
-   cp $(CURDIR)/debian/copyright-data $(DOC_DIR)/copyright
-
dh_installexamples
dh_installmenu
dh_installman


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


r10870 - in packages/trunk/slimevolley/debian: . source

2010-03-27 Thread Gonéri Le Bouder
Author: goneri
Date: 2010-03-27 10:59:44 + (Sat, 27 Mar 2010)
New Revision: 10870

Added:
   packages/trunk/slimevolley/debian/source/
   packages/trunk/slimevolley/debian/source/format
Log:
source format 3.0 (quilt)


Added: packages/trunk/slimevolley/debian/source/format
===
--- packages/trunk/slimevolley/debian/source/format 
(rev 0)
+++ packages/trunk/slimevolley/debian/source/format 2010-03-27 10:59:44 UTC 
(rev 10870)
@@ -0,0 +1 @@
+3.0 (quilt)


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


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

2010-03-13 Thread Gonéri Le Bouder
Author: goneri
Date: 2010-03-13 15:03:35 + (Sat, 13 Mar 2010)
New Revision: 10837

Modified:
   packages/trunk/barrage/debian/control
   packages/trunk/bloboats/debian/control
   packages/trunk/blockattack/debian/control
   packages/trunk/boson-data/debian/control
   packages/trunk/boson-music/debian/control
   packages/trunk/boson/debian/control
   packages/trunk/btanks/debian/control
   packages/trunk/bullet/debian/control
   packages/trunk/dreamchess/debian/control
   packages/trunk/enemylines3/debian/control
   packages/trunk/enemylines7/debian/control
   packages/trunk/extremetuxracer/debian/control
   packages/trunk/ezquake-data/debian/control
   packages/trunk/ezquake/debian/control
   packages/trunk/funnyboat/debian/control
   packages/trunk/gamine/debian/control
   packages/trunk/glest-data/debian/control
   packages/trunk/glfw/debian/control
   packages/trunk/irrlamb/debian/control
   packages/trunk/komi/debian/control
   packages/trunk/libphysfs/debian/control
   packages/trunk/lincity-ng/debian/control
   packages/trunk/lmemory/debian/control
   packages/trunk/mmpong/debian/control
   packages/trunk/monsterz/debian/control
   packages/trunk/netpanzer/debian/control
   packages/trunk/nexuiz-data/debian/control
   packages/trunk/nexuiz/debian/control
   packages/trunk/ode/debian/control
   packages/trunk/openal-si/debian/control
   packages/trunk/openal/debian/control
   packages/trunk/openarena-data/debian/control
   packages/trunk/openarena/debian/control
   packages/trunk/opencity/debian/control
   packages/trunk/pingus/debian/patches/50_boost_signals_mt
   packages/trunk/ppracer/debian/control
   packages/trunk/ri-li/debian/control
   packages/trunk/sabre/debian/control
   packages/trunk/seal/debian/control
   packages/trunk/starfighter/debian/control
   packages/trunk/stormbaancoureur/debian/control
   packages/trunk/supertuxkart/debian/control
   packages/trunk/teeworlds/debian/control
   packages/trunk/teg/debian/control
   packages/trunk/trigger-data/debian/control
   packages/trunk/trigger/debian/control
   packages/trunk/vdrift/debian/control
   packages/trunk/vegastrike/debian/control
   packages/trunk/warsow-data/debian/control
   packages/trunk/xmoto/debian/control
   packages/trunk/xtux/debian/control
Log:
remove myself from Uploaders:


Modified: packages/trunk/barrage/debian/control
===
--- packages/trunk/barrage/debian/control   2010-03-13 09:28:05 UTC (rev 
10836)
+++ packages/trunk/barrage/debian/control   2010-03-13 15:03:35 UTC (rev 
10837)
@@ -2,7 +2,7 @@
 Section: games
 Priority: optional
 Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
-Uploaders: Gonéri Le Bouder gon...@rulezlan.org, Barry deFreese 
bddeb...@comcast.net
+Uploaders: Barry deFreese bddeb...@comcast.net
 Build-Depends: debhelper (= 5.0.0), quilt, libsdl1.2-dev, 
libsdl-mixer1.2-dev, binutils (= 2.14.90.0.7)
 Standards-Version: 3.8.0
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/barrage/

Modified: packages/trunk/bloboats/debian/control
===
--- packages/trunk/bloboats/debian/control  2010-03-13 09:28:05 UTC (rev 
10836)
+++ packages/trunk/bloboats/debian/control  2010-03-13 15:03:35 UTC (rev 
10837)
@@ -2,7 +2,7 @@
 Section: games
 Priority: optional
 Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
-Uploaders: Gonéri Le Bouder gon...@rulezlan.org, Barry deFreese 
bddeb...@comcast.net
+Uploaders: Barry deFreese bddeb...@comcast.net
 Build-Depends: debhelper (= 5.0.0), libglib2.0-dev, libsdl-image1.2-dev, 
libsdl-net1.2-dev, quilt, docbook-to-man
 Standards-Version: 3.8.1
 Homepage: http://bloboats.blobtrox.net/about.php

Modified: packages/trunk/blockattack/debian/control
===
--- packages/trunk/blockattack/debian/control   2010-03-13 09:28:05 UTC (rev 
10836)
+++ packages/trunk/blockattack/debian/control   2010-03-13 15:03:35 UTC (rev 
10837)
@@ -2,7 +2,7 @@
 Section: games
 Priority: optional
 Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
-Uploaders: Gonéri Le Bouder gon...@rulezlan.org, Cyril Brulebois 
k...@debian.org, Barry deFreese bdefre...@debian.org
+Uploaders: Cyril Brulebois k...@debian.org, Barry deFreese 
bdefre...@debian.org
 Build-Depends: debhelper (= 5.0.0), docbook-to-man, libsdl-mixer1.2-dev,
  libsdl-image1.2-dev, libsdl1.2-dev, libenet-dev (= 1.2-3), quilt, scons
 Standards-Version: 3.8.2

Modified: packages/trunk/boson/debian/control
===
--- packages/trunk/boson/debian/control 2010-03-13 09:28:05 UTC (rev 10836)
+++ packages/trunk/boson/debian/control 2010-03-13 15:03:35 UTC (rev 10837)
@@ -2,7 +2,7 @@
 Section: games
 Priority: optional
 Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
-Uploaders: Gonéri Le Bouder

r10699 - packages/trunk/btanks/debian

2010-01-15 Thread Gonéri Le Bouder
Author: goneri
Date: 2010-01-15 23:48:22 + (Fri, 15 Jan 2010)
New Revision: 10699

Modified:
   packages/trunk/btanks/debian/changelog
   packages/trunk/btanks/debian/control
Log:
add a conflicts against btanks-data  0.9.8083-1

Modified: packages/trunk/btanks/debian/changelog
===
--- packages/trunk/btanks/debian/changelog  2010-01-15 22:09:27 UTC (rev 
10698)
+++ packages/trunk/btanks/debian/changelog  2010-01-15 23:48:22 UTC (rev 
10699)
@@ -11,6 +11,7 @@
   * Use source format v3 to store html.tar.uu content directly in
 debian/ directory
   * doc is in btanks package, Move btanks-data.doc-base to btanks.doc-base
+   - add a conflicts against btanks-data  0.9.8083-1
   * Add myself in Uploaders:
 
  -- Gonéri Le Bouder gon...@rulezlan.org  Sun, 10 Jan 2010 02:25:17 +0100

Modified: packages/trunk/btanks/debian/control
===
--- packages/trunk/btanks/debian/control2010-01-15 22:09:27 UTC (rev 
10698)
+++ packages/trunk/btanks/debian/control2010-01-15 23:48:22 UTC (rev 
10699)
@@ -16,6 +16,7 @@
 Package: btanks
 Architecture: any
 Depends: btanks-data (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}
+Conflicts: btanks-data ( 0.9.8083-1)
 Description: fast 2D tank arcade game with multiplayer and split-screen modes
  Battle Tanks is a funny battle on your desk, where you can choose one of
  three vehicles and eliminate your enemy using the whole arsenal of


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

r10700 - packages/tags/btanks

2010-01-15 Thread Gonéri Le Bouder
Author: goneri
Date: 2010-01-16 00:23:42 + (Sat, 16 Jan 2010)
New Revision: 10700

Added:
   packages/tags/btanks/0.9.8083-1/
Log:
Tag btanks 0.9.8083-1



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


r10694 - packages/trunk/btanks/debian

2010-01-14 Thread Gonéri Le Bouder
Author: goneri
Date: 2010-01-14 20:35:38 + (Thu, 14 Jan 2010)
New Revision: 10694

Modified:
   packages/trunk/btanks/debian/changelog
   packages/trunk/btanks/debian/control
Log:
Add myself in Uploaders:


Modified: packages/trunk/btanks/debian/changelog
===
--- packages/trunk/btanks/debian/changelog  2010-01-14 11:30:49 UTC (rev 
10693)
+++ packages/trunk/btanks/debian/changelog  2010-01-14 20:35:38 UTC (rev 
10694)
@@ -11,6 +11,7 @@
   * Use source format v3 to store html.tar.uu content directly in
 debian/ directory
   * doc is in btanks package, Move btanks-data.doc-base to btanks.doc-base
+  * Add myself in Uploaders:
 
  -- Gonéri Le Bouder gon...@rulezlan.org  Sun, 10 Jan 2010 02:25:17 +0100
 

Modified: packages/trunk/btanks/debian/control
===
--- packages/trunk/btanks/debian/control2010-01-14 11:30:49 UTC (rev 
10693)
+++ packages/trunk/btanks/debian/control2010-01-14 20:35:38 UTC (rev 
10694)
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
 Uploaders: Miriam Ruiz little_m...@yahoo.es, Barry deFreese 
bddeb...@comcast.net,
- Ansgar Burchardt ans...@43-1.org
+ Ansgar Burchardt ans...@43-1.org, Gonéri Le Bouder gon...@rulezlan.org
 Build-Depends: debhelper (= 7.0.50~), scons, sharutils,
  libsdl1.2-dev, libsdl-image1.2-dev, liblua5.1-dev,
  libglu1-mesa-dev | libglu-dev, libgl1-mesa-dev | libgl-dev,


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

r10677 - in packages/trunk/btanks/debian: . html source

2010-01-09 Thread Gonéri Le Bouder
Author: goneri
Date: 2010-01-10 01:38:17 + (Sun, 10 Jan 2010)
New Revision: 10677

Added:
   packages/trunk/btanks/debian/btanks.doc-base
   packages/trunk/btanks/debian/btanks.docs
   packages/trunk/btanks/debian/html/
   packages/trunk/btanks/debian/html/cannon-fire.gif
   packages/trunk/btanks/debian/html/dirt-fire.gif
   packages/trunk/btanks/debian/html/dispersion-fire.gif
   packages/trunk/btanks/debian/html/index.html
   packages/trunk/btanks/debian/html/launcher-small.gif
   packages/trunk/btanks/debian/html/machinegunner-on-launcher.gif
   packages/trunk/btanks/debian/html/machinegunners.gif
   packages/trunk/btanks/debian/html/mine.gif
   packages/trunk/btanks/debian/html/missile-boomerang.gif
   packages/trunk/btanks/debian/html/missile-dumb.gif
   packages/trunk/btanks/debian/html/missile-guided.gif
   packages/trunk/btanks/debian/html/missile-nuke.gif
   packages/trunk/btanks/debian/html/missile-smoke.gif
   packages/trunk/btanks/debian/html/missile-stop.gif
   packages/trunk/btanks/debian/html/ricochet-fire.gif
   packages/trunk/btanks/debian/html/shilka-small.gif
   packages/trunk/btanks/debian/html/tank-small.gif
   packages/trunk/btanks/debian/html/throwers.gif
   packages/trunk/btanks/debian/source/include-binaries
Removed:
   packages/trunk/btanks/debian/btanks-data.doc-base
   packages/trunk/btanks/debian/html.tar.uu
Modified:
   packages/trunk/btanks/debian/changelog
   packages/trunk/btanks/debian/clean
   packages/trunk/btanks/debian/rules
Log:
* Use source format v3 to store html.tar.uu content directly in
  debian/ directory
* doc is in btanks package, Move btanks-data.doc-base to btanks.doc-base


! The diff was too big and was omitted from this mail !
The command

svn diff -r 10676:10677 .

typed in the updated working copy will allow you to see the diff

Also this link should allow you to see the differences in a browser:

http://svn.debian.org/wsvn/pkg-games?op=compcompare%5b%5d=...@10676compare%5b%5d=...@10677


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


[SCM] Packaging for scorched3d branch, master, updated. upstream/42.1dfsg-33-gb44fce0

2009-09-27 Thread Gonéri Le Bouder
The following commit has been merged in the master branch:
commit 23cf1d403c072624b7664513d9766431b9a5aef8
Author: Gon�ri Le Bouder gon...@julie.rulezlan.org
Date:   Thu Aug 27 00:29:25 2009 +0200

add myself in uploaders:

diff --git a/debian/control b/debian/control
index a22cf5c..da945d0 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,8 @@ Section: games
 Priority: optional
 Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
 Uploaders: Reinhard Tartler siret...@tauware.de,
-  Bruno Fuddl Kleinert fu...@debian.org
+  Bruno Fuddl Kleinert fu...@debian.org,
+   Gonéri Le Bouder gon...@rulezlan.org
 Build-Depends: binutils,
   automake,
   autoconf,

-- 
Packaging for scorched3d

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

[SCM] Packaging for scorched3d branch, master, updated. upstream/42.1dfsg-33-gb44fce0

2009-09-27 Thread Gonéri Le Bouder
The following commit has been merged in the master branch:
commit ddcf17f5c75c75139a5c4d90855e0573936b2b58
Author: Gon�ri Le Bouder gon...@julie.rulezlan.org
Date:   Thu Aug 27 00:29:49 2009 +0200

add a not about the use of quilt

diff --git a/debian/README.Source b/debian/README.Source
index 02a6e07..397fd60 100644
--- a/debian/README.Source
+++ b/debian/README.Source
@@ -21,3 +21,6 @@ modifications are in detail listed in this file.
  - the config.guess and config.sub files have been updated
 
  - 'make distclean' has been run in the source tree
+
+This package use quilt to maintain quilt serie, please read:
+/usr/share/doc/quilt/README.source
diff --git a/debian/changelog b/debian/changelog
index f3d197a..b0627db 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ scorched3d (42.1dfsg-2) unstable; urgency=low
   * Add kfreebsd.diff (Closes: #495091)
   * Add myself in uploaders
   * Bump standard version: 3.8.3
+   - add a not about the use of quilt
   * Fix the Vcs, they were broken since the git migration 
 
  -- Gonéri Le Bouder gon...@rulezlan.org  Wed, 26 Aug 2009 23:26:27 +0200

-- 
Packaging for scorched3d

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

r10328 - non-free/packages/trunk/assaultcube/debian

2009-09-10 Thread Gonéri Le Bouder
Author: goneri
Date: 2009-09-10 18:46:18 + (Thu, 10 Sep 2009)
New Revision: 10328

Modified:
   non-free/packages/trunk/assaultcube/debian/changelog
Log:
repack1

Modified: non-free/packages/trunk/assaultcube/debian/changelog
===
--- non-free/packages/trunk/assaultcube/debian/changelog2009-09-10 
15:28:42 UTC (rev 10327)
+++ non-free/packages/trunk/assaultcube/debian/changelog2009-09-10 
18:46:18 UTC (rev 10328)
@@ -1,4 +1,4 @@
-assaultcube (1.0.4-1) unstable; urgency=low
+assaultcube (1.0.4repack1-1) unstable; urgency=low
 
   * Initial release (Closes: #435809) 
 


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


r10329 - non-free/packages/trunk/assaultcube/debian

2009-09-10 Thread Gonéri Le Bouder
Author: goneri
Date: 2009-09-10 18:53:32 + (Thu, 10 Sep 2009)
New Revision: 10329

Modified:
   non-free/packages/trunk/assaultcube/debian/changelog
   non-free/packages/trunk/assaultcube/debian/copyright
Log:
don't speak about source/include/SDL*, the directory has been dropped out of 
the tarball

Modified: non-free/packages/trunk/assaultcube/debian/changelog
===
--- non-free/packages/trunk/assaultcube/debian/changelog2009-09-10 
18:46:18 UTC (rev 10328)
+++ non-free/packages/trunk/assaultcube/debian/changelog2009-09-10 
18:53:32 UTC (rev 10329)
@@ -2,5 +2,5 @@
 
   * Initial release (Closes: #435809) 
 
- -- Gonéri Le Bouder gon...@rulezlan.org  Thu, 30 Jul 2009 16:25:27 +0200
+ -- Gonéri Le Bouder gon...@rulezlan.org  Thu, 10 Sep 2009 20:55:15 +0200
 

Modified: non-free/packages/trunk/assaultcube/debian/copyright
===
--- non-free/packages/trunk/assaultcube/debian/copyright2009-09-10 
18:46:18 UTC (rev 10328)
+++ non-free/packages/trunk/assaultcube/debian/copyright2009-09-10 
18:53:32 UTC (rev 10329)
@@ -42,25 +42,4 @@
 
 THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 
SOFTWARE.
 
-files in source/include/SDL_*:
-Copyright:
-  Copyright (c) 1997-2007 Sam Lantinga slou...@libsdl.org
-
-License:
-  This library is free software; you can redistribute it and/or
-  modify it under the terms of the GNU Lesser General Public
-  License as published by the Free Software Foundation; either
-  version 2 of the License, or (at your option) any later version.
-
-  This library 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
-  Lesser General Public License for more details.
-
-  You should have received a copy of the GNU Lesser General Public
-  License along with this library; if not, write to the Free Software
-  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
-
-On Debian GNU/Linux systems, the complete text of the GNU Lesser General
-Public License can be found in `/usr/share/common-licenses/LGPL'.
-
+The package debian/* files are under the MIT license


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

r10330 - in non-free/packages/trunk/assaultcube/debian: . scripts

2009-09-10 Thread Gonéri Le Bouder
Author: goneri
Date: 2009-09-10 20:10:20 + (Thu, 10 Sep 2009)
New Revision: 10330

Added:
   non-free/packages/trunk/assaultcube/debian/assaultcube.debhelper.log
   non-free/packages/trunk/assaultcube/debian/assaultcube.desktop
   non-free/packages/trunk/assaultcube/debian/assaultcube.dirs
   non-free/packages/trunk/assaultcube/debian/assaultcube.install
   non-free/packages/trunk/assaultcube/debian/assaultcube.xpm
Modified:
   non-free/packages/trunk/assaultcube/debian/rules
   non-free/packages/trunk/assaultcube/debian/scripts/assaultcube
   non-free/packages/trunk/assaultcube/debian/scripts/assaultcube-server
Log:
prepare upload to unstable


Added: non-free/packages/trunk/assaultcube/debian/assaultcube.debhelper.log
===
--- non-free/packages/trunk/assaultcube/debian/assaultcube.debhelper.log
(rev 0)
+++ non-free/packages/trunk/assaultcube/debian/assaultcube.debhelper.log
2009-09-10 20:10:20 UTC (rev 10330)
@@ -0,0 +1,2 @@
+dh_installdirs
+dh_installdirs

Added: non-free/packages/trunk/assaultcube/debian/assaultcube.desktop
===
--- non-free/packages/trunk/assaultcube/debian/assaultcube.desktop  
(rev 0)
+++ non-free/packages/trunk/assaultcube/debian/assaultcube.desktop  
2009-09-10 20:10:20 UTC (rev 10330)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Version=1.0
+Name=AssaultCube
+Exec=/usr/games/assaultcube
+Icon=/usr/share/pixmaps/assaultcube.png
+Comment=realistic first-person-shooter
+Terminal=false
+Type=Application
+Categories=Game;ArcadeGame;

Added: non-free/packages/trunk/assaultcube/debian/assaultcube.dirs
===
--- non-free/packages/trunk/assaultcube/debian/assaultcube.dirs 
(rev 0)
+++ non-free/packages/trunk/assaultcube/debian/assaultcube.dirs 2009-09-10 
20:10:20 UTC (rev 10330)
@@ -0,0 +1,3 @@
+/usr/lib/games/assaultcube
+/usr/games
+/usr/share/pixmaps

Added: non-free/packages/trunk/assaultcube/debian/assaultcube.install
===
--- non-free/packages/trunk/assaultcube/debian/assaultcube.install  
(rev 0)
+++ non-free/packages/trunk/assaultcube/debian/assaultcube.install  
2009-09-10 20:10:20 UTC (rev 10330)
@@ -0,0 +1,6 @@
+source/src/ac_client /usr/lib/games/assaultcube
+source/src/ac_server /usr/lib/games/assaultcube
+debian/scripts/assaultcube /usr/games
+debian/scripts/assaultcube-server /usr/games
+debian/assaultcube.xpm /usr/share/pixmaps 
+debian/assaultcube.desktop /usr/share/applications 

Added: non-free/packages/trunk/assaultcube/debian/assaultcube.xpm
===
--- non-free/packages/trunk/assaultcube/debian/assaultcube.xpm  
(rev 0)
+++ non-free/packages/trunk/assaultcube/debian/assaultcube.xpm  2009-09-10 
20:10:20 UTC (rev 10330)
@@ -0,0 +1,257 @@
+/* XPM */
+static char *assaultcube[] = {
+/* columns rows colors chars-per-pixel */
+40 40 211 2,
+   c #010101,
+.  c #080705,
+X  c #0B0A06,
+o  c #070708,
+O  c #080708,
++  c #0B0B0B,
+@  c #100E0C,
+#  c #15130D,
+$  c #19160F,
+%  c #0F0F10,
+  c #141313,
+*  c #1A1610,
+=  c #171817,
+-  c #1C1914,
+;  c #171819,
+:  c #1B1A1B,
+  c #211D16,
+,  c #262016,
+  c #24221D,
+1  c #2B261A,
+2  c #2D281C,
+3  c #342C1C,
+4  c #3C321C,
+5  c #1E1F23,
+6  c #201F20,
+7  c #21,
+8  c #282726,
+9  c #2B2A25,
+0  c #2B2B2B,
+q  c #363024,
+w  c #3D3423,
+e  c #32312E,
+r  c #2E2F31,
+t  c #302F30,
+y  c #33,
+u  c #393733,
+i  c #353438,
+p  c #3B3B3B,
+a  c #433720,
+s  c #463A23,
+d  c #493C23,
+f  c #433B2B,
+g  c #4B422E,
+h  c #57492D,
+j  c #58492C,
+k  c #4B4230,
+l  c #42413E,
+z  c #4C473C,
+x  c #524834,
+c  c #5A4D34,
+v  c #5D533E,
+b  c #645434,
+n  c #6C5932,
+m  c #635438,
+M  c #6E5D3C,
+N  c #735E36,
+B  c #786437,
+V  c #756139,
+C  c #7B6439,
+Z  c #7F693C,
+A  c #3C3D42,
+S  c #424241,
+D  c #494843,
+F  c #4B4B4C,
+G  c #544E41,
+H  c #4D4F58,
+J  c #545354,
+K  c #54555A,
+L  c #5D5D5C,
+P  c #625D53,
+I  c #6E6046,
+U  c #6E644F,
+Y  c #746445,
+T  c #72644B,
+R  c #786848,
+E  c #5D5E64,
+W  c #5D5E6A,
+Q  c #5D6067,
+!  c #616363,
+~  c #676768,
+^  c #696968,
+/  c #7F7667,
+(  c #6C6E73,
+)  c #6F7070,
+_  c #737376,
+`  c #75777A,
+'  c #7A7A7A,
+]  c #856D3E,
+[  c #836D42,
+{  c #806D4A,
+}  c #877145,
+|  c #8B7445,
+ . c #8E7649,
+.. c #907646,
+X. c #947C4D,
+o. c #8B7851,
+O. c #87785B,
++. c #937D53,
+@. c #917E58,
+#. c #9B8355,
+$. c #9C865C,
+%. c #9F8859,
+. c #A18857,
+*. c #A48C5C,
+=. c #988563,
+-. c #9C8862,
+;. c #A28C62,
+:. c #AA9363,
+. c #AB9569,
+,. c #AF986A,
+. c #B49C6D,
+1. c #B89F6F,
+2. c #B69F71,
+3. c #B89F71,
+4. c #BCA374,
+5. c #BCA57A,
+6. c #BFA87A,
+7. c #C0A777,
+8. c #C1A977,
+9. c #C3AB7C,
+0. c #767A80,
+q. c 

r10331 - in non-free/packages/tags: ! dirs' list truncated !

2009-09-10 Thread Gonéri Le Bouder
Author: goneri
Date: 2009-09-10 20:25:32 + (Thu, 10 Sep 2009)
New Revision: 10331

Added:
   non-free/packages/tags/assaultcube/
   non-free/packages/tags/assaultcube/assaultcube/
   non-free/packages/tags/assaultcube/assaultcube/debian/assaultcube-server.6
   non-free/packages/tags/assaultcube/assaultcube/debian/assaultcube.6
   
non-free/packages/tags/assaultcube/assaultcube/debian/assaultcube.debhelper.log
   non-free/packages/tags/assaultcube/assaultcube/debian/assaultcube.desktop
   non-free/packages/tags/assaultcube/assaultcube/debian/assaultcube.dirs
   non-free/packages/tags/assaultcube/assaultcube/debian/assaultcube.install
   non-free/packages/tags/assaultcube/assaultcube/debian/assaultcube.manpages
   non-free/packages/tags/assaultcube/assaultcube/debian/assaultcube.xpm
   non-free/packages/tags/assaultcube/assaultcube/debian/changelog
   non-free/packages/tags/assaultcube/assaultcube/debian/control
   non-free/packages/tags/assaultcube/assaultcube/debian/copyright
   non-free/packages/tags/assaultcube/assaultcube/debian/patches/
   non-free/packages/tags/assaultcube/assaultcube/debian/rules
   non-free/packages/tags/assaultcube/assaultcube/debian/scripts/assaultcube
   
non-free/packages/tags/assaultcube/assaultcube/debian/scripts/assaultcube-server
   non-free/packages/tags/assaultcube/assaultcube/debian/watch
Removed:
   non-free/packages/tags/assaultcube/assaultcube/debian/changelog
   non-free/packages/tags/assaultcube/assaultcube/debian/control
   non-free/packages/tags/assaultcube/assaultcube/debian/copyright
   non-free/packages/tags/assaultcube/assaultcube/debian/patches/series
   non-free/packages/tags/assaultcube/assaultcube/debian/patches/source/
   non-free/packages/tags/assaultcube/assaultcube/debian/rules
   non-free/packages/tags/assaultcube/assaultcube/debian/scripts/assaultcube
   
non-free/packages/tags/assaultcube/assaultcube/debian/scripts/assaultcube-server
   non-free/packages/tags/assaultcube/assaultcube/debian/watch
Log:
tag assaultcube 1.0.4repack1-1


Copied: 
non-free/packages/tags/assaultcube/assaultcube/debian/assaultcube-server.6 
(from rev 10321, 
non-free/packages/trunk/assaultcube/debian/assaultcube-server.6)
===
--- non-free/packages/tags/assaultcube/assaultcube/debian/assaultcube-server.6  
(rev 0)
+++ non-free/packages/tags/assaultcube/assaultcube/debian/assaultcube-server.6  
2009-09-10 20:25:32 UTC (rev 10331)
@@ -0,0 +1,27 @@
+.TH OPENARENA 6 December  6, 2006
+.SH NAME
+assaultcube-server \- AssaultCube server
+.SH SYNOPSIS
+.PP
+\fBassaultcube-server\fR [\fB+set \fIoption\fR \fIvalue\fR\fP] ...
+.SH DESCRIPTION
+This manual page documents briefly the
+.B assaultcube-server
+command.
+.PP
+\fBassaultcube-server\fP is the dedicated server for the first-person shooter 
AssaultCube.
+.SH OPTIONS
+.PP
+Possible options which are passed by +set option value are the same, as the 
server commands which the interactive command line interface of the server 
accepts.
+.PP
+.SH SEE ALSO
+.BR openarena (6)
+.br
+/usr/share/doc/assaultcube-server
+.br
+.SH AUTHOR
+assaultcube-server was written by the AssaultCube Team.
+.PP
+This manual page was written by Bruno Fuddl Kleinert fu...@debian.org
+for the Debian project (but may be used by others).
+It has been adapted to AssaultCube by Gonéri Le Bouder,

Copied: non-free/packages/tags/assaultcube/assaultcube/debian/assaultcube.6 
(from rev 10321, non-free/packages/trunk/assaultcube/debian/assaultcube.6)
===
--- non-free/packages/tags/assaultcube/assaultcube/debian/assaultcube.6 
(rev 0)
+++ non-free/packages/tags/assaultcube/assaultcube/debian/assaultcube.6 
2009-09-10 20:25:32 UTC (rev 10331)
@@ -0,0 +1,27 @@
+.TH ASSAULTCUBE 6 September  9, 2009
+.SH NAME
+assaultcube \- AssaultCube server
+.SH SYNOPSIS
+.PP
+\fBassaultcube\fR [\fB+set \fIoption\fR \fIvalue\fR\fP] ...
+.SH DESCRIPTION
+This manual page documents briefly the
+.B assaultcube
+command.
+.PP
+\fBassaultcube\fP is the client for the first-person shooter AssaultCube.
+.SH OPTIONS
+.PP
+Possible options which are passed by +set option value are the same, as the 
server commands which the interactive command line interface of the server 
accepts.
+.PP
+.SH SEE ALSO
+.BR assaultcube (6)
+.br
+/usr/share/doc/assaultcube
+.br
+.SH AUTHOR
+assaultcube was written by the AssaultCube Team.
+.PP
+This manual page was written by Bruno Fuddl Kleinert fu...@debian.org
+for the Debian project (but may be used by others).
+It has been adapted to AssaultCube by Gonéri Le Bouder,

Copied: 
non-free/packages/tags/assaultcube/assaultcube/debian/assaultcube.debhelper.log 
(from rev 10330, 
non-free/packages/trunk/assaultcube/debian/assaultcube.debhelper.log)
===
--- 
non-free/packages/tags/assaultcube/assaultcube/debian

r10321 - non-free/packages/trunk/assaultcube/debian

2009-09-09 Thread Gonéri Le Bouder
Author: goneri
Date: 2009-09-09 21:47:09 + (Wed, 09 Sep 2009)
New Revision: 10321

Added:
   non-free/packages/trunk/assaultcube/debian/assaultcube-server.6
   non-free/packages/trunk/assaultcube/debian/assaultcube-server.manpages
   non-free/packages/trunk/assaultcube/debian/assaultcube.6
   non-free/packages/trunk/assaultcube/debian/assaultcube.manpages
Log:
add manpages


Added: non-free/packages/trunk/assaultcube/debian/assaultcube-server.6
===
--- non-free/packages/trunk/assaultcube/debian/assaultcube-server.6 
(rev 0)
+++ non-free/packages/trunk/assaultcube/debian/assaultcube-server.6 
2009-09-09 21:47:09 UTC (rev 10321)
@@ -0,0 +1,27 @@
+.TH OPENARENA 6 December  6, 2006
+.SH NAME
+assaultcube-server \- AssaultCube server
+.SH SYNOPSIS
+.PP
+\fBassaultcube-server\fR [\fB+set \fIoption\fR \fIvalue\fR\fP] ...
+.SH DESCRIPTION
+This manual page documents briefly the
+.B assaultcube-server
+command.
+.PP
+\fBassaultcube-server\fP is the dedicated server for the first-person shooter 
AssaultCube.
+.SH OPTIONS
+.PP
+Possible options which are passed by +set option value are the same, as the 
server commands which the interactive command line interface of the server 
accepts.
+.PP
+.SH SEE ALSO
+.BR openarena (6)
+.br
+/usr/share/doc/assaultcube-server
+.br
+.SH AUTHOR
+assaultcube-server was written by the AssaultCube Team.
+.PP
+This manual page was written by Bruno Fuddl Kleinert fu...@debian.org
+for the Debian project (but may be used by others).
+It has been adapted to AssaultCube by Gonéri Le Bouder,

Added: non-free/packages/trunk/assaultcube/debian/assaultcube-server.manpages
===
--- non-free/packages/trunk/assaultcube/debian/assaultcube-server.manpages  
(rev 0)
+++ non-free/packages/trunk/assaultcube/debian/assaultcube-server.manpages  
2009-09-09 21:47:09 UTC (rev 10321)
@@ -0,0 +1 @@
+debian/assaultcube-server.6

Added: non-free/packages/trunk/assaultcube/debian/assaultcube.6
===
--- non-free/packages/trunk/assaultcube/debian/assaultcube.6
(rev 0)
+++ non-free/packages/trunk/assaultcube/debian/assaultcube.62009-09-09 
21:47:09 UTC (rev 10321)
@@ -0,0 +1,27 @@
+.TH ASSAULTCUBE 6 September  9, 2009
+.SH NAME
+assaultcube \- AssaultCube server
+.SH SYNOPSIS
+.PP
+\fBassaultcube\fR [\fB+set \fIoption\fR \fIvalue\fR\fP] ...
+.SH DESCRIPTION
+This manual page documents briefly the
+.B assaultcube
+command.
+.PP
+\fBassaultcube\fP is the client for the first-person shooter AssaultCube.
+.SH OPTIONS
+.PP
+Possible options which are passed by +set option value are the same, as the 
server commands which the interactive command line interface of the server 
accepts.
+.PP
+.SH SEE ALSO
+.BR assaultcube (6)
+.br
+/usr/share/doc/assaultcube
+.br
+.SH AUTHOR
+assaultcube was written by the AssaultCube Team.
+.PP
+This manual page was written by Bruno Fuddl Kleinert fu...@debian.org
+for the Debian project (but may be used by others).
+It has been adapted to AssaultCube by Gonéri Le Bouder,

Added: non-free/packages/trunk/assaultcube/debian/assaultcube.manpages
===
--- non-free/packages/trunk/assaultcube/debian/assaultcube.manpages 
(rev 0)
+++ non-free/packages/trunk/assaultcube/debian/assaultcube.manpages 
2009-09-09 21:47:09 UTC (rev 10321)
@@ -0,0 +1 @@
+debian/assaultcube.6


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

r10322 - non-free/packages/trunk/assaultcube/debian

2009-09-09 Thread Gonéri Le Bouder
Author: goneri
Date: 2009-09-09 21:59:21 + (Wed, 09 Sep 2009)
New Revision: 10322

Removed:
   non-free/packages/trunk/assaultcube/debian/assaultcube-server.manpages
Modified:
   non-free/packages/trunk/assaultcube/debian/assaultcube.manpages
Log:
assaultcube-server is in the same package

Deleted: non-free/packages/trunk/assaultcube/debian/assaultcube-server.manpages
===
--- non-free/packages/trunk/assaultcube/debian/assaultcube-server.manpages  
2009-09-09 21:47:09 UTC (rev 10321)
+++ non-free/packages/trunk/assaultcube/debian/assaultcube-server.manpages  
2009-09-09 21:59:21 UTC (rev 10322)
@@ -1 +0,0 @@
-debian/assaultcube-server.6

Modified: non-free/packages/trunk/assaultcube/debian/assaultcube.manpages
===
--- non-free/packages/trunk/assaultcube/debian/assaultcube.manpages 
2009-09-09 21:47:09 UTC (rev 10321)
+++ non-free/packages/trunk/assaultcube/debian/assaultcube.manpages 
2009-09-09 21:59:21 UTC (rev 10322)
@@ -1 +1,2 @@
 debian/assaultcube.6
+debian/assaultcube-server.6


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


r10323 - non-free/packages/trunk/assaultcube/debian

2009-09-09 Thread Gonéri Le Bouder
Author: goneri
Date: 2009-09-09 22:27:57 + (Wed, 09 Sep 2009)
New Revision: 10323

Modified:
   non-free/packages/trunk/assaultcube/debian/control
   non-free/packages/trunk/assaultcube/debian/copyright
   non-free/packages/trunk/assaultcube/debian/rules
   non-free/packages/trunk/assaultcube/debian/watch
Log:
add b-d and various changes

Modified: non-free/packages/trunk/assaultcube/debian/control
===
--- non-free/packages/trunk/assaultcube/debian/control  2009-09-09 21:59:21 UTC 
(rev 10322)
+++ non-free/packages/trunk/assaultcube/debian/control  2009-09-09 22:27:57 UTC 
(rev 10323)
@@ -3,8 +3,9 @@
 Priority: optional
 Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
 Uploaders: Gonéri Le Bouder gon...@rulezlan.org
-Build-Depends: debhelper (= 7.0.50~), autotools-dev
-Standards-Version: 3.8.2
+Build-Depends: debhelper (= 7.0.50~), autotools-dev, libsdl-image1.2-dev,
+ libsdl1.2-dev, libgl1-mesa-dev, zlib1g-dev, libopenal-dev, libvorbis-dev   
+Standards-Version: 3.8.3
 Vcs-Svn: 
svn://svn.debian.org/svn/pkg-games/non-free/packages/trunk/assaultcube/
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-games/non-freepackages/trunk/assaultcube/?op=log
 Homepage: http://assault.cubers.net/

Modified: non-free/packages/trunk/assaultcube/debian/copyright
===
--- non-free/packages/trunk/assaultcube/debian/copyright2009-09-09 
21:59:21 UTC (rev 10322)
+++ non-free/packages/trunk/assaultcube/debian/copyright2009-09-09 
22:27:57 UTC (rev 10323)
@@ -41,3 +41,26 @@
 The above copyright notice and this permission notice shall be included in all 
copies or substantial portions of the Software.
 
 THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 
SOFTWARE.
+
+files in source/include/SDL_*:
+Copyright:
+  Copyright (c) 1997-2007 Sam Lantinga slou...@libsdl.org
+
+License:
+  This library is free software; you can redistribute it and/or
+  modify it under the terms of the GNU Lesser General Public
+  License as published by the Free Software Foundation; either
+  version 2 of the License, or (at your option) any later version.
+
+  This library 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
+  Lesser General Public License for more details.
+
+  You should have received a copy of the GNU Lesser General Public
+  License along with this library; if not, write to the Free Software
+  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+
+On Debian GNU/Linux systems, the complete text of the GNU Lesser General
+Public License can be found in `/usr/share/common-licenses/LGPL'.
+

Modified: non-free/packages/trunk/assaultcube/debian/rules
===
--- non-free/packages/trunk/assaultcube/debian/rules2009-09-09 21:59:21 UTC 
(rev 10322)
+++ non-free/packages/trunk/assaultcube/debian/rules2009-09-09 22:27:57 UTC 
(rev 10323)
@@ -30,4 +30,4 @@
install debian/scripts/assaultcube-server 
debian/assaultcube/usr/games/assaultcube-server
 
 %:
-   dh --with quilt $@
+   dh $@

Modified: non-free/packages/trunk/assaultcube/debian/watch
===
--- non-free/packages/trunk/assaultcube/debian/watch2009-09-09 21:59:21 UTC 
(rev 10322)
+++ non-free/packages/trunk/assaultcube/debian/watch2009-09-09 22:27:57 UTC 
(rev 10323)
@@ -1,3 +1,3 @@
 version=3
 opts=dversionmangle=s/\+repack\d+$//g \
- http://sf.net/actiongame/AssaultCube/1.0/AssaultCube_v([\.0-9]+)-Source\.zip
+ http://sf.net/AssaultCube/1.0/AssaultCube_v([\.0-9]+)-Source\.zip


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

r10295 - packages/tarballs

2009-09-08 Thread Gonéri Le Bouder
Author: goneri
Date: 2009-09-08 13:27:08 + (Tue, 08 Sep 2009)
New Revision: 10295

Modified:
   packages/tarballs/getsources.sh
Log:
works if called from trunk/tarballs


Modified: packages/tarballs/getsources.sh
===
--- packages/tarballs/getsources.sh 2009-09-08 13:14:56 UTC (rev 10294)
+++ packages/tarballs/getsources.sh 2009-09-08 13:27:08 UTC (rev 10295)
@@ -14,25 +14,20 @@
 cd $(dirname $0)
 [ -z $DEBIANMIRROR ]  DEBIANMIRROR=$(grep -E '^deb\ (ht|f)tp' 
/etc/apt/sources.list| head -n 1 | sed 's;^deb.*p://\([^/]*\)/debian.*;\1;')
 
-if [ -z $* ]; then
-TRUNK=../trunk ../../non-free/packages/trunk/
-else
-for pkg in $*; do
-[ -d ../trunk/$pkg ]  TRUNK=$TRUNK ../trunk/$pkg
-[ -d ../../non-free/packages/trunk/$pkg ]  TRUNK=$TRUNK 
../../non-free/packages/trunk/$pkg
-done
-fi
+for pkg in $*; do
+[ -d ../$pkg ]  TRUNK=$TRUNK ../$pkg
+[ -d ../trunk/$pkg ]  TRUNK=../trunk/$pkg
+[ -d ../../non-free/packages/trunk/$pkg ]  
TRUNK=../../non-free/packages/trunk/$pkg
+done
+
 SOURCES=$(find $TRUNK -regex '.*debian\/control' -exec sed -ne 's/Source: //p' 
'{}' ';' | sort | uniq)
 
-
 for x in ${SOURCES}; do
   echo -n $x: 
   CACHE=$(apt-cache showsrc $x)
   DIR=$(echo $CACHE | sed -ne 's/Directory: //p' | head -n 1)
-  if [ -f ../trunk/$x/debian/changelog ]; then
-changelog=../trunk/$x/debian/changelog
-  elif [ -f ../../non-free/packages/trunk/$x/debian/changelog ]; then
-changelog=../../non-free/packages/trunk/$x/debian/changelog
+  if [ -f $TRUNK/debian/changelog ]; then
+changelog=$TRUNK/debian/changelog
   else
 echo Can't find changelog for $x
   fi


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


r10296 - packages/trunk/plee-the-bear/debian

2009-09-08 Thread Gonéri Le Bouder
Author: goneri
Date: 2009-09-08 13:29:29 + (Tue, 08 Sep 2009)
New Revision: 10296

Modified:
   packages/trunk/plee-the-bear/debian/changelog
Log:
new release closes #543328, #545603


Modified: packages/trunk/plee-the-bear/debian/changelog
===
--- packages/trunk/plee-the-bear/debian/changelog   2009-09-08 13:27:08 UTC 
(rev 10295)
+++ packages/trunk/plee-the-bear/debian/changelog   2009-09-08 13:29:29 UTC 
(rev 10296)
@@ -1,7 +1,7 @@
 plee-the-bear (0.4.1-1) unstable; urgency=low
 
   [ Julien Jorge ]
-  * New upstream release.
+  * New upstream release (Closes: #543328, #545603)
   * Remove the patch clear-selection-checks-layer.diff, fixed upstream.
   * Remove the Creative Commons Sampling Plus licence text. Ressources
 have been replaced by free sounds.


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


r10299 - ! dirs' list truncated !

2009-09-08 Thread Gonéri Le Bouder
Author: goneri
Date: 2009-09-08 21:40:29 + (Tue, 08 Sep 2009)
New Revision: 10299

Removed:
   non-free/packages/trunk/assaultcube/debian/patches/series
   non-free/packages/trunk/assaultcube/debian/patches/source/
Log:
embled enet is too different of Debian's

Deleted: non-free/packages/trunk/assaultcube/debian/patches/series
===
--- non-free/packages/trunk/assaultcube/debian/patches/series   2009-09-08 
21:39:49 UTC (rev 10298)
+++ non-free/packages/trunk/assaultcube/debian/patches/series   2009-09-08 
21:40:29 UTC (rev 10299)
@@ -1 +0,0 @@
-source/src/Makefile


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


r10300 - non-free/packages/trunk/assaultcube/debian

2009-09-08 Thread Gonéri Le Bouder
Author: goneri
Date: 2009-09-08 22:50:49 + (Tue, 08 Sep 2009)
New Revision: 10300

Modified:
   non-free/packages/trunk/assaultcube/debian/control
   non-free/packages/trunk/assaultcube/debian/rules
Log:
clean up

Modified: non-free/packages/trunk/assaultcube/debian/control
===
--- non-free/packages/trunk/assaultcube/debian/control  2009-09-08 21:40:29 UTC 
(rev 10299)
+++ non-free/packages/trunk/assaultcube/debian/control  2009-09-08 22:50:49 UTC 
(rev 10300)
@@ -3,15 +3,15 @@
 Priority: optional
 Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
 Uploaders: Gonéri Le Bouder gon...@rulezlan.org
-Build-Depends: debhelper (= 7)
+Build-Depends: debhelper (= 7.0.50~), autotools-dev
 Standards-Version: 3.8.2
 Vcs-Svn: 
svn://svn.debian.org/svn/pkg-games/non-free/packages/trunk/assaultcube/
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-games/non-freepackages/trunk/assaultcube/?op=log
 Homepage: http://assault.cubers.net/
 
 Package: assaultcube
-Architecture: all
-Depends: assaultcube-data
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, assaultcube-data
 Description: realistic first-person-shooter
  AssaultCube, formerly ActionCube, is a first-person-shooter based on the
  game Cube. Set in a realistic looking environment, as far as that's

Modified: non-free/packages/trunk/assaultcube/debian/rules
===
--- non-free/packages/trunk/assaultcube/debian/rules2009-09-08 21:40:29 UTC 
(rev 10299)
+++ non-free/packages/trunk/assaultcube/debian/rules2009-09-08 22:50:49 UTC 
(rev 10300)
@@ -1,7 +1,20 @@
 #!/usr/bin/make -f
 
+override_dh_auto_clean:
+   find -name '*.o' -delete
+   find -name '*.a' -delete
+   rm -f source/src/ac_server \
+source/src/ac_client \
+source/enet/config.log \
+source/enet/config.status \
+source/enet/config.sub \
+source/enet/config.guess
+
 override_dh_auto_build:
-   # nothing
+   cp /usr/share/misc/config.sub source/enet
+   cp /usr/share/misc/config.guess source/enet
+   chmod +x source/enet/configure
+   cd source/enet  ./configure
cd source/src  $(MAKE)
 
 override_dh_auto_install:
@@ -9,6 +22,8 @@
dh_testroot
dh_prep
dh_installdirs
+   install -d debian/assaultcube/usr/lib/games/assaultcube
+   install -d debian/assaultcube/usr/games
install source/src/ac_client 
debian/assaultcube/usr/lib/games/assaultcube/client.bin
install source/src/ac_server 
debian/assaultcube/usr/lib/games/assaultcube/server.bin
install debian/scripts/assaultcube 
debian/assaultcube/usr/games/assaultcube


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

r10262 - packages/trunk/libclaw/debian

2009-08-31 Thread Gonéri Le Bouder
Author: goneri
Date: 2009-08-31 20:46:55 + (Mon, 31 Aug 2009)
New Revision: 10262

Added:
   packages/trunk/libclaw/debian/README.source
Log:
add a README.source


Added: packages/trunk/libclaw/debian/README.source
===
--- packages/trunk/libclaw/debian/README.source (rev 0)
+++ packages/trunk/libclaw/debian/README.source 2009-08-31 20:46:55 UTC (rev 
10262)
@@ -0,0 +1 @@
+See /usr/share/doc/quilt/README.source


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


r10263 - packages/trunk/plee-the-bear/debian

2009-08-31 Thread Gonéri Le Bouder
Author: goneri
Date: 2009-08-31 22:01:01 + (Mon, 31 Aug 2009)
New Revision: 10263

Added:
   packages/trunk/plee-the-bear/debian/README.source
Modified:
   packages/trunk/plee-the-bear/debian/changelog
   packages/trunk/plee-the-bear/debian/control
Log:
merge Kibi changelog entry+minor

Added: packages/trunk/plee-the-bear/debian/README.source
===
--- packages/trunk/plee-the-bear/debian/README.source   
(rev 0)
+++ packages/trunk/plee-the-bear/debian/README.source   2009-08-31 22:01:01 UTC 
(rev 10263)
@@ -0,0 +1 @@
+See /usr/share/doc/quilt/README.source

Modified: packages/trunk/plee-the-bear/debian/changelog
===
--- packages/trunk/plee-the-bear/debian/changelog   2009-08-31 20:46:55 UTC 
(rev 10262)
+++ packages/trunk/plee-the-bear/debian/changelog   2009-08-31 22:01:01 UTC 
(rev 10263)
@@ -2,6 +2,7 @@
 
   [ Julien Jorge ]
   * New upstream release.
+  * Thanks Cyril Brulebois
   * Preparing the package for the release.
   * Add a new package for the editors.
   * Update installation files.
@@ -25,6 +26,19 @@
 
  -- Julien Jorge julien_jo...@yahoo.fr  Sat, 22 Aug 2009 10:59:56 +0200
 
+plee-the-bear (0.2.1-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix FTBFS with new boost (= 1.37.0) by using the “-mt” suffix for
+boost libraries since starting with this version, only this variant
+is available (Closes: #530477, #534039):
+ - Add patch: fix-ftbfs-with-new-boost.diff
+  * Not bumping urgency, the package isn't in testing yet.
+  * Get rid of -pN options in series file, -p1 is the default, and that
+could lead to some troubles with the 3.0 format.
+
+ -- Cyril Brulebois k...@debian.org  Sat, 18 Jul 2009 13:46:25 +0200
+
 plee-the-bear (0.3.1-1) UNRELEASED; urgency=low
 
   [ Julien Jorge ]

Modified: packages/trunk/plee-the-bear/debian/control
===
--- packages/trunk/plee-the-bear/debian/control 2009-08-31 20:46:55 UTC (rev 
10262)
+++ packages/trunk/plee-the-bear/debian/control 2009-08-31 22:01:01 UTC (rev 
10263)
@@ -11,7 +11,7 @@
  libclaw-application-dev (= 1.5.4), libclaw-dynamic-library-dev (= 1.5.4),
  libclaw-configuration-file-dev (= 1.5.4), libclaw-net-dev (= 1.5.4),
  libwxgtk2.8-dev (= 2.8), gettext (= 0.17)
-Standards-Version: 3.8.2
+Standards-Version: 3.8.3
 Homepage: http://plee-the-bear.sourceforge.net/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/plee-the-bear/
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-games/packages/trunk/plee-the-bear/?op=log


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

r10240 - in packages/trunk/libphysfs: . debian debian/patches

2009-08-28 Thread Gonéri Le Bouder
Author: goneri
Date: 2009-08-28 21:49:46 + (Fri, 28 Aug 2009)
New Revision: 10240

Added:
   packages/trunk/libphysfs/README.source
Modified:
   packages/trunk/libphysfs/debian/changelog
   packages/trunk/libphysfs/debian/control
   packages/trunk/libphysfs/debian/patches/03_gcc4.4-ftbfs.diff
Log:
* Fix 03_gcc4.4-ftbfs.diff so it try to overwrite buffer with
  uninitialised data Closes: #527208
* Standard Version 3.8.3
   - add a README.source


Added: packages/trunk/libphysfs/README.source
===
--- packages/trunk/libphysfs/README.source  (rev 0)
+++ packages/trunk/libphysfs/README.source  2009-08-28 21:49:46 UTC (rev 
10240)
@@ -0,0 +1,2 @@
+This package uses quilt for patch management, for more information see
+the file /usr/share/doc/quilt/README.source in the quilt package.

Modified: packages/trunk/libphysfs/debian/changelog
===
--- packages/trunk/libphysfs/debian/changelog   2009-08-28 21:44:40 UTC (rev 
10239)
+++ packages/trunk/libphysfs/debian/changelog   2009-08-28 21:49:46 UTC (rev 
10240)
@@ -1,3 +1,12 @@
+libphysfs (2.0.0-3.1) unstable; urgency=low
+
+  * Fix 03_gcc4.4-ftbfs.diff so it try to overwrite buffer with
+uninitialised data Closes: #527208
+  * Standard Version 3.8.3 
+- add a README.source
+
+ -- Gonéri Le Bouder gon...@rulezlan.org  Fri, 28 Aug 2009 22:52:39 +0200
+
 libphysfs (2.0.0-3) unstable; urgency=low
 
   * Change my email address.

Modified: packages/trunk/libphysfs/debian/control
===
--- packages/trunk/libphysfs/debian/control 2009-08-28 21:44:40 UTC (rev 
10239)
+++ packages/trunk/libphysfs/debian/control 2009-08-28 21:49:46 UTC (rev 
10240)
@@ -2,9 +2,11 @@
 Section: libs
 Priority: optional
 Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
-Uploaders: Barry deFreese bdefre...@debian.org, Patrick Matthäi 
pmatth...@debian.org
+Uploaders: Barry deFreese bdefre...@debian.org,
+ Patrick Matthäi pmatth...@debian.org,
+ Gonéri Le Bouder gon...@rulezlan.org
 Build-Depends: debhelper (= 5.0.0), quilt, cmake, doxygen, autotools-dev, 
zlib1g-dev, libreadline5-dev
-Standards-Version: 3.8.2
+Standards-Version: 3.8.3
 Homepage: http://www.icculus.org/physfs/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/libphysfs/
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-games/packages/trunk/libphysfs/?op=log

Modified: packages/trunk/libphysfs/debian/patches/03_gcc4.4-ftbfs.diff
===
--- packages/trunk/libphysfs/debian/patches/03_gcc4.4-ftbfs.diff
2009-08-28 21:44:40 UTC (rev 10239)
+++ packages/trunk/libphysfs/debian/patches/03_gcc4.4-ftbfs.diff
2009-08-28 21:49:46 UTC (rev 10240)
@@ -21,7 +21,7 @@
  if (__PHYSFS_platformRead(in, buf, maxread - 4, 1) != 1)
  return(-1);
 -*((PHYSFS_uint32 *) (buf[maxread - 4])) = extra;
-+memcpy(buf[maxread - 4], extra, sizeof (extra));
++memcpy(extra, buf[maxread - 4], sizeof (extra));
  totalread += maxread - 4;
  } /* if */
  else


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

r10242 - packages/trunk/libphysfs/debian

2009-08-28 Thread Gonéri Le Bouder
Author: goneri
Date: 2009-08-28 22:00:48 + (Fri, 28 Aug 2009)
New Revision: 10242

Modified:
   packages/trunk/libphysfs/debian/changelog
Log:
fix the deb revision

Modified: packages/trunk/libphysfs/debian/changelog
===
--- packages/trunk/libphysfs/debian/changelog   2009-08-28 21:52:58 UTC (rev 
10241)
+++ packages/trunk/libphysfs/debian/changelog   2009-08-28 22:00:48 UTC (rev 
10242)
@@ -1,4 +1,4 @@
-libphysfs (2.0.0-3.1) unstable; urgency=low
+libphysfs (2.0.0-4) unstable; urgency=low
 
   * Fix 03_gcc4.4-ftbfs.diff so it try to overwrite buffer with
 uninitialised data Closes: #527208


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


r10243 - packages/trunk/glest-data/debian

2009-08-28 Thread Gonéri Le Bouder
Author: goneri
Date: 2009-08-28 22:04:43 + (Fri, 28 Aug 2009)
New Revision: 10243

Modified:
   packages/trunk/glest-data/debian/changelog
   packages/trunk/glest-data/debian/control
Log:
Standard version 3.8.3: no changes


Modified: packages/trunk/glest-data/debian/changelog
===
--- packages/trunk/glest-data/debian/changelog  2009-08-28 22:00:48 UTC (rev 
10242)
+++ packages/trunk/glest-data/debian/changelog  2009-08-28 22:04:43 UTC (rev 
10243)
@@ -1,9 +1,13 @@
-glest-data (3.2.1-2) UNRELEASED; urgency=low
+glest-data (3.2.1-2) unstable; urgency=low
 
+  [ Eddy Petrișor ]
   * install tutorials, too (closes: 529769)
 
- -- Eddy Petrișor eddy.petri...@gmail.com  Wed, 27 May 2009 22:42:16 +0300
+  [ Gonéri Le Bouder ]
+  * Standard version 3.8.3: no changes 
 
+ -- Gonéri Le Bouder gon...@rulezlan.org  Fri, 28 Aug 2009 20:47:51 +0200
+
 glest-data (3.2.1-1) unstable; urgency=low
 
   [ Siegfried-Angel Gevatter Pujals ]

Modified: packages/trunk/glest-data/debian/control
===
--- packages/trunk/glest-data/debian/control2009-08-28 22:00:48 UTC (rev 
10242)
+++ packages/trunk/glest-data/debian/control2009-08-28 22:04:43 UTC (rev 
10243)
@@ -2,9 +2,14 @@
 Section: non-free/games
 Priority: optional
 Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
-Uploaders: Giuseppe Borzi gbo...@ieee.org, Eddy Petrișor 
eddy.petri...@gmail.com, Ansgar Burchardt ans...@43-1.org, Alexander 
Reichle-Schmehl toli...@debian.org, Siegfried-Angel Gevatter Pujals 
rai...@ubuntu.com
+Uploaders: Giuseppe Borzi gbo...@ieee.org,
+ Eddy Petrișor eddy.petri...@gmail.com,
+ Ansgar Burchardt ans...@43-1.org,
+ Alexander Reichle-Schmehl toli...@debian.org,
+ Siegfried-Angel Gevatter Pujals rai...@ubuntu.com, 
+ Gonéri Le Bouder gon...@rulezlan.org
 Build-Depends: debhelper (= 5.0.0)
-Standards-Version: 3.8.0
+Standards-Version: 3.8.3
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/glest-data/
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-games/packages/trunk/glest-data/?op=log
 Homepage: http://www.glest.org/


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

r10244 - in packages/tags/libphysfs: . 2.0.0-4 2.0.0-4/debian 2.0.0-4/debian/patches

2009-08-28 Thread Gonéri Le Bouder
 to uploaders.
-  * Minor debian/rules cleanups.
-  * Added .symbols file for the library.
-  * Do not build by default with the verbose option to reduce the size of the
-build log.
-
- -- Barry deFreese bdefre...@debian.org  Sat, 29 Nov 2008 10:45:08 -0500
-
-libphysfs (1.0.0-5) unstable; urgency=high
-
-  * Urgency high due to security fix on most architectures (Closes: #318091)
-  * Added explicit version of zlib1g-dev as a build dependecy.
-  * Bumped Standards-Version to 3.6.2 (no changes needed)
-
- -- Bartosz Fenski fe...@debian.org  Wed, 13 Jul 2005 15:53:33 +0200
-
-libphysfs (1.0.0-4) unstable; urgency=low
-
-  * Fixed wrong build dependencies (Closes: #304438)
-Thanks to Andreas Jochens for spotting this.
-
- -- Bartosz Fenski fe...@debian.org  Wed, 13 Apr 2005 09:45:33 +0200
-
-libphysfs (1.0.0-3) unstable; urgency=low
-
-  * Updated libtool and autoconf stuff. (Closes: #304298)
-  * s/fe...@o2.pl/fe...@debian.org/
-  * Removed Scott James Remnant from Uploaders, many thanks for all uploads
-and useful hints.
-
- -- Bartosz Fenski fe...@debian.org  Tue, 12 Apr 2005 10:11:32 +0200
-
-libphysfs (1.0.0-2) unstable; urgency=low
-
-  * Setting proper conflicting values.
-
- -- Bartosz Fenski fe...@o2.pl  Fri,  9 Jul 2004 22:25:15 +0200
-
-libphysfs (1.0.0-1) unstable; urgency=low
-
-  * New package because of SONAME change (Closes: #253845)
-
- -- Bartosz Fenski fe...@o2.pl  Sun, 13 Jun 2004 00:17:12 +0200
-
-libphysfs0 (1.0.0-1) unstable; urgency=low
-
-  * New upstream release. 
-  * debian/control:
-- added Homepage to description.
-- added autotools-dev to Build-Depends:
-- added Section header for source
-- moved Section for -dev package to libdevel
-  * debian/rules:
-- added --disable-readline to configure target. (Closes: #249195)
-  This hopefully should fix FTBFS of libparagui on s390.
-- removed unused variables
-- many minor fixes
-  * debian/shlibs.local has been removed
-  * Added debian/watch file.
-
- -- Bartosz Fenski fe...@o2.pl  Mon,  7 Jun 2004 20:59:12 +0200
-
-libphysfs0 (0.1.9-1) unstable; urgency=low
-
-  * Initial Release. (Closes: #215778)
-
- -- Bartosz Fenski fe...@o2.pl  Thu, 16 Oct 2003 21:28:21 +0200

Copied: packages/tags/libphysfs/2.0.0-4/debian/changelog (from rev 10242, 
packages/trunk/libphysfs/debian/changelog)
===
--- packages/tags/libphysfs/2.0.0-4/debian/changelog
(rev 0)
+++ packages/tags/libphysfs/2.0.0-4/debian/changelog2009-08-28 22:06:06 UTC 
(rev 10244)
@@ -0,0 +1,178 @@
+libphysfs (2.0.0-4) unstable; urgency=low
+
+  * Fix 03_gcc4.4-ftbfs.diff so it try to overwrite buffer with
+uninitialised data Closes: #527208
+  * Standard Version 3.8.3 
+- add a README.source
+
+ -- Gonéri Le Bouder gon...@rulezlan.org  Fri, 28 Aug 2009 22:52:39 +0200
+
+libphysfs (2.0.0-3) unstable; urgency=low
+
+  * Change my email address.
+  * Add 03_gcc4.4-ftbfs.diff patch from upstream, which fixes a FTBFS with
+gcc 4.4.
+Closes: #525750
+  * Add experimental 02_fix-hurd-ftbfs.diff patch, which should fix FTBFS
+on hurd.
+Closes: #493916
+  * Move libphysfs1-dbg to section debug. This fixes a lintian warning.
+  * Bump Standards-Version to 3.8.2 (no changes needed).
+
+ -- Patrick Matthäi pmatth...@debian.org  Thu, 18 Jun 2009 08:18:33 +0200
+
+libphysfs (2.0.0-2) unstable; urgency=low
+
+  [ Barry deFreese ]
+  * Upload new upstream to unstable.
++ New binaries for testing physfs added to -dev package.
+  * Add Provides, Conflicts, and Replaces for libphysfs-1.0-0.
++ ABI compatible with previous version so symlink libphysfs-1.0-0
+  to the new library.
+  * Drop 02_soname.patch, no longer needed.
+
+ -- Barry deFreese bdefre...@debian.org  Mon, 23 Mar 2009 11:52:31 -0400
+
+libphysfs (2.0.0-1) experimental; urgency=low
+
+  [ Barry deFreese ]
+  * New upstream release.
+  * Bump Standards Version to 3.8.1. (No changes needed).
+
+ -- Barry deFreese bdefre...@debian.org  Mon, 23 Mar 2009 10:26:34 -0400
+
+libphysfs (1.1.1-1) experimental; urgency=low
+
+  [ Patrick Matthäi ]
+  * Add missing ${misc:Depends}. Thanks lintian.
+
+  [ Barry deFreese ]
+  * New upstream release.
+  * Rename binary for SONAME bump.
+  * Fix symbols file. (Thanks to Paul Wise).
+  * Don't install bogus manpage links.
+  * Remove duplicated sections from binary packages.
+  * Add description to quilt patch.
+
+ -- Barry deFreese bdefre...@debian.org  Sun, 01 Mar 2009 18:05:01 -0500
+
+libphysfs (1.0.1-3) unstable; urgency=low
+
+  [ Barry deFreese ]
+  * 02_soname.diff - Fix *_AGE in configure and configure.in.
+  * Rename binary package to 1.0-0 instead of 1.0-1.
+  * Remove old unnecessary Conflicts and Replaces.
+
+ -- Barry deFreese bdefre...@debian.org  Sat, 07 Mar 2009 21:43:12 -0500
+
+libphysfs (1.0.1-2) unstable; urgency=low
+
+  [ Patrick Matthäi ]
+  * Add missing ${misc:Depends}. Thanks lintian.
+
+  [ Barry

r10166 - packages/trunk/openarena/debian

2009-08-22 Thread Gonéri Le Bouder
Author: goneri
Date: 2009-08-22 08:17:00 + (Sat, 22 Aug 2009)
New Revision: 10166

Modified:
   packages/trunk/openarena/debian/changelog
   packages/trunk/openarena/debian/control
Log:
standards version 3.8.3

Modified: packages/trunk/openarena/debian/changelog
===
--- packages/trunk/openarena/debian/changelog   2009-08-22 01:43:51 UTC (rev 
10165)
+++ packages/trunk/openarena/debian/changelog   2009-08-22 08:17:00 UTC (rev 
10166)
@@ -2,8 +2,8 @@
 
   * Segfault when deleting non-existent ban address 0, thanks Guillaume
 Delacour (Closes: #532212)
-  * Standards version: 3.8.3, no changes
-  * add README.source to explain how the quilt patch system works 
+  * Standards version: 3.8.3
+   - README.source to explain how the quilt patch system works 
 
  -- Gonéri Le Bouder gon...@rulezlan.org  Fri, 21 Aug 2009 20:16:35 +0200
 

Modified: packages/trunk/openarena/debian/control
===
--- packages/trunk/openarena/debian/control 2009-08-22 01:43:51 UTC (rev 
10165)
+++ packages/trunk/openarena/debian/control 2009-08-22 08:17:00 UTC (rev 
10166)
@@ -4,7 +4,7 @@
 Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
 Uploaders: Bruno Fuddl Kleinert fu...@debian.org, Ansgar Burchardt 
ans...@43-1.org, Gonéri Le Bouder gon...@rulezlan.org
 Build-Depends: debhelper (= 5.0.51), libsdl1.2-dev, libopenal-dev, 
imagemagick, libcurl4-gnutls-dev, sharutils, quilt, libvorbis-dev, 
libjpeg62-dev, libspeexdsp-dev
-Standards-Version: 3.8.1
+Standards-Version: 3.8.3
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/openarena/
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-games/packages/trunk/openarena/?op=log
 Homepage: http://openarena.ws/


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

r10167 - packages/trunk/openarena/debian

2009-08-22 Thread Gonéri Le Bouder
Author: goneri
Date: 2009-08-22 08:45:03 + (Sat, 22 Aug 2009)
New Revision: 10167

Modified:
   packages/trunk/openarena/debian/changelog
Log:
  [ Paul Wise ]
  * Drop the dh_desktop call


Modified: packages/trunk/openarena/debian/changelog
===
--- packages/trunk/openarena/debian/changelog   2009-08-22 08:17:00 UTC (rev 
10166)
+++ packages/trunk/openarena/debian/changelog   2009-08-22 08:45:03 UTC (rev 
10167)
@@ -1,9 +1,13 @@
 openarena (0.8.1-5) unstable; urgency=low
 
+  [ Gonéri Le Bouder ]
   * Segfault when deleting non-existent ban address 0, thanks Guillaume
 Delacour (Closes: #532212)
   * Standards version: 3.8.3
- README.source to explain how the quilt patch system works 
+  
+  [ Paul Wise ]
+  * Drop the dh_desktop call
 
  -- Gonéri Le Bouder gon...@rulezlan.org  Fri, 21 Aug 2009 20:16:35 +0200
 


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

r10169 - in packages/tags/openarena: . 0.8.1-5/debian 0.8.1-5/debian/patches

2009-08-22 Thread Gonéri Le Bouder
Author: goneri
Date: 2009-08-22 09:50:41 + (Sat, 22 Aug 2009)
New Revision: 10169

Added:
   packages/tags/openarena/0.8.1-5/
   packages/tags/openarena/0.8.1-5/debian/README.source
   packages/tags/openarena/0.8.1-5/debian/changelog
   packages/tags/openarena/0.8.1-5/debian/control
   packages/tags/openarena/0.8.1-5/debian/patches/delban_0_segfault.diff
   packages/tags/openarena/0.8.1-5/debian/patches/series
Removed:
   packages/tags/openarena/0.8.1-5/debian/changelog
   packages/tags/openarena/0.8.1-5/debian/control
   packages/tags/openarena/0.8.1-5/debian/patches/series
Log:
tag 0.8.1-5

Copied: packages/tags/openarena/0.8.1-5/debian/README.source (from rev 10164, 
packages/trunk/openarena/debian/README.source)
===
--- packages/tags/openarena/0.8.1-5/debian/README.source
(rev 0)
+++ packages/tags/openarena/0.8.1-5/debian/README.source2009-08-22 
09:50:41 UTC (rev 10169)
@@ -0,0 +1,17 @@
+The openarena package uses quilt to maintain local changes to
+the openarena distribution.  The Debian-specific patches are maintained
+in the debian/patches/ directory.
+
+To apply all the patches, preparing the source for building, use:
+  debian/rules patch
+
+To revert the patches, preparing to build a source package, use:
+  debian/rules unpatch
+
+You do not need to manually execute these targets when building
+the package; they are part of the debian/rules target chain.
+
+For more information on the quilt integration with Debian packages,
+as well as editing, adding or removing patches, please see
+the quilt documentation; in recent versions of the Debian package of
+quilt, start at the /usr/share/doc/quilt/README.source file.

Deleted: packages/tags/openarena/0.8.1-5/debian/changelog
===
--- packages/trunk/openarena/debian/changelog   2009-08-21 22:10:50 UTC (rev 
10163)
+++ packages/tags/openarena/0.8.1-5/debian/changelog2009-08-22 09:50:41 UTC 
(rev 10169)
@@ -1,180 +0,0 @@
-openarena (0.8.1-4) unstable; urgency=low
-
-  [ Gonéri Le Bouder ]
-  * fix FTBFS on kFreeBSD, thanks Cyril Brulebois (#413617)
-  * Standard version 3.8.1, no change
-
-  [ Paul Wise ]
-  * Makes the desktop file valid according to desktop-file-validate
-
- -- Gonéri Le Bouder gon...@rulezlan.org  Sun, 19 Apr 2009 19:49:34 +0200
-
-openarena (0.8.1-3) unstable; urgency=low
-
-  * Turn on BUILD_CLIENT_SMP (Closes: #517894) 
-
- -- Gonéri Le Bouder gon...@rulezlan.org  Mon, 02 Mar 2009 21:47:05 +0100
-
-openarena (0.8.1-2) unstable; urgency=low
-
-  * Upload to unstable
-  * Add myself in uploaders:
-
- -- Gonéri Le Bouder gon...@rulezlan.org  Sat, 14 Feb 2009 15:42:55 +0100
-
-openarena (0.8.1-1) experimental; urgency=low
-
-  * New upstream release
-  * Remove dfsg from version string because upstream no longer distributes
-non-free code
-  * Update my email address where necessary
-  * Install documentation files in the binary packages openarena and
-openarena-server 
-  * Switch to quilt as patch management system
-* Use quilt in debian/rules
-* Import existing patches to quilt
-* Drop dpatch and add quilt als build dependency
-  * Refresh/edit 10_remove_upstream_build_flags.diff: We want to keep
-distribution-specific build flags in our rules file
-  * Add 20_dont_build_shipped_jpeg.diff to build against system jpeg library
-(Closes: #495966)
-  * Add 30_link_against_local_libspeex.diff to build against system speex and
-speexdsp libraries
-
- -- Bruno Fuddl Kleinert fu...@debian.org  Sun, 23 Nov 2008 23:19:22 +0100
-
-openarena (0.7.7+dfsg1-1) unstable; urgency=low
-
-  * Remove non-free code/tools/lcc (Closes: #496346)
-+ Remove hunk from patch 10_fix_build_and_binary_on_alpha
-+ debian/rules: Add BUILD_GAME_QVM=0 to $(MAKE) call
-  (thanks to Peter De Wachter)
-  * Remove code/libs containing binary libraries for Mac OS X and Win32
-  * debian/copyright: Explain which parts of upstream's sources were removed
-  * debian/rules: replace ${source:Upstream-Version} by 0.7.7
-because the variable also contains the `+dfsg1' part
-  * Add -fsigned-char to compiler options (Closes: #487970)
-(thanks to Peter De Wachter)
-  * Add myself to Uploaders
-  * debian/control: Remove article from beginning of short description,
-don't start short description with a capital letter
-  * debian/openarena.6: Escape minus signs
-+ fixes lintian warnings: hyphen-used-as-minus-sign
-
- -- Ansgar Burchardt ans...@43-1.org  Fri, 05 Sep 2008 21:14:51 +0200
-
-openarena (0.7.7-1) unstable; urgency=low
-
-  * New upstream release (Closes: #485675)
-  * Add 10_remove_upstream_build_flags.dpatch to remove hard-wired build flags
-  * Get rid of wrapper scripts
-* Update manpages to reflect the lack of --help, which was formerly
-  interpreted by the wrapper scripts
-* Update debian/rules to install binaries in /usr

r10170 - in packages/trunk/teeworlds/debian: . patches

2009-08-22 Thread Gonéri Le Bouder
Author: goneri
Date: 2009-08-22 09:52:14 + (Sat, 22 Aug 2009)
New Revision: 10170

Modified:
   packages/trunk/teeworlds/debian/changelog
   packages/trunk/teeworlds/debian/patches/series
   packages/trunk/teeworlds/debian/rules
Log:
* Clean the teeworld binary and correctly call unpatch
* refresh the system-libs.patch patch and apply it


Modified: packages/trunk/teeworlds/debian/changelog
===
--- packages/trunk/teeworlds/debian/changelog   2009-08-22 09:50:41 UTC (rev 
10169)
+++ packages/trunk/teeworlds/debian/changelog   2009-08-22 09:52:14 UTC (rev 
10170)
@@ -1,7 +1,8 @@
 teeworlds (0.5.1-3) UNRELEASED; urgency=low
 
   [ Gonéri Le Bouder ]
-  * Clean the teeworld binary 
+  * Clean the teeworld binary and correctly call unpatch 
+  * refresh the system-libs.patch patch and apply it
 
   [ Paul Wise ]
   * Fix bashism in the --help option of the teeworlds-server script

Modified: packages/trunk/teeworlds/debian/patches/series
===
--- packages/trunk/teeworlds/debian/patches/series  2009-08-22 09:50:41 UTC 
(rev 10169)
+++ packages/trunk/teeworlds/debian/patches/series  2009-08-22 09:52:14 UTC 
(rev 10170)
@@ -1,5 +1,5 @@
 #fix-big-endian.diff
 #dont-link-with-asound.diff 
 #new-wavpack.patch 
-#system-libs.patch 
+system-libs.patch 
 #fix-bam-FTBFS.patch 

Modified: packages/trunk/teeworlds/debian/rules
===
--- packages/trunk/teeworlds/debian/rules   2009-08-22 09:50:41 UTC (rev 
10169)
+++ packages/trunk/teeworlds/debian/rules   2009-08-22 09:52:14 UTC (rev 
10170)
@@ -39,7 +39,7 @@
bam release

 
-clean: $(QUILT_STAMPFN)
+clean: unpatch 
dh_testdir
bam -c
find -type f -name '*.o' -exec rm {} \;


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

r10173 - in packages/trunk/teeworlds/debian: . patches

2009-08-22 Thread Gonéri Le Bouder
Author: goneri
Date: 2009-08-22 13:29:01 + (Sat, 22 Aug 2009)
New Revision: 10173

Modified:
   packages/trunk/teeworlds/debian/changelog
   packages/trunk/teeworlds/debian/patches/new-wavpack.patch
   packages/trunk/teeworlds/debian/patches/series
   packages/trunk/teeworlds/debian/patches/system-libs.patch
   packages/trunk/teeworlds/debian/rules
Log:
* Clean: clean the teeworld binary, the embedded libs and correctly   
  call unpatch
* refresh the system-libs.patch and new-wavpack.patch and apply them


Modified: packages/trunk/teeworlds/debian/changelog
===
--- packages/trunk/teeworlds/debian/changelog   2009-08-22 11:04:46 UTC (rev 
10172)
+++ packages/trunk/teeworlds/debian/changelog   2009-08-22 13:29:01 UTC (rev 
10173)
@@ -1,8 +1,9 @@
-teeworlds (0.5.1-3) UNRELEASED; urgency=low
+teeworlds (0.5.1-3) unstable; urgency=low
 
   [ Gonéri Le Bouder ]
-  * Clean the teeworld binary and correctly call unpatch 
-  * refresh the system-libs.patch patch and apply it
+  * Clean: clean the teeworld binary, the embedded libs and correctly
+call unpatch 
+  * refresh the system-libs.patch and new-wavpack.patch and apply them
 
   [ Paul Wise ]
   * Fix bashism in the --help option of the teeworlds-server script

Modified: packages/trunk/teeworlds/debian/patches/new-wavpack.patch
===
--- packages/trunk/teeworlds/debian/patches/new-wavpack.patch   2009-08-22 
11:04:46 UTC (rev 10172)
+++ packages/trunk/teeworlds/debian/patches/new-wavpack.patch   2009-08-22 
13:29:01 UTC (rev 10173)
@@ -1,27 +1,26 @@
-Index: b/src/engine/client/ec_snd.c
-===
+diff --git a/src/engine/client/ec_snd.c b/src/engine/client/ec_snd.c
+index 034dfb2..67e819c 100644
 --- a/src/engine/client/ec_snd.c
 +++ b/src/engine/client/ec_snd.c
-@@ -371,14 +371,6 @@
-   snd-num_frames = num_frames;
+@@ -359,13 +359,6 @@ static void rate_convert(int sid)
  }
  
+ 
+-static IOHANDLE file = NULL;
 -
--static FILE *file = NULL;
--
 -static int read_data(void *buffer, int size)
 -{
--  return fread(buffer, 1, size, file);
+-  return io_read(file, buffer, size);
 -}
 -
  int snd_load_wv(const char *filename)
  {
SAMPLE *snd;
-@@ -394,19 +386,12 @@
+@@ -381,19 +374,12 @@ int snd_load_wv(const char *filename)
if(!sound_enabled)
return 1;
  
--  file = fopen(filename, rb); /* TODO: use system.h stuff for this */
+-  file = engine_openfile(filename, IOFLAG_READ); /* TODO: use system.h 
stuff for this */
 -  if(!file)
 -  {
 -  dbg_msg(sound/wv, failed to open %s, filename);
@@ -38,11 +37,11 @@
if (context)
{
int samples = WavpackGetNumSamples(context);
-@@ -461,9 +446,6 @@
+@@ -448,9 +434,6 @@ int snd_load_wv(const char *filename)
dbg_msg(sound/wv, failed to open %s: %s, filename, error);
}
  
--  fclose(file);
+-  io_close(file);
 -  file = NULL;
 -
if(config.debug)

Modified: packages/trunk/teeworlds/debian/patches/series
===
--- packages/trunk/teeworlds/debian/patches/series  2009-08-22 11:04:46 UTC 
(rev 10172)
+++ packages/trunk/teeworlds/debian/patches/series  2009-08-22 13:29:01 UTC 
(rev 10173)
@@ -1,5 +1,5 @@
 #fix-big-endian.diff
 #dont-link-with-asound.diff 
-#new-wavpack.patch 
 system-libs.patch 
+new-wavpack.patch 
 #fix-bam-FTBFS.patch 

Modified: packages/trunk/teeworlds/debian/patches/system-libs.patch
===
--- packages/trunk/teeworlds/debian/patches/system-libs.patch   2009-08-22 
11:04:46 UTC (rev 10172)
+++ packages/trunk/teeworlds/debian/patches/system-libs.patch   2009-08-22 
13:29:01 UTC (rev 10173)
@@ -1,181 +1,104 @@
-Index: b/default.bam
+From 867ae42dc44aeceb318a2970d0634766d3c19845 Mon Sep 17 00:00:00 2001
+From: =?utf-8?q?Gon=C3=A9ri=20Le=20Bouder?= gon...@rulezlan.org
+Date: Sat, 22 Aug 2009 14:21:39 +0200
+Subject: [PATCH 1/2] load system lib if possible
+
+---
+ default.bam|   30 +++---
+ src/engine/client/ec_gfx.c |2 +-
+ src/engine/client/ec_snd.c |2 +-
+ 3 files changed, 29 insertions(+), 5 deletions(-)
+
+Index: teeworlds-0.5.1/default.bam
 ===
 a/default.bam
-+++ b/default.bam
-@@ -214,7 +214,6 @@
+--- teeworlds-0.5.1.orig/default.bam   2009-08-22 14:52:11.339935327 +0200
 teeworlds-0.5.1/default.bam2009-08-22 14:52:16.143931013 +0200
+@@ -7,6 +7,8 @@
+ config:Add(OptFindCompiler())
+ config:Add(OptTestCompileC(stackprotector, int main(){return 0;}, 
-fstack-protector -fstack-protector-all))
+ config:Add(OptFindLibrary(zlib, zlib.h, false))
++config:Add

r10174 - in packages/tags/teeworlds: . 0.5.1-3/debian 0.5.1-3/debian/patches

2009-08-22 Thread Gonéri Le Bouder
Author: goneri
Date: 2009-08-22 13:39:40 + (Sat, 22 Aug 2009)
New Revision: 10174

Added:
   packages/tags/teeworlds/0.5.1-3/
   packages/tags/teeworlds/0.5.1-3/debian/changelog
   packages/tags/teeworlds/0.5.1-3/debian/patches/new-wavpack.patch
   packages/tags/teeworlds/0.5.1-3/debian/patches/series
   packages/tags/teeworlds/0.5.1-3/debian/patches/system-libs.patch
   packages/tags/teeworlds/0.5.1-3/debian/rules
Removed:
   packages/tags/teeworlds/0.5.1-3/debian/changelog
   packages/tags/teeworlds/0.5.1-3/debian/patches/new-wavpack.patch
   packages/tags/teeworlds/0.5.1-3/debian/patches/series
   packages/tags/teeworlds/0.5.1-3/debian/patches/system-libs.patch
   packages/tags/teeworlds/0.5.1-3/debian/rules
Log:
tag teeworlds 0.5.1-3

Deleted: packages/tags/teeworlds/0.5.1-3/debian/changelog
===
--- packages/trunk/teeworlds/debian/changelog   2009-08-21 01:31:46 UTC (rev 
10162)
+++ packages/tags/teeworlds/0.5.1-3/debian/changelog2009-08-22 13:39:40 UTC 
(rev 10174)
@@ -1,78 +0,0 @@
-teeworlds (0.5.1-3) UNRELEASED; urgency=low
-
-  [ Gonéri Le Bouder ]
-  * Clean the teeworld binary 
-
-  [ Paul Wise ]
-  * Fix bashism in the --help option of the teeworlds-server script
-(Closes: #530198)
-
- -- Gonéri Le Bouder gon...@rulezlan.org  Sun, 10 May 2009 23:38:35 +0200
-
-teeworlds (0.5.1-2) unstable; urgency=low
-
-  * Fix the ouput of teeworlds-server --help with /bin/sh -
-/bin/bash (Closes: #511600)
-  * Standard version 3.8.1
-
- -- Gonéri Le Bouder gon...@rulezlan.org  Sun, 12 Apr 2009 02:32:37 +0200
-
-teeworlds (0.5.1-1) unstable; urgency=low
-
-  * New upstream release (Closes: #511875, #517002)
-   - Bam has its own release now
-   - Update debian/copyright
-   - BuildDepends on libsdl1.2-dev
-   - Update the clean target
-  * teeworlds-server doesn't suggest teeworlds-server anymore
-
- -- Gonéri Le Bouder gon...@rulezlan.org  Fri, 23 Jan 2009 23:09:01 +0100
-
-teeworlds (0.4.3-3) experimental; urgency=low
-
-  * add a loop in teeworld wrapper to poke the screensaver and avoid freeze
-(Closes: #480902)
-
- -- Gonéri Le Bouder gon...@rulezlan.org  Sun, 11 Jan 2009 20:05:45 +0100
-
-teeworlds (0.4.3-2) experimental; urgency=low
-
-  [ Gonéri Le Bouder ]
-  * Apply Michel Dänzer patch to avoid crash on big endian arch
-(Closes: #504704)
-
- -- Gonéri Le Bouder gon...@rulezlan.org  Sun, 14 Dec 2008 01:55:34 +0100
-
-teeworlds (0.4.3-1) experimental; urgency=low
-
-  [ Ansgar Burchardt ]
-  * debian/control: Add Homepage field 
-
-  [ Miriam Ruiz ]
-  * Upgraded Standards-Version from 3.7.3 to 3.8.0: No changes needed
-  * Added README.source file
-
-  [ Gonéri Le Bouder ]
-  * New Upstream Release
-  * Refresh the patches
-  * Don't link against libasound2 anymore
-   + add dont-link-with-asound.diff
-   + remove libasound2-dev from the build-deps
-  * Add myself in uploader
-  * Versioned dependency against teeworlds-data (= ${source:Version})
-
- -- Gonéri Le Bouder gon...@rulezlan.org  Tue, 04 Nov 2008 00:54:25 +0100
-
-teeworlds (0.4.2-2) unstable; urgency=low
-
-  [ Gonéri Le Bouder ]
-  * Fix the build on SPARC (Closes: #481817)
-   + add fix-bam-FTBFS.patch
-
- -- Debian Games Team pkg-games-de...@lists.alioth.debian.org  Tue, 28 Oct 
2008 23:53:17 +0100
-
-teeworlds (0.4.2-1) unstable; urgency=low
-
-  * Initial release (Closes: #460848)
-
- -- Jack Coulter jsci...@gmail.com  Sun, 13 Apr 2008 18:48:12 +1000

Copied: packages/tags/teeworlds/0.5.1-3/debian/changelog (from rev 10173, 
packages/trunk/teeworlds/debian/changelog)
===
--- packages/tags/teeworlds/0.5.1-3/debian/changelog
(rev 0)
+++ packages/tags/teeworlds/0.5.1-3/debian/changelog2009-08-22 13:39:40 UTC 
(rev 10174)
@@ -0,0 +1,80 @@
+teeworlds (0.5.1-3) unstable; urgency=low
+
+  [ Gonéri Le Bouder ]
+  * Clean: clean the teeworld binary, the embedded libs and correctly
+call unpatch 
+  * refresh the system-libs.patch and new-wavpack.patch and apply them
+
+  [ Paul Wise ]
+  * Fix bashism in the --help option of the teeworlds-server script
+(Closes: #530198)
+
+ -- Gonéri Le Bouder gon...@rulezlan.org  Sun, 10 May 2009 23:38:35 +0200
+
+teeworlds (0.5.1-2) unstable; urgency=low
+
+  * Fix the ouput of teeworlds-server --help with /bin/sh -
+/bin/bash (Closes: #511600)
+  * Standard version 3.8.1
+
+ -- Gonéri Le Bouder gon...@rulezlan.org  Sun, 12 Apr 2009 02:32:37 +0200
+
+teeworlds (0.5.1-1) unstable; urgency=low
+
+  * New upstream release (Closes: #511875, #517002)
+   - Bam has its own release now
+   - Update debian/copyright
+   - BuildDepends on libsdl1.2-dev
+   - Update the clean target
+  * teeworlds-server doesn't suggest teeworlds-server anymore
+
+ -- Gonéri Le Bouder gon...@rulezlan.org  Fri, 23 Jan 2009 23:09:01 +0100
+
+teeworlds (0.4.3-3) experimental; urgency=low
+
+  * add a loop in teeworld wrapper to poke

r10175 - in packages/trunk/teeworlds/debian: . scripts

2009-08-22 Thread Gonéri Le Bouder
Author: goneri
Date: 2009-08-22 14:18:37 + (Sat, 22 Aug 2009)
New Revision: 10175

Modified:
   packages/trunk/teeworlds/debian/changelog
   packages/trunk/teeworlds/debian/scripts/teeworlds
Log:
update the wrapper to poke the screensaver with dbus-send


Modified: packages/trunk/teeworlds/debian/changelog
===
--- packages/trunk/teeworlds/debian/changelog   2009-08-22 13:39:40 UTC (rev 
10174)
+++ packages/trunk/teeworlds/debian/changelog   2009-08-22 14:18:37 UTC (rev 
10175)
@@ -4,6 +4,7 @@
   * Clean: clean the teeworld binary, the embedded libs and correctly
 call unpatch 
   * refresh the system-libs.patch and new-wavpack.patch and apply them
+  * update the wrapper to poke the screensaver with dbus-send
 
   [ Paul Wise ]
   * Fix bashism in the --help option of the teeworlds-server script

Modified: packages/trunk/teeworlds/debian/scripts/teeworlds
===
--- packages/trunk/teeworlds/debian/scripts/teeworlds   2009-08-22 13:39:40 UTC 
(rev 10174)
+++ packages/trunk/teeworlds/debian/scripts/teeworlds   2009-08-22 14:18:37 UTC 
(rev 10175)
@@ -48,8 +48,9 @@
 fi
 
 while [ -d /proc/$TEEWORLDPID ]; do
-   sleep 10 
-   xscreensaver-command -deactivate - 2-
-   gnome-screensaver-command --poke - 2-
+   sleep 50 
+   xscreensaver-command -deactivate /dev/null 21
+   gnome-screensaver-command --poke /dev/null 21
+dbus-send --session --dest=org.freedesktop.ScreenSaver /ScreenSaver 
org.freedesktop.ScreenSaver.SimulateUserActivity /dev/null 21
 done
 exit $?


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


r10163 - packages/trunk/ceferino/debian

2009-08-21 Thread Gonéri Le Bouder
Author: goneri
Date: 2009-08-21 22:10:50 + (Fri, 21 Aug 2009)
New Revision: 10163

Added:
   packages/trunk/ceferino/debian/README.source
Modified:
   packages/trunk/ceferino/debian/changelog
   packages/trunk/ceferino/debian/control
Log:
Drop the versioned build dependency on automake1.10
Standards-Version: 3.8.3, add a README.source file


Added: packages/trunk/ceferino/debian/README.source
===
--- packages/trunk/ceferino/debian/README.source
(rev 0)
+++ packages/trunk/ceferino/debian/README.source2009-08-21 22:10:50 UTC 
(rev 10163)
@@ -0,0 +1,2 @@
+This package uses quilt for patch management, for more information see
+the file /usr/share/doc/quilt/README.source in the quilt package.

Modified: packages/trunk/ceferino/debian/changelog
===
--- packages/trunk/ceferino/debian/changelog2009-08-21 01:31:46 UTC (rev 
10162)
+++ packages/trunk/ceferino/debian/changelog2009-08-21 22:10:50 UTC (rev 
10163)
@@ -1,4 +1,4 @@
-ceferino (0.97.8-3~unrelease0) unstable; urgency=low
+ceferino (0.97.8-3) UNRELEASED; urgency=low
 
   [ Roland Clobus rclo...@bigfoot.com ]
   * 03_fix_typo.diff: Contents moved to 03_english_texts.patch
@@ -8,18 +8,15 @@
 
   [ Gonéri Le Bouder ]
   * Remove myself from uploaders.
-
-  [ Evgeni Golov ]
-  * Update watchfile.
-
- -- Gonéri Le Bouder gon...@rulezlan.org  Tue, 26 May 2009 13:19:53 +0200
-
-ceferino (0.97.8-3) unstable; urgency=low
-
+  * Drop the versioned build dependency on automake1.10
+  * Standards-Version: 3.8.3, add a README.source file
   * 03_fix_typo.diff changes all the .po files to fix the typo (quite/quiet) 
   * clean: remove the .gmo files since they are regenerated from the up dated
 .po files
 
+  [ Evgeni Golov ]
+  * Update watchfile.
+
  -- Gonéri Le Bouder gon...@rulezlan.org  Mon, 07 Apr 2008 18:17:50 +0200
 
 ceferino (0.97.8-2) unstable; urgency=low

Modified: packages/trunk/ceferino/debian/control
===
--- packages/trunk/ceferino/debian/control  2009-08-21 01:31:46 UTC (rev 
10162)
+++ packages/trunk/ceferino/debian/control  2009-08-21 22:10:50 UTC (rev 
10163)
@@ -4,9 +4,9 @@
 Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
 Uploaders: Miriam Ruiz little_m...@yahoo.es, Barry deFreese 
bddeb...@comcast.net,
  Bas Wijnen wij...@debian.org
-Build-Depends: debhelper (= 5.0.37.2), automake1.10, autoconf (= 2.53),
+Build-Depends: debhelper (= 5.0.37.2), automake, autoconf (= 2.53),
  gettext, quilt, libsdl1.2-dev, libsdl-image1.2-dev, libsdl-mixer1.2-dev, cvs
-Standards-Version: 3.7.3
+Standards-Version: 3.8.3
 Homepage: http://www.losersjuegos.com.ar/juegos/ceferino/ceferino.php
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/ceferino/
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-games/packages/trunk/ceferino/?op=log


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

r10164 - in packages/trunk/openarena/debian: . patches

2009-08-21 Thread Gonéri Le Bouder
Author: goneri
Date: 2009-08-21 22:12:22 + (Fri, 21 Aug 2009)
New Revision: 10164

Added:
   packages/trunk/openarena/debian/README.source
   packages/trunk/openarena/debian/patches/delban_0_segfault.diff
Modified:
   packages/trunk/openarena/debian/changelog
   packages/trunk/openarena/debian/patches/series
Log:
* Segfault when deleting non-existent ban address 0, thanks Guillaume
  Delacour (Closes: #532212)
* Standards version: 3.8.3, no changes
* add README.source to explain how the quilt patch system works


Added: packages/trunk/openarena/debian/README.source
===
--- packages/trunk/openarena/debian/README.source   
(rev 0)
+++ packages/trunk/openarena/debian/README.source   2009-08-21 22:12:22 UTC 
(rev 10164)
@@ -0,0 +1,17 @@
+The openarena package uses quilt to maintain local changes to
+the openarena distribution.  The Debian-specific patches are maintained
+in the debian/patches/ directory.
+
+To apply all the patches, preparing the source for building, use:
+  debian/rules patch
+
+To revert the patches, preparing to build a source package, use:
+  debian/rules unpatch
+
+You do not need to manually execute these targets when building
+the package; they are part of the debian/rules target chain.
+
+For more information on the quilt integration with Debian packages,
+as well as editing, adding or removing patches, please see
+the quilt documentation; in recent versions of the Debian package of
+quilt, start at the /usr/share/doc/quilt/README.source file.

Modified: packages/trunk/openarena/debian/changelog
===
--- packages/trunk/openarena/debian/changelog   2009-08-21 22:10:50 UTC (rev 
10163)
+++ packages/trunk/openarena/debian/changelog   2009-08-21 22:12:22 UTC (rev 
10164)
@@ -1,3 +1,12 @@
+openarena (0.8.1-5) unstable; urgency=low
+
+  * Segfault when deleting non-existent ban address 0, thanks Guillaume
+Delacour (Closes: #532212)
+  * Standards version: 3.8.3, no changes
+  * add README.source to explain how the quilt patch system works 
+
+ -- Gonéri Le Bouder gon...@rulezlan.org  Fri, 21 Aug 2009 20:16:35 +0200
+
 openarena (0.8.1-4) unstable; urgency=low
 
   [ Gonéri Le Bouder ]

Added: packages/trunk/openarena/debian/patches/delban_0_segfault.diff
===
--- packages/trunk/openarena/debian/patches/delban_0_segfault.diff  
(rev 0)
+++ packages/trunk/openarena/debian/patches/delban_0_segfault.diff  
2009-08-21 22:12:22 UTC (rev 10164)
@@ -0,0 +1,11 @@
+--- openarena-0.8.1.orig/code/server/sv_ccmds.c
 openarena-0.8.1/code/server/sv_ccmds.c
+@@ -752,7 +752,7 @@
+ 
+   todel = atoi(Cmd_Argv(1));
+ 
+-  if(todel  0 || todel  serverBansCount)
++  if(todel = 0 || todel  serverBansCount)
+   return;
+   
+   for(index = count = 0; index  serverBansCount; index++)

Modified: packages/trunk/openarena/debian/patches/series
===
--- packages/trunk/openarena/debian/patches/series  2009-08-21 22:10:50 UTC 
(rev 10163)
+++ packages/trunk/openarena/debian/patches/series  2009-08-21 22:12:22 UTC 
(rev 10164)
@@ -1,3 +1,4 @@
+delban_0_segfault.diff
 10_fix_build_and_binary_on_alpha.diff
 10_remove_upstream_build_flags.diff
 #20_dont_build_shipped_jpeg.diff


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

r10138 - packages/trunk/monsterz/debian

2009-08-16 Thread Gonéri Le Bouder
Author: goneri
Date: 2009-08-16 13:54:46 + (Sun, 16 Aug 2009)
New Revision: 10138

Added:
   packages/trunk/monsterz/debian/monsterz.postrm
Modified:
   packages/trunk/monsterz/debian/changelog
   packages/trunk/monsterz/debian/control
Log:
* Add monsterz.postrm to purge /var/games/monsterz  

* Add myself in Uploaders   

* Standards-Version: 3.8.2, no change


Modified: packages/trunk/monsterz/debian/changelog
===
--- packages/trunk/monsterz/debian/changelog2009-08-15 00:09:52 UTC (rev 
10137)
+++ packages/trunk/monsterz/debian/changelog2009-08-16 13:54:46 UTC (rev 
10138)
@@ -1,3 +1,11 @@
+monsterz (0.7.1-4) UNRELEASED; urgency=low
+
+  * Add monsterz.postrm to purge /var/games/monsterz  
+  * Add myself in Uploaders
+  * Standards-Version: 3.8.2, no change 
+
+ -- Gonéri Le Bouder gon...@rulezlan.org  Mon, 27 Jul 2009 18:42:39 +0200
+
 monsterz (0.7.1-3) unstable; urgency=low
 
   [ Barry deFreese ]

Modified: packages/trunk/monsterz/debian/control
===
--- packages/trunk/monsterz/debian/control  2009-08-15 00:09:52 UTC (rev 
10137)
+++ packages/trunk/monsterz/debian/control  2009-08-16 13:54:46 UTC (rev 
10138)
@@ -2,9 +2,10 @@
 Section: games
 Priority: optional
 Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
-Uploaders: Sam Hocevar (Debian packages) sam+...@zoy.org, Barry deFreese 
bdefre...@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 (= 5.0), quilt, imagemagick
-Standards-Version: 3.8.1
+Standards-Version: 3.8.2
 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
 Homepage: http://sam.zoy.org/monsterz/

Added: packages/trunk/monsterz/debian/monsterz.postrm
===
--- packages/trunk/monsterz/debian/monsterz.postrm  
(rev 0)
+++ packages/trunk/monsterz/debian/monsterz.postrm  2009-08-16 13:54:46 UTC 
(rev 10138)
@@ -0,0 +1,16 @@
+#! /bin/sh
+
+case $1 in
+  purge|remove)
+rm -f /var/games/monsterz
+;;
+  upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
+;;
+  *)
+echo postrm called with unknown argument \`$1' 2
+exit 1
+;;
+esac
+
+#DEBHELPER#
+


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

r10133 - in packages/trunk/funnyboat/debian: . patches

2009-08-14 Thread Gonéri Le Bouder
Author: goneri
Date: 2009-08-14 23:26:35 + (Fri, 14 Aug 2009)
New Revision: 10133

Added:
   packages/trunk/funnyboat/debian/patches/avoid_set_alpha_crash.diff
   packages/trunk/funnyboat/debian/patches/fullscreen.diff
Modified:
   packages/trunk/funnyboat/debian/changelog
   packages/trunk/funnyboat/debian/control
   packages/trunk/funnyboat/debian/patches/save-sshot-in-homedir.diff
   packages/trunk/funnyboat/debian/patches/series
   packages/trunk/funnyboat/debian/patches/use_debian_vera_ttf.diff
   packages/trunk/funnyboat/debian/rules
Log:
* Fullscreen option
  - add fullscreen.diff
* Fix crash if self.image.set_alpha arg is  int (Closes: #534596)
  - add avoid_set_alpha_crash.diff
* Standards Version: 3.8.2 no changes
* Clean up in debian/rules


Modified: packages/trunk/funnyboat/debian/changelog
===
--- packages/trunk/funnyboat/debian/changelog   2009-08-14 08:39:59 UTC (rev 
10132)
+++ packages/trunk/funnyboat/debian/changelog   2009-08-14 23:26:35 UTC (rev 
10133)
@@ -1,3 +1,14 @@
+funnyboat (1.5-8) unstable; urgency=low
+
+  * Fullscreen option
+- add fullscreen.diff
+  * Fix crash if self.image.set_alpha arg is  int (Closes: #534596)
+- add avoid_set_alpha_crash.diff
+  * Standards Version: 3.8.2 no changes 
+  * Clean up in debian/rules
+
+ -- Gonéri Le Bouder gon...@rulezlan.org  Fri, 14 Aug 2009 22:26:59 +0200
+
 funnyboat (1.5-7) unstable; urgency=low
 
   [ Cyril Brulebois ]

Modified: packages/trunk/funnyboat/debian/control
===
--- packages/trunk/funnyboat/debian/control 2009-08-14 08:39:59 UTC (rev 
10132)
+++ packages/trunk/funnyboat/debian/control 2009-08-14 23:26:35 UTC (rev 
10133)
@@ -5,7 +5,7 @@
 Uploaders: Gonéri Le Bouder gon...@rulezlan.org, Miriam Ruiz 
little_m...@yahoo.es, Barry deFreese bdefre...@debian.org
 Build-Depends: debhelper (= 5.0.37.2), quilt, python
 Build-Depends-Indep: python-support (= 0.6), docbook-to-man
-Standards-Version: 3.8.1
+Standards-Version: 3.8.2
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/funnyboat/
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-games/packages/trunk/funnyboat/?op=log
 Homepage: http://funnyboat.sf.net/

Added: packages/trunk/funnyboat/debian/patches/avoid_set_alpha_crash.diff
===
--- packages/trunk/funnyboat/debian/patches/avoid_set_alpha_crash.diff  
(rev 0)
+++ packages/trunk/funnyboat/debian/patches/avoid_set_alpha_crash.diff  
2009-08-14 23:26:35 UTC (rev 10133)
@@ -0,0 +1,16 @@
+#534596
+If val is larger than 'int', image.set_alpha throw an exception. set_alpha
+argument is supposed to be  256.
+--- funnyboat-1.5.orig/particles.py
 funnyboat-1.5/particles.py
+@@ -24,7 +24,9 @@
+ pygame.draw.ellipse(self.image, self.colour, self.image.get_rect())
+ 
+ if Variables.alpha:
+-self.image.set_alpha(self.life * 255 * self.opacity / 
self.initial_life)
++val = self.life * 255 * self.opacity / self.initial_life
++if val  256:
++self.image.set_alpha(val)
+ 
+ def update(self):
+ self.rect.left += self.vect[0]

Added: packages/trunk/funnyboat/debian/patches/fullscreen.diff
===
--- packages/trunk/funnyboat/debian/patches/fullscreen.diff 
(rev 0)
+++ packages/trunk/funnyboat/debian/patches/fullscreen.diff 2009-08-14 
23:26:35 UTC (rev 10133)
@@ -0,0 +1,83 @@
+Add fullscreen support
+Gonéri Le Bouder gon...@rulezlan.org
+--- funnyboat-1.5.orig/locals.py
 funnyboat-1.5/locals.py
+@@ -6,7 +6,6 @@
+ MIN_FIRE_DELAY = 10
+ SCREEN_WIDTH = 400#320
+ SCREEN_HEIGHT = 300#240
+-SCREEN_FULLSCREEN = 0
+ FPS = 30
+ 
+ 
+@@ -17,3 +16,4 @@
+ sound = True
+ music = True
+ name = Funny Boater
++fullscreen = True
+--- funnyboat-1.5.orig/util.py
 funnyboat-1.5/util.py
+@@ -62,6 +62,8 @@
+ Variables.sound = str_to_bool(value)
+ elif variable == aa:
+ Variables.aa = str_to_bool(value)
++elif variable == fullscreen:
++Variables.fullscreen = str_to_bool(value)
+ 
+ f.close()
+ 
+@@ -77,6 +79,7 @@
+ print  f, name\t%s % Variables.name
+ print  f, sound\t%s % Variables.sound
+ print  f, aa\t%s % Variables.aa
++print  f, fullscreen\t%s % Variables.fullscreen
+ 
+ f.close()
+ 
+--- funnyboat-1.5.orig/options.py
 funnyboat-1.5/options.py
+@@ -14,6 +14,7 @@
+ SOUND = 2
+ MUSIC = 3
+ NAME = 4
++FULLSCREEN = 5
+ 
+ def __init__(self, screen):
+ self.screen = screen
+@@ -39,7 +40,8 @@
+  Antialiasing:  + (Variables.aa and on or off),
+  Sound effects:  + (Variables.sound and on or off),
+  Music:  + (Variables.music and on or off

r10134 - packages/trunk/funnyboat/debian

2009-08-14 Thread Gonéri Le Bouder
Author: goneri
Date: 2009-08-14 23:37:11 + (Fri, 14 Aug 2009)
New Revision: 10134

Modified:
   packages/trunk/funnyboat/debian/changelog
Log:
  [ Paul Wise ]
  * Do not call dh_desktop anymore


Modified: packages/trunk/funnyboat/debian/changelog
===
--- packages/trunk/funnyboat/debian/changelog   2009-08-14 23:26:35 UTC (rev 
10133)
+++ packages/trunk/funnyboat/debian/changelog   2009-08-14 23:37:11 UTC (rev 
10134)
@@ -1,5 +1,6 @@
 funnyboat (1.5-8) unstable; urgency=low
 
+  [ Gonéri Le Bouder ]
   * Fullscreen option
 - add fullscreen.diff
   * Fix crash if self.image.set_alpha arg is  int (Closes: #534596)
@@ -7,6 +8,9 @@
   * Standards Version: 3.8.2 no changes 
   * Clean up in debian/rules
 
+  [ Paul Wise ]
+  * Do not call dh_desktop anymore 
+
  -- Gonéri Le Bouder gon...@rulezlan.org  Fri, 14 Aug 2009 22:26:59 +0200
 
 funnyboat (1.5-7) unstable; urgency=low


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

r10135 - in packages/tags/funnyboat: . 1.5-8/debian 1.5-8/debian/patches

2009-08-14 Thread Gonéri Le Bouder
Author: goneri
Date: 2009-08-15 00:06:45 + (Sat, 15 Aug 2009)
New Revision: 10135

Added:
   packages/tags/funnyboat/1.5-8/
   packages/tags/funnyboat/1.5-8/debian/changelog
   packages/tags/funnyboat/1.5-8/debian/control
   packages/tags/funnyboat/1.5-8/debian/patches/avoid_set_alpha_crash.diff
   packages/tags/funnyboat/1.5-8/debian/patches/fullscreen.diff
   packages/tags/funnyboat/1.5-8/debian/patches/save-sshot-in-homedir.diff
   packages/tags/funnyboat/1.5-8/debian/patches/series
   packages/tags/funnyboat/1.5-8/debian/patches/use_debian_vera_ttf.diff
   packages/tags/funnyboat/1.5-8/debian/rules
Removed:
   packages/tags/funnyboat/1.5-8/debian/changelog
   packages/tags/funnyboat/1.5-8/debian/control
   packages/tags/funnyboat/1.5-8/debian/patches/save-sshot-in-homedir.diff
   packages/tags/funnyboat/1.5-8/debian/patches/series
   packages/tags/funnyboat/1.5-8/debian/patches/use_debian_vera_ttf.diff
   packages/tags/funnyboat/1.5-8/debian/rules
Log:
tag funnyboat 1.5-8

Deleted: packages/tags/funnyboat/1.5-8/debian/changelog
===
--- packages/trunk/funnyboat/debian/changelog   2009-08-14 08:39:59 UTC (rev 
10132)
+++ packages/tags/funnyboat/1.5-8/debian/changelog  2009-08-15 00:06:45 UTC 
(rev 10135)
@@ -1,84 +0,0 @@
-funnyboat (1.5-7) unstable; urgency=low
-
-  [ Cyril Brulebois ]
-  * Fix FTBFS with new “3.0 (quilt)” source package format by using a
-patch level of 1 instead of 0 in the patches and by adjusting the
-series file appropriately (i.e. by deleting the “-p0” option),
-thanks to Raphaël Hertzog for the notice (Closes: #485347).
-
-  [ Ansgar Burchardt ]
-  * python-pyogg was renamed into python-ogg, update dependencies accordingly
-(Closes: #494896)
-
-  [ Barry deFreese ]
-  * Add myself to uploaders.
-  * Move python-support and docbook-to-man to B-D-I.
-  * Bump Standards Version to 3.8.1. (No changes needed).
-
- -- Barry deFreese bdefre...@debian.org  Fri, 20 Mar 2009 16:02:39 -0400
-
-funnyboat (1.5-6) unstable; urgency=low
-
-  * Remove python-numeric from the runtime dependency since it
-is not needed with funnyboat 1.5 (Closes: #478443)
-
- -- Gonéri Le Bouder gon...@rulezlan.org  Mon, 26 May 2008 23:09:13 +0200
-
-funnyboat (1.5-5) unstable; urgency=low
-
-  * Funnyboat only accepts 2 command line options (Closes: #477423)
-   -add patches/funnyboat-cursor-patch.diff
-  * Funnyboat should not display cursor (Closes: #477422)
-  * Thanks Brandon AKA winterknight for the two patches above
-  * debian/control: Change XS-Vcs-* to Vcs-*
-
- -- Gonéri Le Bouder gon...@rulezlan.org  Thu, 24 Apr 2008 23:31:29 +0200
-
-funnyboat (1.5-4) unstable; urgency=low
-
-  [ Gonéri Le Bouder ]
-  * add save-sshot-in-homedir.diff to save the screenshot in the user homedir
-(Closes: #465082)
-
- -- Gonéri Le Bouder gon...@rulezlan.org  Mon, 11 Feb 2008 13:47:15 +0100
-
-funnyboat (1.5-3) unstable; urgency=low
-
-  [ Jon Dowland ]
-  * add Homepage: control field to source stanza
-
-  [ Gonéri Le Bouder ]
-  * remove the Homepage field from the description
-  * funnyboat.{desktop,menu} (Closes: #461018)
-   - install the files
-   - call dh_desktop and dh_menu
-  * bump standard version to 3.7.3, no change
-  * add a build dependency on python, since python-support is not
-supposed to provide a python interpreter, see #391689
-Thanks Joss
-
-  [ Marco Rodrigues ]
-  * compat 5
-
- -- Gonéri Le Bouder gon...@rulezlan.org  Wed, 16 Jan 2008 11:07:03 +0100
-
-funnyboat (1.5-2) unstable; urgency=low
-
-  [ Cyril Brulebois ]
-  * Added XS-Vcs-Svn and XS-Vcs-Browser fields in the control file.
-
-  [ Gonéri Le Bouder ]
-  * depends on ttf-dejavu instead of ttf-bitstream-vera (Closes: #438812)
-
- -- Gonéri Le Bouder gon...@rulezlan.org  Mon, 10 Sep 2007 00:25:52 +0200
-
-funnyboat (1.5-1) unstable; urgency=low
-
-  [Gonéri Le Bouder]
-  * First upload (closes: #408020)
-
-  [Miriam Ruiz]
-  * Updated copyright info
-  * Updated dependencies
-
- -- Gonéri Le Bouder gon...@rulezlan.org  Sat,  2 Jun 2007 16:57:50 +0200

Copied: packages/tags/funnyboat/1.5-8/debian/changelog (from rev 10134, 
packages/trunk/funnyboat/debian/changelog)
===
--- packages/tags/funnyboat/1.5-8/debian/changelog  
(rev 0)
+++ packages/tags/funnyboat/1.5-8/debian/changelog  2009-08-15 00:06:45 UTC 
(rev 10135)
@@ -0,0 +1,99 @@
+funnyboat (1.5-8) unstable; urgency=low
+
+  [ Gonéri Le Bouder ]
+  * Fullscreen option
+- add fullscreen.diff
+  * Fix crash if self.image.set_alpha arg is  int (Closes: #534596)
+- add avoid_set_alpha_crash.diff
+  * Standards Version: 3.8.2 no changes 
+  * Clean up in debian/rules
+
+  [ Paul Wise ]
+  * Do not call dh_desktop anymore 
+
+ -- Gonéri Le Bouder gon...@rulezlan.org  Fri, 14 Aug 2009 22:26:59 +0200
+
+funnyboat (1.5-7) unstable; urgency=low
+
+  [ Cyril Brulebois ]
+  * Fix FTBFS with new

r10136 - packages/trunk/nexuiz/debian

2009-08-14 Thread Gonéri Le Bouder
Author: goneri
Date: 2009-08-15 00:07:25 + (Sat, 15 Aug 2009)
New Revision: 10136

Modified:
   packages/trunk/nexuiz/debian/changelog
   packages/trunk/nexuiz/debian/control
Log:
* xqf is not mandatoried to run the game. downgrade xqf dependency form
  recommends to suggests. Thanks FTF 3k3 (Closes: #512456)


Modified: packages/trunk/nexuiz/debian/changelog
===
--- packages/trunk/nexuiz/debian/changelog  2009-08-15 00:06:45 UTC (rev 
10135)
+++ packages/trunk/nexuiz/debian/changelog  2009-08-15 00:07:25 UTC (rev 
10136)
@@ -1,3 +1,10 @@
+nexuiz (2.4.2-2) unstable; urgency=low
+
+  * xqf is not mandatoried to run the game. downgrade xqf dependency form
+recommends to suggests. Thanks FTF 3k3 (Closes: #512456)
+
+ -- Gonéri Le Bouder gon...@rulezlan.org  Fri, 14 Aug 2009 21:16:28 +0200
+
 nexuiz (2.4.2-1) unstable; urgency=low
 
   [ Bruno Fuddl Kleinert ]

Modified: packages/trunk/nexuiz/debian/control
===
--- packages/trunk/nexuiz/debian/control2009-08-15 00:06:45 UTC (rev 
10135)
+++ packages/trunk/nexuiz/debian/control2009-08-15 00:07:25 UTC (rev 
10136)
@@ -13,6 +13,7 @@
 Architecture: any
 Depends: ${shlibs:Depends}, nexuiz-data (= ${source:Upstream-Version}), 
libvorbisfile3, libcurl3
 Recommends: nexuiz-music (= ${source:Upstream-Version}), xqf
+Suggests: xqf
 Description: A fast-paced 3D first-person shooter
  Nexuiz is a fast-paced 3D deathmatch game with high-end and complex graphics 
  effects. It is intended to be played over the Internet or over a local 
network.


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

r10137 - packages/trunk/nexuiz/debian

2009-08-14 Thread Gonéri Le Bouder
Author: goneri
Date: 2009-08-15 00:09:52 + (Sat, 15 Aug 2009)
New Revision: 10137

Modified:
   packages/trunk/nexuiz/debian/changelog
Log:
* xqf is not mandatoried to run the game. downgrade xqf dependency form
  recommends to suggests. Thanks FTF 3k3 (Closes: #512456)


Modified: packages/trunk/nexuiz/debian/changelog
===
--- packages/trunk/nexuiz/debian/changelog  2009-08-15 00:07:25 UTC (rev 
10136)
+++ packages/trunk/nexuiz/debian/changelog  2009-08-15 00:09:52 UTC (rev 
10137)
@@ -1,4 +1,4 @@
-nexuiz (2.4.2-2) unstable; urgency=low
+nexuiz (2.4.2-2) UNRELEASE; urgency=low
 
   * xqf is not mandatoried to run the game. downgrade xqf dependency form
 recommends to suggests. Thanks FTF 3k3 (Closes: #512456)


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


r10124 - packages/trunk/blockattack/debian

2009-08-11 Thread Gonéri Le Bouder
Author: goneri
Date: 2009-08-11 14:17:05 + (Tue, 11 Aug 2009)
New Revision: 10124

Modified:
   packages/trunk/blockattack/debian/changelog
   packages/trunk/blockattack/debian/control
Log:
* Build depend on libenet-dev instead of libenet1-dev, thank you Andreas
  Moog (Closes: #541067)


Modified: packages/trunk/blockattack/debian/changelog
===
--- packages/trunk/blockattack/debian/changelog 2009-08-09 22:02:17 UTC (rev 
10123)
+++ packages/trunk/blockattack/debian/changelog 2009-08-11 14:17:05 UTC (rev 
10124)
@@ -1,3 +1,10 @@
+blockattack (1.3.1-4) unstable; urgency=low
+
+  * Build depend on libenet-dev instead of libenet1-dev, thank you Andreas
+Moog (Closes: #541067)
+
+ -- Gonéri Le Bouder gon...@rulezlan.org  Tue, 11 Aug 2009 16:16:29 +0200
+
 blockattack (1.3.1-3) unstable; urgency=low
 
   [ Gonéri Le Bouder ]

Modified: packages/trunk/blockattack/debian/control
===
--- packages/trunk/blockattack/debian/control   2009-08-09 22:02:17 UTC (rev 
10123)
+++ packages/trunk/blockattack/debian/control   2009-08-11 14:17:05 UTC (rev 
10124)
@@ -3,7 +3,8 @@
 Priority: optional
 Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
 Uploaders: Gonéri Le Bouder gon...@rulezlan.org, Cyril Brulebois 
k...@debian.org, Barry deFreese bdefre...@debian.org
-Build-Depends: debhelper (= 5.0.0), docbook-to-man, libsdl-mixer1.2-dev, 
libsdl-image1.2-dev, libsdl1.2-dev, libenet1-dev (= 1.0-3), quilt, scons
+Build-Depends: debhelper (= 5.0.0), docbook-to-man, libsdl-mixer1.2-dev,
+ libsdl-image1.2-dev, libsdl1.2-dev, libenet-dev (= 1.2-3), quilt, scons
 Standards-Version: 3.8.1
 Homepage: http://blockattack.sf.net
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/blockattack/


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

r10125 - packages/trunk/blockattack/debian

2009-08-11 Thread Gonéri Le Bouder
Author: goneri
Date: 2009-08-11 14:54:48 + (Tue, 11 Aug 2009)
New Revision: 10125

Modified:
   packages/trunk/blockattack/debian/changelog
   packages/trunk/blockattack/debian/control
Log:
Standard version 3.8.2, no changes

Modified: packages/trunk/blockattack/debian/changelog
===
--- packages/trunk/blockattack/debian/changelog 2009-08-11 14:17:05 UTC (rev 
10124)
+++ packages/trunk/blockattack/debian/changelog 2009-08-11 14:54:48 UTC (rev 
10125)
@@ -2,6 +2,7 @@
 
   * Build depend on libenet-dev instead of libenet1-dev, thank you Andreas
 Moog (Closes: #541067)
+  * Standard version 3.8.2, no changes
 
  -- Gonéri Le Bouder gon...@rulezlan.org  Tue, 11 Aug 2009 16:16:29 +0200
 

Modified: packages/trunk/blockattack/debian/control
===
--- packages/trunk/blockattack/debian/control   2009-08-11 14:17:05 UTC (rev 
10124)
+++ packages/trunk/blockattack/debian/control   2009-08-11 14:54:48 UTC (rev 
10125)
@@ -5,7 +5,7 @@
 Uploaders: Gonéri Le Bouder gon...@rulezlan.org, Cyril Brulebois 
k...@debian.org, Barry deFreese bdefre...@debian.org
 Build-Depends: debhelper (= 5.0.0), docbook-to-man, libsdl-mixer1.2-dev,
  libsdl-image1.2-dev, libsdl1.2-dev, libenet-dev (= 1.2-3), quilt, scons
-Standards-Version: 3.8.1
+Standards-Version: 3.8.2
 Homepage: http://blockattack.sf.net
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/blockattack/
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-games/packages/trunk/blockattack/?op=log


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

r10126 - in packages/tags/blockattack: . 1.3.1-4/debian

2009-08-11 Thread Gonéri Le Bouder
Author: goneri
Date: 2009-08-11 14:55:38 + (Tue, 11 Aug 2009)
New Revision: 10126

Added:
   packages/tags/blockattack/1.3.1-4/
   packages/tags/blockattack/1.3.1-4/debian/changelog
   packages/tags/blockattack/1.3.1-4/debian/control
Removed:
   packages/tags/blockattack/1.3.1-4/debian/changelog
   packages/tags/blockattack/1.3.1-4/debian/control
Log:
tag blockattach 1.3.1-4

Deleted: packages/tags/blockattack/1.3.1-4/debian/changelog
===
--- packages/trunk/blockattack/debian/changelog 2009-08-09 22:02:17 UTC (rev 
10123)
+++ packages/tags/blockattack/1.3.1-4/debian/changelog  2009-08-11 14:55:38 UTC 
(rev 10126)
@@ -1,50 +0,0 @@
-blockattack (1.3.1-3) unstable; urgency=low
-
-  [ Gonéri Le Bouder ]
-  * remove the Xs- prefix from the Vcs entrys
-  * remove the homepage from the package description since the Homepage: field
-do the job now
-
-  [ Eddy Petrișor ]
-  * fix Vcs-Svn URL to point to svn, not the incomplete ssh location
-
-  [ Cyril Brulebois ]
-  * update my mail address
-
-  [ Bary deFreese ]
-  * Add myself to uploaders.
-  * gcc44.diff - Build with gcc-4.4. (Closes: #505026).
-+ Thanks to Martin Michlmayr for the hint and patch.
-  * Remove quilt .pc dir on clean.
-  * Remove autogenerated enet-1.0/config.{status, log} on clean.
-  * Remove Windows Thumbs.db on install so it's not in the .deb.
-  * Bump Standards Version to 3.8.1. (No changes needed).
-
- -- Barry deFreese bdefre...@debian.org  Mon, 30 Mar 2009 16:50:08 -0400
-
-blockattack (1.3.1-2) unstable; urgency=low
-
-  [ Gonéri Le Bouder ]
-  * fix spelling error in blockattack's long description (Closes: #432653)
-  * add desktop_file.diff to remove the Application category from the
-desktop file
-
-  [ Jon Dowland ]
-  * update menu section to Games/Action for menu transition
-(thanks Linas Žvirblis)
-
-  [ Jordà Polo ]
-  * debian/patches:
-+ scons_args.diff: New patch to fix scons command-line argument handling.
-  (Closes: #444536)
-+ replay_init.diff: New patch to initialize the Replay class correctly.
-  * debian/control: Added Homepage and XS-Vcs-Browser fields.
-
- -- Gonéri Le Bouder gon...@rulezlan.org  Mon, 01 Oct 2007 22:16:15 +
-
-blockattack (1.3.1-1) unstable; urgency=low
-
-  * Initial release Closes: #368395
-
- -- Gonéri Le Bouder gon...@rulezlan.org  Mon, 14 May 2007 00:12:30 +0200
-

Copied: packages/tags/blockattack/1.3.1-4/debian/changelog (from rev 10125, 
packages/trunk/blockattack/debian/changelog)
===
--- packages/tags/blockattack/1.3.1-4/debian/changelog  
(rev 0)
+++ packages/tags/blockattack/1.3.1-4/debian/changelog  2009-08-11 14:55:38 UTC 
(rev 10126)
@@ -0,0 +1,58 @@
+blockattack (1.3.1-4) unstable; urgency=low
+
+  * Build depend on libenet-dev instead of libenet1-dev, thank you Andreas
+Moog (Closes: #541067)
+  * Standard version 3.8.2, no changes
+
+ -- Gonéri Le Bouder gon...@rulezlan.org  Tue, 11 Aug 2009 16:16:29 +0200
+
+blockattack (1.3.1-3) unstable; urgency=low
+
+  [ Gonéri Le Bouder ]
+  * remove the Xs- prefix from the Vcs entrys
+  * remove the homepage from the package description since the Homepage: field
+do the job now
+
+  [ Eddy Petrișor ]
+  * fix Vcs-Svn URL to point to svn, not the incomplete ssh location
+
+  [ Cyril Brulebois ]
+  * update my mail address
+
+  [ Bary deFreese ]
+  * Add myself to uploaders.
+  * gcc44.diff - Build with gcc-4.4. (Closes: #505026).
++ Thanks to Martin Michlmayr for the hint and patch.
+  * Remove quilt .pc dir on clean.
+  * Remove autogenerated enet-1.0/config.{status, log} on clean.
+  * Remove Windows Thumbs.db on install so it's not in the .deb.
+  * Bump Standards Version to 3.8.1. (No changes needed).
+
+ -- Barry deFreese bdefre...@debian.org  Mon, 30 Mar 2009 16:50:08 -0400
+
+blockattack (1.3.1-2) unstable; urgency=low
+
+  [ Gonéri Le Bouder ]
+  * fix spelling error in blockattack's long description (Closes: #432653)
+  * add desktop_file.diff to remove the Application category from the
+desktop file
+
+  [ Jon Dowland ]
+  * update menu section to Games/Action for menu transition
+(thanks Linas Žvirblis)
+
+  [ Jordà Polo ]
+  * debian/patches:
++ scons_args.diff: New patch to fix scons command-line argument handling.
+  (Closes: #444536)
++ replay_init.diff: New patch to initialize the Replay class correctly.
+  * debian/control: Added Homepage and XS-Vcs-Browser fields.
+
+ -- Gonéri Le Bouder gon...@rulezlan.org  Mon, 01 Oct 2007 22:16:15 +
+
+blockattack (1.3.1-1) unstable; urgency=low
+
+  * Initial release Closes: #368395
+
+ -- Gonéri Le Bouder gon...@rulezlan.org  Mon, 14 May 2007 00:12:30 +0200
+

Deleted: packages/tags/blockattack/1.3.1-4/debian/control
===
--- packages/trunk/blockattack/debian/control   2009-08-09 22:02:17 UTC (rev 
10123

r10108 - non-free/packages/trunk/assaultcube-data/debian

2009-08-02 Thread Gonéri Le Bouder
Author: goneri
Date: 2009-08-02 17:24:15 + (Sun, 02 Aug 2009)
New Revision: 10108

Modified:
   non-free/packages/trunk/assaultcube-data/debian/copyright
Log:
keep a minial debian/copyright for now


Modified: non-free/packages/trunk/assaultcube-data/debian/copyright
===
--- non-free/packages/trunk/assaultcube-data/debian/copyright   2009-07-31 
19:41:58 UTC (rev 10107)
+++ non-free/packages/trunk/assaultcube-data/debian/copyright   2009-08-02 
17:24:15 UTC (rev 10108)
@@ -6,278 +6,18 @@
 The actual maintainer is the pkg-games team:
 http://wiki.debian.org/Games/Development
 
-   AssaultCube is FREEWARE, you may freely distribute the AssaultCube
-   installer/archive unmodified on any media. You may re-compress using
-   different archival formats (i.e. zip/tgz/rpm/deb/dmg), any changes beyond
-   that require explicit permission.
+Copyright © 2004-2009 AssaultCube Authors
+ 
+AssaultCube is FREEWARE, you may freely distribute the AssaultCube
+installer/archive unmodified on any media. You may re-compress using
+different archival formats (i.e. zip/tgz/rpm/deb/dmg), any changes beyond
+that require explicit permission.
 
-   AssaultCube is distributed WITHOUT WARRANTY, you may use it for any
-   purpose as long as you do not blame us for any damages incurred.
+AssaultCube is distributed WITHOUT WARRANTY, you may use it for any
+purpose as long as you do not blame us for any damages incurred.
 
-   This game consists of many different packages with different licenses. The
-   ENTIRE AssaultCube package MAY be redistributed as mentioned above. But if
-   you wish to redistribute/use/modify it in a different way you will need to
-   adhere to the licenses for the packages that you are using.
+This game consists of many different packages with different licenses. The
+ENTIRE AssaultCube package MAY be redistributed as mentioned above. But if
+you wish to redistribute/use/modify it in a different way you will need to
+adhere to the licenses for the packages that you are using.
 
--- Copyright holders
-This file holds the copyright information for all packages/artwork included in 
AssaultCube (UNLESS OTHERWISE 
-NOTED) OR it will tell you the place to find the licenses for works within 
AssaultCube.
-Please respect the authors reserved rights and permissions.
-
-
-MAPS--
-
-ac_complex - Copyright © 2004-2006 by makkE (mak...@web.de).
-ac_mines   - Copyright © 2004-2006 by makkE (mak...@web.de).
-ac_depot   - Copyright © 2004-2006 by MitaMAN.
-ac_desert  - Copyright © 2004-2006 by makkE (mak...@web.de) and Arghvark.
-ac_desert2 - By Nieb
-ac_snow- By daMfr0
-ac_power   - By wotwot
-ac_elevation   - By AD_Shadow
-ac_toxic   - © Copyright 2007-2008 by RandumIdiot 
(http://www.ri-ac.co.nr). Detailed copyright info for
-  this map: packages/maps/readme_ac_toxic.txt
-ac_urban   - By Archangel, with help from RandumIdiot. 
-Mr.Floppy  - Map: ac_keller, plus textures.
-DogDancing - Map: ac_shine, ac_scaffold, plus textures.
-R4zor  - Map: ac_sunset
-KC - Map: ac_arctic 
-
-The included maps remain intellectual property of their respective creators. 
Mapmessages upon load may 
-provide further detail. 
-
-
-MODELS
-
-Mapmodels: Check ..packages/models/mapmodels/licenses.txt for copyright 
information.
-Misc models: Check ..packages/models/misc/license.txt for copyright 
information.
-Pickup models: Check ..packages/models/pickups/license.txt for copyright 
information.
-Player models: Check ..packages/models/playermodels/readme.txt for copyright 
information. 
-Weapon models: Check ..packages/models/mapmodels/license.txt for copyright 
information.
-
-
-2D
-All files in packages/misc/ 
- - Copyright © 2005-2006 by makkE. 
-
-EXCEPT:
- - blood.png = Copyright © Shane Nieb
- - scope.png = By Attila Antiklimax Feher, 2008.
-
-Files in: packages/misc/crosshairs
- - Mostly by makkE. 
-
-packages/misc/crosshairs/o.png
-o_dot.png
-o_x.png
- - By: Topher of Death Illustrated team. Permission to use given by Pushplay 
(Thanks!!) 
-
-File: packages/misc/bullethole.png
- - Made by leileilol of OpenArena (licensed under GPL, 
/usr/share/common-licenses/GPL)
-
-File: source/vcpp/buildEnv/header.bmp
- - © makkE, all rights reserved
-
-
-TEXTURES--
-
-../packages/textures/arcitool
-
-Copyright by arcitool: http://www.arcitool.de/
-
-German:

-WICHTIG: Die angebotenen Dateien und Bilder sind zum kostenlosen download 
vorgesehen. Die Dateien erhalten 
-keinen besonderen Schutz, um eine hohe Flexibilität für die Weiterbearbeitung 
zu gewährleisten. Die Dateien 
-dürfen beliebig verändert werden. Mailen Sie uns bitte Änderungsvorschläge, 
damit wir die Dateien ggf. auf 
-den neuesten Stand bringen 

r10109 - non-free/packages/trunk/assaultcube-data/debian

2009-08-02 Thread Gonéri Le Bouder
Author: goneri
Date: 2009-08-02 17:24:56 + (Sun, 02 Aug 2009)
New Revision: 10109

Modified:
   non-free/packages/trunk/assaultcube-data/debian/watch
Log:
fix the data watch file


Modified: non-free/packages/trunk/assaultcube-data/debian/watch
===
--- non-free/packages/trunk/assaultcube-data/debian/watch   2009-08-02 
17:24:15 UTC (rev 10108)
+++ non-free/packages/trunk/assaultcube-data/debian/watch   2009-08-02 
17:24:56 UTC (rev 10109)
@@ -1,3 +1,3 @@
 version=3
 opts=dversionmangle=s/\+repack\d+$//g \
- http://sf.net/actiongame/AssaultCube/1.0/AssaultCube_v([\.0-9]+)-Source\.zip
+ http://sf.net/actiongame/AssaultCube/1.0/AssaultCube_v([\.0-9]+)\.tar\.bz2


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


r10105 - in non-free/packages/trunk: ! dirs' list truncated !

2009-07-31 Thread Gonéri Le Bouder
Author: goneri
Date: 2009-07-31 15:50:35 + (Fri, 31 Jul 2009)
New Revision: 10105

Added:
   non-free/packages/trunk/assaultcube/
   non-free/packages/trunk/assaultcube/debian/
   non-free/packages/trunk/assaultcube/debian/changelog
   non-free/packages/trunk/assaultcube/debian/compat
   non-free/packages/trunk/assaultcube/debian/control
   non-free/packages/trunk/assaultcube/debian/copyright
   non-free/packages/trunk/assaultcube/debian/rules
   non-free/packages/trunk/assaultcube/debian/scripts/
   non-free/packages/trunk/assaultcube/debian/scripts/assaultcube
   non-free/packages/trunk/assaultcube/debian/scripts/assaultcube-server
   non-free/packages/trunk/assaultcube/debian/watch
Modified:
   non-free/packages/trunk/assaultcube-data/debian/control
   non-free/packages/trunk/assaultcube-data/debian/watch
Log:
assaultcube script wrapper and various fixes



Property changes on: non-free/packages/trunk/assaultcube/debian
___
Added: mergeWithUpstream
   + 1

Added: non-free/packages/trunk/assaultcube/debian/changelog
===
--- non-free/packages/trunk/assaultcube/debian/changelog
(rev 0)
+++ non-free/packages/trunk/assaultcube/debian/changelog2009-07-31 
15:50:35 UTC (rev 10105)
@@ -0,0 +1,6 @@
+assaultcube (1.0.4+repack1-1) unstable; urgency=low
+
+  * Initial release (Closes: #435809) 
+
+ -- Gonéri Le Bouder gon...@rulezlan.org  Thu, 30 Jul 2009 16:25:27 +0200
+

Added: non-free/packages/trunk/assaultcube/debian/compat
===
--- non-free/packages/trunk/assaultcube/debian/compat   
(rev 0)
+++ non-free/packages/trunk/assaultcube/debian/compat   2009-07-31 15:50:35 UTC 
(rev 10105)
@@ -0,0 +1 @@
+7

Added: non-free/packages/trunk/assaultcube/debian/control
===
--- non-free/packages/trunk/assaultcube/debian/control  
(rev 0)
+++ non-free/packages/trunk/assaultcube/debian/control  2009-07-31 15:50:35 UTC 
(rev 10105)
@@ -0,0 +1,20 @@
+Source: assaultcube
+Section: non-free/games
+Priority: optional
+Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
+Uploaders: Gonéri Le Bouder gon...@rulezlan.org
+Build-Depends: debhelper (= 7)
+Standards-Version: 3.8.2
+Vcs-Svn: 
svn://svn.debian.org/svn/pkg-games/non-free/packages/trunk/assaultcube/
+Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-games/non-freepackages/trunk/assaultcube/?op=log
+Homepage: http://assault.cubers.net/
+
+Package: assaultcube
+Architecture: all
+Depends: assaultcube-data
+Description: realistic first-person-shooter
+ AssaultCube, formerly ActionCube, is a first-person-shooter based on the
+ game Cube. Set in a realistic looking environment, as far as that's
+ possible with this engine, while gameplay stays fast and arcade. This
+ game is all about team oriented multiplayer fun.
+

Added: non-free/packages/trunk/assaultcube/debian/copyright
===
--- non-free/packages/trunk/assaultcube/debian/copyright
(rev 0)
+++ non-free/packages/trunk/assaultcube/debian/copyright2009-07-31 
15:50:35 UTC (rev 10105)
@@ -0,0 +1,43 @@
+This package was debianized by Gonéri Le Bouder on
+Thu, 30 Jul 2009 16:37:10 +0200
+
+It was downloaded from http://assault.cubers.net/
+
+The actual maintainer is the pkg-games team:
+http://wiki.debian.org/Games/Development
+
+
+The source directory:
+Cube game engine source code, 20 dec 2003 release.
+
+Copyright (C) 2001-2003 Wouter van Oortmerssen.
+
+This software is provided 'as-is', without any express or implied
+warranty.  In no event will the authors be held liable for any damages
+arising from the use of this software.
+
+Permission is granted to anyone to use this software for any purpose,
+including commercial applications, and to alter it and redistribute it
+freely, subject to the following restrictions:
+
+1. The origin of this software must not be misrepresented; you must not
+   claim that you wrote the original software. If you use this software
+   in a product, an acknowledgment in the product documentation would be
+   appreciated but is not required.
+2. Altered source versions must be plainly marked as such, and must not be
+   misrepresented as being the original software.
+3. This notice may not be removed or altered from any source distribution.
+
+additional clause specific to Cube:
+
+4. Source versions may not be relicensed under a different license
+   without my explicitly written permission.
+
+The source/enet directory:
+Copyright (c) 2002-2008 Lee Salzman
+
+Permission is hereby granted, free of charge, to any person obtaining a copy 
of this software and associated documentation files (the Software), to deal 
in the Software without

r10102 - in non-free/packages: . attic trunk

2009-07-30 Thread Gonéri Le Bouder
Author: goneri
Date: 2009-07-30 14:06:46 + (Thu, 30 Jul 2009)
New Revision: 10102

Added:
   non-free/packages/attic/
   non-free/packages/attic/ode-nonfree/
Removed:
   non-free/packages/trunk/ode-nonfree/
Log:
ode-nonfree is not needed anymore


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


r10103 - in non-free/packages/trunk: . assaultcube-data assaultcube-data/debian

2009-07-30 Thread Gonéri Le Bouder
Author: goneri
Date: 2009-07-30 14:50:22 + (Thu, 30 Jul 2009)
New Revision: 10103

Added:
   non-free/packages/trunk/assaultcube-data/
   non-free/packages/trunk/assaultcube-data/debian/
   non-free/packages/trunk/assaultcube-data/debian/changelog
   non-free/packages/trunk/assaultcube-data/debian/control
   non-free/packages/trunk/assaultcube-data/debian/copyright
   non-free/packages/trunk/assaultcube-data/debian/rules
   non-free/packages/trunk/assaultcube-data/debian/watch
Log:
initial import

Added: non-free/packages/trunk/assaultcube-data/debian/changelog
===
--- non-free/packages/trunk/assaultcube-data/debian/changelog   
(rev 0)
+++ non-free/packages/trunk/assaultcube-data/debian/changelog   2009-07-30 
14:50:22 UTC (rev 10103)
@@ -0,0 +1,6 @@
+assultcube (1.0.2+repack1-1) unstable; urgency=low
+
+  * Initial release (Closes: #X) 
+
+ -- Gonéri Le Bouder gon...@rulezlan.org  Thu, 30 Jul 2009 16:25:27 +0200
+

Added: non-free/packages/trunk/assaultcube-data/debian/control
===
--- non-free/packages/trunk/assaultcube-data/debian/control 
(rev 0)
+++ non-free/packages/trunk/assaultcube-data/debian/control 2009-07-30 
14:50:22 UTC (rev 10103)
@@ -0,0 +1,23 @@
+Source: assaultcube
+Section: non-free/games
+Priority: optional
+Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
+Uploaders: Gonéri Le Bouder gon...@rulezlan.org
+Build-Depends: debhelper (= 7)
+Standards-Version: 3.8.2
+Vcs-Svn: 
svn://svn.debian.org/svn/pkg-games/non-free/packages/trunk/assaultcube/
+Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-games/non-freepackages/trunk/assaultcube/?op=log
+Homepage: http://assault.cubers.net/
+
+Package: assaultcube-data
+Section: games
+Architecture: all
+Recommends: assaultcube
+Description: data files fro Assault Cube
+ AssaultCube, formerly ActionCube, is a first-person-shooter based on the
+ game Cube. Set in a realistic looking environment, as far as that's
+ possible with this engine, while gameplay stays fast and arcade. This
+ game is all about team oriented multiplayer fun.
+ . 
+ This package contains data used by Assault Cube 
+

Added: non-free/packages/trunk/assaultcube-data/debian/copyright
===
--- non-free/packages/trunk/assaultcube-data/debian/copyright   
(rev 0)
+++ non-free/packages/trunk/assaultcube-data/debian/copyright   2009-07-30 
14:50:22 UTC (rev 10103)
@@ -0,0 +1,282 @@
+This package was debianized by Gonéri Le Bouder on
+Thu, 30 Jul 2009 16:37:10 +0200
+
+It was downloaded from http://assault.cubers.net/
+
+The actual maintainer is the pkg-games team:
+http://wiki.debian.org/Games/Development
+
+   AssaultCube is FREEWARE, you may freely distribute the AssaultCube
+   installer/archive unmodified on any media. You may re-compress using
+   different archival formats (i.e. zip/tgz/rpm/deb/dmg), any changes beyond
+   that require explicit permission.
+
+   AssaultCube is distributed WITHOUT WARRANTY, you may use it for any
+   purpose as long as you do not blame us for any damages incurred.
+
+   This game consists of many different packages with different licenses. The
+   ENTIRE AssaultCube package MAY be redistributed as mentioned above. But if
+   you wish to redistribute/use/modify it in a different way you will need to
+   adhere to the licenses for the packages that you are using.
+
+-- Copyright holders
+This file holds the copyright information for all packages/artwork included in 
AssaultCube (UNLESS OTHERWISE 
+NOTED) OR it will tell you the place to find the licenses for works within 
AssaultCube.
+Please respect the authors reserved rights and permissions.
+
+
+MAPS--
+
+ac_complex - Copyright © 2004-2006 by makkE (mak...@web.de).
+ac_mines   - Copyright © 2004-2006 by makkE (mak...@web.de).
+ac_depot   - Copyright © 2004-2006 by MitaMAN.
+ac_desert  - Copyright © 2004-2006 by makkE (mak...@web.de) and Arghvark.
+ac_desert2 - By Nieb
+ac_snow- By daMfr0
+ac_power   - By wotwot
+ac_elevation   - By AD_Shadow
+ac_toxic   - © Copyright 2007-2008 by RandumIdiot 
(http://www.ri-ac.co.nr). Detailed copyright info for
+  this map: packages/maps/readme_ac_toxic.txt
+ac_urban   - By Archangel, with help from RandumIdiot. 
+Mr.Floppy  - Map: ac_keller, plus textures.
+DogDancing - Map: ac_shine, ac_scaffold, plus textures.
+R4zor  - Map: ac_sunset
+KC - Map: ac_arctic 
+
+The included maps remain intellectual property of their respective creators. 
Mapmessages upon load may 
+provide further detail. 
+
+
+MODELS
+
+Mapmodels: Check ..packages/models/mapmodels/licenses.txt for copyright 
information.
+Misc models: Check

r10104 - non-free/packages/trunk/assaultcube-data/debian

2009-07-30 Thread Gonéri Le Bouder
Author: goneri
Date: 2009-07-30 16:11:40 + (Thu, 30 Jul 2009)
New Revision: 10104

Added:
   non-free/packages/trunk/assaultcube-data/debian/compat
Modified:
   non-free/packages/trunk/assaultcube-data/debian/
   non-free/packages/trunk/assaultcube-data/debian/changelog
   non-free/packages/trunk/assaultcube-data/debian/control
   non-free/packages/trunk/assaultcube-data/debian/copyright
   non-free/packages/trunk/assaultcube-data/debian/rules
   non-free/packages/trunk/assaultcube-data/debian/watch
Log:
initial version



Property changes on: non-free/packages/trunk/assaultcube-data/debian
___
Added: mergeWithUpstream
   + 1

Modified: non-free/packages/trunk/assaultcube-data/debian/changelog
===
--- non-free/packages/trunk/assaultcube-data/debian/changelog   2009-07-30 
14:50:22 UTC (rev 10103)
+++ non-free/packages/trunk/assaultcube-data/debian/changelog   2009-07-30 
16:11:40 UTC (rev 10104)
@@ -1,6 +1,6 @@
-assultcube (1.0.2+repack1-1) unstable; urgency=low
+assaultcube-data (1.0.2+repack1-1) unstable; urgency=low
 
-  * Initial release (Closes: #X) 
+  * Initial release (Closes: #435809) 
 
  -- Gonéri Le Bouder gon...@rulezlan.org  Thu, 30 Jul 2009 16:25:27 +0200
 

Added: non-free/packages/trunk/assaultcube-data/debian/compat
===
--- non-free/packages/trunk/assaultcube-data/debian/compat  
(rev 0)
+++ non-free/packages/trunk/assaultcube-data/debian/compat  2009-07-30 
16:11:40 UTC (rev 10104)
@@ -0,0 +1 @@
+7

Modified: non-free/packages/trunk/assaultcube-data/debian/control
===
--- non-free/packages/trunk/assaultcube-data/debian/control 2009-07-30 
14:50:22 UTC (rev 10103)
+++ non-free/packages/trunk/assaultcube-data/debian/control 2009-07-30 
16:11:40 UTC (rev 10104)
@@ -1,4 +1,4 @@
-Source: assaultcube
+Source: assaultcube-data
 Section: non-free/games
 Priority: optional
 Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
@@ -10,7 +10,6 @@
 Homepage: http://assault.cubers.net/
 
 Package: assaultcube-data
-Section: games
 Architecture: all
 Recommends: assaultcube
 Description: data files fro Assault Cube

Modified: non-free/packages/trunk/assaultcube-data/debian/copyright
===
--- non-free/packages/trunk/assaultcube-data/debian/copyright   2009-07-30 
14:50:22 UTC (rev 10103)
+++ non-free/packages/trunk/assaultcube-data/debian/copyright   2009-07-30 
16:11:40 UTC (rev 10104)
@@ -73,7 +73,7 @@
  - By: Topher of Death Illustrated team. Permission to use given by Pushplay 
(Thanks!!) 
 
 File: packages/misc/bullethole.png
- - Made by leileilol of OpenArena (licensed under GPL)
+ - Made by leileilol of OpenArena (licensed under GPL, 
/usr/share/common-licenses/GPL)
 
 File: source/vcpp/buildEnv/header.bmp
  - © makkE, all rights reserved
@@ -255,7 +255,8 @@
 
 ..packages/audio/sounds/weapon/ric*.wav
 
-These sounds are from OpenArena and are licensed under the terms of the GNU 
General Public License (GPL)
+These sounds are from OpenArena and are licensed under the terms of the GNU 
General Public License
+(GPL, /usr/share/common-licenses/GPL-2)
 http://www.gnu.org/licenses/gpl-2.0.txt
 
 MUSIC-

Modified: non-free/packages/trunk/assaultcube-data/debian/rules
===
--- non-free/packages/trunk/assaultcube-data/debian/rules   2009-07-30 
14:50:22 UTC (rev 10103)
+++ non-free/packages/trunk/assaultcube-data/debian/rules   2009-07-30 
16:11:40 UTC (rev 10104)
@@ -1,45 +1,26 @@
 #!/usr/bin/make -f
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-# shared library versions, option 1
-version=1.5
-major=1
-# option 2, assuming the library is created as src/.libs/libfoo.so.2.0.5 or so
-#version=`ls src/.libs/lib*.so.* | \
-# awk '{if (match($$0,/[0-9]+\.[0-9]+\.[0-9]+$$/)) print substr($$0,RSTART)}'`
-#major=`ls src/.libs/lib*.so.* | \
-# awk '{if (match($$0,/\.so\.[0-9]+$$/)) print substr($$0,RSTART+4)}'`
-
-
-build:
-   # nothing
-
 get-orig-source:
mkdir ../repack
uscan --force-download --destdir ../repack
( \
cd ../repack ;\
-   tar xf * ;\
-   cd AssaultCube_v1.0.2 ;\
-   rm -rf bin_unix ;\
-   GZIP=--best tar -czf irrlicht_1.5+repack1.orig.tar.gz 
irrlicht-1.5

r10098 - packages/trunk/ode/debian

2009-07-29 Thread Gonéri Le Bouder
Author: goneri
Date: 2009-07-29 13:13:29 + (Wed, 29 Jul 2009)
New Revision: 10098

Modified:
   packages/trunk/ode/debian/changelog
   packages/trunk/ode/debian/control
Log:
improve the description, thanks Josh Triplett (Closes: #539092)


Modified: packages/trunk/ode/debian/changelog
===
--- packages/trunk/ode/debian/changelog 2009-07-29 01:39:21 UTC (rev 10097)
+++ packages/trunk/ode/debian/changelog 2009-07-29 13:13:29 UTC (rev 10098)
@@ -1,3 +1,9 @@
+ode (2:0.11.1-4) unstable; urgency=low
+
+  * improve the description, thanks Josh Triplett (Closes: #539092)
+
+ -- Gonéri Le Bouder gon...@rulezlan.org  Wed, 29 Jul 2009 15:13:43 +0200
+
 ode (2:0.11.1-3) unstable; urgency=low
 
   * Upload to unstable 

Modified: packages/trunk/ode/debian/control
===
--- packages/trunk/ode/debian/control   2009-07-29 01:39:21 UTC (rev 10097)
+++ packages/trunk/ode/debian/control   2009-07-29 13:13:29 UTC (rev 10098)
@@ -24,7 +24,7 @@
  independent, with advanced joints, contact with friction, and built-in
  collision detection.
  .
- This package provides the shared libraries.
+ This package provides the shared libraries built with double precision.
 
 Package: libode-dev
 Section: libdevel
@@ -56,7 +56,7 @@
  independent, with advanced joints, contact with friction, and built-in
  collision detection.
  .
- This package provides the shared libraries.
+ This package provides the shared libraries built with single precision.
 
 Package: libode-sp-dev
 Section: libdevel
@@ -73,5 +73,5 @@
  collision detection.
  .
  This package provides the header files and static libraries built with
- precision.
+ single precision.
 


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

r10099 - in packages/trunk: . irrlicht irrlicht/debian

2009-07-29 Thread Gonéri Le Bouder
Author: goneri
Date: 2009-07-29 14:58:29 + (Wed, 29 Jul 2009)
New Revision: 10099

Added:
   packages/trunk/irrlicht/
   packages/trunk/irrlicht/debian/
   packages/trunk/irrlicht/debian/changelog
   packages/trunk/irrlicht/debian/compat
   packages/trunk/irrlicht/debian/control
   packages/trunk/irrlicht/debian/copyright
   packages/trunk/irrlicht/debian/dirs
   packages/trunk/irrlicht/debian/rules
Log:
very preliminar irrlicht package



Property changes on: packages/trunk/irrlicht/debian
___
Added: mergeWithUpstream
   + 1

Added: packages/trunk/irrlicht/debian/changelog
===
--- packages/trunk/irrlicht/debian/changelog(rev 0)
+++ packages/trunk/irrlicht/debian/changelog2009-07-29 14:58:29 UTC (rev 
10099)
@@ -0,0 +1,6 @@
+irrlicht (1.5-1) unstable; urgency=low
+
+  * Initial release in Debian (Closes: #)
+
+ -- Gonéri Le Bouder gon...@rulezlan.org  Wed, 29 Jul 2009 02:12:28 +0200
+

Added: packages/trunk/irrlicht/debian/compat
===
--- packages/trunk/irrlicht/debian/compat   (rev 0)
+++ packages/trunk/irrlicht/debian/compat   2009-07-29 14:58:29 UTC (rev 
10099)
@@ -0,0 +1 @@
+5

Added: packages/trunk/irrlicht/debian/control
===
--- packages/trunk/irrlicht/debian/control  (rev 0)
+++ packages/trunk/irrlicht/debian/control  2009-07-29 14:58:29 UTC (rev 
10099)
@@ -0,0 +1,22 @@
+Source: irrlicht
+Section: games
+Priority: extra
+Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
+Uploaders: Gonéri Le Bouder gon...@rulezlan.org
+Build-Depends:
+ cdbs,
+ debhelper (= 5),
+ quilt
+Standards-Version: 3.8.2
+Homepage: http://irrlicht.sourceforge.net/
+
+Package: libirrlicht-dev
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: is an open source high performance realtime 3D engine
+ The Irrlicht Engine is an open source high performance realtime 3D engine
+ written and usable in C++ and also available for .NET languages. It is
+ completely cross-platform, using D3D, OpenGL and its own software renderer,
+ and has all of the state-of-the-art features which can be found in commercial
+ 3d engines. 
+

Added: packages/trunk/irrlicht/debian/copyright
===
--- packages/trunk/irrlicht/debian/copyright(rev 0)
+++ packages/trunk/irrlicht/debian/copyright2009-07-29 14:58:29 UTC (rev 
10099)
@@ -0,0 +1,29 @@
+This package was debianized by João Pinto joao.pi...@getdeb.net on
+Fri, 22 Jun 2007 20:01:47 +.
+
+It was downloaded from http://code.google.com/p/irrlamb/downloads/list
+
+Upstream Author: Alan Witkowsk
+Copyright: Copyright (C) 2007  Alan Witkowsk
+
+License:
+
+   This package 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 2 of the License, or
+   (at your option) any later version.
+
+   This package 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 package; if not, write to the Free Software
+   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.
+
+The Debian packaging is (C) 2007, João Pinto joao.pi...@getdeb.net and
+is licensed under the GPL, see above.

Added: packages/trunk/irrlicht/debian/dirs
===
--- packages/trunk/irrlicht/debian/dirs (rev 0)
+++ packages/trunk/irrlicht/debian/dirs 2009-07-29 14:58:29 UTC (rev 10099)
@@ -0,0 +1,2 @@
+usr/share/games/irrlamb
+usr/games

Added: packages/trunk/irrlicht/debian/rules
===
--- packages/trunk/irrlicht/debian/rules(rev 0)
+++ packages/trunk/irrlicht/debian/rules2009-07-29 14:58:29 UTC (rev 
10099)
@@ -0,0 +1,70 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+CPPFLAGS = -Wall
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+  CPPFLAGS += -O0
+else
+  CPPFLAGS += -O2
+endif
+
+config-stamp:
+   QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2
+   touch config-stamp
+
+build: build-stamp
+build-stamp: config-stamp
+   dh_testdir
+   cd source/Irrlicht  $(MAKE

r10100 - packages/trunk

2009-07-29 Thread Gonéri Le Bouder
Author: goneri
Date: 2009-07-29 16:40:15 + (Wed, 29 Jul 2009)
New Revision: 10100

Removed:
   packages/trunk/irrlicht/
Log:
actually there is already a irrlicht.git



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


r10093 - packages/trunk/ode/debian

2009-07-28 Thread Gonéri Le Bouder
Author: goneri
Date: 2009-07-28 19:04:46 + (Tue, 28 Jul 2009)
New Revision: 10093

Modified:
   packages/trunk/ode/debian/changelog
Log:
upload to unstable

Modified: packages/trunk/ode/debian/changelog
===
--- packages/trunk/ode/debian/changelog 2009-07-28 17:30:10 UTC (rev 10092)
+++ packages/trunk/ode/debian/changelog 2009-07-28 19:04:46 UTC (rev 10093)
@@ -1,3 +1,9 @@
+ode (2:0.11.1-3) unstable; urgency=low
+
+  * Upload to unstable 
+
+ -- Gonéri Le Bouder gon...@rulezlan.org  Tue, 28 Jul 2009 21:03:42 +0200
+
 ode (2:0.11.1-2) experimental; urgency=low
 
   * rules: clean up some old comment 


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

r10095 - in packages/tags/ode: . 2:0.11.1-3 2:0.11.1-3/debian

2009-07-28 Thread Gonéri Le Bouder
Author: goneri
Date: 2009-07-28 23:43:43 + (Tue, 28 Jul 2009)
New Revision: 10095

Added:
   packages/tags/ode/2:0.11.1-3/
   packages/tags/ode/2:0.11.1-3/debian/
   packages/tags/ode/2:0.11.1-3/debian/changelog
   packages/tags/ode/2:0.11.1-3/debian/libode-dev.install
   packages/tags/ode/2:0.11.1-3/debian/libode-sp-dev.install
Removed:
   packages/tags/ode/2:0.11.1-3/debian/
   packages/tags/ode/2:0.11.1-3/debian/changelog
   packages/tags/ode/2:0.11.1-3/debian/libode-dev.install
   packages/tags/ode/2:0.11.1-3/debian/libode-sp-dev.install
Log:
tag ode 2:0.11.1-3


Deleted: packages/tags/ode/2:0.11.1-3/debian/changelog
===
--- packages/trunk/ode/debian/changelog 2009-07-26 21:41:29 UTC (rev 10077)
+++ packages/tags/ode/2:0.11.1-3/debian/changelog   2009-07-28 23:43:43 UTC 
(rev 10095)
@@ -1,235 +0,0 @@
-ode (2:0.11.1-2) unstable; urgency=low
-
-  * rules: clean up some old comment 
-  * provide a single precision flavor:
- add libode-sp-dev and libode1sp 
-  * refresh debian/copyright 
-
- -- Gonéri Le Bouder gon...@rulezlan.org  Sun, 26 Jul 2009 23:31:04 +0200
-
-ode (2:0.11.1-1) unstable; urgency=low
-
-  * New upstream release (Closes: #532054)
-  * Use make distclean to do the clean up
-  * Bump the standard-version to 3.8.2. No change needed.
-
- -- Gonéri Le Bouder gon...@rulezlan.org  Tue, 30 Jun 2009 21:49:35 +0200
-
-ode (2:0.11-4) unstable; urgency=low
-
-  * Upload to unstable 
-
- -- Gonéri Le Bouder gon...@rulezlan.org  Sun, 15 Mar 2009 15:19:05 +0100
-
-ode (2:0.11-3) experimental; urgency=low
-
-  * libode-dev provides libode0-dev 
-
- -- Gonéri Le Bouder gon...@rulezlan.org  Mon, 16 Feb 2009 00:14:13 +0100
-
-ode (2:0.11-2) experimental; urgency=low
-
-  * libode-dev conflicts against libode0-dev, thanks Vincent Bernat 
-
- -- Gonéri Le Bouder gon...@rulezlan.org  Sun, 15 Feb 2009 23:29:17 +0100
-
-ode (2:0.11-1) experimental; urgency=low
-
-  * New upstream release 
-  * debian/rules: clean up
-
- -- Gonéri Le Bouder gon...@rulezlan.org  Sun, 15 Feb 2009 00:36:34 +0100
-
-ode (2:0.10.1-1) experimental; urgency=low
-
-  * new upstream release 
-   - remove fix_makeinstall.diff, useless now 
-  * remove libode-doc package, the documentation is not provided with
-the sources anymore
-  * calls dh_makeshlibs before dh_shlibdeps
-  * adjust the rules file
-  * upstream bumped the soversion
-   - adjust the rules
-   - rename libode0debian1 to libode1 and libode0-dev to libode-dev
-   - drop change_soname.patch
-  * standard version 3.8.0
-  * enable double precision
-
- -- Gonéri Le Bouder gon...@rulezlan.org  Mon, 08 Dec 2008 00:15:02 +0100
-
-ode (2:0.9-1) unstable; urgency=low
-
-  * use the original ode tarball since, thanks to Hans de Goede who pointed
-out a clause in OPCODE FAQ that make it dfsg OK
-(Closes: #440484, #465464, #431058)
-  * update the copyright file
-  * bump the epoch since 0.9.dfsg-2  0.9-1
-  * bump the standard version to 3.7.3
-  * do not create the /usr/include/ode/config which was useless
-
- -- Gonéri Le Bouder gon...@rulezlan.org  Wed, 30 Apr 2008 15:30:34 +0200
-
-ode (1:0.9.dfsg-2) unstable; urgency=low
-
-  [ Eddy Petrișor ]
-  * fix Vcs-Svn URL to point to svn, not the incomplete ssh location
-
-  [ Goneri Le Bouder ]
-  * indent the Uploaders and Build-Depends entries
-  * add libglu-dev and libgl-dev as alternative build dependency for Mesa to
-be able to build with Nvidia nvidia-glx-dev (Closes: #475564)
-  * remove some file from the diff.gz
-
- -- Goneri Le Bouder gon...@rulezlan.org  Sat, 26 Apr 2008 02:58:35 +0200
-
-ode (1:0.9.dfsg-1) unstable; urgency=low
-
-  [ Barry deFreese ]
-  * Add watch file
-  * Add myself to uploaders
-
-  [ Gonéri Le Bouder ]
-  * New upstream release
-  * use binary-indep, dpkg-buildpackage -B doesn't build binary indep
-package anymore
-  * add Vcs-Browser
-  * Renamed “XS-Vcs-Svn” to “Vcs-Svn”, now officially supported by dpkg.
-  * move homepage from the description to the new Homepage field
-  * libode 0.5 transition is finished, add the Conflicts and Replaces fields
-
- -- Gonéri Le Bouder gon...@rulezlan.org  Sat, 24 Nov 2007 19:23:58 +0100
-
-ode (1:0.8.dfsg-3) unstable; urgency=low
-
-  * Apply changes provide by Jiří Paleček about the DEB_BUILD_OPTIONS parsing
-(Closes: #431057)
-   - rules: do not parse DEB_BUILD_OPTIONS to find nostrip anymore, lets
- dh_strip decide if we should strip or not the binarys
-   - noopt: really exports the correct flags to g++
-  * Add a README.Debian to explain why we use GIMPACT instead of OPCODE and
-warn of the missing double precision support (Closes: #431058)
-  * add a missing epoch in the shlibs (Closes: #412026)
-  * fix /usr/lib/libode.so link to /usr/lib/libode.so.0debian1.8.0 
-
- -- Gonéri Le Bouder gon...@rulezlan.org  Fri, 29 Jun 2007 13:54:43 +0200
-
-ode (1:0.8.dfsg-2) unstable; urgency=low
-
-  [ Miriam Ruiz ]
-  * Upgraded SONAME from 0.8.0

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

2009-07-28 Thread Gonéri Le Bouder
-scons-build
+debian/stamp-scons-build:
+   $(DEB_SCONS_INVOKE) $(DEB_SCONS_BUILD_TARGET) $(DEB_SCONS_OPTIONS) 
$(DEB_SCONS_BUILD_OPTIONS)
+   touch debian/stamp-scons-build
+
+clean:: scons-clean
+scons-clean::
+   $(DEB_SCONS_INVOKE) $(DEB_SCONS_CLEAN_TARGET) $(DEB_SCONS_OPTIONS) 
--keep-going --clean || true
+   rm -f debian/stamp-scons-build
+   rm -rf .sconf_temp/
+   rm -f .sconsign.dblite config.log
+
+common-install-arch common-install-indep:: common-install-impl
+common-install-impl::
+   @if test -n $(DEB_SCONS_INSTALL_TARGET); then \
+ echo $(DEB_SCONS_ENVVARS) scons --directory $(DEB_BUILDDIR) 
$(DEB_SCONS_INSTALL_TARGET); \
+ $(DEB_SCONS_INVOKE) $(DEB_SCONS_INSTALL_TARGET) $(DEB_SCONS_OPTIONS) 
$(DEB_SCONS_INSTALL_OPTIONS); \
+else \
+  echo DEB_SCONS_INSTALL_TARGET unset, skipping default scons.mk 
common-install target; \
+fi
+
+ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
+common-post-build-arch common-post-build-indep:: common-post-build-impl
+common-post-build-impl::
+   @if test -n $(DEB_SCONS_CHECK_TARGET); then \
+ echo $(DEB_SCONS_INVOKE) $(DEB_SCONS_CHECK_TARGET); \
+ $(DEB_SCONS_INVOKE) $(DEB_SCONS_CHECK_TARGET) $(DEB_SCONS_OPTIONS); \
+   else \
+  echo DEB_SCONS_CHECK_TARGET unset, not running checks; \
+   fi
+endif
+
+endif

Added: packages/trunk/irrlamb/debian/changelog
===
--- packages/trunk/irrlamb/debian/changelog (rev 0)
+++ packages/trunk/irrlamb/debian/changelog 2009-07-29 01:36:17 UTC (rev 
10096)
@@ -0,0 +1,39 @@
+irrlamb (0.0.5-1) unstable; urgency=low
+
+  * Initial release in Debian (Closes: #)
+  * Thank you Joao Pinto
+
+ -- Gonéri Le Bouder gon...@rulezlan.org  Wed, 29 Jul 2009 02:12:28 +0200
+
+irrlamb (0.0.5-0~getdeb1) hardy; urgency=low
+
+  * Package for Hardy 
+
+ -- Joao Pinto joao.pi...@getdeb.net  Tue, 06 May 2008 20:54:03 +0100
+
+irrlamb (0.0.5-2~getdeb1) gutsy; urgency=low
+
+  * Packaged by GetDeb.net
+
+ -- Marco Rodrigues goth...@sapo.pt  Sat, 27 Oct 2007 13:47:34 +
+
+irrlamb (0.0.5-1~getdeb1) feisty; urgency=low
+
+  * New upstream version
+
+ -- Joao Pinto joao.pi...@getdeb.net  Sun, 09 Sep 2007 21:48:37 +
+
+irrlamb (0.0.4-1~getdeb1) feisty; urgency=low
+
+  * New upstream version
+  * Added libboost-date-time-dev to build deps
+
+ -- Joao Pinto joao.pi...@getdeb.net  Mon, 09 Jul 2007 22:52:23 +
+
+irrlamb (0.0.3-1~getdeb1) feisty; urgency=low
+
+  * New upstream version
+  * Create log file on /tmp
+
+ -- Joao Pinto joao.pi...@getdeb.net  Fri, 22 Jun 2007 20:01:49 +
+

Added: packages/trunk/irrlamb/debian/compat
===
--- packages/trunk/irrlamb/debian/compat(rev 0)
+++ packages/trunk/irrlamb/debian/compat2009-07-29 01:36:17 UTC (rev 
10096)
@@ -0,0 +1 @@
+5

Added: packages/trunk/irrlamb/debian/control
===
--- packages/trunk/irrlamb/debian/control   (rev 0)
+++ packages/trunk/irrlamb/debian/control   2009-07-29 01:36:17 UTC (rev 
10096)
@@ -0,0 +1,31 @@
+Source: irrlamb
+Section: games
+Priority: extra
+Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
+Uploaders: Gonéri Le Bouder gon...@rulezlan.org
+Build-Depends:
+ cdbs,
+ debhelper (= 5),
+ scons,
+ libboost-filesystem-dev,
+ liblua5.1-0-dev,
+ libaudiere-dev,
+ libglu1-mesa-dev,
+ libxxf86vm-dev,
+# libxext-dev,
+# libboost-date-time-dev,
+ quilt
+Standards-Version: 3.8.2
+Homepage: http://code.google.com/p/irrlamb/
+
+Package: irrlamb
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, irrlamb-data (= ${source:Version})
+Description: a 3d platform game
+ irrlamb is a 3D game that involves a lot of physics and frustrating gameplay.
+
+Package: irrlamb-data
+Architecture: all
+Depends: ${misc:Depends}
+Description: Images, data, and music files for Irrlamb 
+ This package includes the images, data files, and music for the game Irrlamb. 

Added: packages/trunk/irrlamb/debian/copyright
===
--- packages/trunk/irrlamb/debian/copyright (rev 0)
+++ packages/trunk/irrlamb/debian/copyright 2009-07-29 01:36:17 UTC (rev 
10096)
@@ -0,0 +1,29 @@
+This package was debianized by João Pinto joao.pi...@getdeb.net on
+Fri, 22 Jun 2007 20:01:47 +.
+
+It was downloaded from http://code.google.com/p/irrlamb/downloads/list
+
+Upstream Author: Alan Witkowsk
+Copyright: Copyright (C) 2007  Alan Witkowsk
+
+License:
+
+   This package 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 2 of the License, or
+   (at your option) any later version

r10080 - in packages/branches: . ode ode/0.11.1-2 ode/0.11.1-2/debian

2009-07-27 Thread Gonéri Le Bouder
Author: goneri
Date: 2009-07-27 10:28:29 + (Mon, 27 Jul 2009)
New Revision: 10080

Added:
   packages/branches/ode/
   packages/branches/ode/0.11.1-2/
   packages/branches/ode/0.11.1-2/debian/
   packages/branches/ode/0.11.1-2/debian/changelog
   packages/branches/ode/0.11.1-2/debian/libode-dev.install
   packages/branches/ode/0.11.1-2/debian/libode-sp-dev.install
Removed:
   packages/branches/ode/0.11.1-2/debian/
   packages/branches/ode/0.11.1-2/debian/changelog
   packages/branches/ode/0.11.1-2/debian/libode-dev.install
   packages/branches/ode/0.11.1-2/debian/libode-sp-dev.install
Log:
tag ode 0.11.1-2


Deleted: packages/branches/ode/0.11.1-2/debian/changelog
===
--- packages/trunk/ode/debian/changelog 2009-07-26 21:41:29 UTC (rev 10077)
+++ packages/branches/ode/0.11.1-2/debian/changelog 2009-07-27 10:28:29 UTC 
(rev 10080)
@@ -1,235 +0,0 @@
-ode (2:0.11.1-2) unstable; urgency=low
-
-  * rules: clean up some old comment 
-  * provide a single precision flavor:
- add libode-sp-dev and libode1sp 
-  * refresh debian/copyright 
-
- -- Gonéri Le Bouder gon...@rulezlan.org  Sun, 26 Jul 2009 23:31:04 +0200
-
-ode (2:0.11.1-1) unstable; urgency=low
-
-  * New upstream release (Closes: #532054)
-  * Use make distclean to do the clean up
-  * Bump the standard-version to 3.8.2. No change needed.
-
- -- Gonéri Le Bouder gon...@rulezlan.org  Tue, 30 Jun 2009 21:49:35 +0200
-
-ode (2:0.11-4) unstable; urgency=low
-
-  * Upload to unstable 
-
- -- Gonéri Le Bouder gon...@rulezlan.org  Sun, 15 Mar 2009 15:19:05 +0100
-
-ode (2:0.11-3) experimental; urgency=low
-
-  * libode-dev provides libode0-dev 
-
- -- Gonéri Le Bouder gon...@rulezlan.org  Mon, 16 Feb 2009 00:14:13 +0100
-
-ode (2:0.11-2) experimental; urgency=low
-
-  * libode-dev conflicts against libode0-dev, thanks Vincent Bernat 
-
- -- Gonéri Le Bouder gon...@rulezlan.org  Sun, 15 Feb 2009 23:29:17 +0100
-
-ode (2:0.11-1) experimental; urgency=low
-
-  * New upstream release 
-  * debian/rules: clean up
-
- -- Gonéri Le Bouder gon...@rulezlan.org  Sun, 15 Feb 2009 00:36:34 +0100
-
-ode (2:0.10.1-1) experimental; urgency=low
-
-  * new upstream release 
-   - remove fix_makeinstall.diff, useless now 
-  * remove libode-doc package, the documentation is not provided with
-the sources anymore
-  * calls dh_makeshlibs before dh_shlibdeps
-  * adjust the rules file
-  * upstream bumped the soversion
-   - adjust the rules
-   - rename libode0debian1 to libode1 and libode0-dev to libode-dev
-   - drop change_soname.patch
-  * standard version 3.8.0
-  * enable double precision
-
- -- Gonéri Le Bouder gon...@rulezlan.org  Mon, 08 Dec 2008 00:15:02 +0100
-
-ode (2:0.9-1) unstable; urgency=low
-
-  * use the original ode tarball since, thanks to Hans de Goede who pointed
-out a clause in OPCODE FAQ that make it dfsg OK
-(Closes: #440484, #465464, #431058)
-  * update the copyright file
-  * bump the epoch since 0.9.dfsg-2  0.9-1
-  * bump the standard version to 3.7.3
-  * do not create the /usr/include/ode/config which was useless
-
- -- Gonéri Le Bouder gon...@rulezlan.org  Wed, 30 Apr 2008 15:30:34 +0200
-
-ode (1:0.9.dfsg-2) unstable; urgency=low
-
-  [ Eddy Petrișor ]
-  * fix Vcs-Svn URL to point to svn, not the incomplete ssh location
-
-  [ Goneri Le Bouder ]
-  * indent the Uploaders and Build-Depends entries
-  * add libglu-dev and libgl-dev as alternative build dependency for Mesa to
-be able to build with Nvidia nvidia-glx-dev (Closes: #475564)
-  * remove some file from the diff.gz
-
- -- Goneri Le Bouder gon...@rulezlan.org  Sat, 26 Apr 2008 02:58:35 +0200
-
-ode (1:0.9.dfsg-1) unstable; urgency=low
-
-  [ Barry deFreese ]
-  * Add watch file
-  * Add myself to uploaders
-
-  [ Gonéri Le Bouder ]
-  * New upstream release
-  * use binary-indep, dpkg-buildpackage -B doesn't build binary indep
-package anymore
-  * add Vcs-Browser
-  * Renamed “XS-Vcs-Svn” to “Vcs-Svn”, now officially supported by dpkg.
-  * move homepage from the description to the new Homepage field
-  * libode 0.5 transition is finished, add the Conflicts and Replaces fields
-
- -- Gonéri Le Bouder gon...@rulezlan.org  Sat, 24 Nov 2007 19:23:58 +0100
-
-ode (1:0.8.dfsg-3) unstable; urgency=low
-
-  * Apply changes provide by Jiří Paleček about the DEB_BUILD_OPTIONS parsing
-(Closes: #431057)
-   - rules: do not parse DEB_BUILD_OPTIONS to find nostrip anymore, lets
- dh_strip decide if we should strip or not the binarys
-   - noopt: really exports the correct flags to g++
-  * Add a README.Debian to explain why we use GIMPACT instead of OPCODE and
-warn of the missing double precision support (Closes: #431058)
-  * add a missing epoch in the shlibs (Closes: #412026)
-  * fix /usr/lib/libode.so link to /usr/lib/libode.so.0debian1.8.0 
-
- -- Gonéri Le Bouder gon...@rulezlan.org  Fri, 29 Jun 2007 13:54:43 +0200
-
-ode (1:0.8.dfsg-2) unstable; urgency=low
-
-  [ Miriam Ruiz

r10083 - packages/trunk/xtux/debian

2009-07-27 Thread Gonéri Le Bouder
Author: goneri
Date: 2009-07-27 16:13:15 + (Mon, 27 Jul 2009)
New Revision: 10083

Modified:
   packages/trunk/xtux/debian/changelog
   packages/trunk/xtux/debian/control
Log:
Standards-Version: 3.8.2, no change


Modified: packages/trunk/xtux/debian/changelog
===
--- packages/trunk/xtux/debian/changelog2009-07-27 16:11:43 UTC (rev 
10082)
+++ packages/trunk/xtux/debian/changelog2009-07-27 16:13:15 UTC (rev 
10083)
@@ -1,7 +1,8 @@
 xtux (0.2.030306-11.1) unstable; urgency=low
 
   * Drop the postrm scripts. Files in /etc should be removed only
-during a purge (Closes: #538292, #538282) 
+during a purge (Closes: #538292, #538282)
+  * Standards-Version: 3.8.2, no change 
 
  -- Gonéri Le Bouder gon...@rulezlan.org  Mon, 27 Jul 2009 18:12:17 +0200
 

Modified: packages/trunk/xtux/debian/control
===
--- packages/trunk/xtux/debian/control  2009-07-27 16:11:43 UTC (rev 10082)
+++ packages/trunk/xtux/debian/control  2009-07-27 16:13:15 UTC (rev 10083)
@@ -4,7 +4,7 @@
 Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
 Uploaders: Sam Hocevar (Debian packages) sam+...@zoy.org, Barry deFreese 
bdefre...@debian.org
 Build-Depends: debhelper (= 5.0), quilt, libx11-dev, libxpm-dev
-Standards-Version: 3.8.0
+Standards-Version: 3.8.2
 Homepage: http://xtux.sourceforge.net/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/xtux/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/xtux/?op=log


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

r10084 - packages/trunk/xtux/debian

2009-07-27 Thread Gonéri Le Bouder
Author: goneri
Date: 2009-07-27 16:15:02 + (Mon, 27 Jul 2009)
New Revision: 10084

Modified:
   packages/trunk/xtux/debian/changelog
   packages/trunk/xtux/debian/control
Log:
Add myself in uploader

Modified: packages/trunk/xtux/debian/changelog
===
--- packages/trunk/xtux/debian/changelog2009-07-27 16:13:15 UTC (rev 
10083)
+++ packages/trunk/xtux/debian/changelog2009-07-27 16:15:02 UTC (rev 
10084)
@@ -2,7 +2,8 @@
 
   * Drop the postrm scripts. Files in /etc should be removed only
 during a purge (Closes: #538292, #538282)
-  * Standards-Version: 3.8.2, no change 
+  * Standards-Version: 3.8.2, no change
+  * Add myself in uploader 
 
  -- Gonéri Le Bouder gon...@rulezlan.org  Mon, 27 Jul 2009 18:12:17 +0200
 

Modified: packages/trunk/xtux/debian/control
===
--- packages/trunk/xtux/debian/control  2009-07-27 16:13:15 UTC (rev 10083)
+++ packages/trunk/xtux/debian/control  2009-07-27 16:15:02 UTC (rev 10084)
@@ -2,7 +2,7 @@
 Section: games
 Priority: optional
 Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
-Uploaders: Sam Hocevar (Debian packages) sam+...@zoy.org, Barry deFreese 
bdefre...@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 (= 5.0), quilt, libx11-dev, libxpm-dev
 Standards-Version: 3.8.2
 Homepage: http://xtux.sourceforge.net/


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

r10085 - packages/trunk/xtux/debian

2009-07-27 Thread Gonéri Le Bouder
Author: goneri
Date: 2009-07-27 16:23:56 + (Mon, 27 Jul 2009)
New Revision: 10085

Modified:
   packages/trunk/xtux/debian/changelog
Log:
Urgency high because it's RC bugs and testing is affected

Modified: packages/trunk/xtux/debian/changelog
===
--- packages/trunk/xtux/debian/changelog2009-07-27 16:15:02 UTC (rev 
10084)
+++ packages/trunk/xtux/debian/changelog2009-07-27 16:23:56 UTC (rev 
10085)
@@ -1,9 +1,10 @@
-xtux (0.2.030306-11.1) unstable; urgency=low
+xtux (0.2.030306-11.1) unstable; urgency=high
 
   * Drop the postrm scripts. Files in /etc should be removed only
 during a purge (Closes: #538292, #538282)
   * Standards-Version: 3.8.2, no change
-  * Add myself in uploader 
+  * Add myself in uploader
+  * Urgency high because it's RC bugs and testing is affected 
 
  -- Gonéri Le Bouder gon...@rulezlan.org  Mon, 27 Jul 2009 18:12:17 +0200
 


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

r10086 - packages/trunk/xtux/debian

2009-07-27 Thread Gonéri Le Bouder
Author: goneri
Date: 2009-07-27 16:28:16 + (Mon, 27 Jul 2009)
New Revision: 10086

Modified:
   packages/trunk/xtux/debian/changelog
Log:
fix the debian revision

Modified: packages/trunk/xtux/debian/changelog
===
--- packages/trunk/xtux/debian/changelog2009-07-27 16:23:56 UTC (rev 
10085)
+++ packages/trunk/xtux/debian/changelog2009-07-27 16:28:16 UTC (rev 
10086)
@@ -1,4 +1,4 @@
-xtux (0.2.030306-11.1) unstable; urgency=high
+xtux (0.2.030306-12) unstable; urgency=high
 
   * Drop the postrm scripts. Files in /etc should be removed only
 during a purge (Closes: #538292, #538282)


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


r10077 - packages/trunk/ode/debian

2009-07-26 Thread Gonéri Le Bouder
Author: goneri
Date: 2009-07-26 21:41:29 + (Sun, 26 Jul 2009)
New Revision: 10077

Modified:
   packages/trunk/ode/debian/changelog
   packages/trunk/ode/debian/control
   packages/trunk/ode/debian/copyright
   packages/trunk/ode/debian/rules
Log:
* provide a single precision flavor:
   add libode-sp-dev and libode1sp
* refresh debian/copyright


Modified: packages/trunk/ode/debian/changelog
===
--- packages/trunk/ode/debian/changelog 2009-07-25 20:23:42 UTC (rev 10076)
+++ packages/trunk/ode/debian/changelog 2009-07-26 21:41:29 UTC (rev 10077)
@@ -1,8 +1,11 @@
 ode (2:0.11.1-2) unstable; urgency=low
 
   * rules: clean up some old comment 
+  * provide a single precision flavor:
+ add libode-sp-dev and libode1sp 
+  * refresh debian/copyright 
 
- -- Gonéri Le Bouder gon...@rulezlan.org  Sat, 25 Jul 2009 12:28:40 +0200
+ -- Gonéri Le Bouder gon...@rulezlan.org  Sun, 26 Jul 2009 23:31:04 +0200
 
 ode (2:0.11.1-1) unstable; urgency=low
 

Modified: packages/trunk/ode/debian/control
===
--- packages/trunk/ode/debian/control   2009-07-25 20:23:42 UTC (rev 10076)
+++ packages/trunk/ode/debian/control   2009-07-26 21:41:29 UTC (rev 10077)
@@ -31,7 +31,7 @@
 Architecture: any
 Depends: libode1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 Conflicts: ode-dev, libode0-dev, libode-sp-dev
-Replaces: ode-dev, libode0-dev, libode-sp-dev
+Replaces: ode-dev, libode0-dev
 Provides: libode0-dev
 Description: Open Dynamics Engine - development files
  ODE is a free, industrial quality library for simulating articulated rigid
@@ -61,9 +61,9 @@
 Package: libode-sp-dev
 Section: libdevel
 Architecture: any
-Depends: libode1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Depends: libode1sp (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 Conflicts: ode-dev, libode0-dev, libode-dev
-Replaces: ode-dev, libode0-dev, libode-dev
+Replaces: ode-dev, libode0-dev
 Provides: libode0-dev
 Description: Open Dynamics Engine - development files
  ODE is a free, industrial quality library for simulating articulated rigid

Modified: packages/trunk/ode/debian/copyright
===
--- packages/trunk/ode/debian/copyright 2009-07-25 20:23:42 UTC (rev 10076)
+++ packages/trunk/ode/debian/copyright 2009-07-26 21:41:29 UTC (rev 10077)
@@ -17,7 +17,7 @@
 --
 
 Open Dynamics Engine
-Copyright (c) 2001-2007, Russell L. Smith.
+Copyright (c) 2001-2008, Russell L. Smith.
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
@@ -50,8 +50,39 @@
 The GIMPACT directory:
 Copyright  (c) 2006 , Francisco León.
 
-It's covered by the same licenses than ODE itself.
+It's covered by:
+ -GIMPACT/GIMPACT-LICENSE-BSD.TXT
+ -GIMPACT/GIMPACT-LICENSE-LGPL.TXT (/usr/share/common-licenses/LGPL)
 
+GIMPACT/GIMPACT-LICENSE-BSD.TXT:
+Redistribution and use in source and binary forms, with or without 
modification,
+ are permitted provided that the following conditions are met:
+
+* Redistributions of source code must retain the above copyright notice, 
this list of
+  conditions and the following disclaimer.
+  
+* Redistributions in binary form must reproduce the above copyright 
notice, this list 
+  of conditions and the following disclaimer in the documentation and/or 
other materials 
+  provided with the distribution.
+  
+* Neither the name of the GIMPACT nor the names of its contributors may be 
used
+  to endorse or promote products derived from this software without 
specific prior
+  written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS AS IS 
AND ANY EXPRESS
+OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 
OF 
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 
+IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
+INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 
+(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 
LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY 
OF LIABILITY,
+ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 
OTHERWISE) ARISING
+ IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 
POSSIBILITY OF SUCH 
+ DAMAGE.
+
+
+
+
 the OPCODE directory is covered by this license:
 You’re free to use them in any commercial or non-commercial program.
 Copyright  2001-2003 Pierre Terdiman
@@ -64,3 +95,69 @@
 that's not mandatory. I would also appreciate a notification by mail, just to 
know how people
 are using the lib.
 
+The 'ou' directory:
+ODER's Utilities Library. Copyright (C) 2008 Oleh Derevenko.
+
+This directory is covered by either:
+ -The LGPLv3+ (/usr

r10078 - packages/trunk/ode/debian

2009-07-26 Thread Gonéri Le Bouder
Author: goneri
Date: 2009-07-26 22:17:18 + (Sun, 26 Jul 2009)
New Revision: 10078

Modified:
   packages/trunk/ode/debian/changelog
Log:
prepare an upload to experimental

Modified: packages/trunk/ode/debian/changelog
===
--- packages/trunk/ode/debian/changelog 2009-07-26 21:41:29 UTC (rev 10077)
+++ packages/trunk/ode/debian/changelog 2009-07-26 22:17:18 UTC (rev 10078)
@@ -1,4 +1,4 @@
-ode (2:0.11.1-2) unstable; urgency=low
+ode (2:0.11.1-2) experimental; urgency=low
 
   * rules: clean up some old comment 
   * provide a single precision flavor:


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


r10079 - packages/trunk/ode/debian

2009-07-26 Thread Gonéri Le Bouder
Author: goneri
Date: 2009-07-26 22:48:00 + (Sun, 26 Jul 2009)
New Revision: 10079

Modified:
   packages/trunk/ode/debian/changelog
   packages/trunk/ode/debian/libode-dev.install
   packages/trunk/ode/debian/libode-sp-dev.install
Log:
Closes: #534256, #534177i, #462629


Modified: packages/trunk/ode/debian/changelog
===
--- packages/trunk/ode/debian/changelog 2009-07-26 22:17:18 UTC (rev 10078)
+++ packages/trunk/ode/debian/changelog 2009-07-26 22:48:00 UTC (rev 10079)
@@ -2,8 +2,9 @@
 
   * rules: clean up some old comment 
   * provide a single precision flavor:
- add libode-sp-dev and libode1sp 
+ add libode-sp-dev and libode1sp (Closes: #534256, #534177)
   * refresh debian/copyright 
+  * install ode.pc (Closes: #462629)
 
  -- Gonéri Le Bouder gon...@rulezlan.org  Sun, 26 Jul 2009 23:31:04 +0200
 

Modified: packages/trunk/ode/debian/libode-dev.install
===
--- packages/trunk/ode/debian/libode-dev.install2009-07-26 22:17:18 UTC 
(rev 10078)
+++ packages/trunk/ode/debian/libode-dev.install2009-07-26 22:48:00 UTC 
(rev 10079)
@@ -1,3 +1,4 @@
 usr/include/*
 usr/lib/lib*.a
 usr/bin/ode-config
+usr/lib/pkgconfig/ode.pc

Modified: packages/trunk/ode/debian/libode-sp-dev.install
===
--- packages/trunk/ode/debian/libode-sp-dev.install 2009-07-26 22:17:18 UTC 
(rev 10078)
+++ packages/trunk/ode/debian/libode-sp-dev.install 2009-07-26 22:48:00 UTC 
(rev 10079)
@@ -1,3 +1,4 @@
 usr/include/*
 usr/lib/lib*.a
 usr/bin/ode-config
+usr/lib/pkgconfig/ode.pc


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

r10068 - packages/trunk/ode/debian

2009-07-25 Thread Gonéri Le Bouder
Author: goneri
Date: 2009-07-25 10:26:55 + (Sat, 25 Jul 2009)
New Revision: 10068

Modified:
   packages/trunk/ode/debian/changelog
   packages/trunk/ode/debian/rules
Log:
rules: clean up some old comment


Modified: packages/trunk/ode/debian/changelog
===
--- packages/trunk/ode/debian/changelog 2009-07-24 15:53:49 UTC (rev 10067)
+++ packages/trunk/ode/debian/changelog 2009-07-25 10:26:55 UTC (rev 10068)
@@ -1,3 +1,9 @@
+ode (2:0.11.1-2) unstable; urgency=low
+
+  * rules: clean up some old comment 
+
+ -- Gonéri Le Bouder gon...@rulezlan.org  Sat, 25 Jul 2009 12:28:40 +0200
+
 ode (2:0.11.1-1) unstable; urgency=low
 
   * New upstream release (Closes: #532054)

Modified: packages/trunk/ode/debian/rules
===
--- packages/trunk/ode/debian/rules 2009-07-24 15:53:49 UTC (rev 10067)
+++ packages/trunk/ode/debian/rules 2009-07-25 10:26:55 UTC (rev 10068)
@@ -1,25 +1,11 @@
 #!/usr/bin/make -f
-# Sample debian/rules that uses debhelper.
-# GNU copyright 1997 to 1999 by Joey Hess.
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-# This is the debhelper compatibility version to use.
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
CXXFLAGS += -O0 -g3
CFLAGS += -O0 -g3
export CXXFLAGS CFLAGS
 endif
 
-# shared library versions, option 1
-#version=2.0.5
-#major=2
-# option 2, assuming the library is created as src/.libs/libfoo.so.2.0.5 or so
-#version=`ls src/.libs/lib*.so.* | \
-# awk '{if (match($$0,/[0-9]+\.[0-9]+\.[0-9]+$$/)) print substr($$0,RSTART)}'`
-#major=`ls src/.libs/lib*.so.* | \
-# awk '{if (match($$0,/\.so\.[0-9]+$$/)) print substr($$0,RSTART+4)}'`
-
 configure: configure-stamp
 configure-stamp:
dh_testdir


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

r10076 - packages/trunk/ode/debian

2009-07-25 Thread Gonéri Le Bouder
Author: goneri
Date: 2009-07-25 20:23:42 + (Sat, 25 Jul 2009)
New Revision: 10076

Added:
   packages/trunk/ode/debian/libode-sp-dev.dirs
   packages/trunk/ode/debian/libode-sp-dev.install
   packages/trunk/ode/debian/libode-sp-dev.links
   packages/trunk/ode/debian/libode1sp.dirs
   packages/trunk/ode/debian/libode1sp.install
   packages/trunk/ode/debian/libode1sp.links
Modified:
   packages/trunk/ode/debian/control
   packages/trunk/ode/debian/libode-dev.install
   packages/trunk/ode/debian/libode1.install
   packages/trunk/ode/debian/rules
Log:
prepare the single precision flavor


Modified: packages/trunk/ode/debian/control
===
--- packages/trunk/ode/debian/control   2009-07-25 16:26:31 UTC (rev 10075)
+++ packages/trunk/ode/debian/control   2009-07-25 20:23:42 UTC (rev 10076)
@@ -30,8 +30,8 @@
 Section: libdevel
 Architecture: any
 Depends: libode1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
-Conflicts: ode-dev, libode0-dev
-Replaces: ode-dev, libode0-dev
+Conflicts: ode-dev, libode0-dev, libode-sp-dev
+Replaces: ode-dev, libode0-dev, libode-sp-dev
 Provides: libode0-dev
 Description: Open Dynamics Engine - development files
  ODE is a free, industrial quality library for simulating articulated rigid
@@ -40,5 +40,38 @@
  independent, with advanced joints, contact with friction, and built-in
  collision detection.
  .
- This package provides the header files and static libraries.
+ This package provides the header files and static libraries built with
+ double precision.
 
+Package: libode1sp
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Conflicts: libode0c2
+Replaces: libode0c2
+Description: Open Dynamics Engine - runtime library
+ ODE is a free, industrial quality library for simulating articulated rigid
+ body dynamics - for example ground vehicles, legged creatures, and moving
+ objects in VR environments. It is fast, flexible, robust and platform
+ independent, with advanced joints, contact with friction, and built-in
+ collision detection.
+ .
+ This package provides the shared libraries.
+
+Package: libode-sp-dev
+Section: libdevel
+Architecture: any
+Depends: libode1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Conflicts: ode-dev, libode0-dev, libode-dev
+Replaces: ode-dev, libode0-dev, libode-dev
+Provides: libode0-dev
+Description: Open Dynamics Engine - development files
+ ODE is a free, industrial quality library for simulating articulated rigid
+ body dynamics - for example ground vehicles, legged creatures, and moving
+ objects in VR environments. It is fast, flexible, robust and platform
+ independent, with advanced joints, contact with friction, and built-in
+ collision detection.
+ .
+ This package provides the header files and static libraries built with
+ precision.
+

Modified: packages/trunk/ode/debian/libode-dev.install
===
--- packages/trunk/ode/debian/libode-dev.install2009-07-25 16:26:31 UTC 
(rev 10075)
+++ packages/trunk/ode/debian/libode-dev.install2009-07-25 20:23:42 UTC 
(rev 10076)
@@ -1,3 +1,3 @@
-debian/tmp/usr/include/*
-debian/tmp/usr/lib/lib*.a
-debian/tmp/usr/bin/ode-config
+usr/include/*
+usr/lib/lib*.a
+usr/bin/ode-config

Added: packages/trunk/ode/debian/libode-sp-dev.dirs
===
--- packages/trunk/ode/debian/libode-sp-dev.dirs
(rev 0)
+++ packages/trunk/ode/debian/libode-sp-dev.dirs2009-07-25 20:23:42 UTC 
(rev 10076)
@@ -0,0 +1,2 @@
+usr/lib
+usr/include/ode

Added: packages/trunk/ode/debian/libode-sp-dev.install
===
--- packages/trunk/ode/debian/libode-sp-dev.install 
(rev 0)
+++ packages/trunk/ode/debian/libode-sp-dev.install 2009-07-25 20:23:42 UTC 
(rev 10076)
@@ -0,0 +1,3 @@
+usr/include/*
+usr/lib/lib*.a
+usr/bin/ode-config

Added: packages/trunk/ode/debian/libode-sp-dev.links
===
--- packages/trunk/ode/debian/libode-sp-dev.links   
(rev 0)
+++ packages/trunk/ode/debian/libode-sp-dev.links   2009-07-25 20:23:42 UTC 
(rev 10076)
@@ -0,0 +1 @@
+usr/lib/libode.so.1.1.1sp usr/lib/libode.so 

Modified: packages/trunk/ode/debian/libode1.install
===
--- packages/trunk/ode/debian/libode1.install   2009-07-25 16:26:31 UTC (rev 
10075)
+++ packages/trunk/ode/debian/libode1.install   2009-07-25 20:23:42 UTC (rev 
10076)
@@ -1 +1 @@
-debian/tmp/usr/lib/lib*.so.*
+usr/lib/lib*.so.*

Added: packages/trunk/ode/debian/libode1sp.dirs
===
--- packages/trunk/ode/debian/libode1sp.dirs(rev 0)
+++ 

r10063 - packages/trunk/mmpong/debian

2009-07-24 Thread Gonéri Le Bouder
Author: goneri
Date: 2009-07-24 09:56:13 + (Fri, 24 Jul 2009)
New Revision: 10063

Modified:
   packages/trunk/mmpong/debian/changelog
   packages/trunk/mmpong/debian/control
Log:
Prepare an upload to unstable, #536242 will be closed too
Bump standard version to 3.8.2, no change
Add myself in uploader


Modified: packages/trunk/mmpong/debian/changelog
===
--- packages/trunk/mmpong/debian/changelog  2009-07-22 17:28:58 UTC (rev 
10062)
+++ packages/trunk/mmpong/debian/changelog  2009-07-24 09:56:13 UTC (rev 
10063)
@@ -1,10 +1,15 @@
-mmpong (0.9-3) UNRELEASED; urgency=low
+mmpong (0.9-3) unstable; urgency=low
 
+  [ Ansgar Burchardt ]
   * debian/control: Remove trailing full-stop from Build-Depends
-(Closes: #536242, LP: #392217)
+(Closes: #536242, LP: #392217, Closes: #536242)
 
- -- Ansgar Burchardt ans...@43-1.org  Thu, 25 Jun 2009 21:06:33 +0200
+  [ Gonéri Le Bouder ]
+  * Bump standard version to 3.8.2, no change
+  * Add myself in uploader 
 
+ -- Gonéri Le Bouder gon...@rulezlan.org  Thu, 23 Jul 2009 14:08:53 +0200
+
 mmpong (0.9-2) unstable; urgency=low
 
   [ André Gaul ]

Modified: packages/trunk/mmpong/debian/control
===
--- packages/trunk/mmpong/debian/control2009-07-22 17:28:58 UTC (rev 
10062)
+++ packages/trunk/mmpong/debian/control2009-07-24 09:56:13 UTC (rev 
10063)
@@ -2,11 +2,11 @@
 Section: games
 Priority: extra
 Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
-Uploaders: André Gaul g...@web-yard.de
+Uploaders: André Gaul g...@web-yard.de, Gonéri Le Bouder 
gon...@rulezlan.org
 Build-Depends: debhelper (= 7), cdbs, dpatch, cmake, libsdl1.2-dev,
  libsdl-image1.2-dev, libsdl-mixer1.2-dev, libcaca-dev (=0.99.beta16),
  libcegui-mk2-dev, pkg-config
-Standards-Version: 3.8.0
+Standards-Version: 3.8.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
 Homepage: http://www.mmpong.net


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

r10064 - packages/trunk/mmpong/debian

2009-07-24 Thread Gonéri Le Bouder
Author: goneri
Date: 2009-07-24 10:13:13 + (Fri, 24 Jul 2009)
New Revision: 10064

Modified:
   packages/trunk/mmpong/debian/changelog
   packages/trunk/mmpong/debian/control
Log:
Drop the dependency of mmpong-gl on libcegui-mk2-dev, #425983 is fixed now


Modified: packages/trunk/mmpong/debian/changelog
===
--- packages/trunk/mmpong/debian/changelog  2009-07-24 09:56:13 UTC (rev 
10063)
+++ packages/trunk/mmpong/debian/changelog  2009-07-24 10:13:13 UTC (rev 
10064)
@@ -7,6 +7,7 @@
   [ Gonéri Le Bouder ]
   * Bump standard version to 3.8.2, no change
   * Add myself in uploader 
+  * Drop the dependency of mmpong-gl on libcegui-mk2-dev, #425983 is fixed now
 
  -- Gonéri Le Bouder gon...@rulezlan.org  Thu, 23 Jul 2009 14:08:53 +0200
 

Modified: packages/trunk/mmpong/debian/control
===
--- packages/trunk/mmpong/debian/control2009-07-24 09:56:13 UTC (rev 
10063)
+++ packages/trunk/mmpong/debian/control2009-07-24 10:13:13 UTC (rev 
10064)
@@ -83,8 +83,6 @@
 Architecture: any
 Depends: libmmpong0.9 (= ${binary:Version}),
  mmpong-gl-data (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends},
-# libcegui-mk2-dev is needed to avoid #425983
- libcegui-mk2-dev
 Description: massively multiplayer pong game client (OpenGL version)
  mmpong is an ATARI-pong-like multiplayer game, where a moving ball
  reflects on impact from paddles on the left and right sides of the


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

r10065 - in packages/trunk/sabre/debian: . patches

2009-07-24 Thread Gonéri Le Bouder
Author: goneri
Date: 2009-07-24 12:59:27 + (Fri, 24 Jul 2009)
New Revision: 10065

Modified:
   packages/trunk/sabre/debian/changelog
   packages/trunk/sabre/debian/control
   packages/trunk/sabre/debian/patches/series
   packages/trunk/sabre/debian/rules
Log:
* Add myself as upload  

* FTBFS with GCC 4.4: missing #include, thanks Martin Michlmayr 

  (Closes: #505374) 

* New standard version 3.8.2

* Use Barry deFreese @debian.org address

* Calls dh_md5sums after dh_gencontrol  

* add -f flag to 'ln -s' so it's now possible to

  run 'fakeroot make - f debian/rules binary' two times in a row


Modified: packages/trunk/sabre/debian/changelog
===
--- packages/trunk/sabre/debian/changelog   2009-07-24 10:13:13 UTC (rev 
10064)
+++ packages/trunk/sabre/debian/changelog   2009-07-24 12:59:27 UTC (rev 
10065)
@@ -1,3 +1,16 @@
+sabre (0.2.4b-26.1) unstable; urgency=low
+
+  * Add myself as upload
+  * FTBFS with GCC 4.4: missing #include, thanks Martin Michlmayr
+(Closes: #505374) 
+  * New standard version 3.8.2
+  * Use Barry deFreese @debian.org address
+  * Calls dh_md5sums after dh_gencontrol
+  * add -f flag to 'ln -s' so it's now possible to
+run 'fakeroot make - f debian/rules binary' two times in a row 
+
+ -- Gonéri Le Bouder gon...@rulezlan.org  Thu, 23 Jul 2009 17:22:50 +0200
+
 sabre (0.2.4b-26) unstable; urgency=low
 
   * debian/sabre.postinst:

Modified: packages/trunk/sabre/debian/control
===
--- packages/trunk/sabre/debian/control 2009-07-24 10:13:13 UTC (rev 10064)
+++ packages/trunk/sabre/debian/control 2009-07-24 12:59:27 UTC (rev 10065)
@@ -2,9 +2,9 @@
 Section: games
 Priority: optional
 Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
-Uploaders: Sam Hocevar (Debian packages) sam+...@zoy.org, Barry deFreese 
bddeb...@comcast.net, Evgeni Golov sarge...@die-welt.net
+Uploaders: Sam Hocevar (Debian packages) sam+...@zoy.org, Barry deFreese 
bdefre...@debian.org, Evgeni Golov sarge...@die-welt.net, Gonéri Le Bouder 
gon...@rulezlan.org
 Build-Depends: debhelper (= 5.0), quilt, libncurses-dev, libsdl1.2-dev (= 
1.2.2-3.1), libsvga1-dev [i386]
-Standards-Version: 3.7.3
+Standards-Version: 3.8.2
 Homepage: http://sabre.cobite.com/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/sabre/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/sabre/?op=log

Modified: packages/trunk/sabre/debian/patches/series
===
--- packages/trunk/sabre/debian/patches/series  2009-07-24 10:13:13 UTC (rev 
10064)
+++ packages/trunk/sabre/debian/patches/series  2009-07-24 12:59:27 UTC (rev 
10065)
@@ -7,4 +7,5 @@
 035_gcc43_1.diff
 040_gcc43_2.diff
 041_gcc43.diff
+042_gcc44.diff
 

Modified: packages/trunk/sabre/debian/rules
===
--- packages/trunk/sabre/debian/rules   2009-07-24 10:13:13 UTC (rev 10064)
+++ packages/trunk/sabre/debian/rules   2009-07-24 12:59:27 UTC (rev 10065)
@@ -79,8 +79,8 @@
dh_fixperms -a
dh_installdeb -a
dh_shlibdeps -a
+   dh_gencontrol -pxsabre
dh_md5sums -a
-   dh_gencontrol -pxsabre
dh_builddeb -pxsabre
 ifeq ($(make_svga),yes)
dh_gencontrol -psabre
@@ -113,17 +113,17 @@
install -m 644 dialogsrc/README \
debian/$(package)/usr/share/doc/$(package)/README-dialog
set -e; cd debian/$(package)/usr/share/doc/$(package); \
-   ln -s ../../games/sabre/doc/* .
+   ln -sf ../../games/sabre/doc/* .
install -m 644 debian/sabre.6 debian/$(package)/usr/share/man/man6/
 ifeq ($(make_svga),yes)
cp debian/$(package)/usr/share/man/man6/sabre.6 \
debian/sabre/usr/share/man/man6/
-   ln -s sabre.6.gz debian/sabre/usr/share/man/man6/RunSabre.6.gz
+   ln -sf sabre.6.gz debian/sabre/usr/share/man/man6/RunSabre.6.gz
 endif
mv debian/$(package)/usr/share/man/man6/sabre.6 \
debian/xsabre/usr/share/man/man6/xsabre.6
-   ln -s xsabre.6.gz debian/xsabre/usr/share/man/man6/XRunSabre.6.gz
-   ln -s xsabre.6.gz debian/xsabre/usr/share/man/man6/sabresdl.6.gz
+   ln -sf xsabre.6.gz debian/xsabre/usr/share/man/man6/XRunSabre.6.gz
+   ln -sf xsabre.6.gz debian/xsabre/usr/share/man/man6/sabresdl.6.gz
install -m 644 debian

r10066 - packages/trunk/starfighter/debian

2009-07-24 Thread Gonéri Le Bouder
Author: goneri
Date: 2009-07-24 13:55:44 + (Fri, 24 Jul 2009)
New Revision: 10066

Modified:
   packages/trunk/starfighter/debian/changelog
   packages/trunk/starfighter/debian/control
Log:
refresh the homepage URL

Modified: packages/trunk/starfighter/debian/changelog
===
--- packages/trunk/starfighter/debian/changelog 2009-07-24 12:59:27 UTC (rev 
10065)
+++ packages/trunk/starfighter/debian/changelog 2009-07-24 13:55:44 UTC (rev 
10066)
@@ -1,7 +1,7 @@
 starfighter (1.1-8) UNRELEASED; urgency=low
 
   [ Gonéri Le Bouder ]
-  * add a Homepage: field in the control
+  * add a Homepage field in the control
 
   [ Emmet Hikory ]
   * Added a .desktop file
@@ -14,7 +14,7 @@
   [ Alexander Reichle-Schmehl ]
   * Adopt debian/control to my new name
 
- -- Alexander Reichle-Schmehl toli...@debian.org  Wed, 25 Feb 2009 17:23:37 
+0100
+ -- Gonéri Le Bouder gon...@rulezlan.org  Fri, 24 Jul 2009 15:57:22 +0200
 
 starfighter (1.1-7) unstable; urgency=low
 

Modified: packages/trunk/starfighter/debian/control
===
--- packages/trunk/starfighter/debian/control   2009-07-24 12:59:27 UTC (rev 
10065)
+++ packages/trunk/starfighter/debian/control   2009-07-24 13:55:44 UTC (rev 
10066)
@@ -7,7 +7,7 @@
 Standards-Version: 3.7.2
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/starfighter/
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-games/packages/trunk/starfighter/?op=log
-Homepage: http://www.parallelrealities.co.uk/starfighter.php
+Homepage: http://www.parallelrealities.co.uk/projects/starfighter.php
 
 Package: starfighter
 Architecture: any


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

  1   2   3   4   5   6   7   8   >