debian/0000755000000000000000000000000012205165547007175 5ustar debian/source/0000755000000000000000000000000011572200236010464 5ustar debian/source/format0000644000000000000000000000001411572155462011704 0ustar 3.0 (quilt) debian/stda.links0000644000000000000000000000007312127025124011157 0ustar usr/share/doc/stda/NEWS.gz usr/share/doc/stda/changelog.gz debian/docs0000644000000000000000000000001411260114470010030 0ustar NEWS README debian/rules0000755000000000000000000000154611716244051010255 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 build: build-arch build-indep build-arch: build-stamp build-indep: build-stamp build-stamp: dh_testdir $(MAKE) touch build-stamp clean: dh_testdir dh_testroot rm -f build-stamp dh_clean install: dh_testdir dh_testroot dh_prep dh_installdirs # Add here commands to install the package into debian/stda. $(MAKE) DESTDIR=$(CURDIR)/debian/stda install # Build architecture-independent files here. binary-indep: build install dh_testdir dh_testroot dh_installchangelogs dh_installdocs dh_installman dh_link dh_compress dh_fixperms dh_installdeb dh_gencontrol dh_md5sums dh_builddeb # Build architecture-dependent files here. binary-arch: install binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install configure debian/changelog0000644000000000000000000000223612205155437011047 0ustar stda (1.2.1-1) unstable; urgency=low * New upstream release -- Dimitar Ivanov Wed, 21 Aug 2013 17:21:31 +0200 stda (1.1.1-1) unstable; urgency=low * New upstream release * mmval changed to have: + a default functionality (Closes: #647482) + a return code != 0 if unknown command option provided (Closes: #647483) * mintegrate fixed to provide correct results also with two numbers (Closes: #647484) -- Dimitar Ivanov Thu, 16 Feb 2012 14:06:59 +0100 stda (1.1-2) unstable; urgency=low * debian package source format changed to 3.0 (quilt) -- Dimitar Ivanov Fri, 03 Jun 2011 17:42:12 +0200 stda (1.1-1) unstable; urgency=low * New upstream release -- Dimitar Ivanov Wed, 01 Jun 2011 17:01:23 +0200 stda (1.0-2) unstable; urgency=low * debian/dirs not needed and hence removed -- Dimitar Ivanov Mon, 19 Oct 2009 21:22:21 +0200 stda (1.0-1) unstable; urgency=low * Initial release (Closes: #550211) -- Dimitar Ivanov Thu, 08 Oct 2009 22:09:05 +0200 debian/copyright0000644000000000000000000000210012127022521011104 0ustar This package was debianized by: Dimitar Ivanov on Wed, 23 Sep 2009 17:19:25 +0200 It was downloaded from: http://gnu.mirendom.net/stda.html Upstream Author: Dimitar Ivanov Copyright: Copyright (C) 2009, 2011-2013 Dimitar Ivanov License: 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 package 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 `/usr/share/common-licenses/GPL-3'. debian/compat0000644000000000000000000000000211260114470010360 0ustar 7 debian/watch0000644000000000000000000000013011263330646010215 0ustar version=3 http://gnu.mirendom.net/stda.html download.cgi/gnu/stda/stda-([\d\.]+).tar.gz debian/control0000644000000000000000000000241212125043302010560 0ustar Source: stda Section: math Priority: extra Maintainer: Dimitar Ivanov Build-Depends: debhelper (>= 7) Standards-Version: 3.9.4 Homepage: http://gnu.mirendom.net/stda.html Package: stda Architecture: all Depends: gawk | mawk, gnuplot, ${misc:Depends} Recommends: gv, evince Description: simple tools for data analysis (stda) This package contains some primary tools for evaluating sums, averages, integrals, derivatives, histograms/distributions of 1-d numerical data, and eventually for plotting the results. The stand-alone programs (supporting the standard UNIX input and output pipelines) are intended for data processing from the command line. They are especially useful for straightforward analysis of number series where a complex analytical approach is not necessary. Following programs are included: . * maphimbu - histogram builder for 1-d numerical and text data * mintegrate - evaluate average/sum/integral/derivative of 1-d numerical data * mmval - find minimum and maximum value in a data set * muplot - plot a multi-curve figure from multiple data by using Gnuplot * nnum - produce a series of equally separated integers or floats * prefield - prepare input file for 'muplot' to plot 2-d fields by arrows