[Pkg-cli-libs-commits] [SCM] db4o branch, master, updated. upstream/7.4.120.14002+dfsg-34-gcd2f6c8
Iain Lane
laney at ubuntu.com
Thu Jan 28 16:27:07 UTC 2010
The following commit has been merged in the master branch:
commit cd2f6c89d09cf2a86cf60af1700821ad394fb3c7
Author: Iain Lane <laney at ubuntu.com>
Date: Thu Jan 28 16:25:21 2010 +0000
Lintian fix ups (look sharp)
Add Depends on ${misc:Depends} to packages that didn't
have it
Refer to versioned GPL
diff --git a/debian/changelog b/debian/changelog
index f6f9584..dbca3da 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -80,8 +80,11 @@ db4o (7.4.121.14026+dfsg-1) UNRELEASED; urgency=low
* debian/db4o.pc: Fix up to include the ABI version
* debian/control: Add new -cil-dev package contianing pcfiles
* debian/db4o{admin,tool}: Rename wrapper script to new version of tool
+ * debian/control: Add Depends on ${misc:Depends} to packages that didn't
+ have it
+ * debian/copyright: Refer to versioned GPL
- -- Iain Lane <laney at ubuntu.com> Thu, 28 Jan 2010 16:09:08 +0000
+ -- Iain Lane <laney at ubuntu.com> Thu, 28 Jan 2010 16:23:42 +0000
db4o (6.1.604+dfsg-3) unstable; urgency=low
@@ -157,7 +160,7 @@ db4o (6.1.604+dfsg-1) unstable; urgency=low
+ Updated cli-common-dev build dependency to >= 0.5.4, as we need
dh_clistrip from it.
+ Updated Section of libdb4o-doc to doc. (Closes: #427581)
- + Bumped Standards-Version to 3.7.3, no changes needed.
+ + Bumped Standards-Version to 3.7.4, no changes needed.
+ Added monodoc-db4o-manual package.
+ Changed Maintainer to Debian CLI Libraries Team.
+ Added myself to Uploaders.
diff --git a/debian/control b/debian/control
index 918ec24..460235d 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends-Indep: cli-common-dev (>= 0.5.7),
libmono-cecil-flowanalysis-cil-dev,
pkg-config,
monodoc-base
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
Homepage: http://www.db4o.com/
Vcs-Browser: http://git.debian.org/?p=pkg-cli-libs/packages/db4o.git
Vcs-Git: git://git.debian.org/git/pkg-cli-libs/packages/db4o.git
@@ -52,6 +52,7 @@ Description: native OODBMS for CLI - development files
Package: libdb4o-doc
Section: doc
Architecture: all
+Depends: ${misc:Depends}
Suggests: www-browser | xchm | kchmviewer
Description: native OODBMS for CLI (documentation)
db4o is the open source object database that enables Java and .NET developers
@@ -63,7 +64,7 @@ Description: native OODBMS for CLI (documentation)
Package: monodoc-db4o-manual
Section: doc
Architecture: all
-Depends: monodoc-manual
+Depends: monodoc-manual, ${misc:Depends}
Description: compiled XML documentation for db4o
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,
diff --git a/debian/copyright b/debian/copyright
index 9a363c9..93d1e66 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -25,7 +25,7 @@ License:
51 Franklin St, Fifth Floor, Boston, MA 02111-1301, USA.
On Debian systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'.
+Public License can be found in `/usr/share/common-licenses/GPL-2'.
Information above was took from License.html file as found at
doc/reference/html in source dir.
--
db4o
More information about the Pkg-cli-libs-commits
mailing list