r46427 - in /packages/scilab/branches/5.5/debian: changelog patches/disable-xcos-dep-check.diff patches/series
sylvestre at users.alioth.debian.org
sylvestre at users.alioth.debian.org
Tue Dec 17 16:48:28 UTC 2013
Author: sylvestre
Date: Tue Dec 17 16:48:28 2013
New Revision: 46427
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=46427
Log:
* New snapshot release
* Remove the check of dependencies on xcos startup (Closes: #732065)
Added:
packages/scilab/branches/5.5/debian/patches/disable-xcos-dep-check.diff
Modified:
packages/scilab/branches/5.5/debian/changelog
packages/scilab/branches/5.5/debian/patches/series
Modified: packages/scilab/branches/5.5/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/scilab/branches/5.5/debian/changelog?rev=46427&op=diff
==============================================================================
--- packages/scilab/branches/5.5/debian/changelog (original)
+++ packages/scilab/branches/5.5/debian/changelog Tue Dec 17 16:48:28 2013
@@ -1,3 +1,10 @@
+scilab (5.5.0~beta-1~git~20131216-1627-1) unstable; urgency=low
+
+ * New snapshot release
+ * Remove the check of dependencies on xcos startup (Closes: #732065)
+
+ -- Sylvestre Ledru <sylvestre at debian.org> Mon, 16 Dec 2013 16:20:22 +0100
+
scilab (5.5.0~beta-1~git~20131204-1256-1~exp1) unstable; urgency=low
* New snapshot release
Added: packages/scilab/branches/5.5/debian/patches/disable-xcos-dep-check.diff
URL: http://svn.debian.org/wsvn/debian-science/packages/scilab/branches/5.5/debian/patches/disable-xcos-dep-check.diff?rev=46427&op=file
==============================================================================
--- packages/scilab/branches/5.5/debian/patches/disable-xcos-dep-check.diff (added)
+++ packages/scilab/branches/5.5/debian/patches/disable-xcos-dep-check.diff Tue Dec 17 16:48:28 2013
@@ -0,0 +1,13 @@
+Index: scilab-5.5.0-beta-1/modules/xcos/src/java/org/scilab/modules/xcos/Xcos.java
+===================================================================
+--- scilab-5.5.0-beta-1.orig/modules/xcos/src/java/org/scilab/modules/xcos/Xcos.java 2013-10-01 17:52:31.000000000 +0200
++++ scilab-5.5.0-beta-1/modules/xcos/src/java/org/scilab/modules/xcos/Xcos.java 2013-12-16 16:10:56.000000000 +0100
+@@ -159,7 +159,7 @@
+ }
+
+ /* Check the dependencies at startup time */
+- checkDependencies();
++// checkDependencies();
+
+ /*
+ * Allocate data
Modified: packages/scilab/branches/5.5/debian/patches/series
URL: http://svn.debian.org/wsvn/debian-science/packages/scilab/branches/5.5/debian/patches/series?rev=46427&op=diff
==============================================================================
--- packages/scilab/branches/5.5/debian/patches/series (original)
+++ packages/scilab/branches/5.5/debian/patches/series Tue Dec 17 16:48:28 2013
@@ -1,4 +1,4 @@
adddemo.diff
librarypath.diff
missingaddchapter.diff
-
+disable-xcos-dep-check.diff
More information about the debian-science-commits
mailing list