[med-svn] r18729 - in trunk/packages/vsearch/trunk/debian: . patches

Andreas Tille tille at moszumanska.debian.org
Mon Feb 2 11:50:05 UTC 2015


Author: tille
Date: 2015-02-02 11:50:05 +0000 (Mon, 02 Feb 2015)
New Revision: 18729

Added:
   trunk/packages/vsearch/trunk/debian/patches/fix_build_issue_on_hurd.patch
Modified:
   trunk/packages/vsearch/trunk/debian/changelog
   trunk/packages/vsearch/trunk/debian/patches/series
Log:
Fix build issue on hurd


Modified: trunk/packages/vsearch/trunk/debian/changelog
===================================================================
--- trunk/packages/vsearch/trunk/debian/changelog	2015-02-02 10:47:59 UTC (rev 18728)
+++ trunk/packages/vsearch/trunk/debian/changelog	2015-02-02 11:50:05 UTC (rev 18729)
@@ -9,6 +9,9 @@
   * Lintian override for gzipped data file
   * debian/upstream/metadata: add some related references (note: currently
     there is no publication about vsearch itself)
+  * Fix build issue on Hurd (Thanks for the hint to Samuel Thibault
+    <sthibault at debian.org>)
+    Closes: #776815
 
  -- Andreas Tille <tille at debian.org>  Mon, 02 Feb 2015 07:40:07 +0100
 

Added: trunk/packages/vsearch/trunk/debian/patches/fix_build_issue_on_hurd.patch
===================================================================
--- trunk/packages/vsearch/trunk/debian/patches/fix_build_issue_on_hurd.patch	                        (rev 0)
+++ trunk/packages/vsearch/trunk/debian/patches/fix_build_issue_on_hurd.patch	2015-02-02 11:50:05 UTC (rev 18729)
@@ -0,0 +1,17 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Changed: Mon, 02 Feb 2015 07:40:07 +0100
+Bugs-Debian: http://bugs.debian.org/776815
+Description: Fix build issue on Hurd which does not harm anywhere else
+
+--- a/src/vsearch.h
++++ b/src/vsearch.h
+@@ -20,7 +20,9 @@
+ */
+ 
+ #include <sys/types.h>
++#ifdef __APPLE__
+ #include <sys/sysctl.h>
++#endif
+ #include <sys/stat.h>
+ #include <sys/time.h>
+ #include <sys/resource.h>

Modified: trunk/packages/vsearch/trunk/debian/patches/series
===================================================================
--- trunk/packages/vsearch/trunk/debian/patches/series	2015-02-02 10:47:59 UTC (rev 18728)
+++ trunk/packages/vsearch/trunk/debian/patches/series	2015-02-02 11:50:05 UTC (rev 18729)
@@ -2,3 +2,4 @@
 x86_spezific_opts.patch
 hardening.patch
 manpage_syntax.patch
+fix_build_issue_on_hurd.patch




More information about the debian-med-commit mailing list