[DRE-commits] [ruby-filepath] 02/03: refresh packaging

Cédric Boutillier boutil at moszumanska.debian.org
Thu Aug 13 13:16:39 UTC 2015


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

boutil pushed a commit to branch master
in repository ruby-filepath.

commit 48138766ab9cf6a10c95b2b3b8b17663390de45f
Author: Cédric Boutillier <boutil at debian.org>
Date:   Thu Aug 13 15:09:24 2015 +0200

    refresh packaging
---
 debian/control | 16 ++++++++++------
 debian/rules   |  5 ++++-
 2 files changed, 14 insertions(+), 7 deletions(-)

diff --git a/debian/control b/debian/control
index 18c839b..ec275ed 100644
--- a/debian/control
+++ b/debian/control
@@ -3,19 +3,23 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Gioele Barabucci <gioele at svario.it>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.4.1~),
- rake, ruby-rspec
+Build-Depends: debhelper (>= 7.0.50~),
+               gem2deb,
+               rake,
+               ruby-rspec
 Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-filepath.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-filepath.git;a=summary
-Homepage: https://github.com/gioele/filepath
-XS-Ruby-Versions: all
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-filepath.git
+Homepage: http://github.com/gioele/filepath
 Testsuite: autopkgtest-pkg-ruby
+XS-Ruby-Versions: all
 
 Package: ruby-filepath
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+Depends: ruby | ruby-interpreter,
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: small library to manipulate paths
  filepath provides the FilePath class: a modern replacement for the standard
  Pathname class.
diff --git a/debian/rules b/debian/rules
index a365da9..07285ef 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.9.1 ruby2.0 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-filepath.git



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