r35336 - /packages/scilab/trunk/debian/patches/misctcl.diff
sylvestre-guest at users.alioth.debian.org
sylvestre-guest at users.alioth.debian.org
Wed Nov 19 17:30:45 UTC 2008
Author: sylvestre-guest
Date: Wed Nov 19 17:30:45 2008
New Revision: 35336
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=35336
Log:
Done elsewhere
Modified:
packages/scilab/trunk/debian/patches/misctcl.diff
Modified: packages/scilab/trunk/debian/patches/misctcl.diff
URL: http://svn.debian.org/wsvn/debian-science/packages/scilab/trunk/debian/patches/misctcl.diff?rev=35336&op=diff
==============================================================================
--- packages/scilab/trunk/debian/patches/misctcl.diff (original)
+++ packages/scilab/trunk/debian/patches/misctcl.diff Wed Nov 19 17:30:45 2008
@@ -57,33 +57,3 @@
Scierror(999,_("Tcl Error: Error during the Scilab/TK init process. Error while loading %s: %s\n"),TkScriptpath, getTclInterp()->result);
}
releaseTclInterp();
---- scilab-5.0.3.orig/Makefile.am 2008-11-05 18:42:13.000000000 +0100
-+++ scilab-5.0.3/Makefile.am 2008-11-19 20:40:54.000000000 +0100
-@@ -105,10 +105,10 @@
- cd $(top_builddir);\
- echo "-- Building documentation (English) --"; \
- echo "$(top_builddir)/bin/scilab -nb -l en_US -nouserstartup -nw -e \"xmltojar();exit;\"";\
-- DOCBOOK_ROOT=$(DOCBOOK_ROOT) $(top_builddir)/bin/scilab -nb -l en_US -nouserstartup -nw -e "xmltojar();exit;";\
-+ SCI_DISABLE_TK=1 DOCBOOK_ROOT=$(DOCBOOK_ROOT) $(top_builddir)/bin/scilab -nb -l en_US -nouserstartup -nw -e "xmltojar();exit;";\
- echo "-- Building documentation (French) --"; \
- echo "$(top_builddir)/bin/scilab -nb -l fr_FR -nouserstartup -nw -e \"xmltojar();exit;\""; \
-- DOCBOOK_ROOT=$(DOCBOOK_ROOT) $(top_builddir)/bin/scilab -nb -l fr_FR -nouserstartup -nw -e "xmltojar();exit;"; \
-+ SCI_DISABLE_TK=1 DOCBOOK_ROOT=$(DOCBOOK_ROOT) $(top_builddir)/bin/scilab -nb -l fr_FR -nouserstartup -nw -e "xmltojar();exit;"; \
- else \
- echo "Cannot find Scilab binary"; \
- fi
---- scilab-5.0.3.orig/Makefile.in 2008-11-05 18:42:13.000000000 +0100
-+++ scilab-5.0.3/Makefile.in 2008-11-19 20:49:15.000000000 +0100
-@@ -1094,10 +1094,10 @@
- @BUILD_HELP_TRUE@ cd $(top_builddir);\
- @BUILD_HELP_TRUE@ echo "-- Building documentation (English) --"; \
- @BUILD_HELP_TRUE@ echo "$(top_builddir)/bin/scilab -nb -l en_US -nouserstartup -nw -e \"xmltojar();exit;\"";\
-- at BUILD_HELP_TRUE@ DOCBOOK_ROOT=$(DOCBOOK_ROOT) $(top_builddir)/bin/scilab -nb -l en_US -nouserstartup -nw -e "xmltojar();exit;";\
-+ at BUILD_HELP_TRUE@ SCI_DISABLE_TK=1 DOCBOOK_ROOT=$(DOCBOOK_ROOT) $(top_builddir)/bin/scilab -nb -l en_US -nouserstartup -nw -e "xmltojar();exit;";\
- @BUILD_HELP_TRUE@ echo "-- Building documentation (French) --"; \
- @BUILD_HELP_TRUE@ echo "$(top_builddir)/bin/scilab -nb -l fr_FR -nouserstartup -nw -e \"xmltojar();exit;\""; \
-- at BUILD_HELP_TRUE@ DOCBOOK_ROOT=$(DOCBOOK_ROOT) $(top_builddir)/bin/scilab -nb -l fr_FR -nouserstartup -nw -e "xmltojar();exit;"; \
-+ at BUILD_HELP_TRUE@ SCI_DISABLE_TK=1 DOCBOOK_ROOT=$(DOCBOOK_ROOT) $(top_builddir)/bin/scilab -nb -l fr_FR -nouserstartup -nw -e "xmltojar();exit;"; \
- @BUILD_HELP_TRUE@ else \
- @BUILD_HELP_TRUE@ echo "Cannot find Scilab binary"; \
- @BUILD_HELP_TRUE@ fi
More information about the debian-science-commits
mailing list