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

tille at alioth.debian.org tille at alioth.debian.org
Sat Apr 5 18:02:46 UTC 2008


Author: tille
Date: 2008-04-05 18:02:45 +0000 (Sat, 05 Apr 2008)
New Revision: 1685

Modified:
   trunk/packages/libgenome/trunk/debian/changelog
   trunk/packages/libgenome/trunk/debian/patches/10_cstring.patch
   trunk/packages/libgenome/trunk/debian/patches/series
Log:
Fix more files with same build issue but causet by strcpy


Modified: trunk/packages/libgenome/trunk/debian/changelog
===================================================================
--- trunk/packages/libgenome/trunk/debian/changelog	2008-04-05 14:37:43 UTC (rev 1684)
+++ trunk/packages/libgenome/trunk/debian/changelog	2008-04-05 18:02:45 UTC (rev 1685)
@@ -1,3 +1,10 @@
+libgenome (1.3.0-3) unstable; urgency=low
+
+  * Just another #include <cstring> to fix also the strchr issues
+    Closes: #474416
+
+ -- Andreas Tille <tille at debian.org>  Sat, 05 Apr 2008 19:46:43 +0200
+
 libgenome (1.3.0-2) unstable; urgency=low
 
   * Include pkgconfig file into -dev package

Modified: trunk/packages/libgenome/trunk/debian/patches/10_cstring.patch
===================================================================
--- trunk/packages/libgenome/trunk/debian/patches/10_cstring.patch	2008-04-05 14:37:43 UTC (rev 1684)
+++ trunk/packages/libgenome/trunk/debian/patches/10_cstring.patch	2008-04-05 18:02:45 UTC (rev 1685)
@@ -58,3 +58,23 @@
  
  
  using namespace std;
+--- libGenome-1.3.0.orig/libGenome/gnCompare.cpp
++++ libGenome-1.3.0/libGenome/gnCompare.cpp
+@@ -14,6 +14,7 @@
+ #endif
+ 
+ #include "libGenome/gnCompare.h"
++#include <cstring>
+ 
+ //	public:
+ 
+--- libGenome-1.3.0.orig/libGenome/gnCompare.h
++++ libGenome-1.3.0/libGenome/gnCompare.h
+@@ -19,6 +19,7 @@
+ #include "libGenome/gnDefs.h"
+ 
+ #include <string>
++#include <cstring>
+ #include <cctype>
+ #include "libGenome/gnClone.h"
+ 

Modified: trunk/packages/libgenome/trunk/debian/patches/series
===================================================================
--- trunk/packages/libgenome/trunk/debian/patches/series	2008-04-05 14:37:43 UTC (rev 1684)
+++ trunk/packages/libgenome/trunk/debian/patches/series	2008-04-05 18:02:45 UTC (rev 1685)
@@ -1,4 +1,4 @@
-10_cstring.patch
 01_libGenome_Makefile_am.patch
 02_autoreconf.patch
 03_libtool.patch
+10_cstring.patch




More information about the debian-med-commit mailing list