Author: baby-guest Date: 2007-08-04 19:31:38 +0000 (Sat, 04 Aug 2007) New Revision: 3550
Added: packages/trunk/btanks/debian/ packages/trunk/btanks/debian/changelog packages/trunk/btanks/debian/compat packages/trunk/btanks/debian/control packages/trunk/btanks/debian/copyright packages/trunk/btanks/debian/docs packages/trunk/btanks/debian/options.cache packages/trunk/btanks/debian/patches/ packages/trunk/btanks/debian/patches/remove_default_optimizations.patch packages/trunk/btanks/debian/patches/series packages/trunk/btanks/debian/rules Log: [svn-inject] Applying Debian modifications to trunk Property changes on: packages/trunk/btanks/debian ___________________________________________________________________ Name: mergeWithUpstream + 1 Added: packages/trunk/btanks/debian/changelog =================================================================== --- packages/trunk/btanks/debian/changelog (rev 0) +++ packages/trunk/btanks/debian/changelog 2007-08-04 19:31:38 UTC (rev 3550) @@ -0,0 +1,6 @@ +btanks (0.5.4549-1) unstable; urgency=low + + * Initial release (Closes: #434740) + + -- Miriam Ruiz <[EMAIL PROTECTED]> Sat, 04 Aug 2007 17:16:13 +0000 + Added: packages/trunk/btanks/debian/compat =================================================================== --- packages/trunk/btanks/debian/compat (rev 0) +++ packages/trunk/btanks/debian/compat 2007-08-04 19:31:38 UTC (rev 3550) @@ -0,0 +1 @@ +5 Added: packages/trunk/btanks/debian/control =================================================================== --- packages/trunk/btanks/debian/control (rev 0) +++ packages/trunk/btanks/debian/control 2007-08-04 19:31:38 UTC (rev 3550) @@ -0,0 +1,24 @@ +Source: btanks +Section: games +Priority: extra +Maintainer: Debian Games Team <[EMAIL PROTECTED]> +Uploaders: Miriam Ruiz <[EMAIL PROTECTED]>, Lior Kaplan <[EMAIL PROTECTED]> +Build-Depends: debhelper (>= 5), quilt, scons, libsdl1.2-dev, libsdl-image1.2-dev, + libglu1-mesa-dev | libglu-dev, libgl1-mesa-dev | libgl-dev, + libopenal-dev, libvorbis-dev, libsigc++-2.0-dev +Standards-Version: 3.7.2 +XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/btanks/ +XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/btanks/?op=log + +Package: btanks +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +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 + weapons. has original cartoon-like graphics and cool music, it is fun + and dynamic, it has several network modes for deathmatch and + cooperative. + . + Homepage: http://btanks.sourceforge.net + Added: packages/trunk/btanks/debian/copyright =================================================================== --- packages/trunk/btanks/debian/copyright (rev 0) +++ packages/trunk/btanks/debian/copyright 2007-08-04 19:31:38 UTC (rev 3550) @@ -0,0 +1,59 @@ +This package was debianized by Miriam Ruiz <[EMAIL PROTECTED]> on +Sat, 04 Aug 2007 17:16:13 +0000. + +It was downloaded from http://sourceforge.net/projects/btanks/ + +Upstream Authors: + + Vladimir Menshakov <[EMAIL PROTECTED]> + Methos <[EMAIL PROTECTED]> + Vladimir Zhuravlev <[EMAIL PROTECTED]> + +Copyright: + + Copyright (C) 2006-2007 Battle Tanks team + Copyright (C) 2005-2007 Vladimir Menshakov + +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'. + + +sdlx/glSDL: + +Copyright (C) 2001-2004, 2006-2007, David Olofson + +License: + + This program 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.1 of the License, or (at your option) any later version. + + This software 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 + + +The Debian packaging and patches are (C) 2007, Debian Games Team and +are licensed under the GPL, see above. Added: packages/trunk/btanks/debian/docs =================================================================== --- packages/trunk/btanks/debian/docs (rev 0) +++ packages/trunk/btanks/debian/docs 2007-08-04 19:31:38 UTC (rev 3550) @@ -0,0 +1,5 @@ +about_us.txt +README-en.txt +README-fr.txt +README-linux.txt +README-ru.txt Added: packages/trunk/btanks/debian/options.cache =================================================================== --- packages/trunk/btanks/debian/options.cache (rev 0) +++ packages/trunk/btanks/debian/options.cache 2007-08-04 19:31:38 UTC (rev 3550) @@ -0,0 +1,4 @@ +CC = 'gcc' +CXX = 'g++' +CCFLAGS = ' :CFLAGS: ' +CXXFLAGS = ' :CFLAGS: ' Added: packages/trunk/btanks/debian/patches/remove_default_optimizations.patch =================================================================== --- packages/trunk/btanks/debian/patches/remove_default_optimizations.patch (rev 0) +++ packages/trunk/btanks/debian/patches/remove_default_optimizations.patch 2007-08-04 19:31:38 UTC (rev 3550) @@ -0,0 +1,12 @@ +--- btanks-0.5.4549.orig/SConstruct ++++ btanks-0.5.4549/SConstruct +@@ -84,9 +84,6 @@ + if debug: + env.Append(CCFLAGS='-ggdb ') + env.Append(CPPFLAGS='-ggdb ') +- else: +- env.Append(CCFLAGS='-O3 ') +- env.Append(CPPFLAGS='-O3 ') + + al_lib = 'openal' + env.Append(CPPFLAGS=' -Wall -pedantic -Wno-long-long -pipe -pthread ') Added: packages/trunk/btanks/debian/patches/series =================================================================== --- packages/trunk/btanks/debian/patches/series (rev 0) +++ packages/trunk/btanks/debian/patches/series 2007-08-04 19:31:38 UTC (rev 3550) @@ -0,0 +1 @@ +remove_default_optimizations.patch Added: packages/trunk/btanks/debian/rules =================================================================== --- packages/trunk/btanks/debian/rules (rev 0) +++ packages/trunk/btanks/debian/rules 2007-08-04 19:31:38 UTC (rev 3550) @@ -0,0 +1,81 @@ +#!/usr/bin/make -f + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +CFLAGS = -Wall -g + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif + +patch: + dh_testdir + QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2 + +unpatch: + dh_testdir + QUILT_PATCHES=debian/patches quilt pop -a -f || test $$? = 2 + +configure: configure-stamp +configure-stamp: + dh_testdir + $(MAKE) -f /usr/share/quilt/quilt.make patch + cat debian/options.cache | sed -e 's/:CFLAGS:/$(CFLAGS)/' > options.cache + touch $@ + +build: build-stamp +build-stamp: configure-stamp + dh_testdir + scons + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + #[ ! -f Makefile ] || $(MAKE) clean + rm -f `find . -name "*.o"` + rm -f `find . -name "*.os"` + rm -f `find . -name "*.so"` + rm -f config.log options.cache bt.xml .sconsign.dblite + rm -rf .sconf_temp build/release + rm -f bt + $(MAKE) -f /usr/share/quilt/quilt.make unpatch + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + #$(MAKE) DESTDIR=$(CURDIR)/debian/btanks install + +# Build architecture-independent files here. +binary-indep: build install + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs ChangeLog + dh_installdocs + dh_installexamples +# dh_install +# dh_installmenu + dh_installman + dh_link + dh_strip + dh_compress + dh_fixperms +# dh_makeshlibs + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure Property changes on: packages/trunk/btanks/debian/rules ___________________________________________________________________ Name: svn:executable + * _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

