[DRE-commits] [ruby-thread-safe] 06/06: Update packaging with a new dh-make-ruby run
Antonio Terceiro
terceiro at moszumanska.debian.org
Wed Nov 4 11:43:29 UTC 2015
This is an automated email from the git hooks/post-receive script.
terceiro pushed a commit to branch master
in repository ruby-thread-safe.
commit 4b49620e6374e916f87c7dae1ad675f0f6973168
Author: Antonio Terceiro <terceiro at debian.org>
Date: Wed Nov 4 09:34:52 2015 -0200
Update packaging with a new dh-make-ruby run
---
debian/changelog | 1 +
debian/compat | 2 +-
debian/control | 26 ++++++++++++++------------
debian/rules | 13 ++-----------
debian/watch | 1 -
5 files changed, 18 insertions(+), 25 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 9a809e3..480674d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ ruby-thread-safe (0.3.5-3) unstable; urgency=medium
stress test that is maybe causing issues on the buildd.
* debian/rules: remove coverage/ on clean
* add missing Build-Dependencies on ruby-minitest and rake
+ * Update packaging with a new dh-make-ruby run
-- Antonio Terceiro <terceiro at debian.org> Wed, 04 Nov 2015 09:12:28 -0200
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 a94b7a8..ed4bc3b 100644
--- a/debian/control
+++ b/debian/control
@@ -2,25 +2,27 @@ Source: ruby-thread-safe
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-minitest,
- ruby-minitest-reporters
+Uploaders: Cédric Boutillier <boutil at debian.org>,
+ Antonio Terceiro <terceiro at debian.org>
+Build-Depends: debhelper (>= 9~),
+ gem2deb,
+ rake,
+ ruby-minitest,
+ ruby-minitest-reporters,
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-thread-safe.git
-Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-thread-safe.git;a=summary
-Homepage: https://github.com/headius/thread_safe
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-thread-safe.git
+Homepage: https://github.com/ruby-concurrency/thread_safe
+Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Package: ruby-thread-safe
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends},
- ${misc:Depends},
- ruby | ruby-interpreter,
- ruby-atomic
+Depends: ruby | ruby-interpreter,
+ ruby-atomic,
+ ${misc:Depends},
+ ${shlibs:Depends}
Description: thread-safe collections and utilities for Ruby
This Ruby library contains a collection of data structures providing
thread-safe versions of arrays and hashes. These data structures lock
diff --git a/debian/rules b/debian/rules
index 31df42f..c3438c4 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/watch b/debian/watch
index 49223f8..31a6f99 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,2 @@
version=3
-opts=dversionmangle=s/\+dfsg// \
http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/thread_safe .*/thread_safe-(.*).tar.gz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-thread-safe.git
More information about the Pkg-ruby-extras-commits
mailing list