Author: tille Date: 2009-09-03 06:59:31 +0000 (Thu, 03 Sep 2009) New Revision: 3864
Modified: trunk/packages/theseus/trunk/debian/changelog trunk/packages/theseus/trunk/debian/patches/10_kbsd.patch Log: Fixed broken patch Modified: trunk/packages/theseus/trunk/debian/changelog =================================================================== --- trunk/packages/theseus/trunk/debian/changelog 2009-09-03 02:04:58 UTC (rev 3863) +++ trunk/packages/theseus/trunk/debian/changelog 2009-09-03 06:59:31 UTC (rev 3864) @@ -1,3 +1,11 @@ +theseus (1.4.3-2) unstable; urgency=low + + * debian/patches/10_kbsd.patch: Correctly applied patch from + Cyril (sorry for mixing this up) + Closes: #542879 + + -- Andreas Tille <[email protected]> Thu, 03 Sep 2009 08:49:22 +0200 + theseus (1.4.3-1) unstable; urgency=low [Andreas Tille] Modified: trunk/packages/theseus/trunk/debian/patches/10_kbsd.patch =================================================================== --- trunk/packages/theseus/trunk/debian/patches/10_kbsd.patch 2009-09-03 02:04:58 UTC (rev 3863) +++ trunk/packages/theseus/trunk/debian/patches/10_kbsd.patch 2009-09-03 06:59:31 UTC (rev 3864) @@ -9,7 +9,7 @@ #define LOGNORMAL_SEEN -#ifdef __linux__ -+#ifdef __linux__ || defined(__GLIBC__) ++#if defined(__linux__) || defined(__GLIBC__) extern double erf(double x); #endif @@ -18,7 +18,7 @@ #define VONMISES_DIST_SEEN -#ifdef __linux__ -+#ifdef __linux__ || defined(__GLIBC__) ++#if defined(__linux__) || defined(__GLIBC__) extern double jn(int n, double x); #endif @@ -29,7 +29,7 @@ #include <stdio.h> #include <unistd.h> -#ifdef __linux__ -+#ifdef __linux__ || defined(__GLIBC__) ++#if defined(__linux__) || defined(__GLIBC__) #include <getopt.h> #endif #include <ctype.h> _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
