couchdb 1.5.0-0ubuntu1 source package in Ubuntu

Changelog

couchdb (1.5.0-0ubuntu1) trusty; urgency=low

  * New upstream release (LP: #1254371)
  * Don't include `couchdb` info page in `couchdb-bin` binary package as it
    provides no meaningful benefit over the `couchdb` man page (note this change
    means we don't need to add a Build-Depends on `install-info` for Trusty)
  * Remove Build-Depends: texlive-latex-base, texlive-latex-recommended,
    texlive-latex-extra, texlive-fonts-recommended, texinfo (as documentation
    thus produced doesn't get included in the binary packages anyway)
  * debian/rules: don't call ./configure with --enable-strictness as we dropped
    Build-Depends on `texlive-*`, `texinfo`, plus didn't add `install-info`
  * Add Build-Depends: lsb-release (used for [vendor] info in default.ini)
  * debian/rules: insert proper [vendor] info in default.ini (note this should
    be improved once there is a better mechanism upstream)
  * debian/couchdb.upstart: start on filesystem and static-network-up,
    stop on deconfiguring-networking, plus add "author" line
 -- Jason Gerard DeRose <email address hidden>   Sun, 01 Dec 2013 16:55:05 -0700

Upload details

Uploaded by:
Jason Gerard DeRose
Sponsored by:
Iain Lane
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe misc

Downloads

File Size SHA-256 Checksum
couchdb_1.5.0.orig.tar.gz 11.1 MiB abbdb2a6433124a4a4b902856f6a8a070d53bf7a55faa7aa8b6feb7127638fef
couchdb_1.5.0-0ubuntu1.debian.tar.gz 15.6 KiB b543520725bb039f5043493fc90d2dea3259e77bb8278eaa8d5adfd09548e26a
couchdb_1.5.0-0ubuntu1.dsc 2.1 KiB ebe26ee8c2748157e323a924058e15f9f95ae31755ffd9dae5fe79d5386c579a

Available diffs

View changes file

Binary packages built by this source

couchdb: RESTful document oriented database - system-wide instance

 Apache CouchDB is a distributed, fault-tolerant and schema-free
 document-oriented database accessible via a RESTful HTTP/JSON API. Among other
 features, it provides robust, incremental replication with bi-directional
 conflict detection and resolution, and is queryable and indexable using a
 table-oriented view engine with JavaScript acting as the default view
 definition language.
 .
 CouchDB is written in Erlang, but can be easily accessed from any environment
 that provides means to make HTTP requests. There are a multitude of third-party
 client libraries that make this even easier for a variety of programming
 languages and environments.
 .
 This package adds the Upstart job and other items needed for a system-wide
 CouchDB instance that is started at boot.

couchdb-bin: No summary available for couchdb-bin in ubuntu utopic.

No description available for couchdb-bin in ubuntu utopic.

couchdb-common: RESTful document oriented database - common data

 Apache CouchDB is a distributed, fault-tolerant and schema-free
 document-oriented database accessible via a RESTful HTTP/JSON API. Among other
 features, it provides robust, incremental replication with bi-directional
 conflict detection and resolution, and is queryable and indexable using a
 table-oriented view engine with JavaScript acting as the default view
 definition language.
 .
 CouchDB is written in Erlang, but can be easily accessed from any environment
 that provides means to make HTTP requests. There are a multitude of third-party
 client libraries that make this even easier for a variety of programming
 languages and environments.