[Python-modules-commits] r16464 - in packages/pyxine/trunk/debian (3 files)

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Sat Apr 9 18:49:23 UTC 2011


    Date: Saturday, April 9, 2011 @ 18:49:03
  Author: jwilk
Revision: 16464

Fix FTBFS with GCC 4.5.

Added:
  packages/pyxine/trunk/debian/patches/fix-ftbfs-gcc4.5.dpatch
Modified:
  packages/pyxine/trunk/debian/changelog
  packages/pyxine/trunk/debian/patches/00list

Modified: packages/pyxine/trunk/debian/changelog
===================================================================
--- packages/pyxine/trunk/debian/changelog	2011-04-09 18:15:11 UTC (rev 16463)
+++ packages/pyxine/trunk/debian/changelog	2011-04-09 18:49:03 UTC (rev 16464)
@@ -1,8 +1,10 @@
 pyxine (0.1alpha2-7) UNRELEASED; urgency=low
 
   * Protect for loops in debian/rules with set -e.
+  * Fix FTBFS with GCC 4.5 (closes: #565068). Thanks to Matthias Klose for the
+    bug report and the patch.
 
- -- Jakub Wilk <jwilk at debian.org>  Sat, 09 Apr 2011 20:14:20 +0200
+ -- Jakub Wilk <jwilk at debian.org>  Sat, 09 Apr 2011 20:43:01 +0200
 
 pyxine (0.1alpha2-6) unstable; urgency=low
 

Modified: packages/pyxine/trunk/debian/patches/00list
===================================================================
--- packages/pyxine/trunk/debian/patches/00list	2011-04-09 18:15:11 UTC (rev 16463)
+++ packages/pyxine/trunk/debian/patches/00list	2011-04-09 18:49:03 UTC (rev 16464)
@@ -1 +1,2 @@
 amd64.dpatch
+fix-ftbfs-gcc4.5.dpatch

Added: packages/pyxine/trunk/debian/patches/fix-ftbfs-gcc4.5.dpatch
===================================================================
--- packages/pyxine/trunk/debian/patches/fix-ftbfs-gcc4.5.dpatch	                        (rev 0)
+++ packages/pyxine/trunk/debian/patches/fix-ftbfs-gcc4.5.dpatch	2011-04-09 18:49:03 UTC (rev 16464)
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## fix-ftbfs-gcc4.5.dpatch by Matthias Klose <doko at ubuntu.com>.
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Fix FTBFS on GCC 4.5.
+
+ at DPATCH@
+
+--- pyxine-0.1alpha2.orig/pxlib/Callback.cc
++++ pyxine-0.1alpha2/pxlib/Callback.cc
+@@ -84,7 +84,7 @@
+   rep->ref_cnt++;
+ }
+ 
+-PythonContext::PythonContext&
++PythonContext&
+ PythonContext::operator=(const PythonContext& c)
+ {
+   if (--rep->ref_cnt == 0)


Property changes on: packages/pyxine/trunk/debian/patches/fix-ftbfs-gcc4.5.dpatch
___________________________________________________________________
Added: svn:executable
   + *




More information about the Python-modules-commits mailing list