[med-svn] r23361 - trunk/packages/R/r-cran-treescape/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Thu Dec 22 10:25:17 UTC 2016
Author: tille
Date: 2016-12-22 10:25:16 +0000 (Thu, 22 Dec 2016)
New Revision: 23361
Modified:
trunk/packages/R/r-cran-treescape/trunk/debian/changelog
trunk/packages/R/r-cran-treescape/trunk/debian/rules
Log:
The segfault seems to be a random effect since formerly successful build architecture mips64el needs to be excluded now as well
Modified: trunk/packages/R/r-cran-treescape/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-cran-treescape/trunk/debian/changelog 2016-12-22 08:34:42 UTC (rev 23360)
+++ trunk/packages/R/r-cran-treescape/trunk/debian/changelog 2016-12-22 10:25:16 UTC (rev 23361)
@@ -1,3 +1,10 @@
+r-cran-treescape (1.10.18-6) unstable; urgency=medium
+
+ * The segfault seems to be a random effect since formerly successful
+ build architecture mips64el needs to be excluded now as well
+
+ -- Andreas Tille <tille at debian.org> Thu, 22 Dec 2016 11:18:49 +0100
+
r-cran-treescape (1.10.18-5) unstable; urgency=medium
* Set quote correctly
Modified: trunk/packages/R/r-cran-treescape/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-cran-treescape/trunk/debian/rules 2016-12-22 08:34:42 UTC (rev 23360)
+++ trunk/packages/R/r-cran-treescape/trunk/debian/rules 2016-12-22 10:25:16 UTC (rev 23361)
@@ -7,7 +7,7 @@
HUGESTACK := false
ifeq ($(VERSION),1.10.18)
-ifeq ($(BUILDARCH),$(filter $(BUILDARCH), armhf i386 mipsel))
+ifeq ($(BUILDARCH),$(filter $(BUILDARCH), armhf i386 mipsel mips64el))
HUGESTACK := true
endif
endif
More information about the debian-med-commit
mailing list