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

tille at alioth.debian.org tille at alioth.debian.org
Mon Apr 7 07:50:25 UTC 2008


Author: tille
Date: 2008-04-07 07:50:24 +0000 (Mon, 07 Apr 2008)
New Revision: 1690

Modified:
   trunk/packages/libgenome/trunk/debian/changelog
   trunk/packages/libgenome/trunk/debian/patches/10_cstring.patch
Log:
Further missing includes


Modified: trunk/packages/libgenome/trunk/debian/changelog
===================================================================
--- trunk/packages/libgenome/trunk/debian/changelog	2008-04-07 06:28:52 UTC (rev 1689)
+++ trunk/packages/libgenome/trunk/debian/changelog	2008-04-07 07:50:24 UTC (rev 1690)
@@ -1,3 +1,11 @@
+libgenome (1.3.0-4) unstable; urgency=low
+
+  * Even more missing includes (Thanks to Kumar Appaiah
+    <akumar at ee.iitm.ac.in>)
+    Closes: #474416
+
+ -- Andreas Tille <tille at debian.org>  Mon, 07 Apr 2008 09:25:58 +0200
+
 libgenome (1.3.0-3) unstable; urgency=low
 
   * Just another #include <cstring> to fix also the strchr issues

Modified: trunk/packages/libgenome/trunk/debian/patches/10_cstring.patch
===================================================================
--- trunk/packages/libgenome/trunk/debian/patches/10_cstring.patch	2008-04-07 06:28:52 UTC (rev 1689)
+++ trunk/packages/libgenome/trunk/debian/patches/10_cstring.patch	2008-04-07 07:50:24 UTC (rev 1690)
@@ -78,3 +78,23 @@
  #include <cctype>
  #include "libGenome/gnClone.h"
  
+--- libGenome-1.3.0.orig/libGenome/gnSequence.h
++++ libGenome-1.3.0/libGenome/gnSequence.h
+@@ -20,6 +20,7 @@
+ #include "libGenome/gnDefs.h"
+ 
+ #include <string>
++#include <cstdlib>
+ #include <iostream>
+ #include <list>
+ #include "libGenome/gnBaseSource.h"
+--- libGenome-1.3.0.orig/libGenome/gnStringSpec.h
++++ libGenome-1.3.0/libGenome/gnStringSpec.h
+@@ -18,6 +18,7 @@
+ 
+ #include "libGenome/gnDefs.h"
+ 
++#include <cstdlib>
+ #include <string>
+ #include "libGenome/gnContigSpec.h"
+ #include "libGenome/gnBaseSource.h"




More information about the debian-med-commit mailing list