~ubuntu-branches/ubuntu/edgy/apr-util/edgy

« back to all changes in this revision

Viewing changes to debian/.svn/text-base/control.svn-base

  • Committer: Bazaar Package Importer
  • Author(s): Tollef Fog Heen
  • Date: 2006-05-01 17:05:28 UTC
  • Revision ID: james.westby@ubuntu.com-20060501170528-tf2txx0p9rku6fhw
Tags: 1.2.7-2
* Fix override disparity.
* Compile without gdbm.
* Get rid of all the evil libtool hacks and adjust build-depends
  accordingly.
* Remove --includedir parameter and adjust config.layout instead.  This
  works around damage in newer autoconfs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: apr-util
 
2
Section: libs
 
3
Priority: optional
 
4
Maintainer: Debian Apache Maintainers <debian-apache@lists.debian.org>
 
5
Uploaders: Tollef Fog Heen <tfheen@debian.org>, Thom May <thom@debian.org>, Fabio M. Di Nitto <fabbione@fabbione.net>, Daniel Stone <daniels@debian.org>, Adam Conrad <adconrad@0c3.net>
 
6
Build-Depends: debhelper (>> 5.0.0), autoconf, autotools-dev, mawk, libldap2-dev, libexpat1-dev, libdb4.3-dev, libpcre3-dev, dpatch (>= 1.11), binutils (>= 2.14.90.0.7), libapr1-dev (>= 1.2.7-3), libsqlite3-dev, libpq-dev, python
 
7
Standards-Version: 3.6.2.2
 
8
 
 
9
Package: libaprutil1
 
10
Architecture: any
 
11
Depends: ${shlibs:Depends}
 
12
Conflicts: libaprutil1.0
 
13
Description: The Apache Portable Runtime Utility Library
 
14
 APR is Apache's Portable Runtime Library, designed to be a support library 
 
15
 that provides a predictable and consistent interface to underlying 
 
16
 platform-specific implementations. 
 
17
 .
 
18
 APR Util is a utilities library implemented on top of apr, providing database
 
19
 access, xml parsing, and other useful functionality.
 
20
 
 
21
Package: libaprutil1-dev
 
22
Architecture: any
 
23
Section: libdevel
 
24
Depends: libaprutil1 (= ${Source-Version}), libldap2-dev, libexpat1-dev, libdb4.3-dev, libpcre3-dev, libapr1-dev (>= 1.2.2-1), libsqlite3-dev, libpq-dev, libgdbm-dev
 
25
Conflicts: libaprutil1.0-dev
 
26
Description: The Apache Portable Runtime Utility Library - Development Headers
 
27
 APR is Apache's Portable Runtime Library, designed to be a support library 
 
28
 that provides a predictable and consistent interface to underlying 
 
29
 platform-specific implementations. 
 
30
 .
 
31
 APR Util is a utilities library implemented on top of apr, providing database
 
32
 access, xml parsing, and other useful functionality.
 
33
 .
 
34
 This package contains development headers for APR util.
 
35
 
 
36
Package: libaprutil1-dbg
 
37
Architecture: any
 
38
Section: libdevel
 
39
Depends: libaprutil1 (= ${Source-Version})
 
40
Conflicts: libaprutil1.0-dev
 
41
Description: The Apache Portable Runtime Utility Library - Development Headers
 
42
 APR is Apache's Portable Runtime Library, designed to be a support library 
 
43
 that provides a predictable and consistent interface to underlying 
 
44
 platform-specific implementations. 
 
45
 .
 
46
 APR Util is a utilities library implemented on top of apr, providing database
 
47
 access, xml parsing, and other useful functionality.
 
48
 .
 
49
 This package contains the debugging symbols for APR util.