[DRE-commits] [ruby-bio] 03/04: Refresh debian packaging with dh-make-ruby -w

zeha at debian.org zeha at debian.org
Sun Nov 8 22:28:40 UTC 2015


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

zeha pushed a commit to branch master
in repository ruby-bio.

commit c31595095971910df4c354c5fca4ff3f6c47bb50
Author: Christian Hofstaedtler <zeha at debian.org>
Date:   Sun Nov 8 22:22:18 2015 +0000

    Refresh debian packaging with dh-make-ruby -w
---
 debian/compat                          |  2 +-
 debian/control                         | 17 +++++++++++------
 debian/copyright                       |  5 ++---
 debian/ruby-bio.docs                   |  2 +-
 debian/rules                           |  5 ++++-
 debian/{upstream => upstream/metadata} |  0
 6 files changed, 19 insertions(+), 12 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 00792db..53f513c 100644
--- a/debian/control
+++ b/debian/control
@@ -2,19 +2,24 @@ Source: ruby-bio
 Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders: Lucas Nussbaum <lucas at debian.org>, Cédric Boutillier <boutil at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.5.0~), ruby-libxml (>= 2.7.0-2~), ruby-test-unit
+Uploaders: Lucas Nussbaum <lucas at debian.org>,
+           Cédric Boutillier <boutil at debian.org>
+Build-Depends: debhelper (>= 9~),
+               gem2deb (>= 0.5.0~),
+               ruby-libxml (>= 2.7.0-2~),
+               ruby-test-unit
 Build-Depends-Indep: docbook-to-man, rdtool
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-bio.git
-Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-bio.git;a=summary
-Homepage: http://www.bioruby.org/
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-bio.git
+Homepage: http://bioruby.org/
+Testsuite: autopkgtest-pkg-ruby
 XS-Ruby-Versions: all
 
 Package: ruby-bio
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+Depends: ruby | ruby-interpreter, ${misc:Depends}, ${shlibs:Depends}
 Recommends: blast2, hmmer, mafft, muscle, probcons, sim4, t-coffee
 Suggests: clustalw, emboss
 Description: Ruby tools for computational molecular biology
diff --git a/debian/copyright b/debian/copyright
index c24f420..2d68b93 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -198,9 +198,9 @@ License: Ruby
       For the list of those files and their copying conditions, see the
       file LEGAL.
  .
-   5. The scripts and library files supplied as input to or produced as 
+   5. The scripts and library files supplied as input to or produced as
       output from the software do not automatically fall under the
-      copyright of the software, but belong to whomever generated them, 
+      copyright of the software, but belong to whomever generated them,
       and may be sold commercially, and may be aggregated with this
       software.
  .
@@ -208,4 +208,3 @@ License: Ruby
       IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
       WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
       PURPOSE.
-
diff --git a/debian/ruby-bio.docs b/debian/ruby-bio.docs
index fead357..c0ba5e8 100644
--- a/debian/ruby-bio.docs
+++ b/debian/ruby-bio.docs
@@ -1,4 +1,4 @@
-README*
 KNOWN_ISSUES.rdoc
+README*
 doc
 etc/bioinformatics/seqdatabase.ini
diff --git a/debian/rules b/debian/rules
index 87c4312..3aa18df 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.8 ruby1.9.1 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
diff --git a/debian/upstream b/debian/upstream/metadata
similarity index 100%
rename from debian/upstream
rename to debian/upstream/metadata

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-bio.git



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