[med-svn] r10524 - in trunk/packages/ncbi-epcr/trunk/debian: . patches

Andreas Tille tille at alioth.debian.org
Sun Apr 22 21:19:17 UTC 2012


Author: tille
Date: 2012-04-22 21:19:17 +0000 (Sun, 22 Apr 2012)
New Revision: 10524

Added:
   trunk/packages/ncbi-epcr/trunk/debian/patches/gcc-4.7.patch
Modified:
   trunk/packages/ncbi-epcr/trunk/debian/changelog
   trunk/packages/ncbi-epcr/trunk/debian/patches/series
Log:
Fix FTBFS with gcc-4.7 by adding missing include


Modified: trunk/packages/ncbi-epcr/trunk/debian/changelog
===================================================================
--- trunk/packages/ncbi-epcr/trunk/debian/changelog	2012-04-22 21:01:48 UTC (rev 10523)
+++ trunk/packages/ncbi-epcr/trunk/debian/changelog	2012-04-22 21:19:17 UTC (rev 10524)
@@ -13,6 +13,9 @@
      - Standards-Version: 3.9.3
      - Fixed Vcs fields
   * debian/{control,rules}: Removed explicite dependency from quilt
+  * debian/patches/gcc-4.7.patch: Add missing include to build using
+    gcc-4.7
+    Closes: #667156
 
  -- Andreas Tille <tille at debian.org>  Sun, 22 Apr 2012 22:52:29 +0200
 

Added: trunk/packages/ncbi-epcr/trunk/debian/patches/gcc-4.7.patch
===================================================================
--- trunk/packages/ncbi-epcr/trunk/debian/patches/gcc-4.7.patch	                        (rev 0)
+++ trunk/packages/ncbi-epcr/trunk/debian/patches/gcc-4.7.patch	2012-04-22 21:19:17 UTC (rev 10524)
@@ -0,0 +1,15 @@
+Author: Andreas Tille <tille at debian.org>
+Date: Sun, 22 Apr 2012 22:52:29 +0200
+Bug-Closed: http://bugs.debian.org/667156
+Description: Add missing include to build using gcc 4.7
+
+--- e-PCR-2.3.12.orig/minilcs.hpp
++++ e-PCR-2.3.12/minilcs.hpp
+@@ -36,6 +36,7 @@
+ #include <vector>
+ 
+ #include <ctype.h>
++#include <cstring>
+ 
+ BEGIN_NCBI_SCOPE
+ BEGIN_SCOPE(EPCR_SCOPE)

Modified: trunk/packages/ncbi-epcr/trunk/debian/patches/series
===================================================================
--- trunk/packages/ncbi-epcr/trunk/debian/patches/series	2012-04-22 21:01:48 UTC (rev 10523)
+++ trunk/packages/ncbi-epcr/trunk/debian/patches/series	2012-04-22 21:19:17 UTC (rev 10524)
@@ -1,3 +1,4 @@
 fix_clean_target.patch
 fix_header_location.patch
 ensure_build_options.patch
+gcc-4.7.patch




More information about the debian-med-commit mailing list