r44839 - /packages/openturns/trunk/debian/patches/

barbier-guest at users.alioth.debian.org barbier-guest at users.alioth.debian.org
Sat May 19 17:30:08 UTC 2012


Author: barbier-guest
Date: Sat May 19 17:30:08 2012
New Revision: 44839

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=44839
Log:
Rewrite all patch headers to (hopefully) comply with DEP3

Delete obsolete patches.

Removed:
    packages/openturns/trunk/debian/patches/dlopen.patch
    packages/openturns/trunk/debian/patches/fix_ftbfs_on_arm_and_mips.patch
    packages/openturns/trunk/debian/patches/gcc45.patch
    packages/openturns/trunk/debian/patches/install.patch
    packages/openturns/trunk/debian/patches/openturns-python26.diff
    packages/openturns/trunk/debian/patches/openturns-sh4-support.patch
    packages/openturns/trunk/debian/patches/pkg.patch
    packages/openturns/trunk/debian/patches/pth.diff
Modified:
    packages/openturns/trunk/debian/patches/bigendian-randomgenerator.patch
    packages/openturns/trunk/debian/patches/cmake-configdir.patch
    packages/openturns/trunk/debian/patches/debian-soname.patch
    packages/openturns/trunk/debian/patches/disable-test-wrapper.patch
    packages/openturns/trunk/debian/patches/ftbfs-4.7.patch
    packages/openturns/trunk/debian/patches/installcheck.patch
    packages/openturns/trunk/debian/patches/no-link-python.patch

Modified: packages/openturns/trunk/debian/patches/bigendian-randomgenerator.patch
URL: http://svn.debian.org/wsvn/debian-science/packages/openturns/trunk/debian/patches/bigendian-randomgenerator.patch?rev=44839&op=diff
==============================================================================
--- packages/openturns/trunk/debian/patches/bigendian-randomgenerator.patch (original)
+++ packages/openturns/trunk/debian/patches/bigendian-randomgenerator.patch Sat May 19 17:30:08 2012
@@ -1,9 +1,6 @@
 Description: Fix t_RandomGenerator_std unit test.
  It fails on PowerPC because of endianness.
 Author: Denis Barbier <bouzim at gmail.com>
-
----
-
 Origin: Debian
 Forwarded: no
 Last-Update: 2012-05-19

Modified: packages/openturns/trunk/debian/patches/cmake-configdir.patch
URL: http://svn.debian.org/wsvn/debian-science/packages/openturns/trunk/debian/patches/cmake-configdir.patch?rev=44839&op=diff
==============================================================================
--- packages/openturns/trunk/debian/patches/cmake-configdir.patch (original)
+++ packages/openturns/trunk/debian/patches/cmake-configdir.patch Sat May 19 17:30:08 2012
@@ -1,7 +1,10 @@
-Reported upstream http://trac.openturns.org/ticket/472
-
-  http://trac.openturns.org/changeset/2509
-  http://trac.openturns.org/changeset/2510
+Description: Let CMake install openturns.conf into
+ ${OPENTURNS_SYSCONFIG_PATH}.
+Author: Denis Barbier <bouzim at gmail.com>
+Origin: Debian
+Forwarded: http://trac.openturns.org/ticket/472
+Applied-Upstream: http://trac.openturns.org/changeset/2509,http://trac.openturns.org/changeset/2510
+Last-Update: 2012-04-23
 
 --- openturns-1.0.orig/lib/etc/CMakeLists.txt
 +++ openturns-1.0/lib/etc/CMakeLists.txt

Modified: packages/openturns/trunk/debian/patches/debian-soname.patch
URL: http://svn.debian.org/wsvn/debian-science/packages/openturns/trunk/debian/patches/debian-soname.patch?rev=44839&op=diff
==============================================================================
--- packages/openturns/trunk/debian/patches/debian-soname.patch (original)
+++ packages/openturns/trunk/debian/patches/debian-soname.patch Sat May 19 17:30:08 2012
@@ -3,11 +3,8 @@
  We will use 0.1, 0.2, etc. to not conflict with
  future upstream SONAMEs.
 Author: Denis Barbier <bouzim at gmail.com>
-
----
-
 Origin: Debian
-Forwarded: no
+Forwarded: not-needed
 Last-Update: 2012-05-13
 
 --- openturns-1.0.orig/lib/src/CMakeLists.txt

