[SCM] Debian packaging of wesnoth branch, devel, updated. debian/1.9.1-1-5-g864858c

Gerfried Fuchs rhonda at debian.at
Thu Nov 11 21:28:36 UTC 2010


The following commit has been merged in the devel branch:
commit 2e7bcdb632a420e526eabf5eacb04f59288aab73
Author: Gerfried Fuchs <rhonda at debian.at>
Date:   Tue Nov 9 19:11:56 2010 +0100

    remove src/lua/Makefile.in on clean

diff --git a/debian/changelog b/debian/changelog
index c425e44..4bb74a3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,9 @@
 wesnoth-1.9 (1:1.9.2-1) unstable; urgency=low
 
   * New upstream devel release.
-  * New tool: imgcheck
+  * New tool: imgcheck.
+  * Remove src/lua/Makefile.in in clean target explicitly which doesn't get
+    removed on distclean.
 
  -- 
 
diff --git a/debian/rules b/debian/rules
index 0032e26..8ca4f22 100755
--- a/debian/rules
+++ b/debian/rules
@@ -59,7 +59,7 @@ clean:
 		doc/manual/Makefile.in src/Makefile.in icons/Makefile.in \
 		config/compile config/config.guess config/config.sub \
 		config/install-sh config/missing config/depcomp \
-		config/py-compile config.log
+		config/py-compile config.log src/lua/Makefile.in
 	find po -name "*.gmo" -exec rm -f {} \;
 	find po -name "stamp-po" -exec rm -f {} \;
 	rm -f config.sub config.guess

-- 
Debian packaging of wesnoth



More information about the Pkg-games-commits mailing list