Author: jscinoz-guest
Date: 2008-04-18 00:47:32 +0000 (Fri, 18 Apr 2008)
New Revision: 6621

Modified:
   packages/trunk/teeworlds/debian/control
   packages/trunk/teeworlds/debian/rules
Log:
Patches that make it use system libs rather than embedded


Modified: packages/trunk/teeworlds/debian/control
===================================================================
--- packages/trunk/teeworlds/debian/control     2008-04-18 00:43:55 UTC (rev 
6620)
+++ packages/trunk/teeworlds/debian/control     2008-04-18 00:47:32 UTC (rev 
6621)
@@ -2,7 +2,7 @@
 Section: games
 Priority: optional
 Maintainer: Jack Coulter <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 5), unzip, python, libasound2-dev, freeglut3-dev
+Build-Depends: debhelper (>= 5), unzip, python, libasound2-dev, freeglut3-dev, 
portaudio19-dev, zlib1g-dev, libwavpack-dev, libglfw-dev, quilt
 Standards-Version: 3.7.3
 
 Package: teeworlds

Modified: packages/trunk/teeworlds/debian/rules
===================================================================
--- packages/trunk/teeworlds/debian/rules       2008-04-18 00:43:55 UTC (rev 
6620)
+++ packages/trunk/teeworlds/debian/rules       2008-04-18 00:47:32 UTC (rev 
6621)
@@ -8,7 +8,7 @@
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
-
+include /usr/share/quilt/quilt.make
 DEB_SOURCE_PACKAGE:=$(shell dpkg-parsechangelog | grep Source |cut -f2 -d" ")
 VERSION:=$(shell dpkg-parsechangelog | grep Version | cut -d" " -f2|cut -d"-" 
-f1)
 TMPDIR:=$(shell mktemp -dp./)
@@ -38,12 +38,12 @@
        dh_testdir
        cd bam && ./make_unix.sh
        
-build: build-bam
+build: build-bam $(QUILT_STAMPFN)
        dh_testdir
        bam/src/bam release
        
 
-clean: build-bam
+clean: build-bam unpatch
        dh_testdir
        bam/src/bam -c all
        rm -rf bam/src/bam tmp.* bam/src/tools/txt2c


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to