[Pkg-cli-libs-commits] [SCM] db4o branch, master, updated. debian/7.4.121.14026+dfsg-2
Jo Shields
directhex at apebox.org
Sun Jul 25 11:31:58 UTC 2010
The following commit has been merged in the master branch:
commit 1a5ee7f458f49299206b891ce13835d0da02ca1a
Author: Jo Shields <directhex at apebox.org>
Date: Sun Jul 25 12:24:52 2010 +0100
Ensure that db4o.pc requires mono-cecil.pc (and that the -dev package also does so).
diff --git a/debian/changelog b/debian/changelog
index 167c0d8..593daf5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,10 @@ db4o (7.4.121.14026+dfsg-2) UNRELEASED; urgency=low
* debian/rules:
+ Ensure regular expression dealing with ABI versioning in db4o.pc is
greedy, since we have multiple substitutions per line now.
+ * debian/db4o.pc,
+ debian/control:
+ + Ensure db4o.pc requires mono-cecil.pc (and that the -dev package
+ also does so).
-- Jo Shields <directhex at apebox.org> Sun, 25 Jul 2010 12:09:58 +0100
diff --git a/debian/control b/debian/control
index f7157f7..3bd8ef1 100644
--- a/debian/control
+++ b/debian/control
@@ -36,6 +36,7 @@ Suggests: libdb4o-doc, monodoc-db4o-manual
Depends: ${shlibs:Depends},
${misc:Depends},
${cli:Depends},
+ libmono-cecil-cil-dev,
libdb4o7.4-cil (= ${binary:Version})
Description: native OODBMS for CLI - development files
db4o is the open source object database that enables Java and .NET developers
diff --git a/debian/db4o.pc b/debian/db4o.pc
index 955a61d..39950ba 100644
--- a/debian/db4o.pc
+++ b/debian/db4o.pc
@@ -6,3 +6,4 @@ Name: db4o
Description: db4o - native OODBMS for CLI
Version: #PACKAGE_ABI_VERSION#
Libs: -r:${pkglibdir}/Db4objects.Db4o-#PACKAGE_ABI_VERSION#/Db4objects.Db4o.dll -r:${pkglibdir}/Db4objects.Db4o.NativeQueries-#PACKAGE_ABI_VERSION#/Db4objects.Db4o.NativeQueries.dll -r:${pkglibdir}/Db4objects.Db4o.Instrumentation-#PACKAGE_ABI_VERSION#/Db4objects.Db4o.Instrumentation.dll -r:${pkglibdir}/Db4objects.Db4o.Linq-#PACKAGE_ABI_VERSION#/Db4objects.Db4o.Linq.dll
+Requires: mono-cecil
--
db4o
More information about the Pkg-cli-libs-commits
mailing list