rev 9199 - branches/kde4/packages/soprano/debian

Matthew Rosewarne mukidohime-guest at alioth.debian.org
Thu Jan 31 08:56:48 UTC 2008


Author: mukidohime-guest
Date: 2008-01-31 08:56:48 +0000 (Thu, 31 Jan 2008)
New Revision: 9199

Added:
   branches/kde4/packages/soprano/debian/libsoprano-bin.install
Modified:
   branches/kde4/packages/soprano/debian/changelog
   branches/kde4/packages/soprano/debian/control
   branches/kde4/packages/soprano/debian/libsoprano4.install
Log:
* split executables into libsoprano-bin
* add debug package
* descriptions


Modified: branches/kde4/packages/soprano/debian/changelog
===================================================================
--- branches/kde4/packages/soprano/debian/changelog	2008-01-30 06:04:31 UTC (rev 9198)
+++ branches/kde4/packages/soprano/debian/changelog	2008-01-31 08:56:48 UTC (rev 9199)
@@ -2,7 +2,10 @@
 
   +++ Changes by Matthew Rosewarne:
 
+  * Split executables from libsoprano4 into libsoprano-bin package.
+  * Add libsoprano-dbg package.
   * Fix version for libsoprano-dev dependency on libsoprano4.
+  * Tweak package descriptions.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Wed, 23 Jan 2008 01:22:43 -0500
 

Modified: branches/kde4/packages/soprano/debian/control
===================================================================
--- branches/kde4/packages/soprano/debian/control	2008-01-30 06:04:31 UTC (rev 9198)
+++ branches/kde4/packages/soprano/debian/control	2008-01-31 08:56:48 UTC (rev 9199)
@@ -11,31 +11,59 @@
 Package: libsoprano4
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, libsoprano-bin (= ${binary:Version})
 Conflicts: libsoprano3
 Replaces: libsoprano3
-Description: Qt 4 interface to RDF storage
- Soprano (formally known as QRDF) is a library which provides a nice Qt 4
- interface to RDF storage solutions. It has a modular structure which 
- allows to replace the actual RDF storage implementation used.
+Description: Soprano RDF framework for Qt 4
+ Soprano is a pluggable RDF storage, parsing, and serialization framework based
+ on Qt 4.  Soprano is targeted at desktop applications that need to store RDF
+ data.  Its API has been optimized for simplicity and ease of use, while its
+ modular structure allows it to use various different RDF storage
+ implementations as its backend.
  .
- Currently Soprano implements one fully functional backend which is based
- on librdf, the Redland RDF Application Framework.
+ This package contains the Soprano core libraries, parser plugins, and a
+ storage plugin for the Redland RDF Application Framework.
+
+Package: libsoprano-bin
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, libsoprano4 (= ${binary:Version})
+Replaces: libsoprano4 (<= 2.0.0-2)
+Conflicts: libsoprano4 (<= 2.0.0-2)
+Description: executables for the Soprano RDF framework
+ Soprano is a pluggable RDF storage, parsing, and serialization framework based
+ on Qt 4.  Soprano is targeted at desktop applications that need to store RDF
+ data.  Its API has been optimized for simplicity and ease of use, while its
+ modular structure allows it to use various different RDF storage
+ implementations as its backend.
  .
- This package contains the runtime library files needed to run software
- using libsoprano.
+ This package contains programs used by the Soprano libraries, including the
+ Soprano D-Bus service.
 
