summaryrefslogtreecommitdiffstats
path: root/debian/control
blob: 73eef2d6274fe6e2233297bc1bfe86956206c9ba (plain)
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
Source: apr
Section: libs
Priority: optional
Maintainer: Progress Linux Maintainers <maintainers@lists.progress-linux.org>
XSBC-Uploaders: Daniel Baumann <daniel.baumann@progress-linux.org>
XSBC-Original-Maintainer: Debian Apache Maintainers <debian-apache@lists.debian.org>
XSBC-Original-Uploaders: Stefan Fritsch <sf@debian.org>
Build-Depends: debhelper-compat (= 13),
 autoconf,
 mawk,
 uuid-dev,
 doxygen,
 netbase <!nocheck>,
 net-tools <!nocheck>,
 libtool,
 python3:any,
 libsctp-dev [linux-any]
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/apache-team/apr
Vcs-Git: https://salsa.debian.org/apache-team/apr.git
Homepage: https://apr.apache.org/
Rules-Requires-Root: no

Package: libapr1
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Conflicts: libapr1.0
Description: Apache Portable Runtime 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.

Package: libapr1-dev
Architecture: any
Section: libdevel
Depends: libapr1 (= ${binary:Version}), uuid-dev, ${misc:Depends}, libsctp-dev [linux-any], python3:any
Conflicts: libapr1.0-dev, libapr0-dev
Description: Apache Portable Runtime 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.
 .
 This package contains development headers for APR.