Bug#761172: Verified problem in new version of itext5

Andreas Tille andreas at an3as.eu
Fri Sep 26 22:43:35 UTC 2014


Hi Gregor,

thanks a lot for this hint.

On Fri, Sep 26, 2014 at 08:17:06PM +0200, gregor herrmann wrote:
> On Fri, 26 Sep 2014 19:01:19 +0200, Andreas Tille wrote:
> 
> > The same is valid for the missing Xserver even if there might be the
> > chance to fake a running X server at build time.  
> 
> I haven't tried this package, but in general that's as easy as
> 
> - adding xvfb, xauth to Build-Depends(-Indep)
> - run the tests under xvfb-run, e.g. with a short dh(1) debian/rules
>   file like:
> 
> #!/usr/bin/make -f
> 
> %:
>     dh $@
> 
> override_dh_auto_test:
>     xvfb-run -a dh_auto_test
> 
> 
> (Just as a hint for whoever wants to add back one more test after the
> RC bug is fixed.)

The attached patch tries to implement what you said and is (in contrast
to the DEP3 description which I forgot to adapt) removing only the
online test.  However, as I just noticed now, the rules file is cdbs
based and can not work this way.  If anybody wants to translate this
to cdbs syntax I'd be happy (alternatively it would be really cool
if maven-helper would be translated to dh ;-)).

Kind regards

        Andreas.

-- 
http://fam-tille.de
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Try-to-fix-test-problem.patch
Type: text/x-diff
Size: 4184 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-java-maintainers/attachments/20140927/8541db92/attachment.patch>


More information about the pkg-java-maintainers mailing list