Package: db4o / 8.0.184.15484+dfsg-2

Metadata

Package Version Patches format
db4o 8.0.184.15484+dfsg-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
force_cecil_0.9.5.patch | (download)

src/Db4oTool/Db4oTool/Db4oTool-2010.csproj | 20 10 + 10 - 0 !
src/Db4objects.Db4o.Instrumentation/Db4objects.Db4o.Instrumentation-2010.csproj | 16 8 + 8 - 0 !
src/Db4objects.Db4o.NativeQueries/Db4objects.Db4o.NativeQueries-2010.csproj | 16 8 + 8 - 0 !
src/Db4objects.Db4o.Optional/Db4objects.Db4o.Optional-2010.csproj | 16 8 + 8 - 0 !
4 files changed, 34 insertions(+), 34 deletions(-)

---
port_options_code_to_Mono.Options.patch | (download)

src/Db4oTool/Db4oTool/Db4oTool-2010.csproj | 5 1 + 4 - 0 !
src/Db4oTool/Db4oTool/ProgramOptions.cs | 244 95 + 149 - 0 !
src/Db4oTool/Db4oTool/Properties/AssemblyInfo.cs | 14 3 + 11 - 0 !
3 files changed, 99 insertions(+), 164 deletions(-)

---
dont_build_test_assemblies.patch | (download)

src/Db4o-2010.sln | 36 0 + 36 - 0 !
1 file changed, 36 deletions(-)

---
use_cecil_0.9.5_api.patch | (download)

src/Db4oTool/Db4oTool/Core/CecilReflector.cs | 414 215 + 199 - 0 !
1 file changed, 215 insertions(+), 199 deletions(-)

---
debian changes 8.0.184.15484+dfsg 1 | (download)

src/Db4oBench/Properties/AssemblyInfo.cs | 2 1 + 1 - 0 !
src/Db4oUnit.Extensions/Properties/AssemblyInfo.cs | 2 1 + 1 - 0 !
src/Db4oUnit/Properties/AssemblyInfo.cs | 2 1 + 1 - 0 !
src/Db4objects.Db4o.Instrumentation/Properties/AssemblyInfo.cs | 2 1 + 1 - 0 !
src/Db4objects.Db4o/Properties/AssemblyInfo.cs | 2 1 + 1 - 0 !
src/drs/Db4objects.Drs/Properties/AssemblyInfo.cs | 2 1 + 1 - 0 !
6 files changed, 6 insertions(+), 6 deletions(-)

 upstream changes introduced in version 8.0.184.15484+dfsg-1
 This patch has been created by dpkg-source during the package build.
 Here's the last changelog entry, hopefully it gives details on why
 those changes were made:
 .
 db4o (8.0.184.15484+dfsg-1) experimental; urgency=low
 .
   * [12bbf33] Imported Upstream version 8.0.184.15484+dfsg
   * [38f1873] Remove all obsolete patches.
   * [bd2d9b2] The bundled Cecil with Db4o upstream doesn't quite match what we
               ship in Debian. Add a couple of copy-paste methods to an
               interface implementation, to match the current specification.
   * [a635faa] In many cases, making the test harness assemblies shipped with a
               library work is harder work than the library itself - so strip
               all the test projects from the main Solution file.
   * [188d11c] Port the Db4oTool options parsing code from the dead
               Mono.GetOptions library to the rather less dead Mono.Options
               library. This is largely based on a patch by Carlos Martn Nieto
               <carlos@cmartin.tk>.
   * [dc252e1] The new ABI version is 8.0, so update various packaging files
               accordingly.
   * [5649714] Switch from standalone Quilt to DebSrc 3.0 (Quilt)
   * [d035609] Bump Standards version to 3.9.2 (no changes).
   * [a543d2c] 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.
   * [61682b0] Get rid of Makefile-mangling shell scripts, since we use xbuild
               now.
   * [4a8a48a] Convert build system to a pure xbuild setup, and refresh install
               files to use the xbuild build locations.
   * [6c41c74] This is a 4.0-only build, so use 4.0-only build-depends.
   * [810c928] Add more fixed to build-depends for building on 4.0.
   * [6e67796] Xbuild seems to like picking up on Cecil from Mono's private
               path, so hint it the location of our system Cecil.
   * [e73beb4] Refresh Mono.Options patch due to changes in the related csproj
               file.
   * [aa0a90d] Don't try to put files outside $(CURDIR) in debian/install.
               Instead, copy them to a local folder and use that.
   * [3ba6c3c] Move various manual hacks from install to build rule, where
               they belong.
   * [8e3de09] Move db4otool script into its own folder - you cannot have a
               file in debian/ with the same name as a package.
 .
 The person named in the Author field signed this changelog entry.