[DRE-commits] [ruby-rbpdf] 01/01: update the debian packaging with a new dh-make-ruby run

Antonio Terceiro terceiro at moszumanska.debian.org
Sat Sep 19 20:27: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-rbpdf.

commit 9eddcd32f845b70ff43c70b7d75a176e73e46256
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Sat Sep 19 17:26:49 2015 -0300

    update the debian packaging with a new dh-make-ruby run
---
 debian/compat  |  2 +-
 debian/control | 17 +++++++++++------
 debian/rules   | 13 ++-----------
 3 files changed, 14 insertions(+), 18 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 497b61e..cbe6e8c 100644
--- a/debian/control
+++ b/debian/control
@@ -3,16 +3,21 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Klee Dienes <klee at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb
+Build-Depends: debhelper (>= 9~),
+               gem2deb
 Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-rbpdf.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-rbpdf.git;a=summary
-Homepage: 
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-rbpdf.git
+Testsuite: autopkgtest-pkg-ruby
 XS-Ruby-Versions: all
 
 Package: ruby-rbpdf
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-Description: Ruby library for PDF generation (based on TCPDF)
- A template plugin allowing the inclusion of ERB-enabled RBPDF template files.
+Depends: ruby | ruby-interpreter,
+         ${misc:Depends},
+         ${shlibs:Depends}
+Description: Ruby library for PDF generation
+ This package provides a template plugin allowing the inclusion of ERB-enabled
+ RBPDF template files, what can be used for example to generate PDF files in
+ web applications.
diff --git a/debian/rules b/debian/rules
index d81794d..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=ruby2.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-rbpdf.git



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