Author: miriam Date: 2009-08-22 20:49:43 +0000 (Sat, 22 Aug 2009) New Revision: 10188
Added: packages/trunk/zaz/debian/ packages/trunk/zaz/debian/changelog packages/trunk/zaz/debian/compat packages/trunk/zaz/debian/control packages/trunk/zaz/debian/copyright packages/trunk/zaz/debian/docs packages/trunk/zaz/debian/rules packages/trunk/zaz/debian/zaz-data.files Log: [svn-inject] Applying Debian modifications to trunk Property changes on: packages/trunk/zaz/debian ___________________________________________________________________ Added: mergeWithUpstream + 1 Added: packages/trunk/zaz/debian/changelog =================================================================== --- packages/trunk/zaz/debian/changelog (rev 0) +++ packages/trunk/zaz/debian/changelog 2009-08-22 20:49:43 UTC (rev 10188) @@ -0,0 +1,5 @@ +zaz (0.2.6-1) UNRELEASED; urgency=low + + * Initial release. Closes: #543146 + + -- Miriam Ruiz <[email protected]> Sat, 22 Aug 2009 21:06:09 +0200 Added: packages/trunk/zaz/debian/compat =================================================================== --- packages/trunk/zaz/debian/compat (rev 0) +++ packages/trunk/zaz/debian/compat 2009-08-22 20:49:43 UTC (rev 10188) @@ -0,0 +1 @@ +7 Added: packages/trunk/zaz/debian/control =================================================================== --- packages/trunk/zaz/debian/control (rev 0) +++ packages/trunk/zaz/debian/control 2009-08-22 20:49:43 UTC (rev 10188) @@ -0,0 +1,44 @@ +Source: zaz +Section: games +Priority: extra +Maintainer: Debian Games Team <[email protected]> +Uploaders: Miriam Ruiz <[email protected]> +Build-Depends: debhelper (>= 7), dh-buildinfo, autotools-dev, pkg-config, + ttf-freefont, libgl1-mesa-dev, libglu1-mesa-dev, libsdl1.2-dev, libxext-dev, + libsdl-image1.2-dev, libftgl-dev, libvorbis-dev, libtheora-dev +Standards-Version: 3.8.3 +Homepage: http://sourceforge.net/projects/zaz/ +Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/zaz/ +Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/zaz/?op=log + +Package: zaz +Architecture: any +Depends: ttf-freefont, zaz-data (>= ${source:Version}), ${shlibs:Depends}, ${misc:Depends} +Suggests: zaz-dbg (= ${binary:Version}) +Description: arcade action puzzle game + Zaz is an arcade action puzzle game where the goal is to get rid of + all incoming balls by rearranging their order and making triplets. + It currently includes 6 different levels. The game's name is recursive + and stands for "Zaz ain't Z". + . + A 3D accelerator is needed for decent gameplay. + +Package: zaz-data +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends} +Recommends: zaz (>= ${source:Version}) +Description: arcade action puzzle game - game data + Zaz is an arcade action puzzle game where the goal is to get rid of + all incoming balls by rearranging their order. + . + This package contains the game data. + +Package: zaz-dbg +Section: debug +Architecture: any +Depends: zaz (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} +Description: arcade action puzzle game - debug + Zaz is an arcade action puzzle game where the goal is to get rid of + all incoming balls by rearranging their order. + . + This package contains the debugging symbols. Added: packages/trunk/zaz/debian/copyright =================================================================== --- packages/trunk/zaz/debian/copyright (rev 0) +++ packages/trunk/zaz/debian/copyright 2009-08-22 20:49:43 UTC (rev 10188) @@ -0,0 +1,41 @@ +Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat +Upstream-Source: http://sourceforge.net/projects/zaz/ +Upstream-Maintainer: Remigiusz Dybka <[email protected]> +Debianized-By: Miriam Ruiz <[email protected]> +Debianized-Date: Sat, 22 Aug 2009 21:06:09 +0200 + +Files: * +Copyright: Copyright (C) 2009, Remigiusz Dybka <[email protected]> +Licence: GPL-3+ + +Files: data/FreeSans.ttf data/FreeMonoBold.ttf +Copyright: Copyright (C) 2002 Free Software Foundation +Licence: GPL-2+ + +Files: debian/* +Copyright: Copyright (C) 2009, Miriam Ruiz <[email protected]> +Licence: GPL-3+ + +Licence: GPL-3+ + 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 3 of the License, or + (at your option) any later version. + . + On Debian systems, the complete text of the latest version of the GNU + General Public License can be found in `/usr/share/common-licenses/GPL'. + . + The complete text of version 3 of the GNU General Public License can be + found in `/usr/share/common-licenses/GPL-3'. + +Licence: GPL-2+ + 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. + . + On Debian systems, the complete text of the latest version of the GNU + General Public License can be found in `/usr/share/common-licenses/GPL'. + . + The complete text of version 2 of the GNU General Public License can be + found in `/usr/share/common-licenses/GPL-2'. Added: packages/trunk/zaz/debian/docs =================================================================== --- packages/trunk/zaz/debian/docs (rev 0) +++ packages/trunk/zaz/debian/docs 2009-08-22 20:49:43 UTC (rev 10188) @@ -0,0 +1 @@ +AUTHORS Added: packages/trunk/zaz/debian/rules =================================================================== --- packages/trunk/zaz/debian/rules (rev 0) +++ packages/trunk/zaz/debian/rules 2009-08-22 20:49:43 UTC (rev 10188) @@ -0,0 +1,105 @@ +#!/usr/bin/make -f + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +# These are used for cross-compiling and for saving the configure script +# from having to guess our platform (since we know it already) +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) +ifneq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE)) +CROSS= --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE) +else +CROSS= --build $(DEB_BUILD_GNU_TYPE) +endif + +config: config-stamp +config-stamp: + dh_testdir + [ ! -d debian/patches ] || $(MAKE) -f /usr/share/quilt/quilt.make patch +ifneq "$(wildcard /usr/share/misc/config.sub)" "" + cp -f /usr/share/misc/config.sub config.sub +endif +ifneq "$(wildcard /usr/share/misc/config.guess)" "" + cp -f /usr/share/misc/config.guess config.guess +endif + ./configure $(CROSS) \ + --prefix=/usr \ + --bindir=\$${prefix}/games \ + --datarootdir=\$${prefix}/share/games \ + --mandir=\$${prefix}/share/man \ + --infodir=\$${prefix}/share/info \ + CFLAGS="$(CFLAGS)" \ + LDFLAGS="-Wl,-z,defs -Wl,--as-needed -Wl,--no-undefined" + touch $@ + +build: build-stamp +build-stamp: config + dh_testdir + $(MAKE) + touch $@ + +clean: config + dh_testdir + dh_testroot + rm -f build-stamp config-stamp + [ ! -f Makefile ] || $(MAKE) distclean + rm -f config.sub config.guess + [ ! -d debian/patches ] || $(MAKE) -f /usr/share/quilt/quilt.make unpatch + dh_clean + +install: build + dh_testdir + dh_testroot + dh_prep + dh_installdirs + $(MAKE) DESTDIR=$(CURDIR)/debian/zaz install + rm debian/zaz/usr/share/games/zaz/FreeMonoBold.ttf + ln -s /usr/share/fonts/truetype/freefont/FreeMonoBold.ttf debian/zaz/usr/share/games/zaz/FreeMonoBold.ttf + rm debian/zaz/usr/share/games/zaz/FreeSans.ttf + ln -s /usr/share/fonts/truetype/freefont/FreeSans.ttf debian/zaz/usr/share/games/zaz/FreeSans.ttf + rm -r debian/zaz/usr/doc/ + mv debian/zaz/usr/share/games/applications/ debian/zaz/usr/share/ + mv debian/zaz/usr/share/games/pixmaps/ debian/zaz/usr/share/ + dh_movefiles --sourcedir=debian/zaz + +# Build architecture-independent files here. +binary-indep: install + dh_testdir + dh_testroot + dh_installchangelogs -i + dh_installdocs -i + dh_installexamples -i + dh_install -i + dh_link -i + dh_compress -i + dh_fixperms -i + [ ! -e /usr/bin/dh_buildinfo ] || dh_buildinfo -i + dh_installdeb -i + dh_gencontrol -i + dh_md5sums -i + dh_builddeb -i + +# Build architecture-dependent files here. +binary-arch: install + dh_testdir + dh_testroot + dh_installchangelogs -a + dh_installdocs -a + dh_installexamples -a + dh_install -a +# dh_installmenu -a + dh_installman -a + dh_link -a + dh_strip -a --dbg-package=zaz-dbg + dh_compress -a + dh_fixperms -a + [ ! -e /usr/bin/dh_buildinfo ] || dh_buildinfo -a + dh_installdeb -a + dh_shlibdeps -a + dh_gencontrol -a + dh_md5sums -a + dh_builddeb -a + +binary: binary-indep binary-arch +.PHONY: config build clean binary-indep binary-arch binary install Property changes on: packages/trunk/zaz/debian/rules ___________________________________________________________________ Added: svn:executable + * Added: packages/trunk/zaz/debian/zaz-data.files =================================================================== --- packages/trunk/zaz/debian/zaz-data.files (rev 0) +++ packages/trunk/zaz/debian/zaz-data.files 2009-08-22 20:49:43 UTC (rev 10188) @@ -0,0 +1 @@ +usr/share/games/zaz/ _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

