[Pkg-mongodb-maintainers] [pkg-mongodb] 269/394: debian/patches: Remove patch that substituted install with installAs.

Apollon Oikonomopoulos apoikos at moszumanska.debian.org
Wed Sep 21 13:59:38 UTC 2016


This is an automated email from the git hooks/post-receive script.

apoikos pushed a commit to branch master
in repository pkg-mongodb.

commit bfa912dfa6c214824f8a2c45087ab4b19a98a7b4
Author: Rogério Brito <rbrito at ime.usp.br>
Date:   Tue Apr 23 14:51:29 2013 -0300

    debian/patches: Remove patch that substituted install with installAs.
    
    This patch broke the build for both me and Jeff and reading carefully, it is
    clearly the wrong thing to do. Thus, removing it.
    
    Signed-off-by: Rogério Brito <rbrito at ime.usp.br>
---
 ...ARM-support-for-ASM-operations-in-MongoDB.patch} |  0
 ...nscript.client-to-use-installAs-instead-of.patch | 21 ---------------------
 ....patch => 0007-Fix-ARM-alignment-problems.patch} |  0
 debian/patches/series                               |  5 ++---
 4 files changed, 2 insertions(+), 24 deletions(-)

diff --git a/debian/patches/0007-ARM-support-for-ASM-operations-in-MongoDB.patch b/debian/patches/0006-ARM-support-for-ASM-operations-in-MongoDB.patch
similarity index 100%
rename from debian/patches/0007-ARM-support-for-ASM-operations-in-MongoDB.patch
rename to debian/patches/0006-ARM-support-for-ASM-operations-in-MongoDB.patch
diff --git a/debian/patches/0006-Update-SConscript.client-to-use-installAs-instead-of.patch b/debian/patches/0006-Update-SConscript.client-to-use-installAs-instead-of.patch
deleted file mode 100644
index 4dd515f..0000000
--- a/debian/patches/0006-Update-SConscript.client-to-use-installAs-instead-of.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From: Antonin Kral <A.Kral at sh.cvut.cz>
-Date: Sat, 20 Apr 2013 22:05:50 -0300
-Subject: Update SConscript.client to use "installAs" instead of "install".
-
----
- src/SConscript.client |    2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/SConscript.client b/src/SConscript.client
-index 74bd73c..37e76a0 100644
---- a/src/SConscript.client
-+++ b/src/SConscript.client
-@@ -177,7 +177,7 @@ env.Install(
- # install
- prefix = GetOption("prefix")
- 
--env.Install(prefix + "/lib", '${LIBPREFIX}mongoclient${LIBSUFFIX}')
-+env.InstallAs(prefix + "/lib", '${LIBPREFIX}mongoclient${LIBSUFFIX}')
- 
- for x in clientHeaderDirectories:
-     inst = env.Install(prefix + "/include/mongo/" + x,
diff --git a/debian/patches/0008-Fix-ARM-alignment-problems.patch b/debian/patches/0007-Fix-ARM-alignment-problems.patch
similarity index 100%
rename from debian/patches/0008-Fix-ARM-alignment-problems.patch
rename to debian/patches/0007-Fix-ARM-alignment-problems.patch
diff --git a/debian/patches/series b/debian/patches/series
index 9e045e9..9b0e8fb 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,6 +3,5 @@
 0003-kfreebsd-has-dev-urandom.patch
 0004-All-platforms-but-Windows-find-hash-in-std-tr1.patch
 0005-kfreebsd-does-not-have-sys-prctl.h.patch
-0006-Update-SConscript.client-to-use-installAs-instead-of.patch
-0007-ARM-support-for-ASM-operations-in-MongoDB.patch
-0008-Fix-ARM-alignment-problems.patch
+0006-ARM-support-for-ASM-operations-in-MongoDB.patch
+0007-Fix-ARM-alignment-problems.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mongodb/pkg-mongodb.git



More information about the Pkg-mongodb-maintainers mailing list