[Python-apps-commits] r5156 - in packages/synopsis/trunk/debian (3 files)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Thu Apr 29 08:07:38 UTC 2010
Date: Thursday, April 29, 2010 @ 08:06:46
Author: morph
Revision: 5156
* debian/patches/20_bts576225_FTBFS_sparc_undefined_reference.dpatch
- Fix a FTBFS on sparc due to "undefined reference"; thanks to Jakub Wilk
for the report and patch; Closes: #576225
Added:
packages/synopsis/trunk/debian/patches/20_bts576225_FTBFS_sparc_undefined_reference.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-29 07:55:42 UTC (rev 5155)
+++ packages/synopsis/trunk/debian/changelog 2010-04-29 08:06:46 UTC (rev 5156)
@@ -3,8 +3,11 @@
* 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
+ * debian/patches/20_bts576225_FTBFS_sparc_undefined_reference.dpatch
+ - Fix a FTBFS on sparc due to "undefined reference"; thanks to Jakub Wilk
+ for the report and patch; Closes: #576225
- -- Sandro Tosi <morph at debian.org> Thu, 29 Apr 2010 09:54:47 +0200
+ -- Sandro Tosi <morph at debian.org> Thu, 29 Apr 2010 10:05:35 +0200
synopsis (0.12-5) unstable; urgency=low
Modified: packages/synopsis/trunk/debian/patches/00list
===================================================================
--- packages/synopsis/trunk/debian/patches/00list 2010-04-29 07:55:42 UTC (rev 5155)
+++ packages/synopsis/trunk/debian/patches/00list 2010-04-29 08:06:46 UTC (rev 5156)
@@ -1,2 +1,3 @@
#No current patches.
10_bts558996_FTBFS_hppa_invalid_initializer
+20_bts576225_FTBFS_sparc_undefined_reference
Added: packages/synopsis/trunk/debian/patches/20_bts576225_FTBFS_sparc_undefined_reference.dpatch
===================================================================
--- packages/synopsis/trunk/debian/patches/20_bts576225_FTBFS_sparc_undefined_reference.dpatch (rev 0)
+++ packages/synopsis/trunk/debian/patches/20_bts576225_FTBFS_sparc_undefined_reference.dpatch 2010-04-29 08:06:46 UTC (rev 5156)
@@ -0,0 +1,33 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 20_bts576225_FTBFS_sparc_undefined_reference.dpatch by Jakub Wilk <jwilk at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Fix a FTBFS on sparc due to "undefined reference"
+
+ at DPATCH@
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' synopsis~/src/Synopsis/gc/configure synopsis/src/Synopsis/gc/configure
+--- synopsis~/src/Synopsis/gc/configure 2008-12-29 17:30:54.000000000 +0100
++++ synopsis/src/Synopsis/gc/configure 2010-04-29 10:04:27.000000000 +0200
+@@ -6267,6 +6267,9 @@
+ sparc*-sun-solaris2.*)
+ machdep="mach_dep.lo sparc_mach_dep.lo"
+ ;;
++ sparc*-*-*)
++ machdep="mach_dep.lo sparc_mach_dep.lo"
++ ;;
+ ia64-*-*)
+ machdep="mach_dep.lo ia64_save_regs_in_stack.lo"
+ ;;
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' synopsis~/src/Synopsis/gc/configure.ac synopsis/src/Synopsis/gc/configure.ac
+--- synopsis~/src/Synopsis/gc/configure.ac 2008-11-07 00:59:12.000000000 +0100
++++ synopsis/src/Synopsis/gc/configure.ac 2010-04-29 10:04:27.000000000 +0200
+@@ -402,6 +402,9 @@
+ sparc*-sun-solaris2.*)
+ machdep="mach_dep.lo sparc_mach_dep.lo"
+ ;;
++ sparc*-*-*)
++ machdep="mach_dep.lo sparc_mach_dep.lo"
++ ;;
+ ia64-*-*)
+ machdep="mach_dep.lo ia64_save_regs_in_stack.lo"
+ ;;
Property changes on: packages/synopsis/trunk/debian/patches/20_bts576225_FTBFS_sparc_undefined_reference.dpatch
___________________________________________________________________
Added: svn:executable
+ *
More information about the Python-apps-commits
mailing list