r8693 - packages/trunk/teeworlds/debian

Gonéri Le Bouder goneri at alioth.debian.org
Sat Jan 24 00:13:35 UTC 2009


Author: goneri
Date: 2009-01-24 00:13:34 +0000 (Sat, 24 Jan 2009)
New Revision: 8693

Modified:
   packages/trunk/teeworlds/debian/changelog
   packages/trunk/teeworlds/debian/control
   packages/trunk/teeworlds/debian/rules
Log:
Bam has its own release now


Modified: packages/trunk/teeworlds/debian/changelog
===================================================================
--- packages/trunk/teeworlds/debian/changelog	2009-01-24 00:12:14 UTC (rev 8692)
+++ packages/trunk/teeworlds/debian/changelog	2009-01-24 00:13:34 UTC (rev 8693)
@@ -1,6 +1,7 @@
 teeworlds (0.5.0-1) experimental; urgency=low
 
   * New upstream release
+  * Bam has its own release now
 
  -- Gonéri Le Bouder <goneri at rulezlan.org>  Fri, 23 Jan 2009 23:09:01 +0100
 

Modified: packages/trunk/teeworlds/debian/control
===================================================================
--- packages/trunk/teeworlds/debian/control	2009-01-24 00:12:14 UTC (rev 8692)
+++ packages/trunk/teeworlds/debian/control	2009-01-24 00:13:34 UTC (rev 8693)
@@ -5,7 +5,7 @@
 Uploaders: Jack Coulter <jscinoz at gmail.com>, Gonéri Le Bouder <goneri at rulezlan.org>
 Build-Depends: debhelper (>= 5), unzip, python, freeglut3-dev,
  portaudio19-dev, zlib1g-dev, libwavpack-dev, libglfw-dev, quilt,
- libpnglite-dev, libx11-dev, libxrandr-dev
+ libpnglite-dev, libx11-dev, libxrandr-dev, bam
 Standards-Version: 3.8.0
 Homepage: http://www.teeworlds.com/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/teeworlds

Modified: packages/trunk/teeworlds/debian/rules
===================================================================
--- packages/trunk/teeworlds/debian/rules	2009-01-24 00:12:14 UTC (rev 8692)
+++ packages/trunk/teeworlds/debian/rules	2009-01-24 00:13:34 UTC (rev 8693)
@@ -34,18 +34,14 @@
 	rm ../teeworlds-$(VERSION)-src.tar.gz
 	rm -rf ${TMPDIR}
 
-bam/src/bam: $(QUILT_STAMPFN)
+build: $(QUILT_STAMPFN) 
 	dh_testdir
-	cd bam && ./make_unix.sh
-	
-build: $(QUILT_STAMPFN) bam/src/bam 
-	dh_testdir
 	bam/src/bam release
 	
 
-clean: $(QUILT_STAMPFN) bam/src/bam
+clean: $(QUILT_STAMPFN)
 	dh_testdir
-	bam/src/bam -c all
+	bam
 	quilt pop -a -f
 	rm -rf bam/src/bam tmp.* bam/src/tools/txt2c debian/stamp-patched bam/src/bam .pc bam/src/internal_base.h
 	dh_clean 




More information about the Pkg-games-commits mailing list