[DRE-commits] [ruby-grack] 03/10: Update packaging with a new dh-make-ruby run

Antonio Terceiro terceiro at moszumanska.debian.org
Fri Sep 4 14:41:52 UTC 2015


This is an automated email from the git hooks/post-receive script.

terceiro pushed a commit to branch master
in repository ruby-grack.

commit b3568b909204d55a63ffb367921a2599d970516a
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Fri Sep 4 10:55:00 2015 -0300

    Update packaging with a new dh-make-ruby run
---
 debian/changelog |  2 ++
 debian/compat    |  2 +-
 debian/control   | 28 +++++++++++++++-------------
 debian/rules     | 13 ++-----------
 4 files changed, 20 insertions(+), 25 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8efbf2f..3bc8b07 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ ruby-grack (1.0.0-2.1) UNRELEASED; urgency=medium
 
   * Team upload.
   * debian/watch: point at github releases page
+  * Update packaging with a new dh-make-ruby run
+  * Add myself to Uploaders:
 
  -- Antonio Terceiro <terceiro at debian.org>  Fri, 04 Sep 2015 10:47:25 -0300
 
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 b8d1b50..ca09aff 100644
--- a/debian/control
+++ b/debian/control
@@ -2,25 +2,27 @@ Source: ruby-grack
 Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7.0.50~),
-	       gem2deb (>= 0.5.0~),
-	       ruby-rack (>= 1.4.1) | ruby-rack1.4,
-	       ruby-mocha,
-	       git
-Standards-Version: 3.9.5
+Uploaders: Antonio Terceiro <terceiro at debian.org>
+Build-Depends: debhelper (>= 9~),
+               gem2deb,
+               git,
+               ruby-mocha,
+               ruby-rack (>= 1.5.1)
+Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-grack.git
-Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-grack.git;a=summary
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-grack.git
 Homepage: https://github.com/gitlabhq/grack
+Testsuite: autopkgtest-pkg-ruby
 XS-Ruby-Versions: all
 
 Package: ruby-grack
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends},
-	 ${misc:Depends},
-	 ruby | ruby-interpreter,
-	 ruby-rack (>= 1.4.1) | ruby-rack1.4,
-	 git
+Depends: ruby | ruby-interpreter,
+         ruby-rack (>= 1.5.1),
+         git,
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: Git Smart HTTP Server Rack implementation in Ruby/Rack
  Rack application replacement for the builtin git-http-backend CGI
  handler distributed with Git.
@@ -31,4 +33,4 @@ Description: Git Smart HTTP Server Rack implementation in Ruby/Rack
  application can run on nearly every major and minor webserver out
  there by making it Rack capable.
  .
- This the GITLAB version of the library.
+ This the GITLAB version of the library.
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
index c3fb001..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=ruby1.8
-#
-# 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-grack.git



More information about the Pkg-ruby-extras-commits mailing list