[SCM] 2D platformer game starring a quixotic frog branch, master, updated. debian/1.1+dfsg-3

Dmitry E. Oboukhov unera at debian.org
Sun Jun 19 12:20:25 UTC 2011


The following commit has been merged in the master branch:
commit 0019c30b2c1e465e83950f32af6287b333ced40e
Author: Dmitry E. Oboukhov <unera at debian.org>
Date:   Sun Jun 19 16:15:06 2011 +0400

    disable ccache

diff --git a/debian/changelog b/debian/changelog
index e480061..4d0d30c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+frogatto (1.1+dfsg-3) unstable; urgency=low
+
+  * Disable ccache.
+
+ -- Dmitry E. Oboukhov <unera at debian.org>  Sun, 19 Jun 2011 16:11:54 +0400
+
 frogatto (1.1+dfsg-2) unstable; urgency=low
 
   * Replace libglew-dev to libglew1.5-dev in deplist (FTBFS), closes: #630971.
diff --git a/debian/control b/debian/control
index ac3afbd..920251b 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,8 @@ Build-Depends: cdbs, debhelper (>= 7.0),
  libsdl-mixer1.2-dev (>= 1.2.7),
  libsdl-image1.2-dev (>= 1.2.7),
  libboost-regex-dev (>= 1.35),
- libboost-system-dev (>= 1.35)
+ libboost-system-dev (>= 1.35),
+ ccache
 Homepage: http://www.frogatto.com/
 Uploaders: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 VCS-Browser: http://git.debian.org/?p=pkg-games/frogatto.git;a=summary
diff --git a/debian/rules b/debian/rules
index b6cedd4..bf57e5d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,6 +13,8 @@ UPSTREAM_CLEAN_VERSION	:= $(shell echo $(PACKAGE_VERSION) | sed 's/[+-].*//' )
 
 DEB_DH_GENCONTROL_ARGS	= -- -VUVersion=$(UPSTREAM_CLEAN_VERSION)
 
+export CCACHE_DISABLE=1
+
 clean::
 	find -name \*.o -delete
 	find -name \*.mo -delete

-- 
2D platformer game starring a quixotic frog



More information about the Pkg-games-commits mailing list