[Pkg-mongodb-maintainers] [pkg-mongodb] 348/394: Drop the mongodb-dev package
Apollon Oikonomopoulos
apoikos at moszumanska.debian.org
Wed Sep 21 14:00:22 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 8f4a0655da82b35225b05bb2c0bc3bc48e82fadb
Author: Apollon Oikonomopoulos <apoikos at debian.org>
Date: Fri Jan 15 15:00:51 2016 +0200
Drop the mongodb-dev package
The C++ client driver is (since 2.6.0) maintained in a separate upstream
repository, see [1].
Also drop "--full" from scons install, since it is ignored (again, see [1]).
[1] https://github.com/mongodb/mongo/commit/9a45a1f363cec95aa4e490cdd1261cf34226a003
---
debian/control | 34 +---------------------------------
debian/mongodb-dev.dirs | 2 --
debian/mongodb-dev.install | 2 --
debian/rules | 2 +-
4 files changed, 2 insertions(+), 38 deletions(-)
diff --git a/debian/control b/debian/control
index 0f5ae04..cecb910 100644
--- a/debian/control
+++ b/debian/control
@@ -29,11 +29,7 @@ Homepage: http://www.mongodb.org
Package: mongodb
Architecture: amd64 i386 kfreebsd-amd64 kfreebsd-i386 hurd-any armhf arm64 ppc64el
-Depends:
- mongodb-dev,
- mongodb-server (>= 1:2.4.1-2),
- ${misc:Depends},
- ${shlibs:Depends}
+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
document-oriented data store that's easy to deploy, manage
@@ -107,31 +103,3 @@ Description: object/document-oriented database (client apps)
.
This package contains the standard administrative shell (mongo) and other
utilities for administration or analysis of performance of the server.
-
-Package: mongodb-dev
-Section: libdevel
-Architecture: amd64 i386 kfreebsd-amd64 kfreebsd-i386 hurd-any armhf arm64 ppc64el
-Depends:
- libboost-dev,
- ${misc:Depends}
-Suggests:
- mongodb-server
-Replaces:
- mongodb (<= 1:1.4.2-2)
-Description: object/document-oriented database (development)
- MongoDB is a high-performance, open source, schema-free
- document-oriented data store that's easy to deploy, manage
- and use. It's network accessible, written in C++ and offers
- the following features:
- .
- * Collection oriented storage - easy storage of object-style data
- * Full index support, including on inner objects
- * Query profiling
- * Replication and fail-over support
- * Efficient storage of binary data including large objects (e.g. videos)
- * Auto-sharding for cloud-level scalability
- .
- High performance, scalability, and reasonable depth of
- functionality are the goals for the project.
- .
- This package contains the development headers and libraries.
diff --git a/debian/mongodb-dev.dirs b/debian/mongodb-dev.dirs
deleted file mode 100644
index da07fdd..0000000
--- a/debian/mongodb-dev.dirs
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/include
-usr/lib
diff --git a/debian/mongodb-dev.install b/debian/mongodb-dev.install
deleted file mode 100644
index c29ed4e..0000000
--- a/debian/mongodb-dev.install
+++ /dev/null
@@ -1,2 +0,0 @@
-debian/tmp/usr/include
-debian/tmp/usr/lib
diff --git a/debian/rules b/debian/rules
index 49ce5da..324ea45 100755
--- a/debian/rules
+++ b/debian/rules
@@ -40,7 +40,7 @@ DEB_SCONS_BUILD = --directory="." $(HARDENING_OPTIONS) all $(COMMON_OPTIONS)
DEB_SCONS_CHECK = --smokedbprefix=$(CURDIR)/debian/tmp-test smoke \
$(COMMON_OPTIONS)
DEB_SCONS_INSTALL = --directory="." $(HARDENING_OPTIONS) \
- --prefix=$(CURDIR)/debian/tmp/usr install --full $(COMMON_OPTIONS)
+ --prefix=$(CURDIR)/debian/tmp/usr install $(COMMON_OPTIONS)
override_dh_clean:
scons $(DEB_SCONS_CLEAN)
--
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