[med-svn] r23357 - trunk/packages/R/r-cran-treescape/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Thu Dec 22 07:21:03 UTC 2016
Author: tille
Date: 2016-12-22 07:21:02 +0000 (Thu, 22 Dec 2016)
New Revision: 23357
Modified:
trunk/packages/R/r-cran-treescape/trunk/debian/changelog
trunk/packages/R/r-cran-treescape/trunk/debian/rules
Log:
Fix missing quote sign
Modified: trunk/packages/R/r-cran-treescape/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-cran-treescape/trunk/debian/changelog 2016-12-21 21:29:54 UTC (rev 23356)
+++ trunk/packages/R/r-cran-treescape/trunk/debian/changelog 2016-12-22 07:21:02 UTC (rev 23357)
@@ -1,3 +1,9 @@
+r-cran-treescape (1.10.18-4) unstable; urgency=medium
+
+ * Fix missing quote sign
+
+ -- Andreas Tille <tille at debian.org> Thu, 22 Dec 2016 08:14:11 +0100
+
r-cran-treescape (1.10.18-3) unstable; urgency=medium
* Set stack limit drastically higher for those architectures that are
Modified: trunk/packages/R/r-cran-treescape/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-cran-treescape/trunk/debian/rules 2016-12-21 21:29:54 UTC (rev 23356)
+++ trunk/packages/R/r-cran-treescape/trunk/debian/rules 2016-12-22 07:21:02 UTC (rev 23357)
@@ -19,7 +19,7 @@
ifeq ($(HUGESTACK),true)
echo "****************** Version = 1.10.18, Architecture armhf or i386 or mipsel ***********************************"
echo "****************** Set stack usage to be drastically higher on 32bit LE platforms (see bug #845753 ***********"
- /bin/sh -c "ulimit -S -s 200000 ; exec \
+ /bin/sh -c "ulimit -S -s 200000" ; exec \
xvfb-run --auto-servernum --server-num=20 -s "-screen 0 1024x768x24 -ac +extension GLX +render -noreset" \
dh_auto_install
else
More information about the debian-med-commit
mailing list