r9097 - packages/trunk/teeworlds/debian

Gonéri Le Bouder goneri at alioth.debian.org
Tue Mar 10 20:53:25 UTC 2009


Author: goneri
Date: 2009-03-10 20:53:25 +0000 (Tue, 10 Mar 2009)
New Revision: 9097

Modified:
   packages/trunk/teeworlds/debian/changelog
   packages/trunk/teeworlds/debian/control
   packages/trunk/teeworlds/debian/rules
Log:
- BuildDepends on libsdl1.2-dev
- Update the clean target


Modified: packages/trunk/teeworlds/debian/changelog
===================================================================
--- packages/trunk/teeworlds/debian/changelog	2009-03-10 15:23:18 UTC (rev 9096)
+++ packages/trunk/teeworlds/debian/changelog	2009-03-10 20:53:25 UTC (rev 9097)
@@ -3,6 +3,8 @@
   * New upstream release (Closes: #511875, #517002)
    - Bam has its own release now
    - Update debian/copyright
+   - BuildDepends on libsdl1.2-dev
+   - Update the clean target
   * teeworlds-server doesn't suggest teeworlds-server anymore
 
  -- 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-03-10 15:23:18 UTC (rev 9096)
+++ packages/trunk/teeworlds/debian/control	2009-03-10 20:53:25 UTC (rev 9097)
@@ -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, bam
+ libpnglite-dev, libx11-dev, libxrandr-dev, bam, libsdl1.2-dev
 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-03-10 15:23:18 UTC (rev 9096)
+++ packages/trunk/teeworlds/debian/rules	2009-03-10 20:53:25 UTC (rev 9097)
@@ -42,8 +42,8 @@
 clean: $(QUILT_STAMPFN)
 	dh_testdir
 	bam -c
-#	quilt pop -a -f
-	rm -rf tmp.* debian/stamp-patched .pc config.bam
+	find -type f -name '*.o' -exec rm {} \;
+	rm -rf tmp.* debian/stamp-patched .pc config.bam fake_server map_resave crapnet tileset_borderfix teeworlds_srv dilate versionsrv packetgen mastersrv
 	dh_clean datasrc/*.pyc 
 
 install: install-indep install-arch




More information about the Pkg-games-commits mailing list