File: control

package info (click to toggle)
pgtcl 1%3A3.1.1-1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,492 kB
  • sloc: ansic: 7,135; tcl: 657; sh: 470; makefile: 34; sql: 11
file content (37 lines) | stat: -rw-r--r-- 1,398 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
33
34
35
36
37
Source: pgtcl
Priority: optional
Maintainer: Mark Hindley <mark@hindley.org.uk>
Build-Depends: debhelper-compat (= 13),
               dpkg-dev (>= 1.16.1~),
               libpq-dev,
               tcl-dev
Standards-Version: 4.7.2
Homepage: http://github.com/flightaware/pgtcl/
Section: libs

Package: libpgtcl
Depends: ${misc:Depends}, ${shlibs:Depends}, ${tcl:Depends}
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Conflicts: libpgtcl1.5, tcl8.5 (<< 8.5.15-3)
Replaces: libpgtcl1.5
Architecture: any
Description: Tcl client library binding for PostgreSQL
 This library provides Tcl bindings to the PostgreSQL client library (libpq),
 which is used to communicate with the PostgreSQL database server.
 .
 PostgreSQL is an object-relational SQL database management system.
 Tcl is a widely used and easily extended interpreted language.

Package: libpgtcl-dev
Section: libdevel
Multi-Arch: same
Architecture: any
Depends: libpgtcl (= ${binary:Version}), ${misc:Depends}
Description: Tcl client library binding for PostgreSQL - development files
 This library provides Tcl bindings to the PostgreSQL client library (libpq),
 which is used to communicate with the PostgreSQL database server.
 This package contains the header files and html/pdf documentation.
 .
 PostgreSQL is an object-relational SQL database management system.
 Tcl is a widely used and easily extended interpreted language.