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: clhep
Section: science
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Stephan Lachnit <stephanlachnit@debian.org>
Build-Depends: debhelper-compat (= 13),
dpkg-dev (>= 1.22.5),
d-shlibs,
dh-exec,
cmake,
ninja-build,
doxygen,
texlive-latex-base,
Standards-Version: 4.7.2
Rules-Requires-Root: no
Homepage: https://proj-clhep.web.cern.ch/proj-clhep/
Vcs-Git: https://salsa.debian.org/science-team/clhep.git
Vcs-Browser: https://salsa.debian.org/science-team/clhep
Package: libclhep2.1t64
Provides: ${t64:Provides}
X-Time64-Compat: libclhep2.1v5
Breaks: libclhep2.1v5 (<< ${source:Version})
Replaces: libclhep2.1v5, libclhep2.1
Section: libs
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
${shlibs:Depends},
Description: Class Library for High Energy Physics
CLHEP provides a set of HEP-specific foundation and utility classes such
as random generators, physics vectors, geometry and linear algebra.
.
This package provides the libraries of CLHEP.
Package: libclhep-dev
Architecture: any
Section: libdevel
Depends: libclhep2.1t64 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Suggests: clhep-doc
Description: Class Library for High Energy Physics - development files
CLHEP provides a set of HEP-specific foundation and utility classes such
as random generators, physics vectors, geometry and linear algebra.
.
This package provides the development files of CLHEP.
Package: clhep-doc
Architecture: all
Section: doc
Depends: ${misc:Depends},
Multi-Arch: foreign
Description: Class Library for High Energy Physics - documentation
CLHEP provides a set of HEP-specific foundation and utility classes such
as random generators, physics vectors, geometry and linear algebra.
.
This package provides the documentation of CLHEP.
|