[med-svn] r225 - in trunk/packages/amap-align/trunk/debian: .
patches
Charles Plessy
charles-guest at alioth.debian.org
Sat Mar 10 04:44:12 CET 2007
Author: charles-guest
Date: 2007-03-10 03:44:12 +0000 (Sat, 10 Mar 2007)
New Revision: 225
Added:
trunk/packages/amap-align/trunk/debian/patches/20_fix-gcc-4.3-build
Modified:
trunk/packages/amap-align/trunk/debian/changelog
trunk/packages/amap-align/trunk/debian/patches/00list
trunk/packages/amap-align/trunk/debian/patches/10_rename-amap
Log:
Fixing http://bugs.debian.org/413477
Modified: trunk/packages/amap-align/trunk/debian/changelog
===================================================================
--- trunk/packages/amap-align/trunk/debian/changelog 2007-03-04 14:02:26 UTC (rev 224)
+++ trunk/packages/amap-align/trunk/debian/changelog 2007-03-10 03:44:12 UTC (rev 225)
@@ -1,8 +1,9 @@
amap-align (2.0-2) unstable; urgency=low
* Add Subversion repository URL to debian/control.
+ * Patching for building with gcc-4.3. Many thanks to Martin Michlmayr (Closes:413477)
- -- Charles Plessy <charles-debian-nospam at plessy.org> Sun, 4 Mar 2007 22:39:29 +0900
+ -- Charles Plessy <charles-debian-nospam at plessy.org> Sat, 10 Mar 2007 12:41:06 +0900
amap-align (2.0-1) unstable; urgency=low
Modified: trunk/packages/amap-align/trunk/debian/patches/00list
===================================================================
--- trunk/packages/amap-align/trunk/debian/patches/00list 2007-03-04 14:02:26 UTC (rev 224)
+++ trunk/packages/amap-align/trunk/debian/patches/00list 2007-03-10 03:44:12 UTC (rev 225)
@@ -1 +1,2 @@
10_rename-amap
+20_fix-gcc-4.3-build
Modified: trunk/packages/amap-align/trunk/debian/patches/10_rename-amap
===================================================================
--- trunk/packages/amap-align/trunk/debian/patches/10_rename-amap 2007-03-04 14:02:26 UTC (rev 224)
+++ trunk/packages/amap-align/trunk/debian/patches/10_rename-amap 2007-03-10 03:44:12 UTC (rev 225)
@@ -4,7 +4,10 @@
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Rename amap to amap-align
+## DP: Since version 2.0-2, this patch is not applied anymore, because the old
+## DP: amap package related to networking has been removed from Debian.
+
@DPATCH@
--- amap-2.0/Amap.cc 2006-04-07 06:41:21.000000000 +0900
Added: trunk/packages/amap-align/trunk/debian/patches/20_fix-gcc-4.3-build
===================================================================
--- trunk/packages/amap-align/trunk/debian/patches/20_fix-gcc-4.3-build 2007-03-04 14:02:26 UTC (rev 224)
+++ trunk/packages/amap-align/trunk/debian/patches/20_fix-gcc-4.3-build 2007-03-10 03:44:12 UTC (rev 225)
@@ -0,0 +1,18 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 20_fix-gcc-4.3-build.dpatch by Charles Plessy <charles-debian-nospam at plessy.org>
+##
+## DP: Allows building with gcc-4.3.
+## DP: Many thanks to Martin Michlmayr (http://bugs.debian.org/413477)
+
+ at DPATCH@
+
+--- ./Amap.cc~ 2007-03-05 11:29:54.000000000 +0000
++++ ./Amap.cc 2007-03-05 11:30:58.000000000 +0000
+@@ -12,6 +12,7 @@
+ #include "ProbabilisticModel.h"
+ #include "EvolutionaryTree.h"
+ #include "SparseMatrix.h"
++#include <climits>
+ #include <string>
+ #include <sstream>
+ #include <iomanip>
Property changes on: trunk/packages/amap-align/trunk/debian/patches/20_fix-gcc-4.3-build
___________________________________________________________________
Name: svn:executable
+ *
More information about the debian-med-commit
mailing list