[med-svn] r1702 - in trunk/packages/libgenome/trunk/debian: . patches

tille at alioth.debian.org tille at alioth.debian.org
Tue Apr 8 11:55:10 UTC 2008


Author: tille
Date: 2008-04-08 11:55:09 +0000 (Tue, 08 Apr 2008)
New Revision: 1702

Modified:
   trunk/packages/libgenome/trunk/debian/changelog
   trunk/packages/libgenome/trunk/debian/patches/10_cstring.patch
Log:
After setting up my own g++-4.3 build chroot it makes me positive that this will finally fix the problem.


Modified: trunk/packages/libgenome/trunk/debian/changelog
===================================================================
--- trunk/packages/libgenome/trunk/debian/changelog	2008-04-08 05:27:01 UTC (rev 1701)
+++ trunk/packages/libgenome/trunk/debian/changelog	2008-04-08 11:55:09 UTC (rev 1702)
@@ -1,3 +1,12 @@
+libgenome (1.3.0-5) unstable; urgency=low
+
+  * Another "#include <cstring>" was obviousely missing.  I know
+    compiled successfully in a g++-4.3 environment which makes me
+    positive that this finally
+    Closes: #474416
+
+ -- Andreas Tille <tille at debian.org>  Tue, 08 Apr 2008 13:37:18 +0200
+
 libgenome (1.3.0-4) unstable; urgency=low
 
   * Even more missing includes (Thanks to Kumar Appaiah

Modified: trunk/packages/libgenome/trunk/debian/patches/10_cstring.patch
===================================================================
--- trunk/packages/libgenome/trunk/debian/patches/10_cstring.patch	2008-04-08 05:27:01 UTC (rev 1701)
+++ trunk/packages/libgenome/trunk/debian/patches/10_cstring.patch	2008-04-08 11:55:09 UTC (rev 1702)
@@ -90,11 +90,12 @@
  #include "libGenome/gnBaseSource.h"
 --- libGenome-1.3.0.orig/libGenome/gnStringSpec.h
 +++ libGenome-1.3.0/libGenome/gnStringSpec.h
-@@ -18,6 +18,7 @@
+@@ -18,6 +18,8 @@
  
  #include "libGenome/gnDefs.h"
  
 +#include <cstdlib>
++#include <cstring>
  #include <string>
  #include "libGenome/gnContigSpec.h"
  #include "libGenome/gnBaseSource.h"




More information about the debian-med-commit mailing list