summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonin Kral <a.kral@bobek.cz>2012-06-05 19:53:16 +0200
committerAntonin Kral <a.kral@bobek.cz>2012-06-05 19:53:16 +0200
commita2beaba78c7fedcd4e100005a3897bb70e10c3f1 (patch)
tree17284e9e2af01530a9e78fcb1a4377af74ea2e22
parent291c9687fb2307dc22d1f269eb4d0aa98fe8cadc (diff)
downloadmongodb-a2beaba78c7fedcd4e100005a3897bb70e10c3f1.tar.gz
v2.0.6
-rw-r--r--debian/changelog7
-rw-r--r--debian/patches/0001-install-libs-to-usr-lib-not-usr-lib64-Closes-588557.patch2
-rw-r--r--debian/patches/0002-Ignore-unused-but-set-variables-and-params-Closes-62.patch2
-rw-r--r--debian/patches/0003-use-system-wide-pcre.patch2
4 files changed, 10 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 3cb687c..0b18a1e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+mongodb (1:2.0.6-1) unstable; urgency=low
+
+ * New upstream release 2.0.6
+ https://jira.mongodb.org/browse/SERVER/fixforversion/11165
+
+ -- Antonin Kral <A.Kral@sh.cvut.cz> Tue, 05 Jun 2012 19:52:28 +0200
+
mongodb (1:2.0.5-2) unstable; urgency=low
* Removed mongodb-server as dependency of mongodb-dev (Closes:#672634)
diff --git a/debian/patches/0001-install-libs-to-usr-lib-not-usr-lib64-Closes-588557.patch b/debian/patches/0001-install-libs-to-usr-lib-not-usr-lib64-Closes-588557.patch
index b7c383c..061b259 100644
--- a/debian/patches/0001-install-libs-to-usr-lib-not-usr-lib64-Closes-588557.patch
+++ b/debian/patches/0001-install-libs-to-usr-lib-not-usr-lib64-Closes-588557.patch
@@ -7,7 +7,7 @@ Subject: install libs to /usr/lib not /usr/lib64 (Closes: #588557)
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/SConstruct b/SConstruct
-index 3d40050..02813ea 100644
+index 88ea3f8..5c48996 100644
--- a/SConstruct
+++ b/SConstruct
@@ -525,7 +525,7 @@ elif "linux2" == os.sys.platform or "linux3" == os.sys.platform:
diff --git a/debian/patches/0002-Ignore-unused-but-set-variables-and-params-Closes-62.patch b/debian/patches/0002-Ignore-unused-but-set-variables-and-params-Closes-62.patch
index 76a8cf1..c0a4c0b 100644
--- a/debian/patches/0002-Ignore-unused-but-set-variables-and-params-Closes-62.patch
+++ b/debian/patches/0002-Ignore-unused-but-set-variables-and-params-Closes-62.patch
@@ -7,7 +7,7 @@ Subject: Ignore unused but set variables and params (Closes: #625401)
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/SConstruct b/SConstruct
-index 02813ea..86518ff 100644
+index 5c48996..9d52617 100644
--- a/SConstruct
+++ b/SConstruct
@@ -704,7 +704,8 @@ if nix:
diff --git a/debian/patches/0003-use-system-wide-pcre.patch b/debian/patches/0003-use-system-wide-pcre.patch
index 3d71d59..265ad48 100644
--- a/debian/patches/0003-use-system-wide-pcre.patch
+++ b/debian/patches/0003-use-system-wide-pcre.patch
@@ -7,7 +7,7 @@ Subject: use system-wide pcre
1 file changed, 53 insertions(+), 45 deletions(-)
diff --git a/SConstruct b/SConstruct
-index 86518ff..42369ff 100644
+index 9d52617..418cb4c 100644
--- a/SConstruct
+++ b/SConstruct
@@ -48,7 +48,11 @@ def getThirdPartyShortNames():