plv8 1.4.0.ds-2 source package in Ubuntu

Changelog

plv8 (1.4.0.ds-2) unstable; urgency=low


  [ Martin Pitt ]
  * debian/tests/control: Add missing postgresql-server-dev-all test
    dependency, so that installcheck can find pg_buildext.
  * debian/tests/installcheck: Create build-$version if it does not exist.

  [ Christoph Berg ]
  * Use plain pg_buildext; pgxs.mk in 9.1/9.2/9.3 got fixed for srcdir.
  * Install docs in all module packages built.
  * debian/tests/control: Use allow-stderr (needs autopkgtest 2.3).
  * debian/pgversions: use "9.0"+ and B-D on pg-server-dev-all >= 148.
  * debian/control.in: Section: database.
  * debian/watch: Mangle upstream version to remove .ds.

 -- Christoph Berg <email address hidden>  Fri, 13 Sep 2013 13:04:56 +0200

Upload details

Uploaded by:
Evgeni Golov
Uploaded to:
Sid
Original maintainer:
Evgeni Golov
Architectures:
any
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
plv8_1.4.0.ds-2.dsc 1.9 KiB 0e31fc1f6ef545994703f870f8145b750dc0fd6591bfa02e4a222a5d5bc98d13
plv8_1.4.0.ds.orig.tar.bz2 44.1 KiB c64860b2b19212d161d741d35a5ba5520abb2abf12cf7a0fff7bce0f075d6dae
plv8_1.4.0.ds-2.debian.tar.gz 4.5 KiB 91c2167676c13db295393bf26f02ca8aa08445ada87e4f70d84385fdce4ef30b

No changes file available.

Binary packages built by this source

postgresql-9.3-plv8: Procedural language interface between PostgreSQL and JavaScript

 V8 is a high performance JavaScript engine written in C++. It is used
 in the document-oriented data store MongoDB.
 .
 PostgreSQL is an open source SQL database server.
 .
 This package provides a procedural language interface to JavaScript from
 PostgreSQL. Procedural languages are used to write functions
 which can be called in database queries.