Source: soprano Version: 2.9.4+dfsg-4 Severity: important Tags: patch Control: block 850840 by -1
Raptor 1.x has not had an upstream release in 6 years and is superseded by Raptor 2.x. soprano is one of two packages for which the migration to Raptor 2.x was not complete, which is blocking Raptor 1.x from being removed from the next stable release (see #850840). Emilio Pozuelo Monfort has indicated that non-intrusive changes to fix this would be given a freeze exception. I believe the necessary change in this case is trivial: replace libraptor1-dev in the Build-Depends by libraptor2-dev. I don't know how to smoke-test this package, so I would appreciate an upload by someone from the KDE team. However, I'd be happy to arrange the request for a freeze exception if that would help. Regards, S
diffstat for soprano-2.9.4+dfsg soprano-2.9.4+dfsg changelog | 9 +++++++++ control | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff -Nru soprano-2.9.4+dfsg/debian/changelog soprano-2.9.4+dfsg/debian/changelog --- soprano-2.9.4+dfsg/debian/changelog 2016-08-19 21:08:33.000000000 +0100 +++ soprano-2.9.4+dfsg/debian/changelog 2017-02-03 09:53:01.000000000 +0000 @@ -1,3 +1,12 @@ +soprano (2.9.4+dfsg-4.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Remove obsolete libraptor1-dev build-dependency (Closes: #nnnnnn). + Build-depend on libraptor2-dev instead, which is what + soprano-daemon actually uses. + + -- Simon McVittie <s...@debian.org> Fri, 03 Feb 2017 09:53:01 +0000 + soprano (2.9.4+dfsg-4) unstable; urgency=medium * Team upload. diff -Nru soprano-2.9.4+dfsg/debian/control soprano-2.9.4+dfsg/debian/control --- soprano-2.9.4+dfsg/debian/control 2016-08-19 21:04:16.000000000 +0100 +++ soprano-2.9.4+dfsg/debian/control 2017-02-03 09:53:01.000000000 +0000 @@ -8,7 +8,7 @@ Maximiliano Curia <m...@debian.org> Build-Depends: debhelper (>= 9), cmake (>= 2.6.2), pkg-kde-tools (>= 0.12), dpkg-dev (>= 1.15.5), libclucene-dev (>= 0.9.21b), libqt4-dev (>= 4.5.3), - libraptor1-dev (>= 1.4.16), librdf0-dev (>= 1.0.13), + libraptor2-dev (>= 1.4.16), librdf0-dev (>= 1.0.13), doxygen (>= 1.7.1), graphviz, libiodbc2-dev Standards-Version: 3.9.8 Homepage: http://soprano.sourceforge.net