The following commit has been merged in the master branch:
commit ff9d015c1c51e5c3b74c8180e159ca8126a51e1e
Author: Martin Erik Werner <[email protected]>
Date:   Wed Dec 21 11:40:27 2011 +0100

    Add patch to build with debug symbols

diff --git a/debian/patches/build-with-debug-symbols.patch 
b/debian/patches/build-with-debug-symbols.patch
new file mode 100644
index 0000000..bb92ac9
--- /dev/null
+++ b/debian/patches/build-with-debug-symbols.patch
@@ -0,0 +1,16 @@
+Description: Build with debug symbols
+ In order to create -dbg packages on Debian we need to build with the debug
+ flag.
+Forwarded: not-needed
+Author: Martin Erik Werner <[email protected]>
+Last-Update: 2011-12-13
+
+--- a/src/Makefile
++++ b/src/Makefile
+@@ -1,5 +1,5 @@
+ #CXXFLAGS= -ggdb3
+-CXXFLAGS= -O3 -fomit-frame-pointer
++CXXFLAGS= -O3 -fomit-frame-pointer -g
+ override CXXFLAGS+= -Wall -fsigned-char -fno-exceptions -fno-rtti
+ 
+ PLATFORM= $(shell uname -s)
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..934cbbe
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+build-with-debug-symbols.patch

-- 
Packaging for cube2font

_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to