--- scilab-plotlib-0.42.orig/debian/changelog +++ scilab-plotlib-0.42/debian/changelog @@ -0,0 +1,39 @@ +scilab-plotlib (0.42-1) unstable; urgency=low + + * New upstream release + * Homepage updated + * Standards-Version updated to version 3.9.1 + * Update of the watch file + + -- Sylvestre Ledru Tue, 08 Feb 2011 16:56:13 +0100 + +scilab-plotlib (0.41-2) unstable; urgency=low + + * Missing installed files + * Add the demos + + -- Sylvestre Ledru Wed, 24 Mar 2010 14:42:17 +0100 + +scilab-plotlib (0.41-1) unstable; urgency=low + + * New (minor) upstream release + * plotlibLoad.diff removed (applied upstream) + + -- Sylvestre Ledru Wed, 24 Mar 2010 13:46:01 +0100 + +scilab-plotlib (0.40-1) unstable; urgency=low + + * New upstream release + * debian/rules simplified by the move of some information in + scilab-plotlib.install + * missingJarFile.diff removed + * Standards-Version updated to version 3.8.4 + + -- Sylvestre Ledru Thu, 18 Mar 2010 13:13:59 +0100 + +scilab-plotlib (0.21-1) unstable; urgency=low + + * Initial release (Closes: #549860) + + -- Sylvestre Ledru Sat, 03 Oct 2009 18:33:24 +0200 + --- scilab-plotlib-0.42.orig/debian/copyright +++ scilab-plotlib-0.42/debian/copyright @@ -0,0 +1,30 @@ +This package was debianized by Sylvestre Ledru on +Sun, 04 Oct 2009 00:36:06 +0200 + +It was downloaded from + +Upstream Author: + + Stéphane Mottelet + +Copyright: + + + +License: + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +The full text of the GPL can be found in `/usr/share/common-licenses/GPL-2'. + --- scilab-plotlib-0.42.orig/debian/docs +++ scilab-plotlib-0.42/debian/docs @@ -0,0 +1,3 @@ +BUGS +CHANGES +README --- scilab-plotlib-0.42.orig/debian/compat +++ scilab-plotlib-0.42/debian/compat @@ -0,0 +1 @@ +5 --- scilab-plotlib-0.42.orig/debian/watch +++ scilab-plotlib-0.42/debian/watch @@ -0,0 +1,3 @@ +version=3 +http://www.lmac.utc.fr/~mottelet/myplot.html .*plotlib(\d)([\d]+).tgz \ + debian false --- scilab-plotlib-0.42.orig/debian/rules +++ scilab-plotlib-0.42/debian/rules @@ -0,0 +1,23 @@ +#!/usr/bin/make -f +# Copyright 2008 Sylvestre Ledru + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk + +build/scilab-plotlib:: + SCI_DISABLE_TK=1 SCI_JAVA_ENABLE_HEADLESS=1 DOCBOOK_ROOT=/usr/share/sgml/docbook/stylesheet/xsl/nwalsh \ + /usr/bin/scilab -nw -f builder.sce + +clean:: + rm -fr build-stamp help/*/scilab_*_help/ jar/ + +install/scilab-plotlib:: + mkdir -p $(CURDIR)/debian/scilab-plotlib/usr/lib/scilab-plotlib/ + + mkdir -p $(CURDIR)/debian/scilab-plotlib/usr/share/scilab/contrib/ + cd $(CURDIR)/debian/scilab-plotlib/usr/share/scilab/contrib/; \ + rm -f scilab-plotlib; \ + ln -s ../../../lib/scilab-plotlib/ plotlib + +get-orig-source: + -uscan --upstream-version 0 --- scilab-plotlib-0.42.orig/debian/scilab-plotlib.install +++ scilab-plotlib-0.42/debian/scilab-plotlib.install @@ -0,0 +1,6 @@ +jar/ usr/lib/scilab-plotlib/ +loader.sce usr/lib/scilab-plotlib/ +macros/ usr/lib/scilab-plotlib/ +etc/ usr/lib/scilab-plotlib/ +demos/ usr/lib/scilab-plotlib/ + --- scilab-plotlib-0.42.orig/debian/control +++ scilab-plotlib-0.42/debian/control @@ -0,0 +1,20 @@ +Source: scilab-plotlib +Section: math +Priority: optional +Maintainer: Debian Science Team +Uploaders: Sylvestre Ledru +Build-Depends: debhelper (>= 7), cdbs, scilab (>= 5.1.1), + scilab-doc (>= 5.1.1), docbook-xsl-saxon +Standards-Version: 3.9.1 +Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/scilab-toolboxes/plotlib/trunk +Vcs-Browser: http://svn.debian.org/viewsvn/debian-science/packages/scilab-toolboxes/plotlib/trunk +Homepage: http://www.lmac.utc.fr/~mottelet/myplot.html + +Package: scilab-plotlib +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends}, scilab (>= 5.1.1) +Description: "Matlab-like" Plotting library for Scilab + This toolbox is providing plotting capabilities in the Scilab language. + Plotlib functions matches the one from Matlab and therefor is dedicated + to users switching from Matlab to Scilab. + .