[DRE-commits] [ruby-aggregate] 01/03: Refresh packaging with dh-make-ruby -w
zeha at debian.org
zeha at debian.org
Tue Aug 18 14:47:01 UTC 2015
This is an automated email from the git hooks/post-receive script.
zeha pushed a commit to branch master
in repository ruby-aggregate.
commit 9b0addeb9ae180dac60afd3db8af532f3a97ec1f
Author: Christian Hofstaedtler <zeha at debian.org>
Date: Tue Aug 18 14:18:49 2015 +0000
Refresh packaging with dh-make-ruby -w
---
debian/compat | 2 +-
debian/control | 12 ++++++++----
debian/ruby-test-files.yaml | 2 +-
debian/rules | 11 -----------
4 files changed, 10 insertions(+), 17 deletions(-)
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index 8685e66..a29b15c 100644
--- a/debian/control
+++ b/debian/control
@@ -3,17 +3,21 @@ Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
Uploaders: Hleb Valoshka <375gnu at gmail.com>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.7.5~)
-Standards-Version: 3.9.5
+Build-Depends: debhelper (>= 9~),
+ gem2deb
+Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-aggregate.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-aggregate.git;a=summary
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-aggregate.git
Homepage: http://github.com/josephruscio/aggregate
+Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Package: ruby-aggregate
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+Depends: ruby | ruby-interpreter,
+ ${misc:Depends},
+ ${shlibs:Depends}
Description: Ruby class for accumulating aggregate statistics
Aggregate is an intuitive ruby implementation of a statistics aggregator
including both default and configurable histogram support. It does this
diff --git a/debian/ruby-test-files.yaml b/debian/ruby-test-files.yaml
index e8818ad..67d23f6 100644
--- a/debian/ruby-test-files.yaml
+++ b/debian/ruby-test-files.yaml
@@ -1,2 +1,2 @@
----
+---
- test/ts_aggregate.rb
diff --git a/debian/rules b/debian/rules
index a5e7dc8..c6142f6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,15 +1,4 @@
#!/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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-aggregate.git
More information about the Pkg-ruby-extras-commits
mailing list