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

morph at users.alioth.debian.org morph at users.alioth.debian.org
Thu Apr 29 07:55:47 UTC 2010


    Date: Thursday, April 29, 2010 @ 07:55:42
  Author: morph
Revision: 5155

* debian/patches/10_bts558996_FTBFS_hppa_invalid_initializer.dpatch
  - Fix a FTBFS on HTTP due to an "invalid initializer"; thanks to dann
    frazier for the report and to Jakub Wilk for the patch; Closes: #558996

Added:
  packages/synopsis/trunk/debian/patches/10_bts558996_FTBFS_hppa_invalid_initializer.dpatch
Modified:
  packages/synopsis/trunk/debian/changelog
  packages/synopsis/trunk/debian/patches/00list

Modified: packages/synopsis/trunk/debian/changelog
===================================================================
--- packages/synopsis/trunk/debian/changelog	2010-04-26 21:23:39 UTC (rev 5154)
+++ packages/synopsis/trunk/debian/changelog	2010-04-29 07:55:42 UTC (rev 5155)
@@ -1,3 +1,11 @@
+synopsis (0.12-6) UNRELEASED; urgency=low
+
+  * debian/patches/10_bts558996_FTBFS_hppa_invalid_initializer.dpatch
+    - Fix a FTBFS on HTTP due to an "invalid initializer"; thanks to dann
+      frazier for the report and to Jakub Wilk for the patch; Closes: #558996
+
+ -- Sandro Tosi <morph at debian.org>  Thu, 29 Apr 2010 09:54:47 +0200
+
 synopsis (0.12-5) unstable; urgency=low
 
   * debian/control

Modified: packages/synopsis/trunk/debian/patches/00list
===================================================================
--- packages/synopsis/trunk/debian/patches/00list	2010-04-26 21:23:39 UTC (rev 5154)
+++ packages/synopsis/trunk/debian/patches/00list	2010-04-29 07:55:42 UTC (rev 5155)
@@ -1 +1,2 @@
 #No current patches.
+10_bts558996_FTBFS_hppa_invalid_initializer

Added: packages/synopsis/trunk/debian/patches/10_bts558996_FTBFS_hppa_invalid_initializer.dpatch
===================================================================
--- packages/synopsis/trunk/debian/patches/10_bts558996_FTBFS_hppa_invalid_initializer.dpatch	                        (rev 0)
+++ packages/synopsis/trunk/debian/patches/10_bts558996_FTBFS_hppa_invalid_initializer.dpatch	2010-04-29 07:55:42 UTC (rev 5155)
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 10_bts558996_FTBFS_hppa_invalid_initializer.dpatch by Jakub Wilk <jwilk at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Fix a FTBFS on HTTP due to an "invalid initializer"
+
+ at DPATCH@
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' synopsis~/src/Synopsis/gc/pthread_support.c synopsis/src/Synopsis/gc/pthread_support.c
+--- synopsis~/src/Synopsis/gc/pthread_support.c	2008-11-07 00:59:12.000000000 +0100
++++ synopsis/src/Synopsis/gc/pthread_support.c	2010-04-29 09:53:29.000000000 +0200
+@@ -1297,7 +1297,7 @@
+ /* as STL alloc.h.  This isn't really the right way to do this.   */
+ /* but until the POSIX scheduling mess gets straightened out ...  */
+ 
+-volatile AO_TS_t GC_allocate_lock = 0;
++volatile AO_TS_t GC_allocate_lock = AO_TS_INITIALIZER;
+ 
+ 
+ void GC_lock(void)


Property changes on: packages/synopsis/trunk/debian/patches/10_bts558996_FTBFS_hppa_invalid_initializer.dpatch
___________________________________________________________________
Added: svn:executable
   + *




More information about the Python-apps-commits mailing list