[DRE-commits] [ruby-prawn] 01/01: Explicitly depend on fonts-arphic-gkai00mp, fonts-dejavu-core to build and run autopkgtest suite

Cédric Boutillier boutil at moszumanska.debian.org
Thu Sep 11 12:37:38 UTC 2014


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

boutil pushed a commit to branch master
in repository ruby-prawn.

commit e65db6a5b33d6bccdf5a605b5539b8c43c2928e0
Author: Cédric Boutillier <boutil at debian.org>
Date:   Thu Sep 11 14:30:26 2014 +0200

    Explicitly depend on fonts-arphic-gkai00mp, fonts-dejavu-core to build and run autopkgtest suite
---
 debian/changelog     | 10 ++++++++++
 debian/control       |  4 +++-
 debian/tests/control |  2 +-
 3 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a3d048b..7c7ef26 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+ruby-prawn (1.2.1+dfsg-2) unstable; urgency=medium
+
+  * Explicitly build-depend on fonts-arphic-gkai00mp, fonts-dejavu-core
+    and add those packages to the dependency list for autopkgtest suite.
+    Those packages were automatically pulled by ruby-prawn-manual-builder
+    during the build, but they are needed also to run the tests When
+    building the package, even if we don't build the manual.
+
+ -- Cédric Boutillier <boutil at debian.org>  Thu, 11 Sep 2014 14:30:20 +0200
+
 ruby-prawn (1.2.1+dfsg-1) unstable; urgency=medium
 
   * Imported Upstream version 1.2.1+dfsg
diff --git a/debian/control b/debian/control
index 3c11d48..30597db 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,9 @@ Build-Depends: debhelper (>= 7.0.50~),
                ruby-pdf-inspector (>= 1.0.1~),
                ruby-prawn-manual-builder (>= 0.2.0~),
                ruby-rspec,
-               ruby-ttfunk (>= 1.0.3)
+               ruby-ttfunk (>= 1.0.3),
+               fonts-arphic-gkai00mp,
+               fonts-dejavu-core
 Standards-Version: 3.9.5
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-prawn.git
 Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-prawn.git;a=summary
diff --git a/debian/tests/control b/debian/tests/control
index c9dd881..5fa43d6 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,5 +1,5 @@
 Test-Command: gem2deb-test-runner --autopkgtest 2>&1
-Depends: @, gem2deb-test-runner, ruby-mocha, ruby-pdf-inspector, ruby-rspec
+Depends: @, gem2deb-test-runner, ruby-mocha, ruby-pdf-inspector, ruby-rspec, fonts-arphic-gkai00mp, fonts-dejavu-core
 
 Test-Command: ruby -r "prawn" -e "puts true"
 

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



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