tags 657688 + patch tags 657688 + pending thanks Dear maintainer,
I've prepared an NMU for juman (versioned as 7.0-1.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards.
diff -Nru juman-7.0/debian/changelog juman-7.0/debian/changelog --- juman-7.0/debian/changelog 2012-01-20 05:45:17.000000000 +0100 +++ juman-7.0/debian/changelog 2012-10-07 17:05:06.000000000 +0200 @@ -1,3 +1,13 @@ +juman (7.0-1.1) unstable; urgency=low + + * Non-maintainer upload. + + [ Konstantinos Margaritis ] + * Create usr/share/doc/juman link in binary-arch build + This should fix the FTBFS reported for non i386 arches. Closes: #657688 + + -- Christian Perrier <[email protected]> Sun, 07 Oct 2012 17:05:06 +0200 + juman (7.0-1) unstable; urgency=low * New upstream (closes: #656386). diff -Nru juman-7.0/debian/rules juman-7.0/debian/rules --- juman-7.0/debian/rules 2012-01-20 05:18:22.000000000 +0100 +++ juman-7.0/debian/rules 2012-10-07 17:02:56.000000000 +0200 @@ -10,9 +10,11 @@ override_dh_auto_configure: dh_auto_configure -- --libexecdir=/usr/lib --datadir=/usr/lib -dicprefix=debian/juman-dic/usr/share/juman -override_dh_auto_install: +override_dh_auto_install-arch: dh_auto_install + +dicprefix=debian/juman-dic/usr/share/juman +override_dh_auto_install-indep: rm -rf debian/tmp/usr/lib/juman/doc dh_link -pjuman usr/share/doc/juman usr/lib/juman/doc cp -p dic/*.dic $(dicprefix)/dic

