debian/0000755000000000000000000000000011733370537007177 5ustar debian/source/0000755000000000000000000000000011733370537010477 5ustar debian/source/format0000644000000000000000000000001311733370537011704 0ustar 3.0 (quilt)debian/check.m0000644000000000000000000000005511733370537010432 0ustar disp ("[dataframe]"); cd inst test dataframe debian/patches/0000755000000000000000000000000011733370537010626 5ustar debian/patches/series0000644000000000000000000000003411733370537012040 0ustar path-to-test-csv-file.patch debian/patches/path-to-test-csv-file.patch0000644000000000000000000000110011733370537015676 0ustar Description: Fix path of CSV file needed in the unit testing Author: Rafael Laboissiere Forwarded: http://permalink.gmane.org/gmane.comp.gnu.octave.devel/7121 Last-Update: 2012-03-22 --- octave-dataframe-0.9.1.orig/inst/dataframe +++ octave-dataframe-0.9.1/inst/dataframe @@ -10,7 +10,7 @@ %!assert(isempty(x.rowidx), false); %! x.types(2) ='single'; %!assert(class(x.array(1, 2)), 'single') -%! x=dataframe('octave_frame/data_test.csv'); +%! x=dataframe('data_test.csv'); %!assert(isna(x.array(9, 4))) %! # remove rownames %! x.rownames = []; debian/rules0000755000000000000000000000025511733370537010261 0ustar #!/usr/bin/make -f # -*- makefile -*- include /usr/share/cdbs/1/class/octave-pkg.mk pkg = octave-dataframe install/$(pkg):: chmod -x $$(find debian -name df_name2idx.m) debian/changelog0000644000000000000000000000027011733370537011050 0ustar octave-dataframe (0.9.1-1) unstable; urgency=low [ Rafael Laboissiere ] * Initial release (closes: #665419) -- Thomas Weber Sat, 24 Mar 2012 17:07:19 +0100 debian/compat0000644000000000000000000000000111733370537010374 0ustar 9debian/copyright0000644000000000000000000000370711733370537011141 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Data manipulation toolbox similar to R data.frame Upstream-Contact: The Octave Community Source: http://octave.sourceforge.net/dataframe/ Files: inst/@dataframe/*.m Copyright: 2009-2012, Pascal Dupuis 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'. Files: debian/* Copyright: 2012 Rafael Laboissiere 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/watch0000644000000000000000000000021311733370537010224 0ustar version=3 http://octave.sourceforge.net/packages.php \ http://downloads\.sourceforge\.net/octave/dataframe-([\d.]+)\.tar\.gz\?download debian/control0000644000000000000000000000211311733370537010577 0ustar Source: octave-dataframe 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/dataframe/ Vcs-Git: git://git.debian.org/git/pkg-octave/octave-dataframe.git Vcs-Browser: http://git.debian.org/?p=pkg-octave/octave-dataframe.git Package: octave-dataframe Architecture: all Depends: ${misc:Depends}, ${octave:Depends} Description: manipulate data in Octave similar to R data.frame In the R language, a dataframe object is a way to group tabular data. The functions in this package allow the manipulation of data in a similar way in Octave. Dataframe objects in Octave can be created in a variety of ways (from other objects or from tabular data in a file) and then can be accessed either as matrix or by column name. . This Octave add-on package is part of the Octave-Forge project.