File: control

package info (click to toggle)
pgtcl 1%3A1.9%2Bgit20120911-4
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 2,244 kB
  • ctags: 315
  • sloc: ansic: 4,475; tcl: 634; sh: 149; makefile: 36; sql: 11
file content (33 lines) | stat: -rw-r--r-- 1,342 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
Source: pgtcl
Priority: optional
Maintainer: Mark Hindley <mark@hindley.org.uk>
Build-Depends: cdbs, debhelper (>= 5), tcl-dev, libpq-dev, dh-autoreconf, dpkg-dev (>= 1.16.1~)
Standards-Version: 3.9.7
Homepage: http://github.com/flightaware/pgtcl/
Section: libs

Package: libpgtcl
Depends: ${shlibs:Depends}, ${misc: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
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 static library and header files.
 .
 PostgreSQL is an object-relational SQL database management system.
 Tcl is a widely used and easily extended interpreted language.