[DRE-commits] [ruby-eventmachine] 01/02: Update packaging with a new dh-make-ruby run
Antonio Terceiro
terceiro at moszumanska.debian.org
Tue Jul 21 22:23:32 UTC 2015
This is an automated email from the git hooks/post-receive script.
terceiro pushed a commit to branch master
in repository ruby-eventmachine.
commit e657163d5abffe9d46e698b106f65cf89bc7e228
Author: Antonio Terceiro <terceiro at debian.org>
Date: Mon Jul 20 21:19:45 2015 -0300
Update packaging with a new dh-make-ruby run
---
debian/changelog | 7 +++++++
debian/control | 16 +++++++++++-----
debian/rules | 13 ++-----------
debian/source/local-options | 1 -
4 files changed, 20 insertions(+), 17 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 7019e66..66154aa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ruby-eventmachine (1.0.7-3) unstable; urgency=medium
+
+ * Team upload.
+ * Update packaging with a new dh-make-ruby run
+
+ -- Antonio Terceiro <terceiro at debian.org> Mon, 20 Jul 2015 21:19:07 -0300
+
ruby-eventmachine (1.0.7-2) unstable; urgency=medium
* Team upload.
diff --git a/debian/control b/debian/control
index 70e4fac..fbe5b94 100644
--- a/debian/control
+++ b/debian/control
@@ -3,18 +3,24 @@ Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
Uploaders: Daigo Moriwaki <daigo at debian.org>, Ryan Niebur <ryanryan52 at gmail.com>, Laurent Arnoud <laurent at spkdev.net>, Paul van Tilburg <paulvt at debian.org>, Per Andersson <avtobiff at gmail.com>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.7.5~), libssl-dev,
- rake, ruby-minitest, ruby-test-unit
+Build-Depends: debhelper (>= 7.0.50~),
+ gem2deb,
+ libssl-dev,
+ rake,
+ ruby-test-unit,
Standards-Version: 3.9.6
-Homepage: http://rubyeventmachine.com/
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-eventmachine.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-eventmachine.git/
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-eventmachine.git
+Homepage: http://rubyeventmachine.com
+Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Package: ruby-eventmachine
Architecture: any
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+Depends: ruby | ruby-interpreter,
+ ${misc:Depends},
+ ${shlibs:Depends}
Description: Ruby/EventMachine library
EventMachine implements a fast, single-threaded engine for arbitrary network
communications. It's extremely easy to use in Ruby. EventMachine wraps all
diff --git a/debian/rules b/debian/rules
index ca084c4..9964b95 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,15 +1,6 @@
#!/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
+
+export GEM2DEB_TEST_RUNNER = --check-dependencies
%:
dh $@ --buildsystem=ruby --with ruby
diff --git a/debian/source/local-options b/debian/source/local-options
deleted file mode 100644
index 4aceb10..0000000
--- a/debian/source/local-options
+++ /dev/null
@@ -1 +0,0 @@
-unapply-patches
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-eventmachine.git
More information about the Pkg-ruby-extras-commits
mailing list