debian/0000755000000000000000000000000012302707343007167 5ustar debian/copyright0000644000000000000000000000303312145674312011125 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: optiminterp package for Octave Upstream-Contact: The Octave Community Source: http://octave.sourceforge.net/optiminterp/index.html Files: * Copyright: 2005, 2006, 2008 Alexander Barth 2007 Aida Alvera-Azcárate 2006 David Saunders (NASA Ames Research Center) 2008 Gian Franco Marras (CINECA) License: GPL-3+ Files: debian/* Copyright: 2008 Ólafur Jens Sigurðsson 2008, 2009, 2012, 2013 Rafael Laboissiere 2008, 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/changelog0000644000000000000000000000643412302707343011050 0ustar octave-optiminterp (0.3.4-1build1) trusty; urgency=medium * Rebuild for octave 3.8. -- Matthias Klose Mon, 24 Feb 2014 18:26:43 +0000 octave-optiminterp (0.3.4-1) unstable; urgency=low [ Rafael Laboissiere ] * Imported Upstream version 0.3.4 * 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: Reflect upstream changes * debian/copyright: Use the octave-maintainers mailing list as upstream contact * debian/patches/autoload-yes.patch: New patch -- Sébastien Villemot Mon, 20 May 2013 09:51:15 +0200 octave-optiminterp (0.3.3-2) unstable; urgency=low [ Rafael Laboissiere ] * Imported Upstream version 0.3.3 * Bump to debhelper compat level 9 * Build-depend on octave-pkg-dev >= 1.0.1, to build against Octave 3.6 * Add Sébastien Villemot to the list of Uploaders * Bump to Standards-Version 3.9.3, no changes needed * debian/copyright: update to machine-readable format 1.0 -- Thomas Weber Sat, 31 Mar 2012 00:31:54 +0200 octave-optiminterp (0.3.3-1) unstable; urgency=low * New upstream release * debian/control: - Remove Rafael Laboissiere from Uploaders (Closes: #571904) - Remove Ólafur Jens Sigurðsson from Uploaders * Switch to dpkg-source 3.0 (quilt) format * Bump standards version to 3.9.1, no changes needed -- Thomas Weber Sat, 23 Apr 2011 15:01:43 +0200 octave-optiminterp (0.3.2-2) unstable; 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 Sun, 13 Dec 2009 21:04:37 +0100 octave-optiminterp (0.3.2-1) unstable; urgency=low * New upstream release * debian/copyright: Use DEP5 URL in Format-Specification -- Rafael Laboissiere Sun, 24 May 2009 18:36:57 +0200 octave-optiminterp (0.3.1-2) unstable; urgency=low * debian/rules: Use debian/clean instead of manually cleaning files * debian/compat, debian/control: Bump build-dependency on debhelper to >= 7.0.0, otherwise debian/clean is moot * debian/clean: New file * debian/copyright: Add header * debian/control: + Bump build-dependency on octave-pkg-dev to >= 0.6.4, such that the package is built with the versioned packages directory + (Standards-Version): Bump to 3.8.1 (no changes needed) + (Depends): Add ${misc:Depends} + (Vcs-Git, Vcs-Browser): Adjust to new Git repository -- Rafael Laboissiere Sun, 12 Apr 2009 17:50:52 +0200 octave-optiminterp (0.3.1-1) unstable; urgency=low * New upstream version * debian/copyright: Update upstream tarball URL * debian/control: Bump Standards-Version to 3.8.0 -- Rafael Laboissiere Thu, 19 Jun 2008 17:47:14 +0200 octave-optiminterp (0.2.7-1) unstable; urgency=low [ Ólafur Jens Sigurðsson ] * New upstream version -- Thomas Weber Wed, 14 May 2008 15:24:01 +0200 octave-optiminterp (0.2.6-1) unstable; urgency=low * Initial release (closes: #468516) -- Ólafur Jens Sigurðsson Sun, 17 Feb 2008 17:04:45 +0100 debian/check.m0000644000000000000000000000033212145674312010424 0ustar files = {"example_optiminterp", "test_optiminterp", "test_optiminterp_mult"}; for i = 1 : length (files) disp (sprintf ("[%s]", files {i})); source (sprintf ("inst/%s.m", files {i})); endfor debian/clean0000644000000000000000000000005612145674312010201 0ustar src/Makeconf src/config.status src/config.log debian/compat0000644000000000000000000000000212145674312010371 0ustar 9 debian/patches/0000755000000000000000000000000012145674312010622 5ustar debian/patches/autoload-yes.patch0000644000000000000000000000111212145674312014244 0ustar Description: Autoload the package when starting Octave Author: Rafael Laboissiere Forwarded: not-needed Last-Update: 2013-03-07 --- octave-optiminterp-0.3.4.orig/DESCRIPTION +++ octave-optiminterp-0.3.4/DESCRIPTION @@ -6,5 +6,6 @@ Maintainer: Alexander Barth = 2.9.9) +Autoload: yes License: GPLv3+ Url: http://octave.sf.net debian/patches/series0000644000000000000000000000002312145674312012032 0ustar autoload-yes.patch debian/control0000644000000000000000000000170312145674312010577 0ustar Source: octave-optiminterp 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/optiminterp Vcs-Git: git://git.debian.org/git/pkg-octave/octave-optiminterp.git Vcs-Browser: http://git.debian.org/?p=pkg-octave/octave-optiminterp.git Package: octave-optiminterp Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, ${octave:Depends} Description: optimal interpolation package for Octave This package is an optimal interpolation package for Octave, a numerical computation software. This package provides functions to do n-dimensional optimal interpolations of arbitrarily distributed data points. . This Octave add-on package is part of the Octave-Forge project. debian/rules0000755000000000000000000000012512145674312010251 0ustar #!/usr/bin/make -f # -*- makefile -*- include /usr/share/cdbs/1/class/octave-pkg.mk debian/source/0000755000000000000000000000000012145674312010473 5ustar debian/source/format0000644000000000000000000000001412145674312011701 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000007112145674312010222 0ustar version=3 http://sf.net/octave/optiminterp-(.+)\.tar\.gz