[DRE-commits] [ruby-mail] 06/07: Update packaging with a new dh-make-ruby run

Antonio Terceiro terceiro at moszumanska.debian.org
Tue Sep 22 18:13:10 UTC 2015


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

terceiro pushed a commit to branch master
in repository ruby-mail.

commit 9113d35fe8a46927e48145e26e0a5bf96df89015
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Tue Sep 22 15:07:22 2015 -0300

    Update packaging with a new dh-make-ruby run
---
 debian/changelog |  1 +
 debian/control   | 15 +++++++++------
 debian/gbp.conf  |  2 --
 debian/rules     | 13 ++-----------
 4 files changed, 12 insertions(+), 19 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 526c486..b8ff372 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ ruby-mail (2.6.3+dfsg1-1) UNRELEASED; urgency=medium
   * New upstream release
   * debian/copyright: fix Files-Excluded field
   * Dropped patches, all issues fixes upstream
+  * Update packaging with a new dh-make-ruby run
 
  -- Antonio Terceiro <terceiro at debian.org>  Tue, 22 Sep 2015 14:53:10 -0300
 
diff --git a/debian/control b/debian/control
index a4b22aa..1b69fb1 100644
--- a/debian/control
+++ b/debian/control
@@ -4,21 +4,24 @@ Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Carl Worth <cworth at debian.org>,
            Caitlin Matos <caitlin.matos at zoho.com>
-Build-Depends: debhelper (>= 9),
-               gem2deb (>= 0.3.0~),
-               ruby-mime-types,
+Build-Depends: debhelper (>= 9~),
+               gem2deb,
+               ruby-mime-types (<< 3),
+               ruby-mime-types (>= 1.16),
                ruby-rspec
 Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-mail.git
-Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-mail.git;a=summary
-Homepage: http://github.com/mikel/mail
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-mail.git
+Homepage: https://github.com/mikel/mail
+Testsuite: autopkgtest-pkg-ruby
 XS-Ruby-Versions: all
 
 Package: ruby-mail
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ruby | ruby-interpreter,
-         ruby-mime-types,
+         ruby-mime-types (<< 3),
+         ruby-mime-types (>= 1.16),
          ${misc:Depends},
          ${shlibs:Depends}
 Description: Ruby library to handle email generation, parsing and sending
diff --git a/debian/gbp.conf b/debian/gbp.conf
deleted file mode 100644
index cec628c..0000000
--- a/debian/gbp.conf
+++ /dev/null
@@ -1,2 +0,0 @@
-[DEFAULT]
-pristine-tar = True
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-mail.git



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