1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129
|
Source: apr-util
Section: libs
Priority: optional
Maintainer: Debian Apache Maintainers <debian-apache@lists.debian.org>
Uploaders: Stefan Fritsch <sf@debian.org>
Build-Depends: debhelper (>> 11~), autoconf, mawk, libldap2-dev, libexpat1-dev, libdb-dev, libgdbm-dev, libapr1-dev (>> 1.4.8-2~), libsqlite3-dev, libpq-dev, python:any, default-libmysqlclient-dev, unixodbc-dev, doxygen, libssl-dev
Standards-Version: 4.1.3
Vcs-Browser: https://salsa.debian.org/apache-team/apr-util
Vcs-Git: https://salsa.debian.org/apache-team/apr-util.git
Homepage: http://apr.apache.org/
Package: libaprutil1
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Breaks: libapr1 (<< 1.4.8-2~)
Description: Apache Portable Runtime Utility Library
APR is Apache's Portable Runtime Library, designed to be a support library
that provides a predictable and consistent interface to underlying
platform-specific implementations.
.
APR Util is a utilities library implemented on top of apr, providing database
access, xml parsing, and other useful functionality.
Package: libaprutil1-ldap
Architecture: any
Depends: libaprutil1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: Apache Portable Runtime Utility Library - LDAP Driver
APR is Apache's Portable Runtime Library, designed to be a support library
that provides a predictable and consistent interface to underlying
platform-specific implementations.
.
APR Util is a utilities library implemented on top of apr, providing database
access, xml parsing, and other useful functionality.
.
This package contains the LDAP driver.
Package: libaprutil1-dbd-mysql
Architecture: any
Depends: libaprutil1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: Apache Portable Runtime Utility Library - MySQL Driver
APR is Apache's Portable Runtime Library, designed to be a support library
that provides a predictable and consistent interface to underlying
platform-specific implementations.
.
APR Util is a utilities library implemented on top of apr, providing database
access, xml parsing, and other useful functionality.
.
This package contains the MySQL / mariadb database driver.
Package: libaprutil1-dbd-sqlite3
Architecture: any
Depends: libaprutil1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: Apache Portable Runtime Utility Library - SQLite3 Driver
APR is Apache's Portable Runtime Library, designed to be a support library
that provides a predictable and consistent interface to underlying
platform-specific implementations.
.
APR Util is a utilities library implemented on top of apr, providing database
access, xml parsing, and other useful functionality.
.
This package contains the SQLite3 database driver.
Package: libaprutil1-dbd-odbc
Architecture: any
Depends: libaprutil1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: Apache Portable Runtime Utility Library - ODBC Driver
APR is Apache's Portable Runtime Library, designed to be a support library
that provides a predictable and consistent interface to underlying
platform-specific implementations.
.
APR Util is a utilities library implemented on top of apr, providing database
access, xml parsing, and other useful functionality.
.
This package contains the ODBC database driver.
Package: libaprutil1-dbd-pgsql
Architecture: any
Depends: libaprutil1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: Apache Portable Runtime Utility Library - PostgreSQL Driver
APR is Apache's Portable Runtime Library, designed to be a support library
that provides a predictable and consistent interface to underlying
platform-specific implementations.
.
APR Util is a utilities library implemented on top of apr, providing database
access, xml parsing, and other useful functionality.
.
This package contains the PostgreSQL database driver.
Package: libaprutil1-dev
Architecture: any
Section: libdevel
Depends: libaprutil1 (= ${binary:Version}), libldap2-dev, libexpat1-dev, libapr1-dev (>= 1.2.2-1), ${misc:Depends}
Description: Apache Portable Runtime Utility Library - Development Headers
APR is Apache's Portable Runtime Library, designed to be a support library
that provides a predictable and consistent interface to underlying
platform-specific implementations.
.
APR Util is a utilities library implemented on top of apr, providing database
access, xml parsing, and other useful functionality.
.
This package contains development headers for APR util.
Package: libaprutil1-dbg
Architecture: any
Section: debug
Depends: libaprutil1 (= ${binary:Version}), ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: Apache Portable Runtime Utility Library - Debugging Symbols
APR is Apache's Portable Runtime Library, designed to be a support library
that provides a predictable and consistent interface to underlying
platform-specific implementations.
.
APR Util is a utilities library implemented on top of apr, providing database
access, xml parsing, and other useful functionality.
.
This package contains the debugging symbols for APR util.
|