65 lines
2.1 KiB
Plaintext
65 lines
2.1 KiB
Plaintext
Source: opm-common
|
|
Priority: extra
|
|
Maintainer: Arne Morten Kvarving <arne.morten.kvarving@sintef.no>
|
|
Build-Depends: build-essential, debhelper (>= 9),
|
|
pkg-config, cmake, git, libtool, doxygen, graphviz,
|
|
texlive-latex-extra, texlive-latex-recommended,
|
|
ghostscript, libboost-system-dev, libboost-test-dev,
|
|
zlib1g-dev, libpython3-dev, python3-numpy, python3-distutils,
|
|
python3-setuptools, python3-setuptools-scm, python3-pytest-runner,
|
|
python3-decorator
|
|
Standards-Version: 3.9.2
|
|
Section: libs
|
|
Homepage: http://opm-project.org
|
|
Vcs-Git: git://github.com/OPM/opm-common.git
|
|
Vcs-Browser: https://github.com/OPM/opm-common
|
|
|
|
Package: libopm-common1
|
|
Section: libs
|
|
Pre-Depends: ${misc:Pre-Depends}
|
|
Architecture: any
|
|
Multi-Arch: same
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
Provides: libopm-common
|
|
Description: OPM common library
|
|
The OPM common library contains generic code shared across all OPM modules.
|
|
|
|
Package: libopm-common1-bin
|
|
Section: libs
|
|
Pre-Depends: ${misc:Pre-Depends}
|
|
Architecture: any
|
|
Multi-Arch: same
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
Provides: libopm-common-bin
|
|
Description: OPM common binaries
|
|
The OPM common binaries.
|
|
|
|
Package: libopm-common1-dev
|
|
Section: libdevel
|
|
Architecture: any
|
|
Multi-Arch: foreign
|
|
Provides: libopm-common-dev
|
|
Suggests: libopm-common1-doc
|
|
Depends: libopm-common1 (= ${binary:Version})
|
|
Description: OPM common library -- development files
|
|
The OPM common library contains the shared buildsystem
|
|
and helpers shared across all OPM modules.
|
|
|
|
Package: libopm-common1-doc
|
|
Section: doc
|
|
Architecture: all
|
|
Multi-Arch: foreign
|
|
Provides: libopm-common-doc
|
|
Description: OPM common library -- documentation
|
|
The OPM common library contains the shared buildsystem
|
|
and helpers shared across all OPM modules.
|
|
|
|
Package: python3-opm-common
|
|
Section: libs
|
|
Pre-Depends: ${misc:Pre-Depends}
|
|
Architecture: any
|
|
Multi-Arch: same
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}, libopm-common1, python3-numpy, python3-decorator
|
|
Description: OPM common python bindings
|
|
Python package for opm-common
|