[DRE-commits] [ruby-net-http-digest-auth] 01/02: Update packaging using dh-make-ruby -w
zeha at debian.org
zeha at debian.org
Sun Jan 17 16:03:40 UTC 2016
This is an automated email from the git hooks/post-receive script.
zeha pushed a commit to annotated tag debian/1.4-2
in repository ruby-net-http-digest-auth.
commit 11aaaf1dc4d1e8d66d429b23d0f219e958f2dd74
Author: Christian Hofstaedtler <zeha at debian.org>
Date: Sun Jan 17 15:20:40 2016 +0000
Update packaging using dh-make-ruby -w
---
debian/compat | 2 +-
debian/control | 15 ++++++++++-----
debian/ruby-test-files.yaml | 2 +-
debian/rules | 13 ++-----------
4 files changed, 14 insertions(+), 18 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 2879c67..1a5ff60 100644
--- a/debian/control
+++ b/debian/control
@@ -3,17 +3,22 @@ Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
Uploaders: Gunnar Wolf <gwolf at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), ruby-minitest
-Standards-Version: 3.9.4
+Build-Depends: debhelper (>= 9~),
+ gem2deb,
+ ruby-minitest
+Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-net-http-digest-auth.git
-Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-net-http-digest-auth.git;a=summary
-Homepage: http://docs.seattlerb.org/net-http-digest_auth
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-net-http-digest-auth.git
+Homepage: http://github.com/drbrain/net-http-digest_auth
+Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Package: ruby-net-http-digest-auth
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+Depends: ruby | ruby-interpreter,
+ ${misc:Depends},
+ ${shlibs:Depends}
Description: RFC 2617 Digest Access Authentication implementation
Stand-alone Ruby library implementing Digest Access
Authentication. This package is completely independent (and does not
diff --git a/debian/ruby-test-files.yaml b/debian/ruby-test-files.yaml
index fdbcf04..0817495 100644
--- a/debian/ruby-test-files.yaml
+++ b/debian/ruby-test-files.yaml
@@ -1,2 +1,2 @@
----
+---
- test/test_net_http_digest_auth.rb
diff --git a/debian/rules b/debian/rules
index a5e7dc8..3454d59 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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-net-http-digest-auth.git
More information about the Pkg-ruby-extras-commits
mailing list