Author: eddyp-guest Date: 2007-04-25 22:02:46 +0000 (Wed, 25 Apr 2007) New Revision: 2592
Added: packages/trunk/glest-data/debian/ packages/trunk/glest-data/debian/changelog packages/trunk/glest-data/debian/compat packages/trunk/glest-data/debian/control packages/trunk/glest-data/debian/copyright packages/trunk/glest-data/debian/dirs packages/trunk/glest-data/debian/docs packages/trunk/glest-data/debian/glest-data.doc-base packages/trunk/glest-data/debian/rules Log: [svn-inject] Applying Debian modifications to trunk Property changes on: packages/trunk/glest-data/debian ___________________________________________________________________ Name: mergeWithUpstream + 1 Added: packages/trunk/glest-data/debian/changelog =================================================================== --- packages/trunk/glest-data/debian/changelog 2007-04-25 22:02:40 UTC (rev 2591) +++ packages/trunk/glest-data/debian/changelog 2007-04-25 22:02:46 UTC (rev 2592) @@ -0,0 +1,6 @@ +glest-data (2.0.0-0ubuntu1) edgy; urgency=low + + * Initial release + + -- Giuseppe Borzi <[EMAIL PROTECTED]> Wed, 9 Aug 2006 14:12:01 +0200 + Added: packages/trunk/glest-data/debian/compat =================================================================== --- packages/trunk/glest-data/debian/compat 2007-04-25 22:02:40 UTC (rev 2591) +++ packages/trunk/glest-data/debian/compat 2007-04-25 22:02:46 UTC (rev 2592) @@ -0,0 +1 @@ +5 Added: packages/trunk/glest-data/debian/control =================================================================== --- packages/trunk/glest-data/debian/control 2007-04-25 22:02:40 UTC (rev 2591) +++ packages/trunk/glest-data/debian/control 2007-04-25 22:02:46 UTC (rev 2592) @@ -0,0 +1,18 @@ +Source: glest-data +Section: games +Priority: optional +Maintainer: Giuseppe Borzi <[EMAIL PROTECTED]> +Build-Depends: debhelper (>= 5.0.0) +Standards-Version: 3.7.2 + +Package: glest-data +Architecture: all +Suggests: glest +Description: A free 3d real-time customizable strategy game + Glest takes place in a context which could be compared to that of the + pre-renaissance Europe, with the licence that magic forces exist in the + environment and can be controlled. + . + Current version is fully playable, includes single player game against CPU + controlled players, two factions with their corresponding tech trees, units, + buildings and some maps. This is the data package. Added: packages/trunk/glest-data/debian/copyright =================================================================== --- packages/trunk/glest-data/debian/copyright 2007-04-25 22:02:40 UTC (rev 2591) +++ packages/trunk/glest-data/debian/copyright 2007-04-25 22:02:46 UTC (rev 2592) @@ -0,0 +1,38 @@ +This package was debianized by Giuseppe Borzi <[EMAIL PROTECTED]> on +Mon, 12 Dec 2005 20:27:08 +0100. + +It was downloaded from http://www.glest.org + +Copyright Holder: The Glest Team <[EMAIL PROTECTED]> + +License: + +============================== +Glest Game 2.0.0 License +============================== + +Except where otherwise noted, all of the documentation, multimedia and software +included in the Glest Game setup package is copyrighted by The Glest Team. + +Copyright (C) 2001-2006 The Glest Team. All rights reserved. + +This software is provided without any express or implied warranty. In no event +shall the author be held liable for any damages arising from the use of this +software. + +This software may be redistributed freely, but all redistributions must retain +all occurences of the above copyright notice and web site addresses that are +currently in place. + +email: [EMAIL PROTECTED] +web: http://www.glest.org/ + + +The Glest Team: + +Programmer: Marti�o Figueroa +Sound artist: Jose Luis Gonz�lez +2D and 3D artist: Tucho Fern�ndez +2D artist and web: Jos� Zanni +Animation: F�lix Men�ndez +3D artist: Marcos Caruncho Added: packages/trunk/glest-data/debian/dirs =================================================================== --- packages/trunk/glest-data/debian/dirs 2007-04-25 22:02:40 UTC (rev 2591) +++ packages/trunk/glest-data/debian/dirs 2007-04-25 22:02:46 UTC (rev 2592) @@ -0,0 +1,2 @@ +usr/share/games/glest +usr/share/doc/glest-data/html Added: packages/trunk/glest-data/debian/docs =================================================================== --- packages/trunk/glest-data/debian/docs 2007-04-25 22:02:40 UTC (rev 2591) +++ packages/trunk/glest-data/debian/docs 2007-04-25 22:02:46 UTC (rev 2592) @@ -0,0 +1 @@ +docs/readme.txt Added: packages/trunk/glest-data/debian/glest-data.doc-base =================================================================== --- packages/trunk/glest-data/debian/glest-data.doc-base 2007-04-25 22:02:40 UTC (rev 2591) +++ packages/trunk/glest-data/debian/glest-data.doc-base 2007-04-25 22:02:46 UTC (rev 2592) @@ -0,0 +1,13 @@ +Document: glest-data +Title: Debian glest-data Manual +Author: <insert document author here> +Abstract: This manual describes what glest-data is + and how it can be used to + manage online manuals on Debian systems. +Section: unknown + +Format: HTML +Index: /usr/share/doc/glest-data/html/index.html +Files: /usr/share/doc/glest-data/html/*.html + + Added: packages/trunk/glest-data/debian/rules =================================================================== --- packages/trunk/glest-data/debian/rules 2007-04-25 22:02:40 UTC (rev 2591) +++ packages/trunk/glest-data/debian/rules 2007-04-25 22:02:46 UTC (rev 2592) @@ -0,0 +1,72 @@ +#!/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 + + + +build: build-stamp + +build-stamp: + dh_testdir + + # Add here commands to compile the package. + #$(MAKE) + #docbook-to-man debian/glest-data.sgml > glest-data.1 + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + + # Add here commands to clean up after the build process. + #-$(MAKE) clean + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Add here commands to install the package into debian/glest-data. + #$(MAKE) install DESTDIR=$(CURDIR)/debian/glest-data + cp -r configuration.xml data maps techs tilesets $(CURDIR)/debian/glest-data/usr/share/games/glest + mkdir -p $(CURDIR)/debian/glest-data/usr/share/doc/glest-data/html + cp docs/tech/*.html $(CURDIR)/debian/glest-data/usr/share/doc/glest-data/html + for i in $(CURDIR)/debian/glest-data/usr/share/doc/glest-data/html/*.html; do sed -i -e 's_\.\./\.\./techs_../../../games/glest/techs_' $$i; done + + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_installexamples + dh_install + dh_installman + dh_link usr/share/doc/glest-data/html/magitech.html usr/share/doc/glest-data/html/index.html + dh_strip + dh_compress + dh_fixperms + 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/glest-data/debian/rules ___________________________________________________________________ Name: svn:executable + * _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

