File: control

package info (click to toggle)
fortran-assert 3.1.0-5
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 212 kB
  • sloc: f90: 305; ansic: 41; makefile: 9; sh: 4
file content (42 lines) | stat: -rw-r--r-- 1,375 bytes parent folder | download
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
Source: fortran-assert
Standards-Version: 4.7.3
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders:
 Alastair McKinstry <mckinstry@debian.org>,
Section: utils
Build-Depends:
 debhelper-compat (= 13),
 dh-fortran,
 gfortran,
 flang-21 [amd64 arm64 loong64 ppc64el riscv64 ppc64 sparc64],
 lfortran [!hurd-i386 !hurd-amd64 !powerpc !hppa],
 fortran-fpm,
 patchelf,
Vcs-Browser: https://salsa.debian.org/science-team/fortran-assert
Vcs-Git: https://salsa.debian.org/science-team/fortran-assert.git -b debian/latest
Homepage: https://github.com/berkeleylab/assert

Package: libfortran-assert-dev
Architecture: any
Section: libdevel
Depends:
 ${misc:Depends},
 ${fortran:Depends},
 libfortran-assert0 ( = ${binary:Version} ),
Description: Fortran utility for asserts - devel files
 This is a utility library supporting assert commands for Fortran,
 combining variable stop codes and error termination in
 'pure' procedures.
 This package provides module files and static libraries.

Package: libfortran-assert0
Architecture: any
Section: libs
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: Fortran utility for asserts - library
 This is a utility library supporting assert commands for Fortran,
 combining variable stop codes and error termination in
 'pure' procedures.
 This package provides the shared libraries.