~ubuntu-branches/debian/sid/pgadmin3/sid

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Gerfried Fuchs
  • Date: 2009-07-30 12:27:16 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20090730122716-fddbh42on721bbs2
Tags: 1.10.0-1
* New upstream release.
* Adjusted watch file to match release candidates.
* Updated to Standards-Version 3.8.2:
  - Moved to Section: database.
  - Add DEB_BUILD_OPTIONS support for parallel building.
  - Move from findstring to filter suggestion for DEB_BUILD_OPTIONS parsing.
* pgagent got split into its own separate source package by upstream.
* Exclude Docs.vcproj from installation.
* Move doc-base.enus from pgadmin3 to pgadmin3-data package, the files are
  in there too.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: pgadmin3
2
 
Section: misc
 
2
Section: database
3
3
Priority: optional
4
4
Maintainer: Raphael Enrici <blacknoz@club-internet.fr>
5
5
Uploaders: Gerfried Fuchs <rhonda@debian.at>
6
6
Build-Depends: debhelper (>= 5), libpq-dev (>= 8.1), devscripts,
7
7
  libwxgtk2.8-dev, libxml2-dev, libxslt1-dev, dpkg-dev (>= 1.13.19),
8
8
  autotools-dev
9
 
Standards-Version: 3.8.0
 
9
Standards-Version: 3.8.2
10
10
Homepage: http://www.pgadmin.org/
11
11
Vcs-Svn: svn://svn.debian.org/svn/pkg-postgresql/trunk/pgadmin3/
12
12
Vcs-Browser: http://svn.debian.org/wsvn/pkg-postgresql/trunk/pgadmin3/?op=log
41
41
 .
42
42
 This package contains the documentation for pgAdmin III in English language.
43
43
 This package is mandatory to get the pgAdmin III help system to run smoothly.
44
 
 
45
 
Package: pgagent
46
 
Architecture: any
47
 
Depends: ${shlibs:Depends}
48
 
Conflicts: pgadmin3(<= 1.4.2-1)
49
 
Replaces: pgadmin3(<= 1.4.2-1)
50
 
Suggests: pgadmin3
51
 
Description: job scheduler for PostgreSQL
52
 
 Introduced in pgAdmin III v1.4, pgAgent is a job scheduling agent for
53
 
 PostgreSQL, capable of running multi-step batch/shell and SQL tasks on
54
 
 complex schedules.