[DRE-commits] [ruby-distribution] 05/09: update files

Cédric Boutillier boutil at moszumanska.debian.org
Thu Aug 13 08:22:40 UTC 2015


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

boutil pushed a commit to branch master
in repository ruby-distribution.

commit 616bd7a2174718ad529e9fef5792385507a23b36
Author: Cédric Boutillier <boutil at debian.org>
Date:   Wed Jun 17 22:58:39 2015 +0200

    update files
---
 debian/control                   | 17 ++++++++++++-----
 debian/ruby-distribution.install |  3 ---
 debian/ruby-tests.rake           |  2 +-
 debian/rules                     |  2 +-
 4 files changed, 14 insertions(+), 10 deletions(-)

diff --git a/debian/control b/debian/control
index c9ffa5b..cc605be 100644
--- a/debian/control
+++ b/debian/control
@@ -3,17 +3,24 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Cédric Boutillier <boutil at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), rake, ruby-rspec, ruby-gsl
-Standards-Version: 3.9.4
+Build-Depends: debhelper (>= 7.0.50~),
+               gem2deb,
+               rake,
+               ruby-rspec,
+               ruby-gsl
+Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-distribution.git
-Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-distribution.git;a=summary
-Homepage: https://github.com/clbustos/distribution
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-distribution.git
+Homepage: https://github.com/sciruby/distribution
+Testsuite: autopkgtest-pkg-ruby
 XS-Ruby-Versions: all
 
 Package: ruby-distribution
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+Depends: ruby | ruby-interpreter,
+         ${misc:Depends},
+         ${shlibs:Depends}
 Recommends: ruby-gsl
 Description: Ruby library to work with probability distributions
  This Ruby library allows one to generate random variable with a given
diff --git a/debian/ruby-distribution.install b/debian/ruby-distribution.install
deleted file mode 100644
index 4bd307d..0000000
--- a/debian/ruby-distribution.install
+++ /dev/null
@@ -1,3 +0,0 @@
-# FIXME: data/ dir found in source. Consider installing it somewhere.
-# Examples:
-# data/* /usr/share/ruby-distribution/
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index 89a753d..dcc1601 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -1,7 +1,7 @@
 require 'rspec/core/rake_task'
 
 RSpec::Core::RakeTask.new(:spec) do |spec|
-  spec.pattern      = './spec/**/*_spec.rb'
+  spec.pattern = './spec/**/*_spec.rb'
 end
 
 task :default => :spec
diff --git a/debian/rules b/debian/rules
index be22622..c0ec2eb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@
 #
 # 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
+#export DH_RUBY_IGNORE_TESTS=ruby2.1 ruby2.2
 #
 # If you need to specify the .gemspec (eg there is more than one)
 #export DH_RUBY_GEMSPEC=gem.gemspec

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



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