debian/0000755000000000000000000000000012177151724007175 5ustar debian/watch0000644000000000000000000000006112177151505010220 0ustar version=3 http://sf.net/octave/fpl-(.+)\.tar\.gz debian/source/0000755000000000000000000000000012177151505010472 5ustar debian/source/format0000644000000000000000000000001412177151505011700 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000012177152253010622 5ustar debian/patches/series0000644000000000000000000000005412177151505012035 0ustar autoload-yes.diff no-interactive-tests.diff debian/patches/autoload-yes.diff0000644000000000000000000000042112177152253014057 0ustar Description: Autoload the fpl package Author: Rafael Laboissiere Forwarded: not-needed Last-Update: 2012-09-07 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -8,4 +8,5 @@ Categories: Graphics Depends: octave (>= 3.2.3) License: GPLv3+ +Autoload: yes debian/patches/no-interactive-tests.diff0000644000000000000000000000227412177151505015547 0ustar Description: Transform some tests that must be run interactively into demos Author: Rafael Laboissiere Forwarded: not-needed Last-Update: 2012-08-09 --- a/inst/deprecated/FPL2pdesurf.m +++ b/inst/deprecated/FPL2pdesurf.m @@ -116,7 +116,7 @@ endfunction %!shared msh -%!test +%!demo %! msh.p = [0 0; 1 0; 1 1; 0 1].'; %! msh.t = [1 2 3 1; 1 3 4 1].'; %! msh.e = [1 2 0 0 1 0 1; 2 3 0 0 2 0 1; 3 4 0 0 3 0 1; 4 1 0 0 4 0 1].'; @@ -124,7 +124,7 @@ %! FPL2pdesurf (msh, u, "data_dep", "connections"); %! s = input ("do you see a square divided into two triangles with a diagonal red-to-blue gradient color (if you see an empty plot try ctrl-F)? (y/n): " ,"s"); %! assert(s, "y") -%!test +%!demo %! v = [0 0 1 1].'; %! FPL2pdesurf (msh, v); %! s = input ("do you see a square divided into two triangles with a vertical red-to-blue gradient color (if you see an empty plot try ctrl-F)? (y/n): " ,"s"); --- a/inst/deprecated/FPL2pdeshowmesh.m +++ b/inst/deprecated/FPL2pdeshowmesh.m @@ -85,7 +85,7 @@ endfunction -%!test +%!demo %! msh.p = [0 0; 1 0; 1 1; 0 1].'; %! msh.t = [1 2 3 1; 1 3 4 1].'; %! msh.e = [1 2 0 0 1 0 1; 2 3 0 0 2 0 1; 3 4 0 0 3 0 1; 4 1 0 0 4 0 1].'; debian/rules0000755000000000000000000000012512177151505010250 0ustar #!/usr/bin/make -f # -*- makefile -*- include /usr/share/cdbs/1/class/octave-pkg.mk debian/changelog0000644000000000000000000001002012177151722011036 0ustar octave-fpl (1.3.4-1) unstable; urgency=low [ Sébastien Villemot ] * Imported Upstream version 1.3.4 [ Thomas Weber ] * debian/control: Use canonical URLs in Vcs-* fields -- Sébastien Villemot Sat, 03 Aug 2013 09:55:47 +0000 octave-fpl (1.3.3-2) unstable; urgency=low [ Rafael Laboissiere ] * debian/copyright: Use the octave-maintainers mailing list as upstream contact -- Sébastien Villemot Mon, 20 May 2013 11:34:25 +0200 octave-fpl (1.3.3-1) experimental; urgency=low [ Rafael Laboissiere ] * Imported Upstream version 1.3.3 * debian/patches/autoload-yes.diff: Refresh for the new upstream version * Bump Standards-Version to 3.9.4 (no changes needed) * Use Sébastien Villemot's @debian.org email address * Remove obsolete DM-Upload-Allowed flag * debian/copyright: Simplify the upstream stanzas -- Sébastien Villemot Sun, 04 Nov 2012 11:47:40 +0100 octave-fpl (1.3.2-1) experimental; urgency=low [ Rafael Laboissiere ] * Imported Upstream version 1.3.2 * debian/control: Change Architecture to 'all' * debian/patches/autoload-yes.diff: Adjust for new upstream release * debian/copyright: Reflect upstream changes -- Sébastien Villemot Fri, 14 Sep 2012 07:35:33 +0000 octave-fpl (1.3.1-1) experimental; urgency=low [ Rafael Laboissiere ] * Imported Upstream version 1.3.1 * debian/copyright: Reflect upstream changes * debian/patches/autoload-yes.diff: Adjust for new upstream version -- Sébastien Villemot Sun, 19 Aug 2012 19:35:59 +0000 octave-fpl (1.3.0-1) experimental; urgency=low [ Rafael Laboissiere ] * Imported Upstream version 1.3.0 * debian/patches/autoload-yes.diff: Adjust for new upstream version * debian/patches/no-interactive-tests.diff: Adjust for new upstream version * Drop dependency on dx * Make the package Architecture: any * debian/watch: Use the SourceForge redirector * debian/copyright: Reflect upstream changes, fix Source URL -- Sébastien Villemot Fri, 10 Aug 2012 09:46:13 +0000 octave-fpl (1.2.0-3) unstable; urgency=low [ Rafael Laboissiere ] * Imported Upstream version 1.2.0 * Bump to debhelper compat level 9 * Build-depend on octave-pkg-dev >= 1.0.1, to build against Octave 3.6 * Bump to Standards-Version 3.9.3, no changes needed * Add Sébastien Villemot to the list of Uploaders * debian/copyright: update to machine-readable format 1.0 -- Thomas Weber Fri, 23 Mar 2012 19:42:02 +0100 octave-fpl (1.2.0-2) unstable; urgency=low * Upload to unstable -- Thomas Weber Sun, 10 Apr 2011 17:14:47 +0200 octave-fpl (1.2.0-1) experimental; urgency=low * New upstream release -- Thomas Weber Wed, 01 Sep 2010 22:02:26 +0200 octave-fpl (1.0.0-1) unstable; urgency=low * New upstream release * debian/control: - Remove Rafael Laboissiere from Uploaders (Closes: #571843) - Remove Ólafur Jens Sigurðsson from Uploaders * Bump standards version to 3.8.4, no changes needed * Switch to dpkg-source 3.0 (quilt) format * Drop patch depends-octave.diff, applied upstream -- Thomas Weber Thu, 13 May 2010 23:11:00 +0200 octave-fpl (0.1.6-2) unstable; urgency=low * Upload to unstable. -- Thomas Weber Wed, 11 Nov 2009 22:42:57 +0100 octave-fpl (0.1.6-1) experimental; urgency=low [ Rafael Laboissiere ] * debian/control: Build-depend on octave-pkg-dev >= 0.7.0, such that the package is built against octave3.2 [ Thomas Weber ] * New upstream release * Bump standards version to 3.8.2, no changes needed * debian/patches/no-echo-command.diff: removed, applied upstream -- Thomas Weber Wed, 22 Jul 2009 14:24:39 +0200 octave-fpl (0.1.5-1) unstable; urgency=low * Initial release. (Closes: #468537) -- Rafael Laboissiere Sun, 24 May 2009 10:54:46 +0200 debian/control0000644000000000000000000000205512177151505010577 0ustar Source: octave-fpl Section: math Priority: optional Maintainer: Debian Octave Group Uploaders: Thomas Weber , Sébastien Villemot Build-Depends: debhelper (>= 9), cdbs, octave-pkg-dev (>= 1.0.1) Standards-Version: 3.9.4 Homepage: http://octave.sourceforge.net/fpl Vcs-Git: git://anonscm.debian.org/pkg-octave/octave-fpl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-octave/octave-fpl.git Package: octave-fpl Architecture: all Depends: ${misc:Depends}, ${octave:Depends} Description: plot data on unstructured triangular and tetrahedral meshes in Octave FPL is a collection of routines for plotting data on finite element method (FEM) meshes. It provides routines for outputing files and displaying data in OpenDX (IBM Visualization Data Explorer) and VTK (Visualization Toolkit) formats. It allows displays of triangular and tetrahedral meshes, as well as scalar and 2D vector fields. . This Octave add-on package is part of the Octave-Forge project. debian/copyright0000644000000000000000000000247712177151505011137 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: FPL package for Octave Upstream-Contact: The Octave Community Source: http://octave.sourceforge.net/fpl/ Files: inst/* Copyright: 2004-2012 Carlo de Falco 2008-2010 Massimiliano Culpo 2010 Kurnia Wano 2010 Levente Torok License: GPL-3+ Files: debian/* Copyright: 2008, 2009, 2012 Rafael Laboissiere 2009-2011 Thomas Weber License: GPL-3+ License: GPL-3+ 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 3 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 . . On Debian systems, the complete text of the GNU General Public License, version 3, can be found in the file `/usr/share/common-licenses/GPL-3'. debian/compat0000644000000000000000000000000212177151505010370 0ustar 9