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 44 45 46
|
Source: apq
Section: libs
Priority: optional
Maintainer: Adrian-Ken Rueegsegger <ken@codelabs.ch>
Build-Depends: debhelper (>= 7), quilt, gnat-4.4, texlive-latex-recommended,
texlive-fonts-recommended, latex-xcolor
Standards-Version: 3.8.4
Homepage: http://framework.kow.com.br/
Vcs-Browser: http://git.codelabs.ch/?p=debian/apq.git
Vcs-Git: git://git.codelabs.ch/debian/apq.git
Package: libapq3.0
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: libapq3-common
Replaces: libaqp3-common
Description: A pluggable Ada 95 Binding to various database systems (library)
APQ is a pluggable Ada 95 Binding to various database systems like
PostgreSQL or MySQL. This is the core package providing the plugin
loading support.
Package: libapq1-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libapq3.0 (= ${binary:Version}), gnat-4.4
Conflicts: libapq-common-dev
Replaces: libapq-common-dev
Description: A pluggable Ada 95 Binding to various database systems (development)
APQ is a pluggable Ada 95 Binding to various database systems like
PostgreSQL or MySQL. This is the core package providing the plugin
loading support.
.
This package contains the development files.
Package: libapq-dbg
Section: debug
Priority: extra
Architecture: any
Depends: ${misc:Depends}, libapq3.0 (= ${binary:Version}), libapq1-dev (= ${binary:Version})
Description: A pluggable Ada 95 Binding to various database systems (debug)
APQ is a pluggable Ada 95 Binding to various database systems like
PostgreSQL or MySQL. This is the core package providing the plugin
loading support.
.
This package contains the debugging symbols.
|