r45657 - in /packages/scilab/branches/5.4/debian/patches: 0001-Also-install-scinotes-xcos.patch series

sylvestre at users.alioth.debian.org sylvestre at users.alioth.debian.org
Fri Mar 22 14:21:13 UTC 2013


Author: sylvestre
Date: Fri Mar 22 14:21:13 2013
New Revision: 45657

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=45657
Log:
Also install scinotes & xcos scripts

Added:
    packages/scilab/branches/5.4/debian/patches/0001-Also-install-scinotes-xcos.patch
Modified:
    packages/scilab/branches/5.4/debian/patches/series

Added: packages/scilab/branches/5.4/debian/patches/0001-Also-install-scinotes-xcos.patch
URL: http://svn.debian.org/wsvn/debian-science/packages/scilab/branches/5.4/debian/patches/0001-Also-install-scinotes-xcos.patch?rev=45657&op=file
==============================================================================
--- packages/scilab/branches/5.4/debian/patches/0001-Also-install-scinotes-xcos.patch (added)
+++ packages/scilab/branches/5.4/debian/patches/0001-Also-install-scinotes-xcos.patch Fri Mar 22 14:21:13 2013
@@ -1,0 +1,41 @@
+From 626c1193e251b80d8bf308d5dada7ec184a2ed42 Mon Sep 17 00:00:00 2001
+From: Sylvestre Ledru <sylvestre.ledru at scilab-enterprises.com>
+Date: Fri, 22 Mar 2013 15:20:03 +0100
+Subject: [PATCH] Also install scinotes & xcos
+
+Change-Id: Id4045f1233144aa69c05c67fdcaa14394177db8b
+---
+ scilab/Makefile.am |    3 ++-
+ scilab/Makefile.in |    2 +-
+ 2 files changed, 3 insertions(+), 2 deletions(-)
+
+diff --git a/Makefile.am b/Makefile.am
+index 79d47c9..5fa2ab8 100644
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -31,7 +31,8 @@ changelogs = CHANGES CHANGES_5.1.X CHANGES_5.2.X CHANGES_5.3.X CHANGES_5.4.X
+ 
+ bin_PROGRAMS		= scilab-bin scilab-cli-bin
+ 
+-bin_SCRIPTS			= bin/scilab bin/scilab-adv-cli bin/scilab-cli
++bin_SCRIPTS			= bin/scilab bin/scilab-adv-cli bin/scilab-cli \
++bin/scinotes bin/xcos
+ 
+ if IS_MACOSX
+ bin_SCRIPTS 		+= bin/checkmacosx.applescript
+diff --git a/Makefile.in b/Makefile.in
+index c1ea4d6..7066e42 100644
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -630,7 +630,7 @@ AM_FFLAGS = $(SCI_FFLAGS)
+ AM_LDFLAGS = $(SCI_LDFLAGS)
+ changelogs = CHANGES CHANGES_5.1.X CHANGES_5.2.X CHANGES_5.3.X CHANGES_5.4.X
+ bin_SCRIPTS = bin/scilab bin/scilab-adv-cli bin/scilab-cli \
+-	$(am__append_1)
++	bin/scinotes bin/xcos $(am__append_1)
+ scilab_bin_LDFLAGS = $(AM_LDFLAGS) $(am__append_2)
+ scilab_cli_bin_LDFLAGS = $(AM_LDFLAGS)
+ scilab_bin_CPPFLAGS = -I$(top_srcdir)/modules/io/includes/ \
+-- 
+1.7.10.4
+

Modified: packages/scilab/branches/5.4/debian/patches/series
URL: http://svn.debian.org/wsvn/debian-science/packages/scilab/branches/5.4/debian/patches/series?rev=45657&op=diff
==============================================================================
--- packages/scilab/branches/5.4/debian/patches/series (original)
+++ packages/scilab/branches/5.4/debian/patches/series Fri Mar 22 14:21:13 2013
@@ -2,3 +2,4 @@
 librarypath.diff
 missingaddchapter.diff
 0001-Port-to-matio-1.5.0.patch
+0001-Also-install-scinotes-xcos.patch




More information about the debian-science-commits mailing list