plr 1:8.3.0.15-1git1 source package in Ubuntu

Changelog

plr (1:8.3.0.15-1git1) trusty; urgency=low

  Upload current Debian packaging git head to fix autopkgtest.

  * Add postgresql-server-dev-all and pkg-config test dependencies as the test
    uses pg_buildext and pkg-config.
  * debian/tests/installcheck: Temporarily modify test script to use CREATE
    EXTENSION instead of sourcing the build tree's plr.psql. We want to test
    the installed package and avoid building.
 -- Martin Pitt <email address hidden>   Tue, 05 Nov 2013 06:34:31 +0100

Upload details

Uploaded by:
Martin Pitt
Uploaded to:
Trusty
Original maintainer:
Christoph Berg
Architectures:
any
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe libs

Downloads

File Size SHA-256 Checksum
plr_8.3.0.15.orig.tar.gz 248.4 KiB c7e03cab031fcbbdbabb6ae97681042ceb6216d4e71d37db941c00423918c07c
plr_8.3.0.15-1git1.debian.tar.gz 5.8 KiB ceae2966bd3551c344c003ff603b7c42d7c24b6af262c3bab87114030d448b9e
plr_8.3.0.15-1git1.dsc 1.9 KiB f1f63da92a993c89556ac2e9d04e1af197de6076a45ebc990789d16a264fdd1d

View changes file

Binary packages built by this source

postgresql-9.3-plr: Procedural language interface between PostgreSQL and R

 R is a language and environment for statistical computing and graphics,
 providing a wide variety of statistical and graphical techniques (linear and
 nonlinear modelling, statistical tests, time series analysis, classification,
 clustering, and so on).
 .
 PostgreSQL is an open source SQL database server.
 .
 This package provides a procedural language interface to R from
 PostgreSQL. Procedural languages are used to write functions
 which can be called in database queries.