r35810 - in /packages/wordnet/trunk/debian: changelog patches/20_adj.all_fix.patch patches/90_prevent_parallel_build.patch patches/series

tille at users.alioth.debian.org tille at users.alioth.debian.org
Thu Sep 3 15:07:47 UTC 2009


Author: tille
Date: Thu Sep  3 15:07:46 2009
New Revision: 35810

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=35810
Log:
Prevent parallel builds and thus potential FTBFS

Added:
    packages/wordnet/trunk/debian/patches/90_prevent_parallel_build.patch
Modified:
    packages/wordnet/trunk/debian/changelog
    packages/wordnet/trunk/debian/patches/20_adj.all_fix.patch
    packages/wordnet/trunk/debian/patches/series

Modified: packages/wordnet/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/wordnet/trunk/debian/changelog?rev=35810&op=diff
==============================================================================
--- packages/wordnet/trunk/debian/changelog (original)
+++ packages/wordnet/trunk/debian/changelog Thu Sep  3 15:07:46 2009
@@ -4,6 +4,11 @@
     insert missing space in dictionary data
     Closes: #544866
   * Standards-Version: 3.8.3 (Added debian/README.source)
+  * debian/patches/90_prevent_parallel_build.patch
+    use .NOTPRALLEL directive in src/grind/Makefile.in as advised
+    by Jakub Wilk <ubanus at users.sf.net> to prevent parallel builds
+    and thus make sure Wordnet will be build successfully in any case
+    Closes: #540491
 
  -- Andreas Tille <tille at debian.org>  Thu, 03 Sep 2009 15:35:14 +0200
 

Modified: packages/wordnet/trunk/debian/patches/20_adj.all_fix.patch
URL: http://svn.debian.org/wsvn/debian-science/packages/wordnet/trunk/debian/patches/20_adj.all_fix.patch?rev=35810&op=diff
==============================================================================
--- packages/wordnet/trunk/debian/patches/20_adj.all_fix.patch (original)
+++ packages/wordnet/trunk/debian/patches/20_adj.all_fix.patch Thu Sep  3 15:07:46 2009
@@ -1,3 +1,8 @@
+Description: Fix missing space in upstream database
+Author: Andreas Tille <tille at debian.org>
+Forwarded: wordnet at princeton.edu
+Bug-Debian: http://bugs.debian.org/544866
+
 --- wordnet-3.0.orig/dict/dbfiles/adj.all
 +++ wordnet-3.0/dict/dbfiles/adj.all
 @@ -11750,7 +11750,7 @@

Added: packages/wordnet/trunk/debian/patches/90_prevent_parallel_build.patch
URL: http://svn.debian.org/wsvn/debian-science/packages/wordnet/trunk/debian/patches/90_prevent_parallel_build.patch?rev=35810&op=file
==============================================================================
--- packages/wordnet/trunk/debian/patches/90_prevent_parallel_build.patch (added)
+++ packages/wordnet/trunk/debian/patches/90_prevent_parallel_build.patch Thu Sep  3 15:07:46 2009
@@ -1,0 +1,16 @@
+Description: Prevent parallel builds of grind because this might lead to
+ FTBFS in some cases
+Author: Jakub Wilk <ubanus at users.sf.net>
+Bug-Debian: http://bugs.debian.org/540491
+
+--- wordnet-3.0.orig/src/grind/Makefile.in
++++ wordnet-3.0/src/grind/Makefile.in
+@@ -512,3 +512,8 @@
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
++
++# Prevent parallel builds as it was advised by Jakub Wilk <ubanus at users.sf.net>
++# see http://bugs.debian.org/540491
++.NOTPARALLEL:
++

Modified: packages/wordnet/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/debian-science/packages/wordnet/trunk/debian/patches/series?rev=35810&op=diff
==============================================================================
--- packages/wordnet/trunk/debian/patches/series (original)
+++ packages/wordnet/trunk/debian/patches/series Thu Sep  3 15:07:46 2009
@@ -13,3 +13,4 @@
 50_CVE-2008-2149_buffer_overflows.patch
 51_overflows.patch
 51_overflows_memcpy.patch
+90_prevent_parallel_build.patch




More information about the debian-science-commits mailing list