45 lines
1.5 KiB
Plaintext
45 lines
1.5 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,
|
|
texlive-latex-extra, texlive-latex-recommended,
|
|
ghostscript, libboost-system-dev, libboost-test-dev,
|
|
libecl-dev, libboost-regex-dev, libboost-filesystem-dev,
|
|
zlib1g-dev
|
|
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}, multiarch-support
|
|
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-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.
|