mongo-tools 3.4.14-1 source package in Ubuntu

Changelog

mongo-tools (3.4.14-1) unstable; urgency=medium

  [ Michael Stapelbert ]
  * Switch to XS-Go-Import-Path (Closes: #890059)

  [ Apollon Oikonomopoulos ]
  * New upstream version 3.4.14 (Closes: #891013)
    - New build dependencies:
      + golang-github-nsf-termbox-go-dev
      + golang-github-google-gopacket-dev
      + golang-github-golang-snappy-dev
      + libpcap-dev
    - Use vendorized 10gen/* and go-cache
  * d/watch: search for 3.4 stable releases
  * Bump Standards-Version to 4.1.3; no changes needed
  * Bump dh compat to 11; no changes needed
  * Switch Vcs-* URLs to salsa.d.o
  * Build and install new mongoreplay tool
    - Add mongoreplay(1) manpage
  * Do not run bsondump and mongoreplay tests; bsondump has no actual tests
    and mongoreplay requires a running mongod instance
  * Drop override_dh_golang
  * Fix typo in mongoimport.1
  * Sync d/copyright with upstream code

 -- Apollon Oikonomopoulos <email address hidden>  Mon, 26 Mar 2018 14:33:56 +0300

Upload details

Uploaded by:
Debian MongoDB Maintainers
Uploaded to:
Sid
Original maintainer:
Debian MongoDB Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
mongo-tools_3.4.14-1.dsc 2.4 KiB 302f6507ec5d409eb03a2c657c7233a0339a5716319f09498fb91fd2d504bfac
mongo-tools_3.4.14.orig.tar.gz 3.4 MiB 8e626517819d2cc7dc5ba489fbe2639df3765b30ec29c3b8eeec4ae1c745babd
mongo-tools_3.4.14-1.debian.tar.xz 7.4 KiB bae6c93471bc6fbaab696479a28b28d0c27428933893695cf944c062d7256287

No changes file available.

Binary packages built by this source

mongo-tools: collection of tools for administering MongoDB servers

 mongodb-tools is a collection of tools for administering MongoDB instances.
 The package includes the following tools:
 .
  * bsondump: display BSON files in a human-readable format
  * mongoimport: convert data from JSON, TSV or CSV and insert them into a
    collection
  * mongoexport: write an existing collection to CSV or JSON format
  * mongodump/mongorestore: dump MongoDB backups to disk in .BSON format, or
    restore them to a live database
  * mongostat: monitor live MongoDB servers, replica sets, or sharded clusters
  * mongofiles: read, write, delete, or update files in GridFS
  * mongooplog: replay oplog entries between MongoDB servers
  * mongotop: monitor read/write activity on a mongo server

mongo-tools-dbgsym: debug symbols for mongo-tools