[SCM] gecko-mediaplayer/experimental: Build with -std=gnu++0x

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Sun Nov 18 10:36:17 UTC 2012


The following commit has been merged in the experimental branch:
commit 0a3324fc59e8bdab7381900507b4fa33febe560a
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Sun Nov 18 11:21:13 2012 +0100

    Build with -std=gnu++0x

diff --git a/debian/changelog b/debian/changelog
index 3d6fa92..6b68cd2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,14 +5,16 @@ gecko-mediaplayer (1.0.7-1) UNRELEASED; urgency=low
     - Update my address.
     - Bump gnome-mplayer Dep to 1.0.7.
     - Bump libgmlib-dev Build-Dep to 1.0.7.
+    - Bump Standards-Version to 3.9.4 (no changes required).
   * debian/copyright: Update my address.
-  * debian/rules: Compile with -DMOZ_NO_MOZMALLOC.
+  * debian/rules: Compile with -std=gnu++0x to get rid of the xulrunner SDK
+    warning.
 
  -- Sebastian Ramacher <sramacher at debian.org>  Tue, 05 Jun 2012 00:00:14 +0200
 
 gecko-mediaplayer (1.0.6-1) unstable; urgency=low
 
-  * New upstream release. 
+  * New upstream release.
   * debian/patches:
     - Update 0001-mozalloc.patch.
     - Remove 0002-fix-spelling-error.patch (not needed anymore).
diff --git a/debian/control b/debian/control
index 3bf0696..71b38a2 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,7 @@ Build-Depends:
  libgmlib-dev (>= 1.0.7),
  libgconf2-dev,
  libcurl4-gnutls-dev | libcurl-dev
-Standards-Version: 3.9.3
+Standards-Version: 3.9.4
 Homepage: http://code.google.com/p/gecko-mediaplayer/
 Vcs-Git: git://anonscm.debian.org/pkg-multimedia/gecko-mediaplayer.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/gecko-mediaplayer.git
diff --git a/debian/rules b/debian/rules
index 5325f87..86e7a80 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,7 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+export DEB_CXXFLAGS_MAINT_APPEND=-std=gnu++0x
 export DEB_CPPLAGS_MAINT_APPEND=-DMOZ_NO_MOZALLOC
 export DEB_LDFLAGS_MAINT_APPEND=-Wl,-z,defs -Wl,--as-needed
 

-- 
gecko-mediaplayer packaging



More information about the pkg-multimedia-commits mailing list