[SCM] GNU Shockwave Flash (SWF) player branch, master, updated. debian/0.8.10-2-1-g2c66451

Gabriele Giacone gg0-guest at alioth.debian.org
Sat Feb 11 16:33:38 UTC 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Shockwave Flash (SWF) player".

The branch, master has been updated
       via  2c6645127161e6785762b19a9ed6925f0e9c4137 (commit)
      from  1655cc8d10803838fd87d63d1c6f8948f00d398a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 2c6645127161e6785762b19a9ed6925f0e9c4137
Author: Gabriele Giacone <1o5g4r8o at gmail.com>
Date:   Sat Feb 11 16:50:42 2012 +0100

    Fix CXX optimization (Closes: #659495).

-----------------------------------------------------------------------

Summary of changes:
 debian/changelog |    6 ++++++
 debian/rules     |    3 +++
 2 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e417f49..2984c7e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+gnash (0.8.10-3) unstable; urgency=low
+
+  * Fix CXX optimization (Closes: #659495).
+
+ -- Gabriele Giacone <1o5g4r8o at gmail.com>  Sat, 11 Feb 2012 16:48:45 +0100
+
 gnash (0.8.10-2) unstable; urgency=low
 
   * Fix cygnal upgrade (Closes: #659095).
diff --git a/debian/rules b/debian/rules
index 2853dc4..eb04e65 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,11 +21,14 @@ OBJDIR    := $(CURDIR)/tmp.build
 
 CFLAGS = -Wall -g -Werror-implicit-function-declaration
 LDFLAGS = -Wl,--no-add-needed
+CXXFLAGS = -Wall -g
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
 	CFLAGS += -O0
+	CXXFLAGS += -O0
 else
 	CFLAGS += -O2
+	CXXFLAGS += -O2
 endif
 ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
 	NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))


hooks/post-receive
-- 
GNU Shockwave Flash (SWF) player



More information about the pkg-flash-devel mailing list