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
|
Source: leatherman
Priority: optional
Maintainer: Puppet Package Maintainers <pkg-puppet-devel@lists.alioth.debian.org>
Uploaders: Apollon Oikonomopoulos <apoikos@debian.org>
Build-Depends:
cmake,
debhelper (>= 11~),
libboost-dev,
libboost-log-dev,
libboost-locale-dev,
libboost-thread-dev,
libboost-date-time-dev,
libboost-filesystem-dev,
libboost-system-dev,
libboost-chrono-dev,
libboost-regex-dev,
libcurl4-openssl-dev,
libruby,
ruby,
rapidjson-dev,
catch (>= 1.10~),
Standards-Version: 4.2.0
Section: libs
Homepage: https://github.com/puppetlabs/leatherman
Vcs-Git: https://salsa.debian.org/puppet-team/leatherman.git
Vcs-Browser: https://salsa.debian.org/puppet-team/leatherman
Package: libleatherman-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
libleatherman1.4.2 (= ${binary:Version}),
libboost-dev,
libboost-log-dev,
libboost-locale-dev,
libboost-thread-dev,
libboost-date-time-dev,
libboost-filesystem-dev,
libboost-system-dev,
libboost-chrono-dev,
libboost-regex-dev,
libcurl4-openssl-dev,
${misc:Depends},
Description: collection of C++ and CMake utility libraries - development files
Leatherman is a collection of C++ and CMake utility libraries, primarily used
in the Puppet ecosystem.
.
This package contains the C++ headers and the CMake utility libraries.
Package: libleatherman1.4.2
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: collection of C++ and CMake utility libraries - shared libraries
Leatherman is a collection of C++ and CMake utility libraries, primarily used
in the Puppet ecosystem.
.
This package contains the actual shared libraries.
|