File: control

package info (click to toggle)
pgadmin3 1.20.0~beta2-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 73,704 kB
  • ctags: 18,591
  • sloc: cpp: 193,786; ansic: 18,736; sh: 5,154; pascal: 1,120; yacc: 927; makefile: 516; lex: 421; xml: 126; perl: 40
file content (64 lines) | stat: -rw-r--r-- 2,662 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Source: pgadmin3
Section: database
Priority: optional
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Uploaders: Christoph Berg <myon@debian.org>
Build-Depends: debhelper (>= 9), dh-autoreconf,
  libpq-dev (>= 8.1), devscripts,
  libwxgtk3.0-dev | libwxgtk2.8-dev,
  libxml2-dev, libxslt1-dev, dpkg-dev (>= 1.13.19),
  postgresql-server-dev-all (>= 117~),
  chrpath,
# docs:
  python-sphinx,
# manpage:
  perl
Standards-Version: 3.9.6
Homepage: http://www.pgadmin.org/
Vcs-Git: git://anonscm.debian.org/pkg-postgresql/pgadmin3.git
Vcs-Browser: http://anonscm.debian.org/git/pkg-postgresql/pgadmin3.git

Package: pgadmin3
Architecture: any
Depends: ${misc:Depends}, pgadmin3-data (= ${source:Version}), ${shlibs:Depends}
Suggests: postgresql-contrib
Recommends: pgagent, postgresql-client
Description: graphical administration tool for PostgreSQL
 pgAdmin III is a database design and management application for use with 
 PostgreSQL. The application can be used to manage PostgreSQL 7.3 and above
 running on any platform.
 .
 pgAdmin III is designed to answer the needs of all users, from writing
 simple SQL queries to developing complex databases. The graphical
 interface supports all PostgreSQL features and makes administration
 easy. The application also includes a syntax highlighting SQL editor, a
 server-side code editor, an SQL/batch/shell job scheduling agent,
 support for the Slony-I replication engine and much more. Server
 connection may be made using TCP/IP or Unix Domain Sockets (on *nix
 platforms), and may be SSL encrypted for security. No additional
 drivers are required to communicate with the database server.

Package: pgadmin3-dbg
Section: debug
Architecture: any
Priority: extra
Depends: ${misc:Depends}, pgadmin3 (= ${binary:Version}), pgadmin3-data (= ${source:Version})
Suggests: postgresql-contrib
Recommends: pgagent, postgresql-client
Description: graphical administration tool for PostgreSQL (debugging symbols)
 This package contains the debugging symbols for pgadmin3.
 .
 pgAdmin III is a database design and management application for use with 
 PostgreSQL. The application can be used to manage PostgreSQL 7.3 and above
 running on any platform.

Package: pgadmin3-data
Architecture: all
Depends: ${misc:Depends}
Enhances: pgadmin3 (>= ${source:Version})
Description: graphical administration tool for PostgreSQL - documentation
 pgAdmin III is a database design and management application for use with 
 PostgreSQL.
 .
 This package contains the documentation for pgAdmin III in English language.
 This package is mandatory to get the pgAdmin III help system to run smoothly.