couchdb 1.4.0-0ubuntu1 source package in Ubuntu

Changelog

couchdb (1.4.0-0ubuntu1) saucy; urgency=low

  * New upstream release (LP: #1212481)
  * Switch from CDBS to pure debhelper (compat 9)
  * Bump Standards-Version to 3.9.4
  * Use an Upstart job instead of the upstream SysV init.d script
  * Remove Build-Depends: cdbs, libreadline-dev
  * Add Build-Depends: erlang-os-mon, erlang-syntax-tools, python-sphinx,
    texlive-latex-base, texlive-latex-recommended, texlive-latex-extra,
    texlive-fonts-recommended, texinfo
  * Remove couchdb-bin Depends: procps, lsb-base (needed for SysV init.d script)
  * Remove couchdb-bin Depends: libjs-jquery (1.7.2 is in Saucy, but the
    internal CouchDB jquery is now at version 1.8.3)
  * Simplify Erlang couchdb-bin Depends to just:
    ${erlang-abi:Depends}, ${erlang:Depends}
  * Add couchdb Depends: upstart
  * Remove deprecated couchdb-bin.postrm
  * Thanks to the Upstart job, couchdb.postrm no longer needs `sleep 3` hack,
    nor needs to `rm -r -f "/var/run/couchdb"`
  * Stop using versioned database_dir /var/lib/couchdb/VERSION as this isn't
    done upstream and CouchDB is no longer considered alpha software
  * Remove README.Debian, README.source as they're no longer applicable
  * Drop patches superseded upstream for CVE-2012-5649, CVE-2012-5650:
    - improve_parsing_of_mochiweb_relative_paths.patch
    - improve_script_url_validation.patch
    - include_a_comment_before_jsonp_output.patch
  * Because of the switch to Upstart, drop unneeded SysV init.d script patches:
    - force-reload.patch
    - couchdb_own_rundir.patch
    - wait_for_couchdb_stop.patch
  * Drop couchdb_sighup.patch, superseded upstream
  * Drop logrotate_as_couchdb.patch as it doesn't make sense for the CouchDB
    daemon to be able to modify its own archived log files
  * Move static data and docs in "/usr/share/couchdb" from `couchdb-bin` into
    new `couchdb-common` Architecture:all package
  * Add couchdb-bin Depends: couchdb-common (= ${source:Version})
  * debian/watch: point to current download location
  * debian/rules: replace `get-orig-source` with `get-packaged-orig-source`
 -- Jason Gerard DeRose <email address hidden>   Wed, 28 Aug 2013 16:28:32 -0600

Upload details

Uploaded by:
Jason Gerard DeRose
Sponsored by:
Andrew Starr-Bochicchio
Uploaded to:
Saucy
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
couchdb_1.4.0.orig.tar.gz 3.3 MiB bdbb9c35c2738ae0fe63280bd818a50443253f3db2184f8b9c386e5615ae02b5
couchdb_1.4.0-0ubuntu1.debian.tar.gz 15.3 KiB dbb01c8fd1f52c39361e51e4d860b0bf429bb5ec0587f97cf70fcf3d9948018e
couchdb_1.4.0-0ubuntu1.dsc 2.2 KiB 245410cce4372fb6f563d2a697562d654ac056b3ed99b89fe8c4c685bbf377ad

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

No description available for couchdb-bin in ubuntu saucy.

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.