[med-svn] r4569 - in trunk/packages/tigr-glimmer/trunk/debian: . patches

Andreas Tille tille at alioth.debian.org
Thu Jan 21 22:19:05 UTC 2010


Author: tille
Date: 2010-01-21 22:19:04 +0000 (Thu, 21 Jan 2010)
New Revision: 4569

Modified:
   trunk/packages/tigr-glimmer/trunk/debian/changelog
   trunk/packages/tigr-glimmer/trunk/debian/patches/10_gcc4.4.patch
Log:
We need another patch, the build would not fail but the target is not complete otherwise


Modified: trunk/packages/tigr-glimmer/trunk/debian/changelog
===================================================================
--- trunk/packages/tigr-glimmer/trunk/debian/changelog	2010-01-21 22:10:37 UTC (rev 4568)
+++ trunk/packages/tigr-glimmer/trunk/debian/changelog	2010-01-21 22:19:04 UTC (rev 4569)
@@ -1,4 +1,4 @@
-tigr-glimmer (3.02-2) UNRELEASED; urgency=low
+tigr-glimmer (3.02-2) unstable; urgency=low
 
   * debian/control:
     - Fixed Vcs-Svn (missing svn/)

Modified: trunk/packages/tigr-glimmer/trunk/debian/patches/10_gcc4.4.patch
===================================================================
--- trunk/packages/tigr-glimmer/trunk/debian/patches/10_gcc4.4.patch	2010-01-21 22:10:37 UTC (rev 4568)
+++ trunk/packages/tigr-glimmer/trunk/debian/patches/10_gcc4.4.patch	2010-01-21 22:19:04 UTC (rev 4569)
@@ -12,3 +12,14 @@
  
     p = strchr (CONVERSION_STRING, tolower (ch));
     if  (p == NULL)
+--- tigr-glimmer-3.02.orig/src/ICM/icm.cc
++++ tigr-glimmer-3.02/src/ICM/icm.cc
+@@ -1983,7 +1983,7 @@
+ //  model) for character  ch .
+ 
+   {
+-   char  * p;
++   const char  * p;
+ 
+    p = strchr (ALPHA_STRING, tolower (Filter (ch)));
+    if  (p == NULL)




More information about the debian-med-commit mailing list