tags 722364 + patch thanks Dear maintainer,
I've prepared an NMU for redland-bindings (versioned as 1.0.16.1-1.1). The diff is attached to this message. As there hasn't been activity on this bug for weeks, I'm uploading this right away. Regards. diff -Nru redland-bindings-1.0.16.1/debian/changelog redland-bindings-1.0.16.1/debian/changelog --- redland-bindings-1.0.16.1/debian/changelog 2013-01-23 01:09:22.000000000 +0100 +++ redland-bindings-1.0.16.1/debian/changelog 2014-02-13 00:22:22.000000000 +0100 @@ -1,3 +1,11 @@ +redland-bindings (1.0.16.1-1.1) unstable; urgency=high + + * Non-maintainer upload. + * Build Ruby bindings for Ruby 1.9, instead of 1.8. + (Closes: #722364) + + -- Christian Hofstaedtler <z...@debian.org> Thu, 13 Feb 2014 00:21:40 +0100 + redland-bindings (1.0.16.1-1) unstable; urgency=low * New upstream release diff -Nru redland-bindings-1.0.16.1/debian/control redland-bindings-1.0.16.1/debian/control --- redland-bindings-1.0.16.1/debian/control 2013-01-14 01:31:22.000000000 +0100 +++ redland-bindings-1.0.16.1/debian/control 2014-02-13 00:20:49.000000000 +0100 @@ -2,7 +2,7 @@ Section: devel Priority: optional Maintainer: Dave Beckett <daj...@debian.org> -Build-Depends: debhelper (>= 5.0.37.2), autotools-dev, libtool (>= 1.5), perl (>= 5.8.1-2), python-all-dev (>= 2.6.6-3~), ruby1.8, ruby1.8-dev, librdf0-dev (>= 1.0.14), swig (>= 2.0.0), php5-cli, php5-dev +Build-Depends: debhelper (>= 5.0.37.2), autotools-dev, libtool (>= 1.5), perl (>= 5.8.1-2), python-all-dev (>= 2.6.6-3~), ruby, ruby-all-dev, librdf0-dev (>= 1.0.14), swig (>= 2.0.0), php5-cli, php5-dev X-Python-Version: >= 2.6 Standards-Version: 3.9.4 Homepage: http://librdf.org/ @@ -30,10 +30,10 @@ Package: librdf-ruby Architecture: any Section: ruby -Depends: ${misc:Depends}, ${shlibs:Depends}, ruby1.8 -Description: Ruby 1.8 language bindings for the Redland RDF library +Depends: ${misc:Depends}, ${shlibs:Depends}, ruby +Description: Ruby language bindings for the Redland RDF library This package contains the files needed to use the Redland Resource - Description Framework (RDF) library in Ruby 1.8 programs. + Description Framework (RDF) library in Ruby programs. Homepage: http://librdf.org/docs/ruby.html Package: php5-librdf diff -Nru redland-bindings-1.0.16.1/debian/rules redland-bindings-1.0.16.1/debian/rules --- redland-bindings-1.0.16.1/debian/rules 2013-01-23 01:09:05.000000000 +0100 +++ redland-bindings-1.0.16.1/debian/rules 2014-02-13 00:20:22.000000000 +0100 @@ -35,7 +35,7 @@ PERL=perl export PERL -RUBY=ruby1.8 +RUBY=ruby export RUBY PHP=php5 export PHP -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org