debian/0000755000000000000000000000000012061663477007202 5ustar debian/rules0000755000000000000000000000102612051375427010253 0ustar #!/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=ruby1.8 ruby1.9.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 override_dh_auto_install: dh_auto_install rm -rf debian/ruby-distribution/usr/bin debian/ruby-distribution.install0000644000000000000000000000017112040066772014257 0ustar # FIXME: data/ dir found in source. Consider installing it somewhere. # Examples: # data/* /usr/share/ruby-distribution/ debian/watch0000644000000000000000000000021612061657622010225 0ustar version=3 opts=dversionmangle=s/\+dfsg// \ http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/distribution .*/distribution-(.*).tar.gz debian/source/0000755000000000000000000000000012040066772010472 5ustar debian/source/format0000644000000000000000000000001412040066772011700 0ustar 3.0 (quilt) debian/ruby-tests.rake0000644000000000000000000000022312051214451012143 0ustar require 'rspec/core/rake_task' RSpec::Core::RakeTask.new(:spec) do |spec| spec.pattern = './spec/**/*_spec.rb' end task :default => :spec debian/gbp.conf0000644000000000000000000000007212061653557010616 0ustar [git-import-orig] filter=vendor filter-pristine-tar=true debian/ruby-distribution.docs0000644000000000000000000000001312051374504013531 0ustar README.txt debian/copyright0000644000000000000000000000236712061653424011134 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: distribution Source: https://github.com/clbustos/distribution Source has been repacked to remove the vendor/ directory which contained vendor/java/commons-math-2.2.jar. Files: * Copyright: 2011 Claudio Bustos License: GPL-2+ Files: debian/* Copyright: 2012 Cédric Boutillier License: GPL-2+ 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 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'. debian/control0000644000000000000000000000230212061663477010602 0ustar Source: ruby-distribution Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Cédric Boutillier Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), rake, ruby-rspec, ruby-gsl Standards-Version: 3.9.4 Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-distribution.git Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-distribution.git;a=summary Homepage: https://github.com/clbustos/distribution XS-Ruby-Versions: all Package: ruby-distribution Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter Recommends: ruby-gsl Description: Ruby library to work with probability distributions This Ruby library allows one to generate random variable with a given probability distribution, or evaluate classical probability distributions. . The probability distributions currently implemented include: Normal univariate and bivariate, T, F, Chi Square, Binomial, Hypergeometric, Exponential, Poisson, Beta, LogNormal and Gamma. . If available, the library will use Ruby/GSL (from ruby-gsl package) for better performance. debian/compat0000644000000000000000000000000212040066772010370 0ustar 7 debian/README.source0000644000000000000000000000057712061656032011357 0ustar This package uses the Debian 3.0 (quilt) source package format. The upstream tarball has been repacked to remove the compiled Java archive vendor/java/commons-math-2.2.jar. The removal has been done with git-buildpackage, during the import of the upstream tarball via git import-orig command and its filter option (see debian/gbp.conf). Cédric Boutillier Last Update: 2012-12-11 debian/changelog0000644000000000000000000000035012061657560011046 0ustar ruby-distribution (0.7.0+dfsg-1) unstable; urgency=low * Initial release (Closes: #695564) * Repack source to remove vendor/java/commons-math-2.2.jar -- Cédric Boutillier Tue, 11 Dec 2012 17:29:33 +0100