~ubuntu-branches/ubuntu/lucid/apr-util/lucid-updates

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Fritsch, Ryan Niebur, Stefan Fritsch
  • Date: 2008-08-20 22:29:26 UTC
  • mfrom: (0.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20080820222926-sisaw5clfdxsniir
Tags: 1.2.12+dfsg-8
[ Ryan Niebur ]
* Upgraded to policy version 3.8.0
  - Reference the copyright in common-licenses instead of including it
  - support for noopt in DEB_BUILD_OPTIONS
  - Added a README.source
  - added support for parallel in DEB_BUILD_OPTIONS
* Dropped the XS- prefix for the Vcs fields in debian/control
* Made the watch file notice 1.3.x

[ Stefan Fritsch ]
* Bump libmysqlclient dependency to 5.0.51a since 5.0.32 from etch has some
  bugs that can make apache2 hang (closes: #490859).
* Add 'Provides' for the modules that are still included in libaprutil1, but
  will be moved to separate packages with apr-util 1.3.x. This will make
  back-porting packages from lenny+1 to lenny easier.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
Maintainer: Debian Apache Maintainers <debian-apache@lists.debian.org>
5
5
Uploaders: Tollef Fog Heen <tfheen@debian.org>, Stefan Fritsch <sf@debian.org>
6
6
Build-Depends: debhelper (>> 5.0.0), autoconf, autotools-dev, mawk, libldap2-dev, libexpat1-dev, libdb4.6-dev, libpcre3-dev, dpatch (>= 1.11), binutils (>= 2.14.90.0.7), libapr1-dev (>= 1.2.7-3), libsqlite3-dev, libpq-dev, python, libmysqlclient15-dev
7
 
Standards-Version: 3.7.3.0
8
 
XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-apache/trunk/apr-util
9
 
XS-Vcs-svn: svn://svn.debian.org/pkg-apache/trunk/apr-util
 
7
Standards-Version: 3.8.0
 
8
Vcs-Browser: http://svn.debian.org/wsvn/pkg-apache/trunk/apr-util
 
9
Vcs-svn: svn://svn.debian.org/pkg-apache/trunk/apr-util
10
10
Homepage: http://apr.apache.org/
11
11
 
12
12
Package: libaprutil1
13
13
Architecture: any
14
 
Depends: ${shlibs:Depends}
 
14
Depends: ${shlibs:Depends}, libmysqlclient15off (>> 5.0.51a)
 
15
Provides: libaprutil1-ldap, libaprutil1-dbd-mysql, libaprutil1-dbd-sqlite3, libaprutil1-dbd-pgsql
15
16
Conflicts: libaprutil1.0, apache2.2-common (<< 2.2.8-1~), php5-mysql (<< 5.2.6-1~), php4-mysql (<< 6:4.4.4-10)
16
17
Description: The Apache Portable Runtime Utility Library
17
18
 APR is Apache's Portable Runtime Library, designed to be a support library