r9830 - in packages/trunk/libtuxcap: . debian debian/patches
Miriam Ruiz
miriam at alioth.debian.org
Tue Jun 9 09:42:48 UTC 2009
Author: miriam
Date: 2009-06-09 09:42:48 +0000 (Tue, 09 Jun 2009)
New Revision: 9830
Added:
packages/trunk/libtuxcap/debian/
packages/trunk/libtuxcap/debian/changelog
packages/trunk/libtuxcap/debian/compat
packages/trunk/libtuxcap/debian/control
packages/trunk/libtuxcap/debian/copyright
packages/trunk/libtuxcap/debian/docs
packages/trunk/libtuxcap/debian/libtuxcap-dev.dirs
packages/trunk/libtuxcap/debian/libtuxcap-dev.install
packages/trunk/libtuxcap/debian/libtuxcap4.0.dirs
packages/trunk/libtuxcap/debian/libtuxcap4.0.install
packages/trunk/libtuxcap/debian/patches/
packages/trunk/libtuxcap/debian/patches/cmakelists.patch
packages/trunk/libtuxcap/debian/patches/series
packages/trunk/libtuxcap/debian/rules
packages/trunk/libtuxcap/debian/watch
Log:
[svn-inject] Applying Debian modifications to trunk
Property changes on: packages/trunk/libtuxcap/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Added: packages/trunk/libtuxcap/debian/changelog
===================================================================
--- packages/trunk/libtuxcap/debian/changelog (rev 0)
+++ packages/trunk/libtuxcap/debian/changelog 2009-06-09 09:42:48 UTC (rev 9830)
@@ -0,0 +1,5 @@
+libtuxcap (1.4.0-1) UNRELEASED; urgency=low
+
+ * Initial release
+
+ -- Miriam Ruiz <little_miry at yahoo.es> Tue, 09 Jun 2009 09:59:09 +0200
Added: packages/trunk/libtuxcap/debian/compat
===================================================================
--- packages/trunk/libtuxcap/debian/compat (rev 0)
+++ packages/trunk/libtuxcap/debian/compat 2009-06-09 09:42:48 UTC (rev 9830)
@@ -0,0 +1 @@
+7
Added: packages/trunk/libtuxcap/debian/control
===================================================================
--- packages/trunk/libtuxcap/debian/control (rev 0)
+++ packages/trunk/libtuxcap/debian/control 2009-06-09 09:42:48 UTC (rev 9830)
@@ -0,0 +1,48 @@
+Source: libtuxcap
+Priority: extra
+Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
+Uploaders: Miriam Ruiz <little_miry at yahoo.es>
+Build-Depends: debhelper (>= 7), dh-buildinfo, quilt, cmake,
+ libsdl1.2-dev, libsdl-mixer1.2-dev,libgl1-mesa-dev, libglu1-mesa-dev,
+ libmagick9-dev, libmagick++9-dev, python2.5-dev
+Standards-Version: 3.8.1
+Section: libs
+Homepage: http://tuxcap.sourceforge.net/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/libtuxcap/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/libtuxcap/?op=log
+
+Package: libtuxcap4.0
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: framework for developing 2D games - runtime libraries
+ The TuxCap Games Framework is a GNU/Linux port of the PopCap Games Framework,
+ used for professional 2D game development. It comes with PyCap bindings for
+ Python, a fast 2D physics engine, a particle engine, widgets and many
+ documented examples.
+
+Package: libtuxcap-dev
+Section: libdevel
+Architecture: any
+Depends: libtuxcap4.0 (= ${binary:Version}), libc6-dev,
+ libsdl1.2-dev, libsdl-mixer1.2-dev,libgl1-mesa-dev, libglu1-mesa-dev,
+ libmagick9-dev, libmagick++9-dev, python2.5-dev
+Description: framework for developing 2D games - development files
+ The TuxCap Games Framework is a GNU/Linux port of the PopCap Games Framework,
+ used for professional 2D game development. It comes with PyCap bindings for
+ Python, a fast 2D physics engine, a particle engine, widgets and many
+ documented examples.
+ .
+ This package contains the library headers and documentation for developers.
+
+Package: libtuxcap4.0-dbg
+Section: debug
+Architecture: any
+Depends: libtuxcap4.0 (= ${binary:Version})
+Description: framework for developing 2D games - debugging symbols
+ The TuxCap Games Framework is a GNU/Linux port of the PopCap Games Framework,
+ used for professional 2D game development. It comes with PyCap bindings for
+ Python, a fast 2D physics engine, a particle engine, widgets and many
+ documented examples.
+ .
+ This package contains the debugging symbols for the library.
Added: packages/trunk/libtuxcap/debian/copyright
===================================================================
--- packages/trunk/libtuxcap/debian/copyright (rev 0)
+++ packages/trunk/libtuxcap/debian/copyright 2009-06-09 09:42:48 UTC (rev 9830)
@@ -0,0 +1,344 @@
+This package was debianized by W.P. van Paassen <wp.van.paassen at gmail.com>
+Sun, 27 Jan 2008 17:05:58 +0100
+
+It was downloaded from: http://sourceforge.net/projects/tuxcap
+
+Upstream Author:
+
+ W.P. van Paassen <wp.van.paassen at gmail.com>
+
+Copyright:
+
+ PopCap Games Framework:
+ Copyright (c) 2005-2008 PopCap Games. All rights reserved.
+ TuxCap Games Framework (port, fixes, interfaces and extensions):
+ Copyright (c) 2007-2008 W.P. van Paassen
+ Chipmunk physics engine:
+ Copyright (c) 2007 Scott Lembcke
+ Pycap python bindings:
+ Copyright (c) 2007 Jarrad Woods
+ Hge particle engine:
+ Copyright (c) 2003-2006 Relish Games
+
+
+PopCap Games Framework License, version 1.0:
+
+ Copyright (c) 2005 PopCap Games. All rights reserved.
+
+ Redistribution and use in source and binary forms, with or
+ without modification, are permitted provided that the following
+ conditions are met:
+
+ 1. Redistributions of source code or derived libraries, whether
+ source code or binary, must include a copy of this PopCap Games
+ Framework License in its entirety.
+
+ 2. The end-user documentation included with a work which
+ contains any portion of the PopCap Games Framework must include
+ the following acknowledgment:
+
+ "This product includes portions of the PopCap Games Framework
+ (http://developer.popcap.com/)."
+
+ Alternatively, this acknowledgment may appear in the software
+ itself, wherever such third-party acknowledgments normally
+ appear.
+
+ 3. The names "PopCap" and "PopCap Games" must not be used to
+ endorse or promote products derived from this software without
+ prior written permission. For written permission, please
+ contact bizdev at popcap.com.
+
+ 4. Products derived from this software may not be called
+ "PopCap", nor may "PopCap" appear in their name, without prior
+ written permission of PopCap Games.
+
+ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED OR IMPLIED
+ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+ WARRANTIES OF MERCHANTABILITY, NON-INFRINGMENT AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL POPCAP
+ GAMES 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.
+
+TuxCap Games Framework License:
+
+ Copyright (c) 2007-2008 W.P. van Paassen
+
+ 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
+ restriction, including without limitation the rights to use,
+ copy, modify, merge, publish, distribute, sublicense, and/or
+ sell copies of the Software, and to permit persons to whom the
+ Software is furnished to do so, subject to the following
+ conditions:
+ 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.
+
+Chipmunk Physics engine :
+
+ Copyright (c) 2007 Scott Lembcke
+
+ 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
+ restriction, including without limitation the rights to use,
+ copy, modify, merge, publish, distribute, sublicense, and/or
+ sell copies of the Software, and to permit persons to whom the
+ Software is furnished to do so, subject to the following
+ conditions:
+ 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.
+
+HGE Particle engine:
+
+ Copyright (c) 2003-2006 Relish Games
+
+ 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.
+
+
+The following files are licensed under both the PopCap Games
+Framework license and the TuxCap Games Framework license:
+
+ Buffer.cpp
+ ButtonWidget.cpp
+ Checkbox.cpp
+ Color.cpp
+ Common.cpp
+ CursorWidget.cpp
+ D3DInterface.cpp
+ DDImage.cpp
+ DDInterface.cpp
+ DescParser.cpp
+ DialogButton.cpp
+ Dialog.cpp
+ EditWidget.cpp
+ Flags.cpp
+ Font.cpp
+ Graphics.cpp
+ HyperlinkWidget.cpp
+ Image.cpp
+ ImageFont.cpp
+ ImageLib.cpp
+ Insets.cpp
+ KeyCodes.cpp
+ ListWidget.cpp
+ MemoryImage.cpp
+ MTRand.cpp
+ MusicInterface.cpp
+ NativeDisplay.cpp
+ NaturalCubicSpline.cpp
+ PropertiesParser.cpp
+ Quantize.cpp
+ Ratio.cpp
+ ResourceManager.cpp
+ ScrollbarWidget.cpp
+ ScrollbuttonWidget.cpp
+ SexyAppBase.cpp
+ SexyMatrix.cpp
+ SharedImage.cpp
+ Slider.cpp
+ SWTri.cpp
+ SWTri_DrawTriangle.cpp
+ SWTri_DrawTriangleInc1.cpp
+ SWTri_DrawTriangleInc2.cpp
+ SWTri_GetTexel.cpp
+ SWTri_Loop.cpp
+ SWTri_Pixel555.cpp
+ SWTri_Pixel565.cpp
+ SWTri_Pixel8888.cpp
+ SWTri_Pixel888.cpp
+ SWTri_TexelARGB.cpp
+ TextWidget.cpp
+ WidgetContainer.cpp
+ Widget.cpp
+ WidgetManager.cpp
+ XMLParser.cpp
+ XMLWriter.cpp
+ BltRotatedHelper.inc
+ Buffer.h
+ ButtonListener.h
+ ButtonWidget.h
+ Checkbox.h
+ CheckboxListener.h
+ Color.h
+ Common.h
+ CursorWidget.h
+ D3DInterface.h
+ DDI_Additive.inc
+ DDI_AlphaBlt.inc
+ DDI_BltRotated_Additive.inc
+ DDI_BltRotated.inc
+ DDI_FastBlt_NoAlpha.inc
+ DDI_FastStretch_Additive.inc
+ DDI_FastStretch.inc
+ DDImage.h
+ DDI_NormalBlt_Volatile.inc
+ DDInterface.h
+ DescParser.h
+ DialogButton.h
+ Dialog.h
+ DialogListener.h
+ EditListener.h
+ EditWidget.h
+ Flags.h
+ Font.h
+ GENERIC_DrawLineAA.inc
+ Graphics.h
+ HyperlinkWidget.h
+ ImageFont.h
+ Image.h
+ ImageLib.h
+ Insets.h
+ KeyCodes.h
+ ListListener.h
+ ListWidget.h
+ MemoryImage.h
+ MI_AdditiveBlt.inc
+ MI_BltRotated_Additive.inc
+ MI_BltRotated.inc
+ MI_GetNativeAlphaData.inc
+ MI_GetRLAlphaData.inc
+ MI_NormalBlt.inc
+ MTRand.h
+ MusicInterface.h
+ NativeDisplay.h
+ NaturalCubicSpline.h
+ Point.h
+ PropertiesParser.h
+ Quantize.h
+ Ratio.h
+ Rect.h
+ ResourceManager.h
+ ScrollbarWidget.h
+ ScrollbuttonWidget.h
+ ScrollListener.h
+ SexyAppBase.h
+ SexyMatrix.h
+ SexyVector.h
+ SharedImage.h
+ Slider.h
+ SliderListener.h
+ SoundInstance.h
+ SoundManager.h
+ SWTri.h
+ TextWidget.h
+ TriVertex.h
+ WidgetContainer.h
+ Widget.h
+ WidgetManager.h
+ XMLParser.h
+ XMLWriter.h
+ PycapApp.cpp
+ PycapApp.h
+ PycapBoard.cpp
+ PycapBoard.h
+ PycapResources.cpp
+ PycapResources.h
+
+The following files are licensed under the TuxCap Games Framework
+license:
+
+ AudiereLoader.cpp
+ AudiereMusicInterface.cpp
+ AudiereSoundInstance.cpp
+ AudiereSoundManager.cpp
+ AudiereLoader.h
+ AudiereMusicInterface.h
+ AudiereSoundInstance.h
+ AudiereSoundManager.h
+ SDLMixerMusicInterface.cpp
+ SDLMixerSoundInstance.cpp
+ SDLMixerSoundManager.cpp
+ SDLMixerMusicInterface.h
+ SDLMixerSoundInstance.h
+ SDLMixerSoundManager.h
+ ParticlePhysicsSystem.cpp
+ ParticlePhysicsSystem.h
+ Physics.h
+ Physics.cpp
+ PhysicsListener.h
+
+The following files are licensed under the Chipmunk Physics engine
+license:
+
+ chipmunk.c
+ chipmunk.h
+ cpArbiter.c
+ cpArbiter.h
+ cpArray.c
+ cpArray.h
+ cpBB.c
+ cpBB.h
+ cpBody.c
+ cpBody.h
+ cpCollision.c
+ cpCollision.h
+ cpHashSet.c
+ cpHashSet.h
+ cpJoint.c
+ cpJoint.h
+ cpPolyShape.c
+ cpPolyShape.h
+ cpShape.c
+ cpShape.h
+ cpSpace.c
+ cpSpace.h
+ cpSpaceHash.c
+ cpSpaceHash.h
+ cpVect.c
+ cpVect.h
+ prime.h
+
+The following files are licensed under the HGE Particle engine
+license:
+
+ hgecolor.h
+ hgeparticle.cpp
+ hgeparticle.h
+ hgepmanager.cpp
+ hgeRandom.cpp
+ hgeRandom.h
+ hgerect.cpp
+ hgerect.h
+ hgevector.cpp
+ hgevector.h
Added: packages/trunk/libtuxcap/debian/docs
===================================================================
--- packages/trunk/libtuxcap/debian/docs (rev 0)
+++ packages/trunk/libtuxcap/debian/docs 2009-06-09 09:42:48 UTC (rev 9830)
@@ -0,0 +1 @@
+doc
Added: packages/trunk/libtuxcap/debian/libtuxcap-dev.dirs
===================================================================
--- packages/trunk/libtuxcap/debian/libtuxcap-dev.dirs (rev 0)
+++ packages/trunk/libtuxcap/debian/libtuxcap-dev.dirs 2009-06-09 09:42:48 UTC (rev 9830)
@@ -0,0 +1,2 @@
+usr/lib
+usr/include
Added: packages/trunk/libtuxcap/debian/libtuxcap-dev.install
===================================================================
--- packages/trunk/libtuxcap/debian/libtuxcap-dev.install (rev 0)
+++ packages/trunk/libtuxcap/debian/libtuxcap-dev.install 2009-06-09 09:42:48 UTC (rev 9830)
@@ -0,0 +1,3 @@
+debian/tmp-build/tuxcap/lib/*.a usr/lib/
+debian/tmp-build/tuxcap/lib/*.so usr/lib/
+debian/tmp/usr/include/* usr/include/
Added: packages/trunk/libtuxcap/debian/libtuxcap4.0.dirs
===================================================================
--- packages/trunk/libtuxcap/debian/libtuxcap4.0.dirs (rev 0)
+++ packages/trunk/libtuxcap/debian/libtuxcap4.0.dirs 2009-06-09 09:42:48 UTC (rev 9830)
@@ -0,0 +1 @@
+usr/lib
Added: packages/trunk/libtuxcap/debian/libtuxcap4.0.install
===================================================================
--- packages/trunk/libtuxcap/debian/libtuxcap4.0.install (rev 0)
+++ packages/trunk/libtuxcap/debian/libtuxcap4.0.install 2009-06-09 09:42:48 UTC (rev 9830)
@@ -0,0 +1 @@
+debian/tmp-build/tuxcap/lib/lib*.so.* usr/lib/
Added: packages/trunk/libtuxcap/debian/patches/cmakelists.patch
===================================================================
--- packages/trunk/libtuxcap/debian/patches/cmakelists.patch (rev 0)
+++ packages/trunk/libtuxcap/debian/patches/cmakelists.patch 2009-06-09 09:42:48 UTC (rev 9830)
@@ -0,0 +1,19 @@
+# Copyright (C) 2008 Miriam Ruiz <little_miry at yahoo.es>
+# Distributed under the same license as the game. See debian/copyright.
+
+Index: libtuxcap-1.4.0/tuxcap/CMakeLists.txt
+===================================================================
+--- libtuxcap-1.4.0.orig/tuxcap/CMakeLists.txt 2009-06-07 07:50:45.000000000 +0200
++++ libtuxcap-1.4.0/tuxcap/CMakeLists.txt 2009-06-09 10:04:58.000000000 +0200
+@@ -3,9 +3,9 @@
+
+ SET(CMAKE_MODULE_PATH "${libtuxcap_SOURCE_DIR}/tuxcap/CMakeModules" )
+
+-SET(CMAKE_C_FLAGS_RELEASE "-DNDEBUG -O3")
++SET(CMAKE_C_FLAGS_RELEASE "-DNDEBUG")
+ SET(CMAKE_C_FLAGS_DEBUG "-Wall -g -O0")
+-SET(CMAKE_CXX_FLAGS_RELEASE "-DNDEBUG -O3")
++SET(CMAKE_CXX_FLAGS_RELEASE "-DNDEBUG")
+ SET(CMAKE_CXX_FLAGS_DEBUG "-Wall -g -O0")
+
+ INCLUDE(FindImageMagick)
Added: packages/trunk/libtuxcap/debian/patches/series
===================================================================
--- packages/trunk/libtuxcap/debian/patches/series (rev 0)
+++ packages/trunk/libtuxcap/debian/patches/series 2009-06-09 09:42:48 UTC (rev 9830)
@@ -0,0 +1 @@
+cmakelists.patch
Added: packages/trunk/libtuxcap/debian/rules
===================================================================
--- packages/trunk/libtuxcap/debian/rules (rev 0)
+++ packages/trunk/libtuxcap/debian/rules 2009-06-09 09:42:48 UTC (rev 9830)
@@ -0,0 +1,89 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+LDFLAGS=-Wl,--as-needed -Wl,-z,defs -Wl,--no-undefined
+
+# 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)}'`
+
+patch:
+ $(MAKE) -f /usr/share/quilt/quilt.make patch
+
+config: config-stamp
+config-stamp:
+ dh_testdir
+ mkdir -p debian/tmp-build
+ cp tuxcap-build/* debian/tmp-build -r
+ cd debian/tmp-build && cmake --debug-output \
+ -D CMAKE_BUILD_TYPE:STRING=RelWithDebInfo \
+ -D CMAKE_CXX_FLAGS_RELWITHDEBINFO="${CFLAGS} -g" \
+ -D CMAKE_C_FLAGS_RELWITHDEBINFO="${CFLAGS} -g" \
+ -D CMAKE_CXX_FLAGS_RELEASE="${CFLAGS}" \
+ -D CMAKE_C_FLAGS_RELEASE="${CFLAGS}" \
+ -D CMAKE_CXX_FLAGS_DEBUG="${CFLAGS} -g" \
+ -D CMAKE_C_FLAGS_DEBUG="${CFLAGS} -g" \
+ -D CMAKE_SKIP_RPATH=true \
+ -D CMAKE_SHARED_LINKER_FLAGS="${LDFLAGS}" \
+ -D CMAKE_VERBOSE_MAKEFILE=true \
+ -D CMAKE_INSTALL_PREFIX=/usr \
+ $(CURDIR)
+ touch $@
+
+build: build-stamp
+build-stamp: patch config-stamp
+ dh_testdir
+ cd debian/tmp-build && $(MAKE)
+ touch $@
+
+clean:
+ dh_testdir
+ dh_testroot
+ rm -f build-stamp config-stamp
+ rm -rf debian/tmp-build
+ $(MAKE) -f /usr/share/quilt/quilt.make unpatch
+ dh_clean
+
+install: build
+ dh_testdir
+ dh_testroot
+ dh_prep
+ dh_installdirs
+ cd debian/tmp-build && $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install
+
+binary-indep: build install
+
+binary-arch: build install
+ dh_testdir
+ dh_testroot
+ dh_installchangelogs CHANGELOG
+ dh_installdocs
+ dh_installexamples
+ dh_install
+# dh_installmenu
+# dh_installdebconf
+ dh_installman
+ dh_link
+ dh_strip --dbg-package=libtuxcap4.0-dbg
+ dh_compress
+ dh_fixperms
+# dh_perl
+# dh_python
+ dh_makeshlibs
+ test -e /usr/bin/dh_buildinfo && dh_buildinfo
+ dh_installdeb
+ dh_shlibdeps
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: patch config build clean binary-indep binary-arch binary install
Property changes on: packages/trunk/libtuxcap/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: packages/trunk/libtuxcap/debian/watch
===================================================================
--- packages/trunk/libtuxcap/debian/watch (rev 0)
+++ packages/trunk/libtuxcap/debian/watch 2009-06-09 09:42:48 UTC (rev 9830)
@@ -0,0 +1,3 @@
+version=3
+
+http://sf.net/tuxcap/libtuxcap(.*)\.tar\.gz
More information about the Pkg-games-commits
mailing list