Author: goneri Date: 2009-07-30 16:11:40 +0000 (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: #XXXXX) + * Initial release (Closes: #435809) -- Gonéri Le Bouder <[email protected]> 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 <[email protected]> @@ -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 ;\ - mv irrlicht_1.5+repack1.orig.tar.gz .. ;\ + tar xf AssaultCube_v1.0.2.tar.bz2 ;\ + rm -rf AssaultCube_v1.0.2/bin_unix ;\ + rm -rf AssaultCube_v1.0.2/source ;\ + GZIP="--best" tar -czf assaultcube-data_1.0.2+repack1.orig.tar.gz AssaultCube_v1.0.2 ;\ + mv assaultcube-data_1.0.2+repack1.orig.tar.gz .. ;\ ) rm -rf ../repack -clean: unpatch + +build: + # nothing + + +clean: dh_testdir dh_testroot - rm -f build-stamp configure-stamp - dh_clean install: @@ -47,28 +28,28 @@ dh_testroot dh_prep dh_installdirs + dh_install config usr/share/games/assaultcube + dh_install packages usr/share/games/assaultcube + dh_install bot usr/share/games/assaultcube + find debian/assaultcube-data -type f ! -name 'rules' -exec chmod 644 {} \; + find debian/assaultcube-data -name 'license.txt' -exec rm {} \; +binary-arch: build install -# Build architecture-independent files here. -binary-indep: install -# We have nothing to do by default. - -# Build architecture-dependent files here. -binary-arch: install +binary-indep: build install dh_testdir dh_testroot - dh_installchangelogs - dh_installdocs README.html + dh_installdocs docs README.html dh_installexamples - dh_install --sourcedir=debian/tmp - dh_installman - dh_link + dh_installchangelogs + dh_strip dh_compress dh_fixperms - dh_makeshlibs dh_installdeb + dh_gencontrol dh_md5sums dh_builddeb binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install configure + +.PHONY: build clean binary-indep binary-arch binary install Modified: non-free/packages/trunk/assaultcube-data/debian/watch =================================================================== --- non-free/packages/trunk/assaultcube-data/debian/watch 2009-07-30 14:50:22 UTC (rev 10103) +++ non-free/packages/trunk/assaultcube-data/debian/watch 2009-07-30 16:11:40 UTC (rev 10104) @@ -1,3 +1,3 @@ version=3 -opts=dversionmangle=s/\+dfsg\d+$//g \ +opts=dversionmangle=s/\+repack\d+$//g \ http://sf.net/actiongame/AssaultCube/1.0/AssaultCube_v([\.0-9]+)\.tar.bz2 _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

