r1817 - packages/trunk/ezquake/debian

Gonéri Le Bouder goneri-guest at costa.debian.org
Sun Oct 8 22:28:30 UTC 2006


Author: goneri-guest
Date: 2006-10-08 22:28:29 +0000 (Sun, 08 Oct 2006)
New Revision: 1817

Modified:
   packages/trunk/ezquake/debian/changelog
   packages/trunk/ezquake/debian/control
   packages/trunk/ezquake/debian/rules
Log:
binarys build fine now. Need to create a manpage and to split
packages:
 ezquake-x11
 ezquake-glx
 ezquake-svga
 use alternatives to manage a symblink


Modified: packages/trunk/ezquake/debian/changelog
===================================================================
--- packages/trunk/ezquake/debian/changelog	2006-10-08 22:09:34 UTC (rev 1816)
+++ packages/trunk/ezquake/debian/changelog	2006-10-08 22:28:29 UTC (rev 1817)
@@ -1 +1,6 @@
+ezquake (1517-1) unstable; urgency=low
 
+  * Initial release Closes: #XXXX
+
+ -- Gonéri Le Bouder <goneri at rulezlan.org>  Sun,  8 Oct 2006 23:57:03 +0200
+

Modified: packages/trunk/ezquake/debian/control
===================================================================
--- packages/trunk/ezquake/debian/control	2006-10-08 22:09:34 UTC (rev 1816)
+++ packages/trunk/ezquake/debian/control	2006-10-08 22:28:29 UTC (rev 1817)
@@ -1,4 +1,4 @@
-Source: amphetamine
+Source: ezquake
 Section: games
 Priority: optional
 Build-Depends: debhelper (>= 5.0), quilt, tcl8.4-dev
@@ -8,5 +8,5 @@
 
 Package: ezquake
 Architecture: any
-Description: modern ezquake 
+Description: a modern Quakeword client 
  Modern Quakeworld client. 

Modified: packages/trunk/ezquake/debian/rules
===================================================================
--- packages/trunk/ezquake/debian/rules	2006-10-08 22:09:34 UTC (rev 1816)
+++ packages/trunk/ezquake/debian/rules	2006-10-08 22:28:29 UTC (rev 1817)
@@ -4,6 +4,7 @@
 build-stamp:
 	dh_testdir
 	QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2
+	dos2unix image.c
 	mkdir -p $(PWD)/debian/build/build-gl
 	$(MAKE) BUILDDIR=$(PWD)/debian/build glx_release
 	$(MAKE) BUILDDIR=$(PWD)/debian/build x11_release
@@ -24,18 +25,21 @@
 	dh_testroot
 	dh_clean -k
 	dh_installdirs
-	$(MAKE) PREFIX=`pwd`/debian/build install
+	mkdir -p debian/tmp/usr/games
+	cp release-x86/ezquake-gl.glx debian/tmp/usr/games
+	cp release-x86/ezquake.svga debian/tmp/usr/games
+	cp release-x86/ezquake.x11 debian/tmp/usr/games
 
 binary-indep: build install
 
 binary-arch: build install
 	dh_testdir
 	dh_testroot
-	dh_installdocs README NEWS
+	dh_installdocs
 	dh_installexamples
 	dh_installmenu
 	dh_installman debian/*.6
-	dh_installchangelogs ChangeLog
+	dh_installchangelogs
 	dh_link
 	dh_strip
 	dh_compress




More information about the Pkg-games-commits mailing list