Modified: packages/openturns/trunk/debian/patches/disable-test-wrapper.patch
URL: http://svn.debian.org/wsvn/debian-science/packages/openturns/trunk/debian/patches/disable-test-wrapper.patch?rev=44839&op=diff
==============================================================================
--- packages/openturns/trunk/debian/patches/disable-test-wrapper.patch (original)
+++ packages/openturns/trunk/debian/patches/disable-test-wrapper.patch Sat May 19 17:30:08 2012
@@ -1,6 +1,9 @@
 Description: Disable WrapperFile_std test
  It does not work when installing in DESTDIR.
 Author: Denis Barbier <bouzim at gmail.com>
+Origin: Debian
+Forwarded: http://trac.openturns.org/ticket/476
+Last-Update: 2012-04-25
 
 --- openturns-1.0.orig/python/test/CMakeLists.txt
 +++ openturns-1.0/python/test/CMakeLists.txt

Modified: packages/openturns/trunk/debian/patches/ftbfs-4.7.patch
URL: http://svn.debian.org/wsvn/debian-science/packages/openturns/trunk/debian/patches/ftbfs-4.7.patch?rev=44839&op=diff
==============================================================================
--- packages/openturns/trunk/debian/patches/ftbfs-4.7.patch (original)
+++ packages/openturns/trunk/debian/patches/ftbfs-4.7.patch Sat May 19 17:30:08 2012
@@ -1,11 +1,9 @@
 Description: Fix FTBFS with g++ 4.7
 Author: Denis Barbier <bouzim at gmail.com>
-
----
-
 Origin: Debian
-Forwarded: no
-Last-Update: 2012-05-14
+Forwarded: http://trac.openturns.org/ticket/482
+Applied-Upstream: http://trac.openturns.org/changeset/2541
+Last-Update: 2012-05-15
 
 --- openturns-1.0.orig/lib/src/Base/Func/MuParser/muParserTemplateMagic.h
 +++ openturns-1.0/lib/src/Base/Func/MuParser/muParserTemplateMagic.h
@@ -14,7 +12,7 @@
        static T Erf(T v)   { return erf(v);   } // OT modification
        static T Erfc(T v)  { return erfc(v);  } // OT modification
 -      static T Abs(T v)   { return abs(v);   } // OT modification
-+      static T Abs(T v)   { return fabs(v);   } // OT modification
++      static T Abs(T v)   { return fabs(v);  } // OT modification
        static T Sqrt(T v)  { return sqrt(v);  }
        static T Cbrt(T v)  { return cbrt(v);  } // OT modification
        static T J0(T v)    { return j0(v);    } // OT modification

Modified: packages/openturns/trunk/debian/patches/installcheck.patch
URL: http://svn.debian.org/wsvn/debian-science/packages/openturns/trunk/debian/patches/installcheck.patch?rev=44839&op=diff
==============================================================================
--- packages/openturns/trunk/debian/patches/installcheck.patch (original)
+++ packages/openturns/trunk/debian/patches/installcheck.patch Sat May 19 17:30:08 2012
@@ -1,3 +1,11 @@
+Description: Allow running 'make installcheck' when
+ building package.
+Author: Denis Barbier <bouzim at gmail.com>
+Origin: Debian
+Forwarded: http://trac.openturns.org/ticket/475
+Applied-Upstream: no
+Last-Update: 2012-04-25
+
 --- openturns-1.0.orig/lib/test/CMakeLists.txt
 +++ openturns-1.0/lib/test/CMakeLists.txt
 @@ -27,13 +27,13 @@

Modified: packages/openturns/trunk/debian/patches/no-link-python.patch
URL: http://svn.debian.org/wsvn/debian-science/packages/openturns/trunk/debian/patches/no-link-python.patch?rev=44839&op=diff
==============================================================================
--- packages/openturns/trunk/debian/patches/no-link-python.patch (original)
+++ packages/openturns/trunk/debian/patches/no-link-python.patch Sat May 19 17:30:08 2012
@@ -1,6 +1,10 @@
-Do not link against python libraries, otherwise module cannot be loaded.
-
-See http://bugs.debian.org/670066
+Description: Do not link against python libraries, otherwise
+ module cannot be loaded.
+Author: Denis Barbier <bouzim at gmail.com>
+Origin: Debian
+Bug-Debian: http://bugs.debian.org/670066
+Forwarded: no
+Last-Update: 2012-04-25
 
 --- openturns-1.0.orig/python/src/CMakeLists.txt
 +++ openturns-1.0/python/src/CMakeLists.txt




More information about the debian-science-commits mailing list