[DRE-commits] [ruby-bacon-bits] 01/01: Refresh Debian packaging using dh-make-ruby
Sebastien Badia
sbadia-guest at moszumanska.debian.org
Sat Mar 5 17:39:18 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-bacon-bits.
commit 4d74007ad7814c5943584f94c71006186dded999
Author: Sebastien Badia <seb at sebian.fr>
Date: Sat Mar 5 14:33:44 2016 -0300
Refresh Debian packaging using dh-make-ruby
---
debian/control | 3 ++-
debian/rules | 13 ++-----------
debian/watch | 3 +--
3 files changed, 5 insertions(+), 14 deletions(-)
diff --git a/debian/control b/debian/control
index 3c344b6..371ebd4 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: ruby-bacon-bits
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders: Per Andersson <avtobiff at gmail.com>
+Uploaders: Per Andersson <avtobiff at gmail.com>, Sebastien Badia <seb at sebian.fr>
Build-Depends: debhelper (>= 9~),
gem2deb,
ruby-bacon
@@ -10,6 +10,7 @@ Standards-Version: 3.9.7
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-bacon-bits.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-bacon-bits.git
Homepage: http://github.com/cldwalker/bacon-bits
+Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Package: ruby-bacon-bits
diff --git a/debian/rules b/debian/rules
index 3404fe8..fd3e041 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
diff --git a/debian/watch b/debian/watch
index 00f40a3..b367c1c 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,2 @@
version=3
-opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/bacon-bits-$1\.tar\.gz/ \
- https://github.com/cldwalker/bacon-bits/tags .*/v?(\d\S*)\.tar\.gz
+http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/bacon-bits .*/bacon-bits-(.*).tar.gz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-bacon-bits.git
More information about the Pkg-ruby-extras-commits
mailing list