[game-data-packager] 16/293: updated to svn580

Simon McVittie smcv at debian.org
Fri Oct 14 00:11:52 UTC 2016


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch quake
in repository game-data-packager.

commit 20473502109bf1e95fc8ece73f950722c10b9461
Author: Bruno "Fuddl" Kleinert <fuddl at debian.org>
Date:   Tue Feb 21 23:27:22 2006 +0000

    updated to svn580
    
    now installs upstream's new icon (hell yeah, THAT was REALLY important... ;) )
---
 debian/changelog | 7 +++++++
 debian/rules     | 4 +++-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 3494af9..387e370 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ioquake3 (1.33+svn580-1) unstable; urgency=low
+
+  * Updated to SVN release 580
+  * Installs new ioquake3 icon (the .svg one)
+
+ -- Bruno "Fuddl" Kleinert <fuddl at gmx.de>  Tue, 21 Feb 2006 23:46:21 +0100
+
 ioquake3 (1.33+svn544-1) unstable; urgency=low
 
   * Updated to SVN release 544
diff --git a/debian/rules b/debian/rules
index 077472a..4e0afa0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -47,7 +47,7 @@ clean: unpatch
 	-$(MAKE) distclean
 	
 	# Clean up files we generated on our own
-	-rm -f build-stamp configure-stamp unpack-stamp ioq3ded.6 ioquake3.6 ioquake3.xpm
+	-rm -f build-stamp configure-stamp unpack-stamp ioq3ded.6 ioquake3.6 ioquake3.xpm ioquake3.svg
 	dh_clean
 
 install: DH_OPTIONS=
@@ -62,10 +62,12 @@ install: build
 	cp build/release-linux-$(Q3ARCH)/ioquake3-smp.$(Q3ARCH) build/release-linux-$(Q3ARCH)/ioquake3-smp
 	cp build/release-linux-$(Q3ARCH)/ioq3ded.$(Q3ARCH) build/release-linux-$(Q3ARCH)/ioq3ded
 	cp code/unix/quake3.xpm ioquake3.xpm
+	cp code/unix/quake3.svg ioquake3.svg
 	
 	### client files
 	dh_install -pioquake3 debian/scripts/ioquake3 usr/games
 	dh_install -pioquake3 ioquake3.xpm usr/share/pixmaps
+	dh_install -pioquake3 ioquake3.svg usr/share/pixmaps
 	dh_install -pioquake3 debian/ioquake3.desktop usr/share/applications # TODO waiting for dh_desktop to do that job! :(
 	dh_install -pioquake3 build/release-linux-$(Q3ARCH)/ioquake3 \
 		   build/release-linux-$(Q3ARCH)/ioquake3-smp \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/game-data-packager.git



More information about the Pkg-games-commits mailing list