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 33 34 35 36 37 38 39 40 41 42 43
|
Source: apq-postgresql
Section: libs
Priority: optional
Maintainer: Adrian-Ken Rueegsegger <ken@codelabs.ch>
Build-Depends: debhelper (>= 7), quilt, gnat-4.4, gcc (>= 4.3), libpq-dev,
libapq1-dev
Standards-Version: 3.8.4
Homepage: http://framework.kow.com.br/
Vcs-Browser: http://git.codelabs.ch/?p=debian/apq-postgresql.git
Vcs-Git: git://git.codelabs.ch/debian/apq-postgresql.git
Package: libapq-postgresql3.0
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}, libapq3.0
Description: APQ Ada 95 Postgresql Binding Plugin (library)
APQ is a pluggable Ada 95 Binding to various database systems. This
Plugin provides the Binding to PostgreSQL.
Package: libapq-postgresql1-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libapq-postgresql3.0 (= ${binary:Version}), libpq-dev,
libapq1-dev, gnat-4.4
Conflicts: libapq-postgresql-dev
Replaces: libapq-postgresql-dev
Description: APQ Ada 95 Postgresql Binding Plugin (development)
APQ is a pluggable Ada 95 Binding to various database systems. This
Plugin provides the Binding to PostgreSQL.
.
This package contains the development files.
Package: libapq-postgresql-dbg
Section: debug
Priority: extra
Architecture: any
Depends: ${misc:Depends}, libapq-postgresql3.0 (= ${binary:Version}),
libapq-postgresql1-dev (= ${binary:Version})
Description: APQ Ada 95 Postgresql Binding Plugin (debug)
APQ is a pluggable Ada 95 Binding to various database systems. This
Plugin provides the Binding to PostgreSQL.
.
This package contains the debugging symbols.
|