[med-svn] r285 - in trunk/packages/amap-align/trunk/debian: . patches

Charles Plessy charles-guest at alioth.debian.org
Sat May 12 07:33:18 UTC 2007


Author: charles-guest
Date: 2007-05-12 07:33:18 +0000 (Sat, 12 May 2007)
New Revision: 285

Removed:
   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:
Revert the changes, it was not a bug.

Modified: trunk/packages/amap-align/trunk/debian/changelog
===================================================================
--- trunk/packages/amap-align/trunk/debian/changelog	2007-05-09 22:54:46 UTC (rev 284)
+++ trunk/packages/amap-align/trunk/debian/changelog	2007-05-12 07:33:18 UTC (rev 285)
@@ -1,10 +1,3 @@
-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-05-09 22:54:46 UTC (rev 284)
+++ trunk/packages/amap-align/trunk/debian/patches/00list	2007-05-12 07:33:18 UTC (rev 285)
@@ -1,2 +1 @@
 20_fix-gcc-4.3-build
-21_fix-gcc-4.3-build.dpatch

Deleted: 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-05-09 22:54:46 UTC (rev 284)
+++ trunk/packages/amap-align/trunk/debian/patches/21_fix-gcc-4.3-build.dpatch	2007-05-12 07:33:18 UTC (rev 285)
@@ -1,20 +0,0 @@
-#! /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