tags 628320 patch pending
thanks

Hi!

Here is a patch to fix the issue (adding a .rb extension to a loaded
file). I also added debian/format/source and debian/watch files.

Best wishes,

        Cédric
diff -u jpoker-1.0.16/debian/control jpoker-1.0.16/debian/control
--- jpoker-1.0.16/debian/control
+++ jpoker-1.0.16/debian/control
@@ -4,7 +4,7 @@
 Section: web
 Priority: optional
 Standards-Version: 3.8.1
-Build-Depends: debhelper (>= 5), cdbs, gettext, python, python-simplejson, python-libxml2, tidy, ruby, rubygems | rubygems1.8, wget, inkscape, libming-dev, vorbis-tools
+Build-Depends: debhelper (>= 5), cdbs, gettext, python, python-simplejson, python-libxml2, tidy, ruby1.8, rubygems | rubygems1.8, wget, inkscape, libming-dev, vorbis-tools
 
 Package: jpoker
 Architecture: all
diff -u jpoker-1.0.16/debian/changelog jpoker-1.0.16/debian/changelog
--- jpoker-1.0.16/debian/changelog
+++ jpoker-1.0.16/debian/changelog
@@ -1,3 +1,14 @@
+jpoker (1.0.16-2.1) unstable; urgency=low
+
+  * Non-maintainer upload
+  * Add 02-add-extension-rb-to-gem_bin_tiddlywiki_cp.patch
+    + adds a .rb extension to a loaded file to fix FTBFS (Closes: #628320)
+  * Add a debian/watch file
+  * Add a debian/source/format file containing 1.0
+  * Depend on ruby1.8 instead of ruby, as ruby1.9.1 has no ftools.rb
+
+ -- Cédric Boutillier <cedric.boutill...@gmail.com>  Fri, 17 Feb 2012 18:34:43 +0100
+
 jpoker (1.0.16-2) unstable; urgency=low
 
   * wav2swf is obsolete, replace with ming based converter (Closes: #591960)
only in patch2:
unchanged:
--- jpoker-1.0.16.orig/debian/watch
+++ jpoker-1.0.16/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://jspoker.pokersource.info/sources/jpoker-(.*).tar.gz
only in patch2:
unchanged:
--- jpoker-1.0.16.orig/debian/source/format
+++ jpoker-1.0.16/debian/source/format
@@ -0,0 +1 @@
+1.0
only in patch2:
unchanged:
--- jpoker-1.0.16.orig/debian/patches/02-add-extension-rb-to-gem_bin_tiddlywiki_cp.patch
+++ jpoker-1.0.16/debian/patches/02-add-extension-rb-to-gem_bin_tiddlywiki_cp.patch
@@ -0,0 +1,9 @@
+diff -Nur -x '*.orig' -x '*~' jpoker-1.0.16/gems/bin/tiddlywiki_cp jpoker-1.0.16.new/gems/bin/tiddlywiki_cp
+--- jpoker-1.0.16/gems/bin/tiddlywiki_cp	2009-06-22 09:04:56.000000000 +0200
++++ jpoker-1.0.16.new/gems/bin/tiddlywiki_cp	2012-02-17 18:03:25.662932292 +0100
+@@ -16,4 +16,4 @@
+ end
+ 
+ gem 'tiddlywiki_cp', version
+-load 'tiddlywiki_cp'
++load 'tiddlywiki_cp.rb'

Attachment: signature.asc
Description: Digital signature

Reply via email to