[Pkg-mongodb-maintainers] [pkg-mongodb] 125/394: Clean up Boost packages in Build-Depends

Apollon Oikonomopoulos apoikos at moszumanska.debian.org
Wed Sep 21 13:58:28 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 098090c0212f33df41e6dbda0314fdcda23f8642
Author: Roberto C. Sanchez <roberto at connexer.com>
Date:   Mon Jan 24 20:19:45 2011 -0500

    Clean up Boost packages in Build-Depends
    
    * Clean up Boost packages in Build-Depends
    * Add libboost-dev to mongodb-dev Depends line
---
 debian/changelog | 7 +++++++
 debian/control   | 4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0416456..2df24fc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+mongodb (1:1.6.5-2) unstable; urgency=low
+
+  * Clean up Boost packages in Build-Depends
+  * Add libboost-dev to mongodb-dev Depends line
+
+ -- Roberto C. Sanchez <roberto at connexer.com>  Mon, 24 Jan 2011 20:17:29 -0500
+
 mongodb (1:1.6.5-1) unstable; urgency=low
 
   * Upstream 1.6.5
diff --git a/debian/control b/debian/control
index 8e22de7..c6d98de 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: database
 Priority: optional
 Maintainer: Antonin Kral <A.Kral at sh.cvut.cz>
 Uploaders: Roberto C. Sanchez <roberto at connexer.com>
-Build-Depends: debhelper (>= 7), libpcre3, libpcre3-dev, scons, xulrunner-dev (>= 1.9) | xulrunner-1.9-dev | xulrunner-1.9.1-dev, libreadline-dev, libboost1.42-dev | libboost1.40-dev | libboost1.35-dev | libboost1.37-dev | libboost1.38-dev, libboost-thread1.42-dev | libboost-thread1.40-dev | libboost-thread1.38-dev | libboost-thread1.37-dev | libboost-thread1.35-dev, libboost-filesystem1.42-dev | libboost-filesystem1.40-dev | libboost-filesystem1.38-dev | libboost-filesystem1.37-dev | li [...]
+Build-Depends: debhelper (>= 7), libpcre3, libpcre3-dev, scons, xulrunner-dev (>= 1.9) | xulrunner-1.9-dev | xulrunner-1.9.1-dev, libreadline-dev, libboost-dev, libboost-thread-dev, libboost-filesystem-dev, libboost-program-options-dev, libboost-date-time-dev
 Standards-Version: 3.9.1
 Homepage: http://www.mongodb.org
 
@@ -79,7 +79,7 @@ Description: An object/document-oriented database (client apps)
 Package: mongodb-dev
 Section: libdevel
 Architecture: i386 amd64
-Depends: mongodb-server, ${shlibs:Depends}, ${misc:Depends}
+Depends: mongodb-server, libboost-dev, ${shlibs:Depends}, ${misc:Depends}
 Description: An object/document-oriented database (development)
  MongoDB is a high-performance, open source, schema-free 
  document-oriented  data store that's easy to deploy, manage

-- 
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