File: control

package info (click to toggle)
pgstaging 0.11-1
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 436 kB
  • ctags: 223
  • sloc: python: 2,180; sh: 169; makefile: 93; sql: 82
file content (24 lines) | stat: -rw-r--r-- 936 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
Source: pgstaging
Section: database
Priority: extra
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Build-Depends: debhelper (>= 7), python-support, asciidoc (>= 8.2), python-docutils
Standards-Version: 3.8.3
Homepage: http://github.com/dimitri/pg_staging

Package: pgstaging
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, python (>= 2.4)
Description: setup and maintain your staging environments from your production backups
 pg_staging implements commands for playing with your PostgreSQL backups,
 allowing you to expose in devel or prelive environments more than one copy
 of a live database at the same time.


Package: pgstaging-client
Architecture: all
Recommends: pgbouncer, skytools
Description: client script for pgstaging
 pg_staging implements commands for playing with your PostgreSQL backups,
 allowing you to expose in devel or prelive environments more than one copy
 of a live database at the same time.