[ubuntu/saucy-proposed] mongodb 1:2.4.3-1ubuntu1 (Accepted)
James Page
james.page at ubuntu.com
Wed May 29 16:55:20 UTC 2013
mongodb (1:2.4.3-1ubuntu1) saucy; urgency=low
[ James Page ]
* Merge from Debian unstable, remaining changes:
- Enable SSL support:
+ d/control: Add libssl-dev to BD's.
+ d/rules: Enabled --ssl option.
+ d/mongodb.conf: Add example SSL configuration options.
- d/mongodb-server.mongodb.upstart: Add upstart configuration.
- d/rules: Don't strip binaries during scons build for Ubuntu.
- d/control: Add armhf to target archs.
- d/p/SConscript.client.patch: fixup install of client libraries.
- d/p/0010-install-libs-to-usr-lib-not-usr-lib64-Closes-588557.patch:
Install libraries to lib not lib64.
* Dropped changes:
- d/p/arm-support.patch: Included in Debian.
- d/p/double-alignment.patch: Included in Debian.
- d/rules,control: Debian also builds with avaliable system libraries
now.
* Fix FTBFS due to gcc and boost upgrades in saucy:
- d/p/0008-ignore-unused-local-typedefs.patch: Add -Wno-unused-typedefs
to unbreak building with g++-4.8.
- d/p/0009-boost-1.53.patch: Fixup signed/unsigned casting issue.
[ Robie Basak ]
* d/p/0011-Use-a-signed-char-to-store-BSONType-enumerations.patch: Fixup
build failure on ARM due to missing signed'ness of char cast.
mongodb (1:2.4.3-1) unstable; urgency=low
[ Jeff Epler ]
* [2a15682] kfreebsd does not have tcmalloc
* [b66002a] enable building packages on kfreebsd
[ Rogério Brito ]
* [44bbe5b] debian/control: Make mongodb arch all, instead of
arch-specific.
* [50e5786] debian/patches: Add preparation for kFreeBSD.
* [164ec3b] debian/patches: Regenerate the patches from patch queue.
Thanks to Pino Toscano and Jeff Epler (Closes: #703061)
* [b960dca] debian/control: Remove libpcre3 from build-depends.
* [8e53a7e] debian/copyright: Wrap long lines.
* [f33d197] debian/control: Make the mongodb metapackage arch-dependent.
* [1771ce7] debian/control: Set priority of packages to extra.
* [198f7bb] debian/control: Mark libgoogle-perftools-dev as
linux-amd64 linux-i386.
* [02826cb] debian/patches: Take some patches for ARM from Ubuntu.
* [bfa912d] debian/patches: Remove patch that substituted install with
installs.
[ Antonin Kral ]
* [a618d03] new upstream release
https://jira.mongodb.org/browse/SERVER/fixforversion/12426
mongodb (1:2.4.2-1) unstable; urgency=low
* new upstream release
https://jira.mongodb.org/browse/SERVER/fixforversion/12405
mongodb (1:2.4.1-3) unstable; urgency=low
[ Rogério Brito ]
* [ab6f6c3] debian/control: Retouch the package descriptions.
* [d44e3d4] d/{control,copyright}: Normalize fields with wrap-and-sort.
* [8287fd7] d/control: Add more build-deps to avoid use of embedded
libraries.
* [17fcb2c] d/control: Add more build-deps for compliant packages.
* [e239a9f] debian/rules: Use as many system libraries as possible.
* [3326d9e] Add a small note to README.Debian to document differences
from upstream.
* [df784a3] debian/README.source: Be more descriptive on the workflow.
* [d85c075] debian/patches: Add patch to use the system libstemmer library.
* [3f4c7e7] gitignore: Ignore quilt's state directory.
* [12d4a68] Add README.Debian file to mongodb-server. (Closes: #705054)
* [99320d3] debian/control: Augment descriptions of packages.
* [5d10dbf] Add bsondump to the clients package. (Closes: #679018)
* [434c5da] Add newer/more clients to the mongodb-clients package.
* [68bd0b9] Remove unused lintian overrides. (Closes: #705060)
[ Antonin Kral ]
* [04a8783] SERVER-5307 New man pages generated from docs by samk at 10gen
* [2237007] lintian override for grotty bug
mongodb (1:2.4.1-2) unstable; urgency=low
* set version of mongodb-server in mongodb metapackage
(Closes:#703580)
* [d041ec8] fixes parsing of parallel option, (Closes:#702797)
* [348ff81] update watch file, thanks Bart, (Closes:#688781)
mongodb (1:2.4.1-1) unstable; urgency=low
* New upstream release 2.4.1
https://jira.mongodb.org/browse/SERVER/fixforversion/12402
Date: Wed, 29 May 2013 17:44:42 +0100
Changed-By: James Page <james.page at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/saucy/+source/mongodb/1:2.4.3-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Wed, 29 May 2013 17:44:42 +0100
Source: mongodb
Binary: mongodb mongodb-server mongodb-clients mongodb-dev
Architecture: source
Version: 1:2.4.3-1ubuntu1
Distribution: saucy
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: James Page <james.page at ubuntu.com>
Description:
mongodb - object/document-oriented database (metapackage)
mongodb-clients - object/document-oriented database (client apps)
mongodb-dev - object/document-oriented database (development)
mongodb-server - object/document-oriented database (server package)
Closes: 679018 688781 702797 703061 703580 705054 705060
Changes:
mongodb (1:2.4.3-1ubuntu1) saucy; urgency=low
.
[ James Page ]
* Merge from Debian unstable, remaining changes:
- Enable SSL support:
+ d/control: Add libssl-dev to BD's.
+ d/rules: Enabled --ssl option.
+ d/mongodb.conf: Add example SSL configuration options.
- d/mongodb-server.mongodb.upstart: Add upstart configuration.
- d/rules: Don't strip binaries during scons build for Ubuntu.
- d/control: Add armhf to target archs.
- d/p/SConscript.client.patch: fixup install of client libraries.
- d/p/0010-install-libs-to-usr-lib-not-usr-lib64-Closes-588557.patch:
Install libraries to lib not lib64.
* Dropped changes:
- d/p/arm-support.patch: Included in Debian.
- d/p/double-alignment.patch: Included in Debian.
- d/rules,control: Debian also builds with avaliable system libraries
now.
* Fix FTBFS due to gcc and boost upgrades in saucy:
- d/p/0008-ignore-unused-local-typedefs.patch: Add -Wno-unused-typedefs
to unbreak building with g++-4.8.
- d/p/0009-boost-1.53.patch: Fixup signed/unsigned casting issue.
.
[ Robie Basak ]
* d/p/0011-Use-a-signed-char-to-store-BSONType-enumerations.patch: Fixup
build failure on ARM due to missing signed'ness of char cast.
.
mongodb (1:2.4.3-1) unstable; urgency=low
.
[ Jeff Epler ]
* [2a15682] kfreebsd does not have tcmalloc
* [b66002a] enable building packages on kfreebsd
.
[ Rogério Brito ]
* [44bbe5b] debian/control: Make mongodb arch all, instead of
arch-specific.
* [50e5786] debian/patches: Add preparation for kFreeBSD.
* [164ec3b] debian/patches: Regenerate the patches from patch queue.
Thanks to Pino Toscano and Jeff Epler (Closes: #703061)
* [b960dca] debian/control: Remove libpcre3 from build-depends.
* [8e53a7e] debian/copyright: Wrap long lines.
* [f33d197] debian/control: Make the mongodb metapackage arch-dependent.
* [1771ce7] debian/control: Set priority of packages to extra.
* [198f7bb] debian/control: Mark libgoogle-perftools-dev as
linux-amd64 linux-i386.
* [02826cb] debian/patches: Take some patches for ARM from Ubuntu.
* [bfa912d] debian/patches: Remove patch that substituted install with
installs.
.
[ Antonin Kral ]
* [a618d03] new upstream release
https://jira.mongodb.org/browse/SERVER/fixforversion/12426
.
mongodb (1:2.4.2-1) unstable; urgency=low
.
* new upstream release
https://jira.mongodb.org/browse/SERVER/fixforversion/12405
.
mongodb (1:2.4.1-3) unstable; urgency=low
.
[ Rogério Brito ]
* [ab6f6c3] debian/control: Retouch the package descriptions.
* [d44e3d4] d/{control,copyright}: Normalize fields with wrap-and-sort.
* [8287fd7] d/control: Add more build-deps to avoid use of embedded
libraries.
* [17fcb2c] d/control: Add more build-deps for compliant packages.
* [e239a9f] debian/rules: Use as many system libraries as possible.
* [3326d9e] Add a small note to README.Debian to document differences
from upstream.
* [df784a3] debian/README.source: Be more descriptive on the workflow.
* [d85c075] debian/patches: Add patch to use the system libstemmer library.
* [3f4c7e7] gitignore: Ignore quilt's state directory.
* [12d4a68] Add README.Debian file to mongodb-server. (Closes: #705054)
* [99320d3] debian/control: Augment descriptions of packages.
* [5d10dbf] Add bsondump to the clients package. (Closes: #679018)
* [434c5da] Add newer/more clients to the mongodb-clients package.
* [68bd0b9] Remove unused lintian overrides. (Closes: #705060)
.
[ Antonin Kral ]
* [04a8783] SERVER-5307 New man pages generated from docs by samk at 10gen
* [2237007] lintian override for grotty bug
.
mongodb (1:2.4.1-2) unstable; urgency=low
.
* set version of mongodb-server in mongodb metapackage
(Closes:#703580)
* [d041ec8] fixes parsing of parallel option, (Closes:#702797)
* [348ff81] update watch file, thanks Bart, (Closes:#688781)
.
mongodb (1:2.4.1-1) unstable; urgency=low
.
* New upstream release 2.4.1
https://jira.mongodb.org/browse/SERVER/fixforversion/12402
Checksums-Sha1:
80839881d5e112edee9972e4a4664662ee7a073e 2484 mongodb_2.4.3-1ubuntu1.dsc
675936f8cd2aeecd6cddf4c7face203628c96ac9 10465634 mongodb_2.4.3.orig.tar.gz
7b13e671009731e6f6969cf029e28c002adb04f1 56808 mongodb_2.4.3-1ubuntu1.debian.tar.gz
Checksums-Sha256:
f2097b7993b25d14dd10156d8262b2430a1ab23fa2a5802b7db4ec54cc0108c6 2484 mongodb_2.4.3-1ubuntu1.dsc
2841c4ed8ece256747316c298652007b375a65cf3b5b4a67552d2fcf8e8dc0c1 10465634 mongodb_2.4.3.orig.tar.gz
2be8a3b197bbdfe81a2cf0abb562cbe8fcdb80ceeda17c382869313ef861eecc 56808 mongodb_2.4.3-1ubuntu1.debian.tar.gz
Files:
e6054519d7b06744e47fb11720bc6e6e 2484 database extra mongodb_2.4.3-1ubuntu1.dsc
304ddfaa016aea05917db42e3fe425c5 10465634 database extra mongodb_2.4.3.orig.tar.gz
eded697ab56d9dd1039df26067d4ea3c 56808 database extra mongodb_2.4.3-1ubuntu1.debian.tar.gz
Original-Maintainer: Antonin Kral <A.Kral at sh.cvut.cz>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQIcBAEBCAAGBQJRpjJgAAoJEL/srsug59jDKOIQAMTgc6nhxZr4s31qTb9RWL+N
SHekjk+9wPtDAi0hO3j/xHl2oauw/+bGAH5R1xLhpOcO7b9L9LUBuepb9eF5IFRo
SXCF4upok6CwBeFqxI9TUZ3HnEYSdr5SgueqkzMH8dwknQLKmlXdbcVpFnjfk9/F
g2/ZtgQcKCpiAp5rCxGCKl75+3zAUTPkdAfl657+MCqF0qrutf636/Th9Pk0Q3Z6
LWxNx7NN5rsjNIwPmC01J6HzJM9wHt17X0/lUYKOlIweJ+8nE+WODNOrKVhS4yyT
YMrCBbDd68qWW+4aAQgSMdbsoWpiKZ7LoSlLtLp2Wz33drgZaLjpPLZQLV8qKEQ7
WUQ5Eb0f+nbdFzVnMDA4m3ZzqVTFRv5xV6Ptg9UUCd22p3fCRffDWVp4FUFBfTlO
ivFnVcf+IK3DBmgaIfjNHoN+anYwAAesHwIdeug2rMFnycXZ/pffi8hfHa3K69Ca
Snqb6NZOsJumpSCfX69R7VctO9qo5ChuERON7k1h2s17vN5gfpq6Gj2qlltLtVEH
lxVEirE1bljOEJUByTzC2KJ6sD+ER/7wvyLp/R0i8VzS6yrYTdUE8PuDhnfNezA4
sptg+rQT0Jgahd5XyxlzsLQEBzNrCKKwE2Gqi3JneCoL+DE403y+a5m5SOkQmKwp
49sCLJe2avdlwwFItC7k
=ezzz
-----END PGP SIGNATURE-----
More information about the Saucy-changes
mailing list