debian/0000755000000000000000000000000011730663636007201 5ustar debian/source/0000755000000000000000000000000011730663636010501 5ustar debian/source/format0000644000000000000000000000001411730663636011707 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000012511730663636010257 0ustar #!/usr/bin/make -f # -*- makefile -*- include /usr/share/cdbs/1/class/octave-pkg.mk debian/changelog0000644000000000000000000000477611730663636011071 0ustar octave-missing-functions (1.0.2-4) unstable; urgency=low [ Rafael Laboissiere ] * Imported Upstream version 1.0.2 * Set Architecture to "all" * Bump to debhelper compat level 9 * Build-depend on octave-pkg-dev >= 1.0.0, 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 Fri, 16 Mar 2012 17:17:14 +0100 octave-missing-functions (1.0.2-3) unstable; urgency=low * debian/control: - Remove Rafael Laboissiere from Uploaders (Closes: #571852) - Remove Ólafur Jens Sigurðsson from Uploaders * Bump Standards-Version Bump to 3.9.1, (no changes needed) * Switch to dpkg-source 3.0 (quilt) format -- Thomas Weber Sun, 17 Apr 2011 11:40:00 +0200 octave-missing-functions (1.0.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 Mon, 07 Dec 2009 22:15:59 +0100 octave-missing-functions (1.0.2-1) unstable; urgency=low * New upstream release * debian/control: + (Standards-Version): Bump to 3.8.1 (no changes needed) + (Depends): Add ${misc:Depends} + (Vcs-Git, Vcs-Browser): Adjust to new Git repository * debian/watch: Fix download URL * debian/copyright: Use DEP5 URL in Format-Specification -- Rafael Laboissiere Sun, 24 May 2009 15:14:37 +0200 octave-missing-functions (1.0.1-2) unstable; urgency=low * Upload to unstable -- Thomas Weber Sun, 05 Apr 2009 21:15:20 +0200 octave-missing-functions (1.0.1-1) experimental; urgency=low [ Rafael Laboissiere ] * 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/control: Bump Standards-Version to 3.8.0 (no changes needed) [ Thomas Weber ] * New upstream release * Bump dependency on octave-pkg-dev to 0.6.1, to get the experimental version -- Thomas Weber Thu, 11 Dec 2008 00:31:07 +0100 octave-missing-functions (1.0.0-1) unstable; urgency=low [ Olafur Jens Sigurdsson ] * Initial release. (Closes: #480772) -- Rafael Laboissiere Wed, 21 May 2008 09:08:52 +0000 debian/compat0000644000000000000000000000000211730663636010377 0ustar 9 debian/copyright0000644000000000000000000000267011730663636011141 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: missing-functions package for Octave Upstream-Contact: The Octave Community Source: http://octave.sourceforge.net/missing-functions/ Files: inst/__functionstatus__.m inst/__matlabfunctionlist__.m inst/__missingmatlab2txt__.m inst/missingfunctionstatus.m inst/missingmatlabfunctions.m Copyright: 2008 Bill Denney License: GPL-3+ Files: debian/* Copyright: 2008 Ólafur Jens Sigurðsson 2008-2009, 2011 Thomas Weber 2008, 2009, 2012 Rafael Laboissiere 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/watch0000644000000000000000000000022311730663636010227 0ustar version=3 http://octave.sourceforge.net/packages.php \ http://downloads\.sourceforge\.net/octave/missing-functions-([\d.]+)\.tar\.gz\?download debian/control0000644000000000000000000000204711730663636010607 0ustar Source: octave-missing-functions Section: math Priority: optional Maintainer: Debian Octave Group Uploaders: Thomas Weber , Sébastien Villemot DM-Upload-Allowed: yes Build-Depends: debhelper (>= 9), cdbs, octave-pkg-dev (>= 1.0.0) Standards-Version: 3.9.3 Homepage: http://octave.sourceforge.net/missing-functions Vcs-Git: git://git.debian.org/git/pkg-octave/octave-missing-functions.git Vcs-Browser: http://git.debian.org/?p=pkg-octave/octave-missing-functions.git Package: octave-missing-functions Architecture: all Depends: ${misc:Depends}, ${shlibs:Depends}, ${octave:Depends} Description: finds functions that are in Matlab but not in Octave This package finds functions that are in Matlab but not in Octave, a numerical calculation software. This package should just be interesting to those who are willing to implement the missing functions and provide them to the Octave project. . This Octave add-on package is part of the Octave-Forge project.