~neon/project-neon/soprano-ubuntu

« back to all changes in this revision

Viewing changes to control

  • Committer: Philip Muskovac
  • Date: 2010-12-28 15:18:07 UTC
  • Revision ID: yofel@gmx.net-20101228151807-dsh9wkg9uy70z7f7
update description

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Section: libs
3
3
Priority: optional
4
4
Maintainer: Philip Muskovac <yofel@gmx.net>
5
 
Build-Depends: debhelper (>= 7.4.15),
6
 
 cmake (>= 2.6.2),
7
 
 pkg-kde-tools, 
8
 
 dpkg-dev (>= 1.15.5),
9
 
 libclucene-dev (>= 0.9.21b), 
10
 
 librdf0-dev,
11
 
 graphviz, 
12
 
 libiodbc2-dev,
13
 
 libx11-dev,
14
 
 project-neon-qt
 
5
Build-Depends: debhelper (>= 7.4.15), cmake (>= 2.6.2), pkg-kde-tools, 
 
6
 dpkg-dev (>= 1.15.5), libclucene-dev (>= 0.9.21b), librdf0-dev,
 
7
 graphviz, libiodbc2-dev, libx11-dev, project-neon-qt
15
8
Standards-Version: 3.9.1
16
9
Homepage: http://soprano.sourceforge.net
17
10
Vcs-Browser: http://bazaar.launchpad.net/~neon/project-neon/soprano-ubuntu
21
14
Architecture: any
22
15
Depends: ${shlibs:Depends}, ${misc:Depends}
23
16
Suggests: virtuoso-minimal
24
 
Description: Soprano RDF framework
 
17
Description: soprano module for Project Neon
 
18
 This package contains unstable builds of soprano for Project Neon.
 
19
 You are using this at your own risk.
 
20
 .
25
21
 Soprano is a pluggable RDF storage, parsing, and serialization framework based
26
22
 on Qt 4. Soprano is targeted at desktop applications that need to store RDF
27
23
 data. Its API has been optimized for simplicity and ease of use, while its
32
28
Section: debug
33
29
Architecture: any
34
30
Depends: ${misc:Depends}, project-neon-soprano (= ${binary:Version})
35
 
Description: debugging symbols for the Soprano RDF framework
 
31
Description: soprano module for Project Neon - debugging symbols
 
32
 This package contains the debugging symbols of soprano for Project Neon.
 
33
 You are using this at your own risk.
 
34
 .
36
35
 Soprano is a pluggable RDF storage, parsing, and serialization framework based
37
36
 on Qt 4.  Soprano is targeted at desktop applications that need to store RDF
38
37
 data.  Its API has been optimized for simplicity and ease of use, while its
39
38
 modular structure allows it to use various different RDF storage
40
39
 implementations as its backend.
41
 
 .
42
 
 This package contains debugging files used to investigate problems with
43
 
 binaries included in the Soprano package.