[SCM] sord/master: Add package sordi to provide the sordi tool.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Thu May 26 10:13:10 UTC 2011


The following commit has been merged in the master branch:
commit 7bb69337d61ff0776c34cc8f3432a2adfdf40b54
Author: Alessio Treglia <alessio at debian.org>
Date:   Thu May 26 12:13:02 2011 +0200

    Add package sordi to provide the sordi tool.

diff --git a/debian/control b/debian/control
index 1acc25e..9de421b 100644
--- a/debian/control
+++ b/debian/control
@@ -20,6 +20,7 @@ Section: utils
 Architecture: any
 Depends: ${shlibs:Depends},
  ${misc:Depends}
+Suggests: sordi
 Description: library for storing RDF data in memory
  Sord is a lightweight C library for storing Redland Resource
  Description Framework (RDF) data in memory.
@@ -42,6 +43,17 @@ Description: library for storing RDF data in memory (development files)
  .
  This package provides the development headers.
 
+Package: sordi
+Architecture: any
+Section: text
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
+Description: library for storing RDF data in memory - sordi tool
+ Sord is a lightweight C library for storing Redland Resource
+ Description Framework (RDF) data in memory.
+ .
+ This package provides the utility 'sordi'.
+
 Package: libsord-doc
 Section: doc
 Architecture: all
@@ -59,6 +71,7 @@ Priority: extra
 Section: debug
 Architecture: any
 Depends: libsord-0-0 (= ${binary:Version}),
+ sordi (= ${binary:Version}),
  ${misc:Depends}
 Description: library for storing RDF data in memory (debugging symbols)
  Sord is a lightweight C library for storing Redland Resource
diff --git a/debian/libsord-doc.install b/debian/libsord-doc.install
index e76eed6..5fc088f 100644
--- a/debian/libsord-doc.install
+++ b/debian/libsord-doc.install
@@ -1,2 +1,2 @@
 usr/share/doc/sord/html/* usr/share/doc/libsord-dev/
-usr/share/man
+usr/share/man/man3
diff --git a/debian/sordi.install b/debian/sordi.install
new file mode 100644
index 0000000..1e6948d
--- /dev/null
+++ b/debian/sordi.install
@@ -0,0 +1,2 @@
+usr/bin
+usr/share/man/man1/sordi.1

-- 
sord packaging



More information about the pkg-multimedia-commits mailing list