debian/0000755000000000000000000000000011736142642007174 5ustar debian/source/0000755000000000000000000000000011736142642010474 5ustar debian/source/format0000644000000000000000000000001411736142642011702 0ustar 3.0 (quilt) debian/check.m0000644000000000000000000000045011736142642010426 0ustar ### This file exercises all the benchmark_* functions that are in the ### "public API" of the benchmark package. tests = {"dtmm", "index", "intmath", "permute", "stmm"}; for i = 1 : length (tests) f = tests {i}; disp (sprintf ("[%s]", f)) eval (sprintf ("benchmark_%s", f)) endfor debian/patches/0000755000000000000000000000000011736142642010623 5ustar debian/patches/series0000644000000000000000000000002311736142642012033 0ustar autoload-yes.patch debian/patches/autoload-yes.patch0000644000000000000000000000061611736142642014255 0ustar Description: Autoload the banchmark package Author: Rafael Laboissiere Last-Update: 2012-03-29 --- octave-benchmark-1.1.1.orig/DESCRIPTION +++ octave-benchmark-1.1.1/DESCRIPTION @@ -7,4 +7,4 @@ Maintainer: Jaroslav Hajek (highegg@gmai Description: The package contains code used to benchmark speed of Octave. License: GPL v2 Depends: octave (>= 2.9.7) - +Autoload: yes debian/rules0000755000000000000000000000012511736142642010252 0ustar #!/usr/bin/make -f # -*- makefile -*- include /usr/share/cdbs/1/class/octave-pkg.mk debian/changelog0000644000000000000000000000263511736142642011054 0ustar octave-benchmark (1.1.1-4) unstable; urgency=low [ Rafael Laboissiere ] * Imported Upstream version 1.1.1 * 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 * debian/patches/autoload-yes.patch: New patch * debian/check.m: Add file for unit testing -- Thomas Weber Sun, 01 Apr 2012 23:15:54 +0200 octave-benchmark (1.1.1-3) unstable; urgency=low * debian/control: - Remove Rafael Laboissiere from Uploaders (closes: #571922) - Remove Ólafur Jens Sigurðsson from Uploaders * Bump Standards-Version to 3.9.1, no changes needed * Switch to dpkg-source 3.0 (quilt) format * Drop lintian overrides for 'build-depends-without-arch-dep' -- Thomas Weber Mon, 14 Feb 2011 23:11:13 +0100 octave-benchmark (1.1.1-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, 31 Jan 2010 23:16:18 +0100 octave-benchmark (1.1.1-1) unstable; urgency=low * Initial release (closes: #529021) -- Rafael Laboissiere Sun, 24 May 2009 10:51:07 +0200 debian/compat0000644000000000000000000000000211736142642010372 0ustar 9 debian/copyright0000644000000000000000000000414211736142642011130 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: benchmark package for Octave Upstream-Contact: The Octave Community Source: http://octave.sourceforge.net/benchmark/ Files: inst/*.m Copyright: 2008 Jaroslav Hajek License: GPL-2+ Files: inst/benchmark_index.m inst/benchmark_permute.m Copyright: 2009 VZLU Prague License: GPL-2+ Files: debian/* Copyright: 2009, 2010, 2012 Rafael Laboissiere 2010, 2011 Thomas Weber License: GPL-3+ 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, 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'. 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/watch0000644000000000000000000000006711736142642010230 0ustar version=3 http://sf.net/octave/benchmark-(.+)\.tar\.gz debian/control0000644000000000000000000000212611736142642010600 0ustar Source: octave-benchmark 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.1) Standards-Version: 3.9.3 Homepage: http://octave.sourceforge.net/benchmark Vcs-Git: git://git.debian.org/git/pkg-octave/octave-benchmark.git Vcs-Browser: http://git.debian.org/?p=pkg-octave/octave-benchmark.git Package: octave-benchmark Architecture: all Depends: ${misc:Depends}, ${octave:Depends} Description: code to benchmark speed of Octave This package contains a collection of routines to benchmark speed of Octave, a numerical computation software. It contains functions to test dense transposed matrix-matrix and matrix-vector multiplication, array indexing, integer math & conversions, array permuting, sparse transposed matrix-vector multiplication, as well as tools for controlling the benchmark. . This Octave add-on package is part of the Octave-Forge project.