~ubuntu-branches/ubuntu/gutsy/pgeasy/gutsy

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2005-06-22 11:50:41 UTC
  • Revision ID: james.westby@ubuntu.com-20050622115041-sb8xh3skqiukjcr0
Tags: 1:3.0.4-2
* Converted to cdbs.
* Transition to new PostgreSQL architecture. (closes: #315363)
* Install libpgeasy.h into /usr/include/ now.
* Added debian/patches/01_fix_examples.patch: Split out example fixes into
  separate patch.
* Added debian/patches/99_relibtoolize.patch: Split out autotools updates
  for MIPS support (see #243631)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
Section: libs
4
4
Maintainer: Martin Pitt <mpitt@debian.org>
5
5
Uploaders: Oliver Elphick <Oliver.Elphick@lfix.co.uk>
6
 
Build-Depends: debhelper (>= 4.0.0), postgresql-dev (>> 7.4)
 
6
Build-Depends: cdbs, debhelper (>= 4.0.0), libpq-dev
7
7
Standards-Version: 3.6.1
8
8
 
9
9
Package: libpgeasy-dev
10
10
Section: libdevel
11
11
Architecture: any
12
 
Depends: libpgeasy (= ${Source-Version}), postgresql-dev (>> 7.4)
13
 
Replaces: libpgsql2
14
 
Description: Simplified interface library for postgresql - development files
 
12
Depends: libpgeasy (= ${Source-Version}), libpq-dev
 
13
Description: simplified interface library for postgresql - development files
15
14
 pgeasy allows you to interface cleanly to a PostgreSQL databse through the
16
15
 libpq library, but more like a 4GL SQL interface.
17
16
 .
22
21
Package: libpgeasy
23
22
Architecture: any
24
23
Depends: ${shlibs:Depends}
25
 
Conflicts: postgresql-dev (<< 7.3)
26
 
Description: Simplified interface library for postgresql
 
24
Description: simplified interface library for postgresql
27
25
 pgeasy allows you to interface cleanly to a PostgreSQL database through the
28
26
 libpq library, but more like a 4GL SQL interface.
29
27
 .