[DRE-commits] [ruby-stomp] 03/05: Refresh packaging with dh-make-ruby -w
Cédric Boutillier
boutil at moszumanska.debian.org
Thu Aug 13 16:18:03 UTC 2015
This is an automated email from the git hooks/post-receive script.
boutil pushed a commit to branch master
in repository ruby-stomp.
commit 44321e5e515074d74dfc4a6f46d19528e7464d7a
Author: Cédric Boutillier <boutil at debian.org>
Date: Thu Aug 13 18:12:32 2015 +0200
Refresh packaging with dh-make-ruby -w
---
debian/control | 10 +++++++---
debian/rules | 5 ++++-
2 files changed, 11 insertions(+), 4 deletions(-)
diff --git a/debian/control b/debian/control
index 3f63417..8397a9c 100644
--- a/debian/control
+++ b/debian/control
@@ -5,10 +5,12 @@ Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.al
Uploaders: Bryan McLellan <btm at loftninjas.org>,
Jonas Genannt <genannt at debian.org>,
Paul van Tilburg <paulvt at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), ruby-rspec
+Build-Depends: debhelper (>= 7.0.50~),
+ gem2deb,
+ ruby-rspec
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-stomp.git
-Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-stomp.git;a=summary
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-stomp.git
Homepage: https://github.com/stompgem/stomp
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
@@ -16,7 +18,9 @@ XS-Ruby-Versions: all
Package: ruby-stomp
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ruby | ruby-interpreter, ${misc:Depends}, ${shlibs:Depends}
+Depends: ruby | ruby-interpreter,
+ ${misc:Depends},
+ ${shlibs:Depends}
Description: Ruby client for the stomp messaging protocol
Stomp is a text-oriented wire protocol for messaging (MOM/MQ/JMS)
type systems. This library provides two useful interfaces, a low-
diff --git a/debian/rules b/debian/rules
index a5e7dc8..acfc5fe 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,10 +6,13 @@
#
# 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
+#
+# Uncomment to check dependencies during build:
+# export GEM2DEB_TEST_RUNNER = --check-dependencies
%:
dh $@ --buildsystem=ruby --with ruby
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-stomp.git
More information about the Pkg-ruby-extras-commits
mailing list