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

Dmitry E. Oboukhov unera at debian.org
Sun Jun 19 13:28:06 UTC 2011


The following commit has been merged in the master branch:
commit 2c788d87ddfe1a9a77c5c1c97fd5c4ee8857a7be
Author: Dmitry E. Oboukhov <unera at debian.org>
Date:   Sun Jun 19 17:21:49 2011 +0400

    thoroughly disable ccache

diff --git a/Makefile b/Makefile
index a8184f3..61d1a35 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
-CC  = ccache gcc
-CXX = ccache g++
+CC  = gcc
+CXX = g++
 
 OPT = -O2 -fno-inline-functions
 
diff --git a/debian/changelog b/debian/changelog
index 4d0d30c..21d585f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+frogatto (1.1+dfsg-4) unstable; urgency=low
+
+  * Thoroughly disable ccache.
+
+ -- Dmitry E. Oboukhov <unera at debian.org>  Sun, 19 Jun 2011 17:19:11 +0400
+
 frogatto (1.1+dfsg-3) unstable; urgency=low
 
   * Disable ccache.
diff --git a/debian/control b/debian/control
index 920251b..ac3afbd 100644
--- a/debian/control
+++ b/debian/control
@@ -12,8 +12,7 @@ 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),
- ccache
+ libboost-system-dev (>= 1.35)
 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/patches/disable-ccache.patch b/debian/patches/disable-ccache.patch
new file mode 100644
index 0000000..99c0622
--- /dev/null
+++ b/debian/patches/disable-ccache.patch
@@ -0,0 +1,35 @@
+Description: Upstream changes introduced in version 1.1+dfsg-4
+ This patch has been created by dpkg-source during the package build.
+ Here's the last changelog entry, hopefully it gives details on why
+ those changes were made:
+ .
+ frogatto (1.1+dfsg-4) unstable; urgency=low
+ .
+   * Thoroughly disable ccache.
+ .
+ The person named in the Author field signed this changelog entry.
+Author: Dmitry E. Oboukhov <unera at debian.org>
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: <vendor|upstream|other>, <url of original patch>
+Bug: <url in upstream bugtracker>
+Bug-Debian: http://bugs.debian.org/<bugnumber>
+Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
+Forwarded: <no|not-needed|url proving that it has been forwarded>
+Reviewed-By: <name and email of someone who approved the patch>
+Last-Update: <YYYY-MM-DD>
+
+--- frogatto-1.1+dfsg.orig/Makefile
++++ frogatto-1.1+dfsg/Makefile
+@@ -1,5 +1,5 @@
+-CC  = ccache gcc
+-CXX = ccache g++
++CC  = gcc
++CXX = g++
+ 
+ OPT = -O2 -fno-inline-functions
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..a88ef30
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+disable-ccache.patch

-- 
2D platformer game starring a quixotic frog



More information about the Pkg-games-commits mailing list