[DRE-commits] [ruby-rmagick] 01/03: do not allow less errors than upstream when building docs

Cédric Boutillier boutil at moszumanska.debian.org
Fri Apr 18 12:54:32 UTC 2014


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

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

commit a65d3603451fb0b3d0e0366e56c1d3237aa7673e
Author: Cédric Boutillier <boutil at debian.org>
Date:   Fri Jan 31 07:11:52 2014 +0100

    do not allow less errors than upstream when building docs
    
    Currently, 3 examples are failing on i386 with error message
    
      in `draw': pixels are not authentic `' @ error/cache.c/QueueAuthenticPixelCacheNexus/4387 (Magick::ImageMagickError)
    
    When fail-on-doc-failure is applied, restricting the allowed errors from
    3 to 1, the build fails on this architecture.
    The patch is deactivated for the moment, until a more proper solution is
    found.
---
 debian/changelog      | 9 +++++++++
 debian/patches/series | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index c9475df..f5ccb89 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+ruby-rmagick (2.13.2-3) unstable; urgency=medium
+
+  * Team upload
+  * deactivate temporarily fail-on-doc-failure.patch, to allow as much errors
+    as upstream when building the documentation and let the package build
+    on i386 (Closes: #733723).   
+
+ -- Cédric Boutillier <boutil at debian.org>  Fri, 31 Jan 2014 07:16:52 +0100
+
 ruby-rmagick (2.13.2-2) unstable; urgency=low
 
   * Team upload
diff --git a/debian/patches/series b/debian/patches/series
index 9c04394..5d5709a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,7 +2,7 @@
 buid-samples-unconditionally.diff
 relative_paths_on_examples
 disable-version-check.diff
-fail-on-doc-failure.dpatch
+#fail-on-doc-failure.dpatch
 fix_example_shebang.patch
 preserve_flags.patch
 format-security.patch

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



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