[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:37 UTC 2011
The following commit has been merged in the master branch:
commit 38f1873e60766b963a98043f36e1b02ec7ad2626
Author: Jo Shields <directhex at apebox.org>
Date: Sun Aug 14 17:22:00 2011 +0100
Remove all obsolete patches.
diff --git a/debian/patches/00-configurable_compiler.patch b/debian/patches/00-configurable_compiler.patch
deleted file mode 100644
index 9e05b43..0000000
--- a/debian/patches/00-configurable_compiler.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Description: make the MCS environment variable configurable
-Author: Iain Lane <laney at ubuntu.com>
-
----
- src/include.mk | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-Index: db4o.git/src/include.mk
-===================================================================
---- db4o.git.orig/src/include.mk 2009-12-13 11:52:18.203435804 +0000
-+++ db4o.git/src/include.mk 2009-12-13 12:12:18.052175802 +0000
-@@ -1,6 +1,6 @@
-
- MONO = mono
--MCS = gmcs
-+MCS ?= gmcs
- KEY_FILE = ../db4objects.snk
- MCS_FLAGS = -debug+ -keyfile:$(KEY_FILE) -define:NET_2_0,MONO,EMBEDDED
- OUTDIR = ../bin
diff --git a/debian/patches/01-dos2unix.patch b/debian/patches/01-dos2unix.patch
deleted file mode 100644
index cd39456..0000000
--- a/debian/patches/01-dos2unix.patch
+++ /dev/null
@@ -1,143 +0,0 @@
-Description: files changed by dos2unix
-Author: Mirco Bauer <meebey at debian.org>
-Forwarded: not-needed
-
----
- src/Db4oAdmin/Makefile | 8 ++++----
- src/Db4oUnit.Extensions/Makefile | 4 ++--
- src/Db4oUnit/Makefile | 4 ++--
- src/Db4objects.Db4o.Tests/Makefile | 4 ++--
- src/Db4objects.Db4o.Tools/Makefile | 6 +++---
- src/Db4objects.Db4o/Makefile | 4 ++--
- src/Makefile | 8 ++++----
- 7 files changed, 19 insertions(+), 19 deletions(-)
-
-Index: db4o.git/src/Db4oUnit/Makefile
-===================================================================
---- db4o.git.orig/src/Db4oUnit/Makefile 2010-01-19 21:48:51.244724587 +0000
-+++ db4o.git/src/Db4oUnit/Makefile 2010-01-19 21:49:37.014725735 +0000
-@@ -1,5 +1,5 @@
--
--include ../include.mk
-+
-+include ../include.mk
-
- TARGET = library
- ASSEMBLY = $(UNIT)
-Index: db4o.git/src/Db4oUnit.Extensions/Makefile
-===================================================================
---- db4o.git.orig/src/Db4oUnit.Extensions/Makefile 2010-01-19 21:48:51.304724777 +0000
-+++ db4o.git/src/Db4oUnit.Extensions/Makefile 2010-01-19 21:49:37.014725735 +0000
-@@ -1,5 +1,5 @@
--
--include ../include.mk
-+
-+include ../include.mk
-
- TARGET = library
- ASSEMBLY = $(UNIT_EXT)
-Index: db4o.git/src/Db4objects.Db4o/Makefile
-===================================================================
---- db4o.git.orig/src/Db4objects.Db4o/Makefile 2010-01-19 21:48:51.224724672 +0000
-+++ db4o.git/src/Db4objects.Db4o/Makefile 2010-01-19 21:49:37.024724730 +0000
-@@ -1,5 +1,5 @@
--
--include ../include.mk
-+
-+include ../include.mk
-
- TARGET = library
- ASSEMBLY = $(CORE)
-Index: db4o.git/src/Makefile
-===================================================================
---- db4o.git.orig/src/Makefile 2010-01-19 21:48:51.144724687 +0000
-+++ db4o.git/src/Makefile 2010-01-19 21:49:37.024724730 +0000
-@@ -10,16 +10,16 @@
- TOOL_TESTS = Db4oTool/Db4oTool.Tests
- LINQ = Db4objects.Db4o.Linq
- LINQ_TESTS = Db4objects.Db4o.Linq.Tests
--LINQ_INSTR_TESTS = Db4objects.Db4o.Linq.Instrumentation.Tests
--
-+LINQ_INSTR_TESTS = Db4objects.Db4o.Linq.Instrumentation.Tests
-+
- LIBS = Libs/net-2.0
-
- OUTDIR = ./bin
-
- all: prebuild build postbuild
-
--prebuild:
-- [ -d $(OUTDIR) ] || mkdir $(OUTDIR)
-+prebuild:
-+ [ -d $(OUTDIR) ] || mkdir $(OUTDIR)
- cp $(LIBS)/*.dll $(OUTDIR)
-
- build: core nq linq tool tests
-Index: db4o.git/src/Db4objects.Db4o.Linq.Instrumentation.Tests/Makefile
-===================================================================
---- db4o.git.orig/src/Db4objects.Db4o.Linq.Instrumentation.Tests/Makefile 2010-01-19 21:48:51.284724632 +0000
-+++ db4o.git/src/Db4objects.Db4o.Linq.Instrumentation.Tests/Makefile 2010-01-19 21:49:37.024724730 +0000
-@@ -1,5 +1,5 @@
--
--include ../include.mk
-+
-+include ../include.mk
-
- TARGET = exe
- ASSEMBLY = $(LINQ_INSTR_TESTS)
-Index: db4o.git/src/Db4objects.Db4o.Linq.Tests/Makefile
-===================================================================
---- db4o.git.orig/src/Db4objects.Db4o.Linq.Tests/Makefile 2010-01-19 21:50:00.834724482 +0000
-+++ db4o.git/src/Db4objects.Db4o.Linq.Tests/Makefile 2010-01-19 21:49:44.333475031 +0000
-@@ -1,5 +1,5 @@
--
--include ../include.mk
-+
-+include ../include.mk
-
- TARGET = exe
- ASSEMBLY = $(LINQ_TESTS)
-Index: db4o.git/src/Db4objects.Db4o.Tests/Makefile
-===================================================================
---- db4o.git.orig/src/Db4objects.Db4o.Tests/Makefile 2010-01-19 21:49:56.244725872 +0000
-+++ db4o.git/src/Db4objects.Db4o.Tests/Makefile 2010-01-19 21:49:44.323484473 +0000
-@@ -1,5 +1,5 @@
--
--include ../include.mk
-+
-+include ../include.mk
-
- TARGET = exe
- ASSEMBLY = $(TESTS)
-Index: db4o.git/src/Db4oTool/Db4oTool/Makefile
-===================================================================
---- db4o.git.orig/src/Db4oTool/Db4oTool/Makefile 2010-01-19 21:49:56.074724678 +0000
-+++ db4o.git/src/Db4oTool/Db4oTool/Makefile 2010-01-19 21:49:44.323484473 +0000
-@@ -1,7 +1,7 @@
--
-+
- include ../../include.mk
-
--OUTDIR = ../../bin
-+OUTDIR = ../../bin
-
- TARGET = exe
- ASSEMBLY = $(TOOL)
-Index: db4o.git/src/Db4oTool/Db4oTool.Tests/Makefile
-===================================================================
---- db4o.git.orig/src/Db4oTool/Db4oTool.Tests/Makefile 2010-01-19 21:49:55.894725917 +0000
-+++ db4o.git/src/Db4oTool/Db4oTool.Tests/Makefile 2010-01-19 21:49:44.323484473 +0000
-@@ -1,11 +1,11 @@
--
-+
- include ../../include.mk
-
- OUTDIR = ../../bin
-
- precompile:
- [ -d $(OUTDIR) ] || mkdir $(OUTDIR)
-- find $(WORKDIR) -name "*.cs" | egrep -v 'Resources'> $(RESPONSE_FILE)
-+ find $(WORKDIR) -name "*.cs" | egrep -v 'Resources'> $(RESPONSE_FILE)
-
- TARGET = exe
- ASSEMBLY = $(TOOL_TESTS)
diff --git a/debian/patches/02-link_system_libs.patch b/debian/patches/02-link_system_libs.patch
deleted file mode 100644
index d79b80c..0000000
--- a/debian/patches/02-link_system_libs.patch
+++ /dev/null
@@ -1,101 +0,0 @@
-Description: link system libraries
-Author: Mirco Bauer <meebey at debian.org>
-Forwarded: not-needed
-
----
- src/Db4oAdmin/Makefile | 2 +-
- src/Db4objects.Db4o.Tools/Makefile | 2 +-
- src/Makefile | 2 +-
- 3 files changed, 3 insertions(+), 3 deletions(-)
-
-Index: db4o.git/src/Makefile
-===================================================================
---- db4o.git.orig/src/Makefile 2010-01-26 11:23:21.396817091 +0000
-+++ db4o.git/src/Makefile 2010-01-26 11:23:21.456817956 +0000
-@@ -20,7 +20,7 @@
-
- prebuild:
- [ -d $(OUTDIR) ] || mkdir $(OUTDIR)
-- cp $(LIBS)/*.dll $(OUTDIR)
-+ #cp $(LIBS)/*.dll $(OUTDIR)
-
- build: core nq linq tool tests
-
-Index: db4o.git/src/Db4objects.Db4o.Instrumentation/Makefile
-===================================================================
---- db4o.git.orig/src/Db4objects.Db4o.Instrumentation/Makefile 2010-01-26 11:26:37.455568847 +0000
-+++ db4o.git/src/Db4objects.Db4o.Instrumentation/Makefile 2010-01-26 11:41:56.235567968 +0000
-@@ -1,8 +1,8 @@
-
--include ../../db4o.net/include.mk
-+include ../include.mk
-
--OUTDIR = ../../db4o.net/bin
-+OUTDIR = ../bin
-
- TARGET = library
- ASSEMBLY = $(INSTR)
--REFERENCES = -r:$(OUTDIR)/$(CORE) -r:$(OUTDIR)/$(CECIL) -r:$(OUTDIR)/$(FLOWANALYSIS)
-+REFERENCES = -r:$(OUTDIR)/$(CORE) -r:$(OUTDIR)/$(CECIL) -pkg:cecil-flowanalysis
-Index: db4o.git/src/Db4objects.Db4o.Linq/Makefile
-===================================================================
---- db4o.git.orig/src/Db4objects.Db4o.Linq/Makefile 2010-01-19 22:19:36.403474623 +0000
-+++ db4o.git/src/Db4objects.Db4o.Linq/Makefile 2010-01-26 11:26:28.665568362 +0000
-@@ -5,4 +5,4 @@
-
- TARGET = library
- ASSEMBLY = Db4objects.Db4o.Linq.dll
--REFERENCES = -r:$(OUTDIR)/$(CORE) -r:$(OUTDIR)/$(CECIL) -r:$(OUTDIR)/$(FLOWANALYSIS)
-+REFERENCES = -r:$(OUTDIR)/$(CORE) -r:$(OUTDIR)/$(CECIL) -pkg:cecil-flowanalysis
-Index: db4o.git/src/Db4objects.Db4o.NativeQueries/Makefile
-===================================================================
---- db4o.git.orig/src/Db4objects.Db4o.NativeQueries/Makefile 2010-01-26 11:26:37.555567472 +0000
-+++ db4o.git/src/Db4objects.Db4o.NativeQueries/Makefile 2010-01-26 11:41:56.235567968 +0000
-@@ -5,4 +5,4 @@
-
- TARGET = library
- ASSEMBLY = $(NQ)
--REFERENCES = -r:$(OUTDIR)/$(CORE) -r:$(OUTDIR)/$(INSTR) -r:$(OUTDIR)/$(CECIL) -r:$(OUTDIR)/$(FLOWANALYSIS)
-+REFERENCES = -r:$(OUTDIR)/$(CORE) -r:$(OUTDIR)/$(INSTR) -r:$(OUTDIR)/$(CECIL) -pkg:cecil-flowanalysis
-Index: db4o.git/src/Db4objects.Db4o.Linq.Tests/Makefile
-===================================================================
---- db4o.git.orig/src/Db4objects.Db4o.Linq.Tests/Makefile 2010-01-26 11:41:54.616818793 +0000
-+++ db4o.git/src/Db4objects.Db4o.Linq.Tests/Makefile 2010-01-26 11:41:56.235567968 +0000
-@@ -3,5 +3,5 @@
-
- TARGET = exe
- ASSEMBLY = $(LINQ_TESTS)
--REFERENCES = -r:$(OUTDIR)/$(CORE) -r:$(OUTDIR)/$(UNIT) -r:$(OUTDIR)/$(UNIT_EXT) -r:$(OUTDIR)/$(LINQ) -r:$(OUTDIR)/$(CECIL) -r:$(OUTDIR)/$(FLOWANALYSIS)
-+REFERENCES = -r:$(OUTDIR)/$(CORE) -r:$(OUTDIR)/$(UNIT) -r:$(OUTDIR)/$(UNIT_EXT) -r:$(OUTDIR)/$(LINQ) -r:$(OUTDIR)/$(CECIL) -pkg:cecil-flowanalysis
- OPT_MCS_FLAGS = -main:Db4objects.Db4o.Linq.Tests.AllTests
-Index: db4o.git/src/Db4objects.Db4o.Tests/Makefile
-===================================================================
---- db4o.git.orig/src/Db4objects.Db4o.Tests/Makefile 2010-01-26 11:23:21.416817458 +0000
-+++ db4o.git/src/Db4objects.Db4o.Tests/Makefile 2010-01-26 11:23:21.476817150 +0000
-@@ -3,5 +3,5 @@
-
- TARGET = exe
- ASSEMBLY = $(TESTS)
--REFERENCES = -r:$(OUTDIR)/$(CORE) -r:$(OUTDIR)/$(UNIT) -r:$(OUTDIR)/$(UNIT_EXT) -r:$(OUTDIR)/$(INSTR) -r:$(OUTDIR)/$(NQ) -r:$(OUTDIR)/$(CECIL) -r:$(OUTDIR)/$(FLOWANALYSIS) -r:System.Drawing
-+REFERENCES = -r:$(OUTDIR)/$(CORE) -r:$(OUTDIR)/$(UNIT) -r:$(OUTDIR)/$(UNIT_EXT) -r:$(OUTDIR)/$(INSTR) -r:$(OUTDIR)/$(NQ) -r:$(OUTDIR)/$(CECIL) -pkg:cecil-flowanalysis -r:System.Drawing
- OPT_MCS_FLAGS = -main:Db4objects.Db4o.Tests.AllTests
-Index: db4o.git/src/Db4oTool/Db4oTool/Makefile
-===================================================================
---- db4o.git.orig/src/Db4oTool/Db4oTool/Makefile 2010-01-26 11:23:21.426816929 +0000
-+++ db4o.git/src/Db4oTool/Db4oTool/Makefile 2010-01-26 11:26:28.595568109 +0000
-@@ -5,4 +5,4 @@
-
- TARGET = exe
- ASSEMBLY = $(TOOL)
--REFERENCES = -r:$(OUTDIR)/$(CORE) -r:$(OUTDIR)/$(INSTR) -r:$(OUTDIR)/$(NQ) -r:$(OUTDIR)/$(CECIL) -r:$(OUTDIR)/$(FLOWANALYSIS) -r:$(OUTDIR)/$(GETOPTIONS)
-+REFERENCES = -r:$(OUTDIR)/$(CORE) -r:$(OUTDIR)/$(INSTR) -r:$(OUTDIR)/$(NQ) -r:$(OUTDIR)/$(CECIL) -pkg:cecil-flowanalysis -r:Mono.GetOptions
-Index: db4o.git/src/Db4oTool/Db4oTool.Tests/Makefile
-===================================================================
---- db4o.git.orig/src/Db4oTool/Db4oTool.Tests/Makefile 2010-01-26 11:23:21.426816929 +0000
-+++ db4o.git/src/Db4oTool/Db4oTool.Tests/Makefile 2010-01-26 11:23:21.476817150 +0000
-@@ -9,4 +9,4 @@
-
- TARGET = exe
- ASSEMBLY = $(TOOL_TESTS)
--REFERENCES = -r:$(OUTDIR)/$(CORE) -r:$(OUTDIR)/$(INSTR) -r:$(OUTDIR)/$(NQ) -r:$(OUTDIR)/$(CECIL) -r:$(OUTDIR)/$(FLOWANALYSIS) -r:$(OUTDIR)/$(TOOL) -r:$(OUTDIR)/$(UNIT) -r:$(OUTDIR)/$(UNIT_EXT)
-+REFERENCES = -r:$(OUTDIR)/$(CORE) -r:$(OUTDIR)/$(INSTR) -r:$(OUTDIR)/$(NQ) -r:$(OUTDIR)/$(CECIL) -pkg:cecil-flowanalysis -r:$(OUTDIR)/$(TOOL) -r:$(OUTDIR)/$(UNIT) -r:$(OUTDIR)/$(UNIT_EXT)
diff --git a/debian/patches/03-generate_xml_doc.patch b/debian/patches/03-generate_xml_doc.patch
deleted file mode 100644
index b101ce2..0000000
--- a/debian/patches/03-generate_xml_doc.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-Description: add a flag to generate XML documentation
-Author: Mirco Bauer <meebey at debian.org>
-Forwarded: no
-
----
- src/include.mk | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-Index: db4o.git/src/include.mk
-===================================================================
---- db4o.git.orig/src/include.mk 2009-12-13 12:19:45.453425742 +0000
-+++ db4o.git/src/include.mk 2009-12-13 12:40:03.673425232 +0000
-@@ -30,7 +30,7 @@
- find $(WORKDIR) -name "*.cs" > $(RESPONSE_FILE)
-
- compile:
-- $(MCS) -t:$(TARGET) $(REFERENCES) -warn:0 -out:$(OUTDIR)/$(ASSEMBLY) $(MCS_FLAGS) $(OPT_MCS_FLAGS) @$(RESPONSE_FILE)
-+ $(MCS) -t:$(TARGET) $(REFERENCES) -warn:0 -out:$(OUTDIR)/$(ASSEMBLY) -doc:$(OUTDIR)/$(ASSEMBLY).xml $(MCS_FLAGS) $(OPT_MCS_FLAGS) @$(RESPONSE_FILE)
-
- postcompile:
- rm -f $(RESPONSE_FILE)
diff --git a/debian/patches/04-update-relative-paths b/debian/patches/04-update-relative-paths
deleted file mode 100644
index e532e0c..0000000
--- a/debian/patches/04-update-relative-paths
+++ /dev/null
@@ -1,28 +0,0 @@
-Index: db4o.git/src/Db4objects.Db4o.Linq/Makefile
-===================================================================
---- db4o.git.orig/src/Db4objects.Db4o.Linq/Makefile 2010-01-26 11:25:40.645567253 +0000
-+++ db4o.git/src/Db4objects.Db4o.Linq/Makefile 2010-01-26 11:25:48.996235318 +0000
-@@ -1,7 +1,7 @@
-
--include ../../db4o.net/include.mk
-+include ../include.mk
-
--OUTDIR = ../../db4o.net/bin
-+OUTDIR = ../bin
-
- TARGET = library
- ASSEMBLY = Db4objects.Db4o.Linq.dll
-Index: db4o.git/src/Db4objects.Db4o.NativeQueries/Makefile
-===================================================================
---- db4o.git.orig/src/Db4objects.Db4o.NativeQueries/Makefile 2010-01-26 11:25:18.115568433 +0000
-+++ db4o.git/src/Db4objects.Db4o.NativeQueries/Makefile 2010-01-26 11:25:28.685568121 +0000
-@@ -1,7 +1,7 @@
-
--include ../../db4o.net/include.mk
-+include ../include.mk
-
--OUTDIR = ../../db4o.net/bin
-+OUTDIR = ../bin
-
- TARGET = library
- ASSEMBLY = $(NQ)
diff --git a/debian/patches/05-cecil-api b/debian/patches/05-cecil-api
deleted file mode 100644
index 6dadab3..0000000
--- a/debian/patches/05-cecil-api
+++ /dev/null
@@ -1,12 +0,0 @@
-Index: db4o.git/src/Db4oTool/Db4oTool/TA/TAInstrumentation.cs
-===================================================================
---- db4o.git.orig/src/Db4oTool/Db4oTool/TA/TAInstrumentation.cs 2010-01-26 12:06:02.256817281 +0000
-+++ db4o.git/src/Db4oTool/Db4oTool/TA/TAInstrumentation.cs 2010-01-26 12:06:06.416817369 +0000
-@@ -199,7 +199,6 @@
-
- InstrumentFieldAccesses(method);
-
-- method.Body.Optimize();
- }
-
- private bool HasFieldAccesses(MethodDefinition method)
diff --git a/debian/patches/makefile.dpatch b/debian/patches/makefile.dpatch
deleted file mode 100755
index 52fd611..0000000
--- a/debian/patches/makefile.dpatch
+++ /dev/null
@@ -1,69 +0,0 @@
-diff -urNad db4o-6.1.401~dfsg~/Makefile db4o-6.1.401~dfsg/Makefile
---- db4o-6.1.401~dfsg~/Makefile 2007-04-25 23:52:26.000000000 +0200
-+++ db4o-6.1.401~dfsg/Makefile 2007-04-25 23:52:57.000000000 +0200
-@@ -6,16 +6,6 @@
- DIR_BIN=$(DIR_HOME)/bin
- DIR_SRC=$(DIR_HOME)/src
- DIR_DOC=$(DIR_HOME)/doc
--ifdef RPM_BUILD_ROOT
-- DIR_INSTALL_BIN=$(RPM_BUILD_ROOT)/usr/lib/db4o
--else
-- DIR_INSTALL_BIN=/usr/lib/db4o
--endif
--ifdef RPM_DOC_DIR
-- DIR_INSTALL_DOC=$(RPM_BUILD_ROOT)/$(RPM_DOC_DIR)/$(RPM_PACKAGE_NAME)-$(RPM_PACKAGE_VERSION)
--else
-- DIR_INSTALL_DOC=/usr/share/doc/db4o-$(DB4O_VERSION)
--endif
-
- MAIN_TEST=com.db4o.test.AllTests
-
-@@ -39,4 +29,4 @@
- cp -R $(DIR_DOC)/* $(DIR_INSTALL_DOC)
- endif
-
--.PHONY: clean buildall
-\ No newline at end of file
-+.PHONY: clean buildall
-diff -urNad db4o-6.1.401~dfsg~/src/Db4oAdmin/Makefile db4o-6.1.401~dfsg/src/Db4oAdmin/Makefile
---- db4o-6.1.401~dfsg~/src/Db4oAdmin/Makefile 2007-04-25 23:52:26.000000000 +0200
-+++ db4o-6.1.401~dfsg/src/Db4oAdmin/Makefile 2007-04-25 23:55:18.000000000 +0200
-@@ -5,4 +5,4 @@
-
- TARGET = exe
- ASSEMBLY = $(ADMIN)
--REFERENCES = -r:$(OUTDIR)/$(TOOLS) -r:$(OUTDIR)/$(CORE) -r:$(OUTDIR)/$(CECIL) -r:$(OUTDIR)/$(FLOWANALYSIS) -r:$(OUTDIR)/$(GETOPTIONS)
-+REFERENCES = -r:$(OUTDIR)/$(TOOLS) -r:$(OUTDIR)/$(CORE) $(shell pkg-config --libs mono-cecil cecil-flowanalysis) -r:$(GETOPTIONS)
-diff -urNad db4o-6.1.401~dfsg~/src/Db4objects.Db4o.Tools/Makefile db4o-6.1.401~dfsg/src/Db4objects.Db4o.Tools/Makefile
---- db4o-6.1.401~dfsg~/src/Db4objects.Db4o.Tools/Makefile 2007-04-25 23:52:26.000000000 +0200
-+++ db4o-6.1.401~dfsg/src/Db4objects.Db4o.Tools/Makefile 2007-04-25 23:52:57.000000000 +0200
-@@ -3,4 +3,4 @@
-
- TARGET = library
- ASSEMBLY = $(TOOLS)
--REFERENCES = -r:$(OUTDIR)/$(CORE) -r:$(OUTDIR)/$(CECIL) -r:$(OUTDIR)/$(FLOWANALYSIS)
-+REFERENCES = -r:$(OUTDIR)/$(CORE) $(shell pkg-config --libs mono-cecil cecil-flowanalysis)
-diff -urNad db4o-6.1.401~dfsg~/src/Makefile db4o-6.1.401~dfsg/src/Makefile
---- db4o-6.1.401~dfsg~/src/Makefile 2007-04-25 23:52:26.000000000 +0200
-+++ db4o-6.1.401~dfsg/src/Makefile 2007-04-25 23:52:57.000000000 +0200
-@@ -15,7 +15,7 @@
-
- prebuild:
- [ -d $(OUTDIR) ] || mkdir $(OUTDIR)
-- cp $(LIBS)/*.dll $(OUTDIR)
-+# cp $(LIBS)/*.dll $(OUTDIR)
-
- build: tests admin
-
-diff -urNad db4o-6.1.401~dfsg~/src/include.mk db4o-6.1.401~dfsg/src/include.mk
---- db4o-6.1.401~dfsg~/src/include.mk 2007-03-27 01:45:48.000000000 +0200
-+++ db4o-6.1.401~dfsg/src/include.mk 2007-04-25 23:54:56.000000000 +0200
-@@ -16,7 +16,7 @@
-
- CECIL = Mono.Cecil.dll
- FLOWANALYSIS = Cecil.FlowAnalysis.dll
--GETOPTIONS = Mono.GetOptions.dll
-+GETOPTIONS = Mono.GetOptions
-
- build: precompile compile postcompile
-
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 54cf394..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,6 +0,0 @@
-00-configurable_compiler.patch
-01-dos2unix.patch
-02-link_system_libs.patch
-03-generate_xml_doc.patch
-04-update-relative-paths
-05-cecil-api
--
db4o
More information about the Pkg-cli-libs-commits
mailing list