[Python-apps-commits] r6916 - in packages/synopsis/trunk/debian (3 files)

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Sat Apr 9 18:16:34 UTC 2011


    Date: Saturday, April 9, 2011 @ 18:16:26
  Author: jwilk
Revision: 6916

Fix FTBFS with GCC 4.5.

Added:
  packages/synopsis/trunk/debian/patches/30_bts565051_FTBFS_GCC4.5.dpatch
Modified:
  packages/synopsis/trunk/debian/changelog
  packages/synopsis/trunk/debian/patches/00list

Modified: packages/synopsis/trunk/debian/changelog
===================================================================
--- packages/synopsis/trunk/debian/changelog	2011-04-09 14:50:27 UTC (rev 6915)
+++ packages/synopsis/trunk/debian/changelog	2011-04-09 18:16:26 UTC (rev 6916)
@@ -1,3 +1,10 @@
+synopsis (0.12-7) UNRELEASED; urgency=low
+
+  * Fix FTBFS with GCC 4.5 (closes: #565051). Thanks to Matthias Klose for the
+    bug report and the patch.
+
+ -- Jakub Wilk <jwilk at debian.org>  Sat, 09 Apr 2011 20:11:10 +0200
+
 synopsis (0.12-6) unstable; urgency=low
 
   [ Sandro Tosi ]

Modified: packages/synopsis/trunk/debian/patches/00list
===================================================================
--- packages/synopsis/trunk/debian/patches/00list	2011-04-09 14:50:27 UTC (rev 6915)
+++ packages/synopsis/trunk/debian/patches/00list	2011-04-09 18:16:26 UTC (rev 6916)
@@ -1,3 +1,4 @@
 #No current patches.
 10_bts558996_FTBFS_hppa_invalid_initializer
 20_bts576225_FTBFS_sparc_undefined_reference
+30_bts565051_FTBFS_GCC4.5.dpatch

Added: packages/synopsis/trunk/debian/patches/30_bts565051_FTBFS_GCC4.5.dpatch
===================================================================
--- packages/synopsis/trunk/debian/patches/30_bts565051_FTBFS_GCC4.5.dpatch	                        (rev 0)
+++ packages/synopsis/trunk/debian/patches/30_bts565051_FTBFS_GCC4.5.dpatch	2011-04-09 18:16:26 UTC (rev 6916)
@@ -0,0 +1,18 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 30_bts565051_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 with GCC 4.5
+
+ at DPATCH@
+--- synopsis-0.12.orig/Synopsis/Parsers/Cxx/Types.cc
++++ synopsis-0.12/Synopsis/Parsers/Cxx/Types.cc
+@@ -169,7 +169,7 @@
+ // Class Types::FuncPtr
+ //
+ 
+-FuncPtr::FuncPtr(Type::Type* ret, const Mods& premods, const Type::vector& params)
++FuncPtr::FuncPtr(Type* ret, const Mods& premods, const Type::vector& params)
+         : m_return(ret), m_premod(premods), m_params(params)
+ {}
+ 




More information about the Python-apps-commits mailing list