[DRE-commits] [ruby-mixlib-shellout] 01/10: Update packaging
Antonio Terceiro
terceiro at moszumanska.debian.org
Sat Jun 13 16:30: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-mixlib-shellout.
commit 8c041b0d81e6ac90e367b8291f1bf0eab06e1671
Author: Antonio Terceiro <terceiro at debian.org>
Date: Fri Jun 12 22:54:53 2015 -0300
Update packaging
---
debian/control | 9 +++++----
debian/rules | 13 ++-----------
2 files changed, 7 insertions(+), 15 deletions(-)
diff --git a/debian/control b/debian/control
index e5ac7b4..0c40a1f 100644
--- a/debian/control
+++ b/debian/control
@@ -3,17 +3,18 @@ Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
Uploaders: Tollef Fog Heen <tfheen at debian.org>, Paul van Tilburg <paulvt at debian.org>
-Build-Depends: debhelper (>= 8.1), gem2deb (>= 0.3.0~)
-Standards-Version: 3.9.5
+Build-Depends: debhelper (>= 8.1), gem2deb
+Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-mixlib-shellout.git
-Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-mixlib-shellout.git;a=summary
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-mixlib-shellout.git
Homepage: https://github.com/opscode/mixlib-shellout
+Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Package: ruby-mixlib-shellout
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
Description: mixin library for subprocess management, output collection
Provides a simplified interface to shelling out yet still collecting
both standard out and standard error and providing full control over
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-mixlib-shellout.git
More information about the Pkg-ruby-extras-commits
mailing list