File: control

package info (click to toggle)
postgresql-plsh 1.3-3.1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,364 kB
  • ctags: 39
  • sloc: sh: 8,849; ansic: 420; makefile: 62; sql: 30
file content (20 lines) | stat: -rw-r--r-- 856 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: postgresql-plsh
Section: misc
Priority: optional
Maintainer: Filipe Lautert <filipe@debian.org>
Build-Depends: debhelper (>= 5), cdbs, libpq-dev, postgresql-server-dev-8.4
Standards-Version: 3.8.3
Homepage: http://plsh.projects.postgresql.org/
Vcs-Svn: svn://svn.debian.org/svn/pkg-postgresql/trunk/postgresql-plsh
Vcs-Browser: http://svn.debian.org/wsvn/pkg-postgresql/trunk/postgresql-plsh
XS-Dm-Upload-Allowed: yes

Package: postgresql-8.4-plsh
Architecture: any
Depends: ${shlibs:Depends}, postgresql-8.4
Description: PL/sh procedural language for PostgreSQL 8.4
 PL/sh enables an SQL developer to write procedural language functions
 for PostgreSQL 8.4 in a shell of his choice.  You need this package
 if you have any PostgreSQL 8.4 functions that use the language plsh.
 .
 PostgreSQL is an object-relational SQL database management system.