[med-svn] r276 - in trunk/packages/amap-align/trunk/debian: .
patches
Charles Plessy
charles-guest at alioth.debian.org
Sun Apr 29 13:13:08 UTC 2007
Author: charles-guest
Date: 2007-04-29 13:13:08 +0000 (Sun, 29 Apr 2007)
New Revision: 276
Added:
trunk/packages/amap-align/trunk/debian/patches/21_fix-gcc-4.3-build.dpatch
Modified:
trunk/packages/amap-align/trunk/debian/changelog
trunk/packages/amap-align/trunk/debian/patches/00list
Log:
Fixing 420963.
Modified: trunk/packages/amap-align/trunk/debian/changelog
===================================================================
--- trunk/packages/amap-align/trunk/debian/changelog 2007-04-28 05:32:59 UTC (rev 275)
+++ trunk/packages/amap-align/trunk/debian/changelog 2007-04-29 13:13:08 UTC (rev 276)
@@ -1,3 +1,10 @@
+amap-align (2.0-3) unstable; urgency=low
+
+ * Removing a semicolon which prevents to build with gcc-4.3.
+ Many thanks again to M. Michlmayr. (Closes:420963)
+
+ -- Charles Plessy <charles-debian-nospam at plessy.org> Sun, 29 Apr 2007 22:10:16 +0900
+
amap-align (2.0-2) unstable; urgency=low
* Added Subversion repository URL to debian/control.
Modified: trunk/packages/amap-align/trunk/debian/patches/00list
===================================================================
--- trunk/packages/amap-align/trunk/debian/patches/00list 2007-04-28 05:32:59 UTC (rev 275)
+++ trunk/packages/amap-align/trunk/debian/patches/00list 2007-04-29 13:13:08 UTC (rev 276)
@@ -1 +1,2 @@
20_fix-gcc-4.3-build
+21_fix-gcc-4.3-build.dpatch
Added: trunk/packages/amap-align/trunk/debian/patches/21_fix-gcc-4.3-build.dpatch
===================================================================
--- trunk/packages/amap-align/trunk/debian/patches/21_fix-gcc-4.3-build.dpatch 2007-04-28 05:32:59 UTC (rev 275)
+++ trunk/packages/amap-align/trunk/debian/patches/21_fix-gcc-4.3-build.dpatch 2007-04-29 13:13:08 UTC (rev 276)
@@ -0,0 +1,20 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 21_fix-gcc-4.3-build.dpatch by Charles Plessy <charles-debian-nospam at plessy.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Removes a semicolon in order to build with gcc-4.3
+
+ at DPATCH@
+
+--- MultiSequenceDag.h~ 2007-04-25 14:32:50.000000000 +0000
++++ MultiSequenceDag.h 2007-04-25 14:33:03.000000000 +0000
+@@ -207,7 +207,7 @@
+ // to two columns and the edge weight.
+ /*****************************************************************/
+
+- Edge (Column* c1, Column* c2, float initWeight) : sourceColumn(c1), targetColumn(c2), weight(initWeight) {};
++ Edge (Column* c1, Column* c2, float initWeight) : sourceColumn(c1), targetColumn(c2), weight(initWeight) {}
+
+ /*****************************************************************/
+ // Edge::calcTgfWeight()
+
More information about the debian-med-commit
mailing list