[SCM] single/multiplayer lobby for the Spring RTS engine branch, master, updated. debian/0.139-1-13-g845ab2b

Jan Dittberner jandd at debian.org
Tue May 22 18:56:10 UTC 2012


The following commit has been merged in the master branch:
commit 2063a0911ca99c3de9415a3adcd099142e9deb96
Author: Jan Dittberner <jandd at debian.org>
Date:   Tue May 22 11:44:30 2012 +0200

    fix FTBFS twice in a row
    
    move rm -f .gitattributes from clean to override_dh_auto_clean to fix
    FTBFS twice in a row

diff --git a/debian/changelog b/debian/changelog
index 10727f9..fa3ff32 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,8 +6,10 @@ springlobby (0.147-1) UNRELEASED; urgency=low
     - bump debian/compat to 9
     - bump debhelper version in Build-Depends to (>= 9.20120417~)
   * debian/rules: move --buildsystem=cmake to the end of dh invocation
+  * move rm -f .gitattributes from clean to override_dh_auto_clean to
+    fix FTBFS twice in a row
 
- -- Jan Dittberner <jandd at debian.org>  Mon, 21 May 2012 22:34:46 +0200
+ -- Jan Dittberner <jandd at debian.org>  Tue, 22 May 2012 12:20:44 +0200
 
 springlobby (0.144-1) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 49f3182..841eb64 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,8 +41,6 @@ override_dh_strip:
 override_dh_auto_clean:
 	+dh_auto_clean
 	$(MAKE) -C debian/manpages clean
-
-clean:
 	rm -f .gitattributes
 
 %:

-- 
single/multiplayer lobby for the Spring RTS engine



More information about the Pkg-games-commits mailing list