debian/0000755000000000000000000000000012043547261007172 5ustar debian/compat0000644000000000000000000000000212042321007010353 0ustar 9 debian/control0000644000000000000000000000205312042322536010570 0ustar Source: octave-msh Section: math Priority: optional Maintainer: Debian Octave Group Uploaders: Thomas Weber , Sébastien Villemot Build-Depends: debhelper (>= 9), cdbs, octave-pkg-dev (>= 1.0.2), gmsh, openssh-client, libhdf5-openmpi-dev, liboctave-dev (>= 3.6.2-5) Standards-Version: 3.9.4 Homepage: http://octave.sourceforge.net/msh Vcs-Git: git://git.debian.org/git/pkg-octave/octave-msh.git Vcs-Browser: http://git.debian.org/?p=pkg-octave/octave-msh.git Package: octave-msh Architecture: all Depends: ${misc:Depends}, ${octave:Depends}, gmsh (>= 1.6.5) Description: create and manage meshes for FE or FV solvers in Octave This package creates and manages triangular and tetrahedral meshes for Finite Element or Finite Volume PDE solvers in Octave, a scientific computation software. It uses a mesh data structure compatible with pdetool. It relies on gmsh for unstructured mesh generation. . This Octave add-on package is part of the Octave-Forge project. debian/changelog0000644000000000000000000001005312043547155011045 0ustar octave-msh (1.0.6-1) unstable; urgency=low [ Rafael Laboissiere ] * Imported Upstream version 1.0.6 -- Sébastien Villemot Mon, 29 Oct 2012 19:43:52 +0100 octave-msh (1.0.5-1) unstable; urgency=low [ Rafael Laboissiere ] * Imported Upstream version 1.0.5 * debian/copyright: Adapt to new upstream version * debian/patches/autoload-yes.diff: Refresh for 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/patches/autoload-yes.diff: Add header and make it DEP3-compliant [ Sébastien Villemot ] * debian/source.lintian-overrides: remove obsolete file -- Sébastien Villemot Thu, 25 Oct 2012 22:42:30 +0200 octave-msh (1.0.2-4) unstable; urgency=low [ Rafael Laboissiere ] * Bump to debhelper compat level 9 * Build-depend on octave-pkg-dev >= 1.0.2, to build against Octave 3.6 * Bump to Standards-Version 3.9.3, no changes needed * debian/copyright: - Use DEP5 URL in Format specification - Update upstream name and contact - Update text for the GPL-2+ - Update copyright notices for the files in debian/ * debian/watch: Use the SourceForge redirector -- Thomas Weber Sun, 26 Aug 2012 21:49:39 +0200 octave-msh (1.0.2-3) unstable; urgency=low [ Sébastien Villemot ] * Bump Standards-Version to 3.9.2, no changes neeeded * debian/copyright: upgrade to latest draft of DEP5 * debian/control: add myself to Uploaders [ Thomas Weber ] * Note: Due to some really unfortunate circumstances around the 1.0.2-2 upload (TW uploaded a 1.0.2-2 .deb, but didn't push his changes immediately to git; SV changed the repository layout before noticing the .deb upload), the 1.0.2-2 changelog entry below has been faked and no tag exists for the 1.0.2-2 upload. As the 1.0.2-3 upload followed in less than 24 hours, we considered this the simplest solution. -- Thomas Weber Fri, 16 Sep 2011 00:08:47 +0200 octave-msh (1.0.2-2) unstable; urgency=low [ Colin Watson ] * Add explicit build-dependency on libhdf5-openmpi-dev to work around apt confusion when resolving dependencies of gmsh and octave3.2-headers (closes: #639187, LP: #831407). -- Thomas Weber Thu, 15 Sep 2011 17:22:01 +0200 octave-msh (1.0.2-1) unstable; urgency=low * New upstream release * Bump standards version to 3.9.1, no changes required * Add openssh-client to build-dependencies. It's needed for running the tests of msh2m_gmsh, as gmsh uses MPI and that in turn requires either ssh or rsh installed. -- Thomas Weber Mon, 09 May 2011 22:12:10 +0200 octave-msh (1.0.1-1) unstable; urgency=low * New upstream release * debian/control: - Remove Rafael Laboissiere from Uploaders (Closes: #571912) - 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 fix_tests_for_MSH2Mgmsh, applied upstream -- Thomas Weber Sat, 01 May 2010 23:36:41 +0200 octave-msh (0.1.1-2) unstable; urgency=low * Upload to unstable. * Clean up debian/rules. * New patch: fix_tests_for_MSH2Mgmsh, fixes unit test problems. Taken from upstream SVN. * Add gmsh to build dependencies, it's needed for the test suite. -- Thomas Weber Tue, 29 Dec 2009 23:12:42 +0100 octave-msh (0.1.1-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 -- Thomas Weber Thu, 16 Jul 2009 22:24:25 +0200 octave-msh (0.1.0-1) unstable; urgency=low * Initial release. (Closes: #482622) -- Rafael Laboissiere Sun, 24 May 2009 15:15:46 +0200 debian/rules0000755000000000000000000000012612042321007010234 0ustar #!/usr/bin/make -f # -*- makefile -*- include /usr/share/cdbs/1/class/octave-pkg.mk debian/copyright0000644000000000000000000000412712042321100011106 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: MSH package for Octave Upstream-Contact: The Octave Community Source: http://octave.sourceforge.net/msh/ Files: * Copyright: 2006-2010, 2012 Carlo de Falco, Massimiliano Culpo License: GPL-2+ 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 . . On Debian systems, the complete text of the GNU General Public License, version 2, can be found in the file `/usr/share/common-licenses/GPL-2'. Files: debian/* Copyright: 2008 Olafur Jens Sigurdsson 2008, 2009, 2012 Rafael Laboissiere 2009-2011 Thomas Weber 2011 Sébastien Villemot 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/watch0000644000000000000000000000006112042321007010203 0ustar version=3 http://sf.net/octave/msh-(.+)\.tar\.gz debian/patches/0000755000000000000000000000000012042321100010576 5ustar debian/patches/autoload-yes.diff0000644000000000000000000000112512042321100014035 0ustar Description: Autoload the package Author: Rafael Laboissiere Forwarded: not-needed Last-Update: 2012-10-23 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -7,6 +7,6 @@ Description: Create and manage triangular and tetrahedral meshes for Finite Element or Finite Volume PDE solvers. Use a mesh data structure compatible with PDEtool. Rely on gmsh for unstructured mesh generation. Depends: octave (>= 3.0), splines SystemRequirements: gmsh (>= 1.6.5 (optional)), awk (optional) -Autoload: no +Autoload: yes License: GPLv2+ Url: http://octave.sf.net, http://www.geuz.org/gmsh debian/patches/series0000644000000000000000000000002212042321007012013 0ustar autoload-yes.diff debian/source/0000755000000000000000000000000012042321007010455 5ustar debian/source/format0000644000000000000000000000001412042321007011663 0ustar 3.0 (quilt)