[DRE-commits] [ruby-oauth] 02/04: modernize packaging with dh-make-ruby -w
Cédric Boutillier
boutil at moszumanska.debian.org
Thu Jul 9 21:31:14 UTC 2015
This is an automated email from the git hooks/post-receive script.
boutil pushed a commit to branch master
in repository ruby-oauth.
commit 3acd7d43da1828e2b2e26fcf35ad5b6171740f39
Author: Cédric Boutillier <boutil at debian.org>
Date: Thu Jul 9 22:16:13 2015 +0200
modernize packaging with dh-make-ruby -w
---
debian/changelog | 3 +++
debian/control | 13 +++++++++----
debian/rules | 5 ++++-
3 files changed, 16 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 3d0484c..d364c5f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,9 @@ ruby-oauth (0.4.7-3) unstable; urgency=medium
* Team upload
* Fix homepage in the debian/control file
+ * Modernize debian/control with dh-make-ruby -w
+ - add Testsuite: field
+ - bump Standards-Version to 3.9.6 (no changes needed)
-- Cédric Boutillier <boutil at debian.org> Thu, 09 Jul 2015 22:09:44 +0200
diff --git a/debian/control b/debian/control
index f2f3d35..18477a7 100644
--- a/debian/control
+++ b/debian/control
@@ -3,17 +3,22 @@ Section: ruby
Priority: extra
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
Uploaders: Taku YASUI <tach at debian.org>
-Build-Depends: debhelper (>= 8), gem2deb (>= 0.7.5~)
-Standards-Version: 3.9.5
+Build-Depends: debhelper (>= 7.0.50~),
+ gem2deb,
+ rake
+Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-oauth.git
-Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-oauth.git;a=summary
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-oauth.git
Homepage: https://github.com/oauth-xx/oauth-ruby
+Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Package: ruby-oauth
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${misc:Depends}, ruby | ruby-interpreter
+Depends: ruby | ruby-interpreter,
+ ${misc:Depends},
+ ${shlibs:Depends}
Description: Ruby library for OAuth core
This package is a ruby library providing OAuth consumer and provider.
.
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-oauth.git
More information about the Pkg-ruby-extras-commits
mailing list