The following commit has been merged in the master branch:
commit f2ccc639210fd384d4ca3e24e14585c50b35567f
Author: Felix Geyer <[email protected]>
Date: Wed May 11 17:43:45 2011 +0200
In clean target: don't fail if calling bam returns an error.
diff --git a/debian/changelog b/debian/changelog
index 4d505a2..b452041 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ teeworlds (0.6.0-1) UNRELEASED; urgency=low
* Update Vcs control fields, package moved to git.
* Switch to debhelper compat level 8.
* Set minimal bam version to 0.4.
+ * In clean target: don't fail if calling bam returns an error.
-- Felix Geyer <[email protected]> Mon, 09 May 2011 11:09:33 +0200
diff --git a/debian/rules b/debian/rules
index ed693fe..ced9a08 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,7 @@ override_dh_auto_install:
override_dh_auto_clean:
touch debian.lua
- bam -c
+ -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 teeworlds_srv teeworlds-server dilate versionsrv packetgen
mastersrv teeworlds
--
Packaging for teeworlds
_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits