Control: tags 607032 + patch Control: tags 607032 + pending Dear maintainer,
I've prepared an NMU for openvrml (versioned as 0.18.9-7.2) and uploaded it to DELAYED/7. Please feel free to tell me if I should delay it longer. Regards. diff -u openvrml-0.18.9/debian/changelog openvrml-0.18.9/debian/changelog --- openvrml-0.18.9/debian/changelog +++ openvrml-0.18.9/debian/changelog @@ -1,3 +1,11 @@ +openvrml (0.18.9-7.2) unstable; urgency=medium + + * Non-maintainer upload. + * Move the documentation build to Build-Indep, as on the gcj + based archs this will fail. (Closes: #607032) + + -- Tobias Frost <[email protected]> Sun, 24 Apr 2016 11:24:13 +0200 + openvrml (0.18.9-7.1) unstable; urgency=medium * Non-maintainer upload. diff -u openvrml-0.18.9/debian/control openvrml-0.18.9/debian/control --- openvrml-0.18.9/debian/control +++ openvrml-0.18.9/debian/control @@ -11,7 +11,9 @@ libboost-thread-dev, libboost-filesystem-dev, libgtk2.0-dev, libxmu-dev, procps, graphviz, libgnomeui-dev, libglade2-dev, libcurl4-gnutls-dev, libgtkglext1-dev, libltdl-dev, - libdbus-glib-1-dev, ghostscript, doxygen-latex + libdbus-glib-1-dev +Build-Depends-Indep: + ghostscript, doxygen-latex Standards-Version: 3.9.5 Vcs-Git: git://git.debian.org/git/collab-maint/openvrml.git Vcs-Browser: http://git.debian.org/?p=collab-maint/openvrml.git;a=summary diff -u openvrml-0.18.9/debian/rules openvrml-0.18.9/debian/rules --- openvrml-0.18.9/debian/rules +++ openvrml-0.18.9/debian/rules @@ -47,14 +47,14 @@ LIBS="-lboost_system" BOOST_LIB_SUFFIX="" ./configure $(confflags) touch configure-stamp +build-indep: build-stamp + $(MAKE) -C doc html-local + build: build-arch build-indep build-arch: build-stamp -build-indep: build-stamp build-stamp: configure-stamp dh_testdir $(MAKE) - #Shouldn't be necessary but upstream svn doesn't have the docs built. - $(MAKE) -C doc html-local touch build-stamp clean:

