File: control

package info (click to toggle)
pgeasy 1%3A3.0.4-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,996 kB
  • ctags: 48
  • sloc: sh: 7,058; ansic: 574; makefile: 22
file content (32 lines) | stat: -rw-r--r-- 1,205 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Source: pgeasy
Priority: optional
Section: libs
Maintainer: Martin Pitt <mpitt@debian.org>
Uploaders: Oliver Elphick <Oliver.Elphick@lfix.co.uk>
Build-Depends: cdbs, debhelper (>= 4.0.0), libpq-dev
Standards-Version: 3.6.1

Package: libpgeasy-dev
Section: libdevel
Architecture: any
Depends: libpgeasy (= ${Source-Version}), libpq-dev
Description: simplified interface library for postgresql - development files
 pgeasy allows you to interface cleanly to a PostgreSQL databse through the
 libpq library, but more like a 4GL SQL interface.
 .
 It consists of set of simplified C functions that encapsulate the
 functionality of libpq. This package contains development files: headers,
 the static library, documentation and example program source code.

Package: libpgeasy
Architecture: any
Depends: ${shlibs:Depends}
Description: simplified interface library for postgresql
 pgeasy allows you to interface cleanly to a PostgreSQL database through the
 libpq library, but more like a 4GL SQL interface.
 .
 It consists of set of simplified C functions that encapsulate the
 functionality of libpq. 
 .
 Install the development package libpgeasy-dev if you want to develop own
 programs using this library.