+Package: libsoprano-dbg
+Section: libdevel
+Architecture: any
+Suggests: libsoprano4 (= ${binary:Version})
+Description: debugging symbols for the Soprano RDF framework
+ Soprano is a pluggable RDF storage, parsing, and serialization framework based
+ on Qt 4.  Soprano is targeted at desktop applications that need to store RDF
+ data.  Its API has been optimized for simplicity and ease of use, while its
+ modular structure allows it to use various different RDF storage
+ implementations as its backend.
+ .
+ This package contains debugging files used to investigate problems with
+ binaries included in the Soprano packages.
+
 Package: libsoprano-dev
 Section: libdevel
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, libsoprano4 (= ${binary:Version})
-Description: development files for soprano, a Qt 4 interface for RDF storage
- Soprano (formally known as QRDF) is a library which provides a nice Qt 4
- interface to RDF storage solutions. It has a modular structure which allows 
- to replace the actual RDF storage implementation used.
+Description: development files for the Soprano RDF framework
+ Soprano is a pluggable RDF storage, parsing, and serialization framework based
+ on Qt 4.  Soprano is targeted at desktop applications that need to store RDF
+ data.  Its API has been optimized for simplicity and ease of use, while its
+ modular structure allows it to use various different RDF storage
+ implementations as its backend.
  .
- Currently Soprano implements one fully functional backend which is based
- on librdf, the Redland RDF Application Framework.
- .
- This package contains the header and development files needed to build
- programs and packages using libsoprano.
+ This package contains development files for building software that uses the
+ Soprano libraries.

Added: branches/kde4/packages/soprano/debian/libsoprano-bin.install
===================================================================
--- branches/kde4/packages/soprano/debian/libsoprano-bin.install	                        (rev 0)
+++ branches/kde4/packages/soprano/debian/libsoprano-bin.install	2008-01-31 08:56:48 UTC (rev 9199)
@@ -0,0 +1,13 @@
+usr/bin/sopranocmd
+usr/bin/sopranod
+usr/lib/libsopranoclient.so.1
+usr/lib/libsopranoclient.so.1.0.0
+usr/lib/libsopranoindex.so.1
+usr/lib/libsopranoindex.so.1.0.0
+usr/lib/libsopranoserver.so.1
+usr/lib/libsopranoserver.so.1.0.0
+usr/share/dbus-1/interfaces/org.soprano.Model.xml
+usr/share/dbus-1/interfaces/org.soprano.NodeIterator.xml
+usr/share/dbus-1/interfaces/org.soprano.QueryResultIterator.xml
+usr/share/dbus-1/interfaces/org.soprano.Server.xml
+usr/share/dbus-1/interfaces/org.soprano.StatementIterator.xml

Modified: branches/kde4/packages/soprano/debian/libsoprano4.install
===================================================================
--- branches/kde4/packages/soprano/debian/libsoprano4.install	2008-01-30 06:04:31 UTC (rev 9198)
+++ branches/kde4/packages/soprano/debian/libsoprano4.install	2008-01-31 08:56:48 UTC (rev 9199)
@@ -1,11 +1,3 @@
-usr/bin/sopranocmd
-usr/bin/sopranod
-usr/lib/libsopranoclient.so.1
-usr/lib/libsopranoclient.so.1.0.0
-usr/lib/libsopranoindex.so.1
-usr/lib/libsopranoindex.so.1.0.0
-usr/lib/libsopranoserver.so.1
-usr/lib/libsopranoserver.so.1.0.0
 usr/lib/libsoprano.so.4
 usr/lib/libsoprano.so.4.0.0
 usr/lib/soprano/libsoprano_nquadparser.so
@@ -13,11 +5,6 @@
 usr/lib/soprano/libsoprano_raptorparser.so
 usr/lib/soprano/libsoprano_raptorserializer.so
 usr/lib/soprano/libsoprano_redlandbackend.so
-usr/share/dbus-1/interfaces/org.soprano.Model.xml
-usr/share/dbus-1/interfaces/org.soprano.NodeIterator.xml
-usr/share/dbus-1/interfaces/org.soprano.QueryResultIterator.xml
-usr/share/dbus-1/interfaces/org.soprano.Server.xml
-usr/share/dbus-1/interfaces/org.soprano.StatementIterator.xml
 usr/share/soprano/plugins/nquadparser.desktop
 usr/share/soprano/plugins/nquadserializer.desktop
 usr/share/soprano/plugins/raptorparser.desktop




More information about the pkg-kde-commits mailing list