[SCM] Packaging for teeworlds branch, master, updated. upstream/0.6.0-16-g899c9fb

Felix Geyer debfx-pkg at fobos.de
Wed May 18 12:35:20 UTC 2011


The following commit has been merged in the master branch:
commit 899c9fbcbe3748ee181e89fa0d8d0d6219cd65e6
Author: Felix Geyer <debfx-pkg at fobos.de>
Date:   Wed May 18 14:35:00 2011 +0200

    Remove map_version in the clean target.

diff --git a/debian/changelog b/debian/changelog
index 5868b3b..001e8da 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,6 +21,7 @@ teeworlds (0.6.0-1) UNRELEASED; urgency=low
   * Use gcc macros instead of an incomplete list of architectures to detect
     the endianness.
     - Add gcc-endianness.patch
+  * Remove map_version in the clean target.
 
  -- Felix Geyer <debfx-pkg at fobos.de>  Mon, 09 May 2011 11:09:33 +0200
 
diff --git a/debian/rules b/debian/rules
index 58c070c..4966dfd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,7 +32,7 @@ override_dh_auto_clean:
 	touch debian.lua
 	-bam -c
 	find -type f -name '*.o' -exec rm {} \;
-	rm -rf tmp.* config.bam debian.lua fake_server map_resave crapnet tileset_borderfix
+	rm -rf tmp.* config.bam debian.lua fake_server map_resave map_version crapnet tileset_borderfix
 	rm -rf teeworlds_srv teeworlds-server dilate versionsrv packetgen mastersrv teeworlds
 	rm -rf .bam debian/icotmp
 	rm -f datasrc/*.pyc config.lua

-- 
Packaging for teeworlds



More information about the Pkg-games-commits mailing list