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
|
Source: apq
Section: libs
Priority: optional
Maintainer: Adrian-Ken Rueegsegger <ken@codelabs.ch>
Uploaders: Reto Buerki <reet@codelabs.ch>
DM-Upload-Allowed: yes
Build-Depends: debhelper (>= 8), gnat, gnat-4.6, gprbuild, chrpath,
texlive-latex-recommended, texlive-fonts-recommended, latex-xcolor
Standards-Version: 3.9.3
Homepage: http://framework.kow.com.br/
Vcs-Browser: http://git.codelabs.ch/?p=debian/apq.git
Vcs-Git: http://git.codelabs.ch/git/debian/apq.git
Package: libapq3.2.0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: 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: libapq3.2.0-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libapq3.2.0 (= ${binary:Version}), gnat, gnat-4.6
Description: 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: libapq3.2.0-dbg
Section: debug
Priority: extra
Architecture: any
Depends: ${misc:Depends}, libapq3.2.0 (= ${binary:Version}),
libapq3.2.0-dev (= ${binary:Version})
Description: 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.
|