Package: opensp Version: 1.5.2-9 Severity: important Tags: patch User: [email protected] Usertags: hurd
Hi, Currently opensp does not compile on GNU/Hurd. The problem is due to the dependency order of openjade versions. With openjade (1.4devel1-20) opensp builds fine while with openjade1.3 (1.3.2-11) it does not. The tiny patch inlined below fixes this issue. --- debian/control.orig 2011-08-19 12:19:41.000000000 +0200 +++ debian/control 2011-08-19 12:20:38.000000000 +0200 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Neil Roeth <[email protected]> Standards-Version: 3.9.2.0 -Build-Depends: debhelper (>> 7.0.0), dh-buildinfo, xmlto, poppler-utils, openjade1.3 | openjade, jadetex, docbook-dsssl +Build-Depends: debhelper (>> 7.0.0), dh-buildinfo, xmlto, poppler-utils, openjade | openjade1.3, jadetex, docbook-dsssl Package: opensp Architecture: any Thanks, Svante -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

