apr/debian/control

42 lines
1.3 KiB
Plaintext

Source: apr
Section: libs
Priority: optional
Maintainer: OpenKylin Developers <packaging@lists.openkylin.top>
Build-Depends: debhelper-compat (= 12),
autoconf,
mawk,
uuid-dev,
doxygen,
netbase <!nocheck>,
net-tools <!nocheck>,
libtool (>= 2),
python3:any,
libsctp-dev [linux-any]
Standards-Version: 4.5.1
Vcs-Browser: https://gitee.com/openkylin/apr
Vcs-Git: https://gitee.com/openkylin/apr.git
Homepage: https://apr.apache.org/
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.