[DRE-commits] [ruby-statsample] 01/04: Imported Debian patch 1.4.3-1

Balint Reczey rbalint at moszumanska.debian.org
Wed May 27 12:29:52 UTC 2015


This is an automated email from the git hooks/post-receive script.

rbalint pushed a commit to branch master
in repository ruby-statsample.

commit 8cbe22b0cdbe76ace8574f717f1a77e3429a2e46
Author: Balint Reczey <balint at balintreczey.hu>
Date:   Fri May 22 15:10:12 2015 +0200

    Imported Debian patch 1.4.3-1
---
 debian/changelog                |  5 +++++
 debian/compat                   |  1 +
 debian/control                  | 45 +++++++++++++++++++++++++++++++++++++++++
 debian/copyright                | 35 ++++++++++++++++++++++++++++++++
 debian/ruby-statsample.docs     |  2 ++
 debian/ruby-statsample.examples |  3 +++
 debian/ruby-statsample.install  |  3 +++
 debian/ruby-test-files.yaml     | 42 ++++++++++++++++++++++++++++++++++++++
 debian/rules                    | 15 ++++++++++++++
 debian/source/format            |  1 +
 debian/tests/control.ex         | 13 ++++++++++++
 debian/watch                    |  2 ++
 12 files changed, 167 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..8a2b9af
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+ruby-statsample (1.4.3-1) UNRELEASED; urgency=medium
+
+  * Initial release (Closes: #nnnn)
+
+ -- Balint Reczey <balint at balintreczey.hu>  Fri, 22 May 2015 15:10:12 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..53c1557
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,45 @@
+Source: ruby-statsample
+Section: ruby
+Priority: optional
+Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Uploaders:  <balint at balintreczey.hu>
+Build-Depends: debhelper (>= 7.0.50~), gem2deb
+Standards-Version: 3.9.5
+Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-statsample.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-statsample.git;a=summary
+Homepage: https://github.com/sciruby/statsample
+Testsuite: autopkgtest
+XS-Ruby-Versions: all
+
+Package: ruby-statsample
+Architecture: all
+XB-Ruby-Versions: ${ruby:Versions}
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+# spreadsheet (~> 0.6.5), reportbuilder (~> 1.4), minimization (~> 0.2), dirty-memoize (~> 0.0.4), extendmatrix (~> 0.3), rserve-client (~> 0.3), rubyvis (~> 0.5.0), distribution (~> 0.7), awesome_print (~> 1.6), bundler (~> 1.7, development), rake (~> 10.4, development), rdoc (~> 4.2, development), shoulda (~> 3.5, development), shoulda-matchers (~> 2.2, development), minitest (~> 5.5, development), gettext (~> 3.1, development), mocha (~> 1.1, development)
+Description: A suite for basic and advanced statistics on Ruby
+ A suite for basic and advanced statistics on Ruby. Tested on CRuby 1.9.3, 2.0.0
+ and 2.1.1. See `.travis.yml` for more information.
+ .
+ Include:
+ .
+ - Descriptive statistics: frequencies, median, mean,
+ standard error, skew, kurtosis (and many others).
+ - Imports and exports datasets from and to Excel, CSV and plain text files.
+ - Correlations: Pearson's r, Spearman's rank correlation (rho), point biserial,
+ tau a, tau b and  gamma. Tetrachoric and Polychoric correlation provides by
+ statsample-bivariate-extension gem.
+ - Intra-class correlation
+ - Anova: generic and vector-based One-way ANOVA and Two-way ANOVA, with contrasts for
+ One-way ANOVA.
+ - Tests: F, T, Levene, U-Mannwhitney.
+ - Regression: Simple, Multiple (OLS), Probit and Logit
+ - Factorial Analysis: Extraction (PCA and Principal Axis), Rotation (Varimax,
+ Equimax, Quartimax) and Parallel Analysis and Velicer's MAP test, for
+ estimation of number of factors.
+ - Reliability analysis for simple scale and a DSL to easily analyze multiple
+ scales using factor analysis and correlations, if you want it.
+ - Dominance Analysis, with multivariate dependent and bootstrap (Azen & Budescu)
+ - Sample calculation related formulas
+ - Structural Equation Modeling (SEM), using R libraries +sem+ and +OpenMx+
+ - Creates reports on text, html and rtf, using ReportBuilder gem
+ - Graphics: Histogram, Boxplot and Scatterplot.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..db8ce97
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,35 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: statsample
+Source: FIXME <http://example.com/>
+
+Files: *
+Copyright: <years> <put author's name and email here>
+           <years> <likewise for another author>
+License: GPL-2+ (FIXME)
+
+Files: debian/*
+Copyright: 2015  <balint at balintreczey.hu>
+License: GPL-2+ (FIXME)
+Comment: the Debian packaging is licensed under the same terms as the original package.
+
+License: GPL-2+ (FIXME)
+ 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 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 package; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ Boston, MA  02110-1301 USA
+ .
+ On Debian systems, the full text of the GNU General Public
+ License version 2 can be found in the file
+ `/usr/share/common-licenses/GPL-2'.
diff --git a/debian/ruby-statsample.docs b/debian/ruby-statsample.docs
new file mode 100644
index 0000000..07b3c9e
--- /dev/null
+++ b/debian/ruby-statsample.docs
@@ -0,0 +1,2 @@
+# FIXME: READMEs found
+# README.md
diff --git a/debian/ruby-statsample.examples b/debian/ruby-statsample.examples
new file mode 100644
index 0000000..d970cc8
--- /dev/null
+++ b/debian/ruby-statsample.examples
@@ -0,0 +1,3 @@
+# FIXME: examples/ dir found in source. Consider installing the examples.
+# Examples:
+# examples/*
diff --git a/debian/ruby-statsample.install b/debian/ruby-statsample.install
new file mode 100644
index 0000000..8453f88
--- /dev/null
+++ b/debian/ruby-statsample.install
@@ -0,0 +1,3 @@
+# FIXME: data/ dir found in source. Consider installing it somewhere.
+# Examples:
+# data/* /usr/share/ruby-statsample/
diff --git a/debian/ruby-test-files.yaml b/debian/ruby-test-files.yaml
new file mode 100644
index 0000000..7c0fa89
--- /dev/null
+++ b/debian/ruby-test-files.yaml
@@ -0,0 +1,42 @@
+---
+- test/fixtures/correlation_matrix.rb
+- test/helpers_tests.rb
+- test/test_analysis.rb
+- test/test_anova_contrast.rb
+- test/test_anovaoneway.rb
+- test/test_anovatwoway.rb
+- test/test_anovatwowaywithdataset.rb
+- test/test_anovawithvectors.rb
+- test/test_awesome_print_bug.rb
+- test/test_bartlettsphericity.rb
+- test/test_bivariate.rb
+- test/test_codification.rb
+- test/test_crosstab.rb
+- test/test_csv.rb
+- test/test_dataset.rb
+- test/test_dominance_analysis.rb
+- test/test_factor.rb
+- test/test_factor_map.rb
+- test/test_factor_pa.rb
+- test/test_ggobi.rb
+- test/test_gsl.rb
+- test/test_histogram.rb
+- test/test_matrix.rb
+- test/test_multiset.rb
+- test/test_regression.rb
+- test/test_reliability.rb
+- test/test_reliability_icc.rb
+- test/test_reliability_skillscale.rb
+- test/test_resample.rb
+- test/test_rserve_extension.rb
+- test/test_srs.rb
+- test/test_statistics.rb
+- test/test_stest.rb
+- test/test_stratified.rb
+- test/test_test_f.rb
+- test/test_test_kolmogorovsmirnov.rb
+- test/test_test_t.rb
+- test/test_umannwhitney.rb
+- test/test_vector.rb
+- test/test_wilcoxonsignedrank.rb
+- test/test_xls.rb
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..d81794d
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,15 @@
+#!/usr/bin/make -f
+#export DH_VERBOSE=1
+#
+# Uncomment to ignore all test failures (but the tests will run anyway)
+#export DH_RUBY_IGNORE_TESTS=all
+#
+# Uncomment to ignore some test failures (but the tests will run anyway).
+# Valid values:
+#export DH_RUBY_IGNORE_TESTS=ruby2.1 require-rubygems
+#
+# If you need to specify the .gemspec (eg there is more than one)
+#export DH_RUBY_GEMSPEC=gem.gemspec
+
+%:
+	dh $@ --buildsystem=ruby --with ruby
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/tests/control.ex b/debian/tests/control.ex
new file mode 100644
index 0000000..429a392
--- /dev/null
+++ b/debian/tests/control.ex
@@ -0,0 +1,13 @@
+# AUTOGENERATED FILE
+#
+# As of autopkgtest 3.5, Ruby packages that use gem2deb are automatically
+# detected, and if debian/tests/control does not exist the contents below will
+# be assumed (with the exception of gem2deb being filtered out from
+# @builddeps@):
+
+Test-Command: gem2deb-test-runner --autopkgtest 2>&1
+Depends: @, @builddeps@, gem2deb-test-runner
+
+# if you would need to change something to the above, to that and rename this
+# file to `control`. Otherwise, you should probably delete this file
+# (recommended).
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..ece32f3
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/statsample .*/statsample-(.*).tar.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-statsample.git



More information about the Pkg-ruby-extras-commits mailing list