[Pkg-mongodb-maintainers] [pkg-mongodb] 02/19: Disable kFreeBSD and HURD builds for the time being

Apollon Oikonomopoulos apoikos at moszumanska.debian.org
Thu Dec 15 10:44:11 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 efd32f0df502185f468093a32da5b4f52c05a930
Author: Apollon Oikonomopoulos <apoikos at debian.org>
Date:   Tue Sep 6 10:57:58 2016 +0300

    Disable kFreeBSD and HURD builds for the time being
    
    MongoDB does not build on these architectures due to missing valgrind.
    Furthermore, even with the bundled valgrind copy, the patches need
    rework.
---
 debian/control        | 6 +++---
 debian/patches/series | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index 2a4d3b9..25cde26 100644
--- a/debian/control
+++ b/debian/control
@@ -32,7 +32,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/mongodb.git/
 Homepage: https://www.mongodb.org
 
 Package: mongodb
-Architecture: amd64 i386 kfreebsd-amd64 kfreebsd-i386 hurd-any armhf arm64 ppc64el
+Architecture: amd64 i386 armhf arm64 ppc64el
 Depends: mongodb-server (>= 1:2.4.1-2), ${misc:Depends}, ${shlibs:Depends}
 Description: object/document-oriented database (metapackage)
  MongoDB is a high-performance, open source, schema-free
@@ -54,7 +54,7 @@ Description: object/document-oriented database (metapackage)
  the server, the clients and the development files (headers and library).
 
 Package: mongodb-server
-Architecture: amd64 i386 kfreebsd-amd64 kfreebsd-i386 hurd-any armhf arm64 ppc64el
+Architecture: amd64 i386 armhf arm64 ppc64el
 Depends:
  mongodb-clients,
  adduser,
@@ -82,7 +82,7 @@ Description: object/document-oriented database (server package)
  server/load-balancer (mongos).
 
 Package: mongodb-clients
-Architecture: amd64 i386 kfreebsd-amd64 kfreebsd-i386 hurd-any armhf arm64 ppc64el
+Architecture: amd64 i386 armhf arm64 ppc64el
 Depends:
  ${misc:Depends},
  ${shlibs:Depends}
diff --git a/debian/patches/series b/debian/patches/series
index 23a40d2..9e9475f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,6 +1,6 @@
-0001-Create-kfreebsd-like-linux-in-most-respects.patch
-0002-kfreebsd-has-dev-urandom.patch
-0012-support-gnu.patch
+#0001-Create-kfreebsd-like-linux-in-most-respects.patch
+#0002-kfreebsd-has-dev-urandom.patch
+#0012-support-gnu.patch
 hardened-build.patch
 fix-gcc-6-ftbfs.patch
 fix-boost-1.60-build.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