[DRE-commits] [ruby-rr] 01/02: Update packaging using dh-make-ruby -w
zeha at debian.org
zeha at debian.org
Sun Jan 17 13:35:49 UTC 2016
This is an automated email from the git hooks/post-receive script.
zeha pushed a commit to annotated tag debian/1.1.2-2
in repository ruby-rr.
commit 4ab4cc9dcbc5d7b911f65c1f9469be827e4e1ded
Author: Christian Hofstaedtler <zeha at debian.org>
Date: Sun Jan 17 13:26:18 2016 +0000
Update packaging using dh-make-ruby -w
---
debian/compat | 2 +-
debian/control | 21 +++++++++++++--------
debian/copyright | 7 +++----
debian/ruby-rr.docs | 6 +++---
debian/rules | 13 ++-----------
5 files changed, 22 insertions(+), 27 deletions(-)
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 373a258..e64f772 100644
--- a/debian/control
+++ b/debian/control
@@ -2,20 +2,25 @@ Source: ruby-rr
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders: TANIGUCHI Takaki <takaki at debian.org>, Praveen Arimbrathodiyil <praveen at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.10~)
-Standards-Version: 3.9.4
+Uploaders: TANIGUCHI Takaki <takaki at debian.org>,
+ Praveen Arimbrathodiyil <praveen at debian.org>
+Build-Depends: debhelper (>= 9~),
+ gem2deb
+Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-rr.git
-Vcs-Browser: http://anonscm.debian.org/?p=pkg-ruby-extras/ruby-rr.git;a=summary
-Homepage: http://pivotallabs.com
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-rr.git
+Homepage: http://rr.github.com/rr
+Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Package: ruby-rr
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+Depends: ruby | ruby-interpreter,
+ ${misc:Depends},
+ ${shlibs:Depends}
Description: test double framework for Ruby
RR (Double Ruby) is a double framework that features a rich selection of
- double techniques and a terse syntax.
- .
+ double techniques and a terse syntax.
+ .
Double flamework is written in http://xunitpatterns.com/Test%20Double.html
diff --git a/debian/copyright b/debian/copyright
index ed7308d..c2ba37d 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,6 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: rr
-Source: https://github.com/btakita/rr
+Source: http://rr.github.com/rr
Files: *
Copyright: 2010 Brian Takita
@@ -20,10 +20,10 @@ License: Expat
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:
- .
+ .
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
- .
+ .
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
@@ -32,4 +32,3 @@ License: Expat
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
-
diff --git a/debian/ruby-rr.docs b/debian/ruby-rr.docs
index 3f94eb1..1888486 100644
--- a/debian/ruby-rr.docs
+++ b/debian/ruby-rr.docs
@@ -1,6 +1,6 @@
-# FIXME: doc/ dir found in source. Consider installing the docs.
# Examples:
-# doc/manual.html
-# doc/site/*
# FIXME: READMEs found
+# FIXME: doc/ dir found in source. Consider installing the docs.
# README.rdoc
+# doc/manual.html
+# doc/site/*
diff --git a/debian/rules b/debian/rules
index 5e237b0..78fdab3 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-rr.git
More information about the Pkg-ruby-extras-commits
mailing list