It seems fixed with next upstream version 1.0.14 (using option 2: include the tiddlywiki_cp code in the jpoker source)
Please see the attached debuild.log I believe current Uploader: Loic Dachary, will upload it in debian soon, http://jspoker.pokersource.info/packaging-farm/jpoker/gnulinux/debian/unstable/src/ -- Johan Euphrosine <[EMAIL PROTECTED]>
[EMAIL PROTECTED]:/tmp/jpoker-1.0.14$ debuild -us -uc dpkg-buildpackage -rfakeroot -D -us -uc dpkg-buildpackage: set CPPFLAGS to default value: dpkg-buildpackage: set CFLAGS to default value: -g -O2 dpkg-buildpackage: set CXXFLAGS to default value: -g -O2 dpkg-buildpackage: set FFLAGS to default value: -g -O2 dpkg-buildpackage: set LDFLAGS to default value: -Wl,-Bsymbolic-functions dpkg-buildpackage: source package jpoker dpkg-buildpackage: source version 1.0.14-1 dpkg-buildpackage: source changed by Loic Dachary (OuoU) <[EMAIL PROTECTED]> dpkg-buildpackage: host architecture i386 fakeroot debian/rules clean test -x debian/rules dh_testroot dh_clean /usr/bin/make -C . CFLAGS="-g -O2 -g -Wall -O2" CXXFLAGS="-g -O2 -g -Wall -O2" CPPFLAGS="" LDFLAGS="-Wl,-Bsymbolic-functions" -k maintainer-clean make[1]: Entering directory `/tmp/jpoker-1.0.14' cd sound ; /usr/bin/make clean make[2]: Entering directory `/tmp/jpoker-1.0.14/sound' rm -f player_arrive.swf player_hand.swf player_arrive.wav player_hand.wav soundswiff make[2]: Leaving directory `/tmp/jpoker-1.0.14/sound' rm -fr tests rm -f messages.pot rm -f jpoker/skin/jpoker_[0-9][0-9]_* rm -f jpoker/{index,poker,skin}.html jpoker/index-en.html jpoker/index-fr.html jpoker/index-ja.html jpoker/skin-en.html jpoker/skin-fr.html jpoker/skin-ja.html rm -fr en/ fr/ ja/ jpoker/l10n/*.mo rm -f jpoker/index.200* jpoker/index-fr.200* jpoker/poker.200* rm -f jpoker/mockup.html rm -f jpoker/images/mockup_plain.svg rm -f *.pyc make[1]: Leaving directory `/tmp/jpoker-1.0.14' rm -f debian/stamp-makefile-build dpkg-source -b jpoker-1.0.14 dpkg-source: building jpoker using existing jpoker_1.0.14.orig.tar.gz dpkg-source: building jpoker in jpoker_1.0.14-1.diff.gz dpkg-source: building jpoker in jpoker_1.0.14-1.dsc debian/rules build test -x debian/rules mkdir -p "." /usr/bin/make -C . CFLAGS="-g -O2 -g -Wall -O2" CXXFLAGS="-g -O2 -g -Wall -O2" CPPFLAGS="" LDFLAGS="-Wl,-Bsymbolic-functions" build make[1]: Entering directory `/tmp/jpoker-1.0.14' cp tiddlywiki-2.3.html jpoker/poker.html GEM_HOME=gems gems/bin/tiddlywiki_cp -a jpoker/JpokerPlugin jpoker/poker jpoker/markup jpoker/poker.html cp tiddlywiki-2.3.html jpoker/index-en.html GEM_HOME=gems gems/bin/tiddlywiki_cp -a jpoker/JpokerPlugin jpoker/index-en jpoker/index jpoker/tiddlers jpoker/markup jpoker/index-en.html cp tiddlywiki-2.3.html jpoker/index-fr.html GEM_HOME=gems gems/bin/tiddlywiki_cp -a jpoker/JpokerPlugin jpoker/index-fr jpoker/index jpoker/tiddlers jpoker/markup jpoker/index-fr.html cp tiddlywiki-2.3.html jpoker/index-ja.html GEM_HOME=gems gems/bin/tiddlywiki_cp -a jpoker/JpokerPlugin jpoker/index-ja jpoker/index jpoker/tiddlers jpoker/markup jpoker/index-ja.html cp jpoker/index-en.html jpoker/index.html cp tiddlywiki-2.3.html jpoker/skin-en.html GEM_HOME=gems gems/bin/tiddlywiki_cp -a jpoker/skin jpoker/index-en jpoker/tiddlers jpoker/markup jpoker/skin-en.html cp tiddlywiki-2.3.html jpoker/skin-fr.html GEM_HOME=gems gems/bin/tiddlywiki_cp -a jpoker/skin jpoker/index-fr jpoker/tiddlers jpoker/markup jpoker/skin-fr.html cp tiddlywiki-2.3.html jpoker/skin-ja.html GEM_HOME=gems gems/bin/tiddlywiki_cp -a jpoker/skin jpoker/index-ja jpoker/tiddlers jpoker/markup jpoker/skin-ja.html cp jpoker/skin-en.html jpoker/skin.html inkscape --without-gui --vacuum-defs --export-plain-svg=jpoker/images/mockup_plain.svg jpoker/images/mockup.svg (inkscape:8992): Gtk-WARNING **: Locale not supported by C library. Using the fallback 'C' locale. (inkscape:8992): Gdk-CRITICAL **: gdk_display_list_devices: assertion `GDK_IS_DISPLAY (display)' failed ** (inkscape:8992): CRITICAL **: void Inkscape::GC::Anchored::release() const: assertion `_anchor' failed perl -pi -e 's/xmlns="http:\/\/www.w3.org\/2000\/svg"//' jpoker/images/mockup_plain.svg perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG = "en fr ja" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). ( \ echo "// generated with make mockup, DO NOT EDIT" ; \ echo -n '$.jpoker.plugins.table.templates.room = ' ; \ python svgflatten.py < jpoker/images/mockup_plain.svg | python svg2html.py --json || true ; \ ) > jpoker/js/mockup.js python svgflatten.py < jpoker/images/mockup_plain.svg | python svg2html.py --html | tidy -indent 2>/dev/null > jpoker/mockup.html || true perl -pi -e 's:</head>:<link href="js/mockup.css" rel="stylesheet" type="text/css" /></head>:' jpoker/mockup.html perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG = "en fr ja" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). python svgflatten.py < jpoker/images/mockup_plain.svg | python svg2html.py --css > jpoker/js/mockup.css python test-svg2html.py ... ---------------------------------------------------------------------- Ran 3 tests in 0.011s OK python test-svgflatten.py . ---------------------------------------------------------------------- Ran 1 test in 0.001s OK rm -fr tests ; jscoverage jpoker tests /bin/sh: jscoverage: not found make[1]: [check] Error 127 (ignored) cd tests ; x-www-browser jscoverage.html?test-jpoker.html # replace with jaxer when http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=474050 closed cd: 1: can't cd to tests (x-www-browser:9011): Gtk-WARNING **: Locale not supported by C library. Using the fallback 'C' locale. make[1]: [check] Error 1 (ignored) cd jpoker ; x-www-browser index.html (x-www-browser:9013): Gtk-WARNING **: Locale not supported by C library. Using the fallback 'C' locale. make[1]: [build] Error 1 (ignored) make[1]: Leaving directory `/tmp/jpoker-1.0.14' touch debian/stamp-makefile-build DEB_MAKE_CHECK_TARGET unset, not running checks fakeroot debian/rules binary test -x debian/rules dh_testroot dh_clean -k dh_installdirs -A mkdir -p "." DEB_MAKE_CHECK_TARGET unset, not running checks /usr/bin/make -C . CFLAGS="-g -O2 -g -Wall -O2" CXXFLAGS="-g -O2 -g -Wall -O2" CPPFLAGS="" LDFLAGS="-Wl,-Bsymbolic-functions" install DESTDIR=/tmp/jpoker-1.0.14/debian/jpoker/ make[1]: Entering directory `/tmp/jpoker-1.0.14' mkdir -p /tmp/jpoker-1.0.14/debian/jpoker/usr/share cp -a jpoker-binary-1.0.14 /tmp/jpoker-1.0.14/debian/jpoker/usr/share/jpoker make[1]: Leaving directory `/tmp/jpoker-1.0.14' dh_installdirs -pjpoker dh_installdocs -pjpoker ./NEWS ./AUTHORS dh_installexamples -pjpoker dh_installman -pjpoker dh_installinfo -pjpoker dh_installmenu -pjpoker dh_installcron -pjpoker dh_installinit -pjpoker dh_installdebconf -pjpoker dh_installemacsen -pjpoker dh_installcatalogs -pjpoker dh_installpam -pjpoker dh_installlogrotate -pjpoker dh_installlogcheck -pjpoker dh_installmime -pjpoker dh_installchangelogs -pjpoker dh_installudev -pjpoker dh_install -pjpoker dh_link -pjpoker dh_strip -pjpoker dh_compress -pjpoker dh_fixperms -pjpoker dh_makeshlibs -pjpoker dh_installdeb -pjpoker dh_perl -pjpoker dh_shlibdeps -pjpoker dh_gencontrol -pjpoker # symlink identical documentation to depending packages [ -n "$CDBS_NO_DOC_SYMLINKING" ] || \ [ -h debian/jpoker/usr/share/doc ] || \ [ ! -d debian/jpoker/usr/share/doc ] || \ for dep in `perl -ne 'if (/^(Pre-)?Depends:/) {s/^\w+://; foreach (split /,/) { split; print($_[0], "\n"); } }' debian/jpoker/DEBIAN/control`; do \ if [ -d debian/$dep/usr/share/doc ]; then \ echo "Searching for duplicated docs in dependency $dep..."; \ rootdir=`pwd`; \ (cd debian/jpoker/usr/share/doc/jpoker; find -type f ! -name copyright | while read f; do \ thisfile="$rootdir/debian/jpoker/usr/share/doc/jpoker/$f"; \ depfile="$rootdir/debian/$dep/usr/share/doc/$dep/$f"; \ if [ -f $depfile -o -L $depfile ] && zcmp $thisfile $depfile >/dev/null; then \ echo " symlinking $f in jpoker to file in $dep"; \ rm $thisfile; ln -s /usr/share/doc/$dep/$f $thisfile; \ fi; \ done ); \ fi; \ done # symlink identical Gnome help files within packages if [ -z "$CDBS_NO_GNOME_HELP_SYMLINKING" ] && [ -d debian/jpoker/usr/share/gnome/help ]; then \ cd debian/jpoker && LC_ALL=C fdupes -r1nq usr/share/gnome/help | while read s; do \ set -- $(echo $s | tr ' ' '\n' | sort); \ f=$1; shift; \ for d; do \ echo "symlinking duplicate Gnome help file $d to $f"; \ rm $d; ln -s /$f $d; \ done; \ done; \ fi dh_link -p jpoker dh_md5sums -pjpoker dh_builddeb -pjpoker dpkg-deb: building package `jpoker' in `../jpoker_1.0.14-1_all.deb'. dpkg-genchanges >../jpoker_1.0.14-1_i386.changes dpkg-genchanges: including full source code in upload dpkg-buildpackage: full upload (original source is included) Now running lintian... W: jpoker source: changelog-should-mention-nmu W: jpoker source: source-nmu-has-incorrect-version-number 1.0.14-1 Finished running lintian.
signature.asc
Description: This is a digitally signed message part