Package: jpoker Version: 1.0.16-2.1 Severity: normal Tags: patch pending Dear maintainer,
I've prepared an NMU for jpoker (versioned as 1.0.16-2.2). The diff is attached to this message. As there was no activity on both RC bugs for weeks, I'm uploading this right away. Regards. --- jpoker-1.0.16/debian/apache2/sites-available/jpoker +++ jpoker-1.0.16.orig/debian/apache2/sites-available/jpoker @@ -1,9 +0,0 @@ -Alias /jpoker /usr/share/jpoker -ProxyRequests Off -<Proxy *> - Order deny,allow - Allow from all -</Proxy> -ProxyPass /POKER_REST http://pokersource.eu/POKER_REST retry=1 -ProxyPass /AVATAR http://pokersource.eu/AVATAR retry=1 -ProxyPass /UPLOAD http://pokersource.eu/UPLOAD retry=1 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,12 @@ +jpoker (1.0.16-2.2) unstable; urgency=medium + + * Non-maintainer upload. + * Stop hard-coding ruby1.8. (Closes: #735468) + * Remove dependency on obsolete rubygems (Closes: #735666) + * Rename apache2 site file to fix 'a2ensite jpoker' in postinst. + + -- Christian Hofstaedtler <[email protected]> Thu, 13 Feb 2014 03:13:06 +0100 + jpoker (1.0.16-2.1) unstable; urgency=high * Non-maintainer upload 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, ruby1.8, rubygems | rubygems1.8, wget, inkscape, libming-dev, vorbis-tools +Build-Depends: debhelper (>= 5), cdbs, gettext, python, python-simplejson, python-libxml2, tidy, ruby, wget, inkscape, libming-dev, vorbis-tools Package: jpoker Architecture: all diff -u jpoker-1.0.16/debian/jpoker.install jpoker-1.0.16/debian/jpoker.install --- jpoker-1.0.16/debian/jpoker.install +++ jpoker-1.0.16/debian/jpoker.install @@ -2 +2 @@ -debian/apache2/sites-available/jpoker etc/apache2/sites-available +debian/apache2/sites-available/jpoker.conf etc/apache2/sites-available diff -u jpoker-1.0.16/debian/jpoker.links jpoker-1.0.16/debian/jpoker.links --- jpoker-1.0.16/debian/jpoker.links +++ jpoker-1.0.16/debian/jpoker.links @@ -1 +1 @@ -/etc/apache2/sites-available/jpoker etc/jpoker.conf +/etc/apache2/sites-available/jpoker.conf etc/jpoker.conf only in patch2: unchanged: --- jpoker-1.0.16.orig/debian/apache2/sites-available/jpoker.conf +++ jpoker-1.0.16/debian/apache2/sites-available/jpoker.conf @@ -0,0 +1,9 @@ +Alias /jpoker /usr/share/jpoker +ProxyRequests Off +<Proxy *> + Order deny,allow + Allow from all +</Proxy> +ProxyPass /POKER_REST http://pokersource.eu/POKER_REST retry=1 +ProxyPass /AVATAR http://pokersource.eu/AVATAR retry=1 +ProxyPass /UPLOAD http://pokersource.eu/UPLOAD retry=1 only in patch2: unchanged: --- jpoker-1.0.16.orig/debian/patches/03-ruvy-version.patch +++ jpoker-1.0.16/debian/patches/03-ruvy-version.patch @@ -0,0 +1,20 @@ +Index: jpoker-1.0.16/gems/bin/tiddlywiki_cp +=================================================================== +--- jpoker-1.0.16.orig/gems/bin/tiddlywiki_cp 2009-06-22 09:04:56.000000000 +0200 ++++ jpoker-1.0.16/gems/bin/tiddlywiki_cp 2014-02-13 03:11:50.426090933 +0100 +@@ -1,4 +1,4 @@ +-#!/usr/bin/ruby1.8 ++#!/usr/bin/ruby + # + # This file was generated by RubyGems. + # +Index: jpoker-1.0.16/getcss.rb +=================================================================== +--- jpoker-1.0.16.orig/getcss.rb 2008-09-20 14:39:45.000000000 +0200 ++++ jpoker-1.0.16/getcss.rb 2014-02-13 03:12:30.625692143 +0100 +@@ -1,4 +1,4 @@ +-require 'ftools' ++require 'fileutils' + require 'uri' + require 'optparse' + require 'ostruct' -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

