[Pkg-cli-libs-commits] [SCM] db4o branch, master, updated. debian/7.4.121.14026+dfsg-3-22-g8e3de09

Jo Shields directhex at apebox.org
Sun Aug 14 19:04:43 UTC 2011


The following commit has been merged in the master branch:
commit a543d2c62e6ab3ec89680a664a793ca3812b35f6
Author: Jo Shields <directhex at apebox.org>
Date:   Sun Aug 14 17:47:00 2011 +0100

    Split db4otool into its own package - it causes problems for our packaging
    policy to have an unversioned file like /usr/bin/db4otool in a versioned
    library package like libdb4o8.0-cil.

diff --git a/debian/control b/debian/control
index dcc1258..62d3f77 100644
--- a/debian/control
+++ b/debian/control
@@ -48,6 +48,18 @@ Description: native OODBMS for CLI - development files
  This package contains development files for the db4o library, and should be
  for compilation
 
+Package: db4otool
+Architecture: all
+Replaces: libdb4o7.4-cil, libdb4o6.1-cil, libdb4o6.0-cil
+Breaks: libdb4o7.4-cil, libdb4o6.1-cil, libdb4o6.0-cil
+Depends: ${cli:Depends}, ${misc:Depends}
+Description: native OODBMS for CLI (documentation)
+ db4o is the open source object database that enables Java and .NET developers
+ to store and retrieve any application object with only one line of code,
+ eliminating the need to predefine or maintain a separate, rigid data model.
+ .
+ This package contains the Db4oTool utility, used to manupilate Db4o databases.
+
 Package: libdb4o-doc
 Section: doc
 Architecture: all
diff --git a/debian/db4otool.install b/debian/db4otool.install
new file mode 100644
index 0000000..c7c4000
--- /dev/null
+++ b/debian/db4otool.install
@@ -0,0 +1,4 @@
+usr/bin/
+usr/lib/db4o/*.exe					/usr/lib/db4o/
+usr/lib/db4o/Mono.Cecil.dll				/usr/lib/db4o/
+
diff --git a/debian/libdb4o8.0-cil.install b/debian/libdb4o8.0-cil.install
index d058619..0fef32f 100644
--- a/debian/libdb4o8.0-cil.install
+++ b/debian/libdb4o8.0-cil.install
@@ -1,6 +1,3 @@
-usr/bin/
-usr/lib/db4o/*.exe					/usr/lib/db4o/
-usr/lib/db4o/Mono.Cecil.dll				/usr/lib/db4o/
 usr/lib/db4o/Mono.Cecil.dll				/usr/lib/cli/Db4objects.Db4o-8.0/
 usr/lib/db4o/Db4objects.Db4o.dll			/usr/lib/cli/Db4objects.Db4o-8.0/
 usr/lib/db4o/Db4objects.Db4o.Linq.dll			/usr/lib/cli/Db4objects.Db4o.Linq-8.0/

-- 
db4o



More information about the Pkg-cli-libs-commits mailing list