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
|
Source: clhep
Section: science
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Lifeng Sun <lifongsun@gmail.com>
Build-Depends: debhelper (>= 9), dh-autoreconf, doxygen
Standards-Version: 3.9.4
Homepage: http://proj-clhep.web.cern.ch/proj-clhep/
Vcs-Git: git://anonscm.debian.org/debian-science/packages/clhep.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/clhep.git;a=summary
Package: libclhep2.1v5
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: libclhep2.1
Replaces: libclhep2.1
Description: CLHEP: A 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 run-time library of CLHEP.
Package: libclhep-dev
Architecture: any
Section: libdevel
Depends: libclhep2.1v5 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Suggests: clhep-doc
Description: CLHEP: A Class Library for High Energy Physics - development
CLHEP provides a set of HEP-specific foundation and utility classes such
as random generators, physics vectors, geometry and linear algebra.
.
This package provides development files of CLHEP.
Package: clhep-doc
Architecture: all
Section: doc
Depends: libjs-jquery, ${misc:Depends}
Description: Documentation of CLHEP
CLHEP provides a set of HEP-specific foundation and utility classes such
as random generators, physics vectors, geometry and linear algebra.
.
This package provides HTML documentation of CLHEP.
|