Package: librdf0
Version: 1.0.16-1
Severity: wishlist
File: redland

Dear Maintainer,

Redland 1.0.16 supports accessing the Virtuoso triple store, unfortunately the
debian package doesn't build the module.

Diane



-- System Information:
Debian Release: jessie/sid
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'testing'), (500, 'stable'), (110,
'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.12-rc7-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages librdf0 depends on:
ii  libc6         2.17-93
ii  libdb5.1      5.1.29-6
ii  libltdl7      2.4.2-1.3
ii  libraptor2-0  2.0.10-1
ii  librasqal3    0.9.30-1

librdf0 recommends no packages.

Versions of packages librdf0 suggests:
pn  librdf-storage-mysql       <none>
pn  librdf-storage-postgresql  <none>
ii  librdf-storage-sqlite      1.0.16-1
ii  redland-utils              1.0.16-1
diff -r -U4 redland-1.0.16/debian/control ../redland-1.0.16/debian/control
--- redland-1.0.16/debian/control	2013-01-13 15:58:04.000000000 -0800
+++ ../redland-1.0.16/debian/control	2013-10-31 16:49:19.659157384 -0700
@@ -1,9 +1,9 @@
 Source: redland
 Section: devel
 Priority: optional
 Maintainer: Dave Beckett <daj...@debian.org>
-Build-Depends: debhelper (>= 5), autotools-dev, cdbs, libtool (>= 1.5), perl  (>= 5.8.1-2), libraptor2-dev (>=2.0.2), librasqal3-dev (>= 0.9.25), libdb-dev, libmysqlclient-dev, libsqlite3-dev, libpq-dev, libltdl-dev
+Build-Depends: debhelper (>= 5), autotools-dev, cdbs, libtool (>= 1.5), perl  (>= 5.8.1-2), libraptor2-dev (>=2.0.2), librasqal3-dev (>= 0.9.25), libdb-dev, libmysqlclient-dev, libsqlite3-dev, libpq-dev, libltdl-dev, libiodbc2-dev
 Standards-Version: 3.9.4
 Homepage: http://librdf.org/
 
 Package: librdf0-dev
@@ -79,8 +79,23 @@
  for RDF developers to experiment with the technology.
  .
  This package contains the SQLite storage backend.
 
+Package: librdf-storage-virtuoso
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Replaces: librdf0 (<< 1.0.9-3)
+Description: RDF library, SQLite backend
+ Redland is a library that provides a high-level interface for RDF
+ (Resource Description Framework) implemented in an object-based API.
+ It is modular and supports different RDF/XML parsers, storage
+ mechanisms and other elements. Redland is designed for applications
+ developers to provide RDF support in their applications as well as
+ for RDF developers to experiment with the technology.
+ .
+ This package contains the Virtuoso storage backend.
+
 Package: redland-utils
 Section: text
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
Only in ../redland-1.0.16/debian/: librdf-storage-virtuoso.install
diff -r -U4 redland-1.0.16/debian/rules ../redland-1.0.16/debian/rules
--- redland-1.0.16/debian/rules	2011-07-25 23:50:09.000000000 -0700
+++ ../redland-1.0.16/debian/rules	2013-10-31 16:38:02.059181605 -0700
@@ -12,9 +12,9 @@
   --with-mysql=yes \
   --with-sqlite=yes \
   --with-postgresql=yes \
   --with-openssl-digests=no \
-  --with-virtuoso=no \
+  --with-virtuoso=yes \
   --enable-release
 
 # DEB_SHLIBDEPS_LIBRARY_librdf0 := librdf
 # DEB_SHLIBDEPS_INCLUDE_librdf0 := debian/tmp/usr/lib/

Reply via email to