The following commit has been merged in the master branch:
commit 899c9fbcbe3748ee181e89fa0d8d0d6219cd65e6
Author: Felix Geyer <[email protected]>
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 <[email protected]>  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

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

Reply via email to