Dear maintainer,
I've prepared an NMU for khronos-opencl-man (versioned as 1.0~svn22836-1.1). The diff is attached to this message. As there was no activity on the bug for weeks, I'm uploading this right away. Regards. diff -Nru khronos-opencl-man-1.0~svn22836/debian/changelog khronos-opencl-man-1.0~svn22836/debian/changelog --- khronos-opencl-man-1.0~svn22836/debian/changelog 2013-08-26 14:20:15.000000000 +0200 +++ khronos-opencl-man-1.0~svn22836/debian/changelog 2014-02-13 02:40:28.000000000 +0100 @@ -1,3 +1,12 @@ +khronos-opencl-man (1.0~svn22836-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Build with current Ruby version. (Closes: #735653) + + Incl. patch from Rebecca Palmer: Explicitly set text encoding to + UTF-8 to allow building with newer Ruby versions. + + -- Christian Hofstaedtler <z...@debian.org> Thu, 13 Feb 2014 02:36:29 +0100 + khronos-opencl-man (1.0~svn22836-1) unstable; urgency=low * Do not delete index.html, remove lintian error diff -Nru khronos-opencl-man-1.0~svn22836/debian/control khronos-opencl-man-1.0~svn22836/debian/control --- khronos-opencl-man-1.0~svn22836/debian/control 2013-08-26 14:07:31.000000000 +0200 +++ khronos-opencl-man-1.0~svn22836/debian/control 2014-02-13 02:36:28.000000000 +0100 @@ -3,7 +3,7 @@ Priority: extra Maintainer: Debian OpenCL Maintainers <pkg-opencl-de...@lists.alioth.debian.org> Uploaders: Mathieu Malaterre <ma...@debian.org>, Giuseppe Bilotta <giuseppe.bilo...@gmail.com> -Build-Depends: debhelper (>= 9), docbook-mathml (>= 1.1~), w3-dtd-mathml, docbook-xsl, xsltproc, ruby1.8 +Build-Depends: debhelper (>= 9), docbook-mathml (>= 1.1~), w3-dtd-mathml, docbook-xsl, xsltproc, ruby Standards-Version: 3.9.4 Homepage: http://www.khronos.org/registry/cl/sdk/1.2/docs/man/xhtml/ Vcs-Svn: svn://anonscm.debian.org/pkg-nvidia/packages/khronos-opencl-man/trunk diff -Nru khronos-opencl-man-1.0~svn22836/debian/patches/series khronos-opencl-man-1.0~svn22836/debian/patches/series --- khronos-opencl-man-1.0~svn22836/debian/patches/series 2013-05-30 14:28:40.000000000 +0200 +++ khronos-opencl-man-1.0~svn22836/debian/patches/series 2014-02-13 02:41:05.000000000 +0100 @@ -1,2 +1,3 @@ #addingmanpages.patch addingmanpages2.patch +set_encoding.patch diff -Nru khronos-opencl-man-1.0~svn22836/debian/patches/set_encoding.patch khronos-opencl-man-1.0~svn22836/debian/patches/set_encoding.patch --- khronos-opencl-man-1.0~svn22836/debian/patches/set_encoding.patch 1970-01-01 01:00:00.000000000 +0100 +++ khronos-opencl-man-1.0~svn22836/debian/patches/set_encoding.patch 2014-02-13 02:40:57.000000000 +0100 @@ -0,0 +1,19 @@ +Description: Explicitly set text encoding + +(In Ruby 1.9+ without this, you get the message +./pageNumberLookup.rb:229:in `match': invalid byte sequence in US-ASCII (ArgumentError) +and a "successfully" built but nearly empty package) + +Author: Rebecca Palmer +Bug-Debian: http://bugs.debian.org/735653 +Forwarded: no + + +--- khronos-opencl-man-1.0~svn25290.orig/xhtml/pageNumberLookup.rb ++++ khronos-opencl-man-1.0~svn25290/xhtml/pageNumberLookup.rb +@@ -1,4 +1,4 @@ +-#!/usr/bin/ruby ++#!/usr/bin/ruby -EUTF-8 + + # for Ruby 1.9 + -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org