[DRE-commits] [ruby-albino] 03/06: Update Debian packaging using dh-make-ruby
Sebastien Badia
sbadia-guest at moszumanska.debian.org
Mon Feb 29 20:44:32 UTC 2016
This is an automated email from the git hooks/post-receive script.
sbadia-guest pushed a commit to branch master
in repository ruby-albino.
commit a5b560dfd7a71b2c4d3492144dd07a0077d1d1b3
Author: Sebastien Badia <seb at sebian.fr>
Date: Mon Feb 29 17:39:40 2016 -0300
Update Debian packaging using dh-make-ruby
---
debian/control | 9 ++++++---
debian/rules | 13 ++-----------
2 files changed, 8 insertions(+), 14 deletions(-)
diff --git a/debian/control b/debian/control
index 4f83b2f..c84c6c4 100644
--- a/debian/control
+++ b/debian/control
@@ -13,14 +13,17 @@ Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-albino.git
Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-albino.git;a=summary
Homepage: https://github.com/github/albino
-XS-Ruby-Versions: all
Testsuite: autopkgtest-pkg-ruby
+XS-Ruby-Versions: all
Package: ruby-albino
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
- ruby-posix-spawn (>= 0.3.8), python-pygments
+Depends: ruby | ruby-interpreter,
+ ruby-posix-spawn (>= 0.3.8),
+ python-pygments,
+ ${misc:Depends},
+ ${shlibs:Depends}
Description: Ruby wrapper for pygmentize
Albino is a ruby wrapper for python-pygmentize.
.
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-albino.git
More information about the Pkg-ruby-extras-commits
mailing list