File: control

package info (click to toggle)
libf2c2 20090411-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 1,048 kB
  • ctags: 865
  • sloc: ansic: 9,760; makefile: 115; sh: 8
file content (30 lines) | stat: -rw-r--r-- 939 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
Source: libf2c2
Section: devel
Priority: optional
Maintainer: Alan Bain <afrb2@debian.org>
Standards-Version: 3.8.2
Build-Depends: debhelper(>=5.0)

Package: libf2c2
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Conflicts: f2c (<< 20050501-1)
Description: Shared libraries for use with FORTRAN applications
 These are the shared libraries required for running 
 applications containing a component written in FORTRAN 
 which was converted to C using the FORTRAN to C translator
 f2c.

Package: libf2c2-dev
Section: libdevel
Architecture: any
Depends: libf2c2 (= ${binary:Version}), libc6-dev
Conflicts: f2c (<< 20050501-1)
Description: Development libraries for use with f2c 
 These are the necessary static libraries and header
 files for an implementation of the fortran intrinsic
 functions and IO functions.  
 .
 They are required when linking applications built from the 
 C output from the FORTRAN to C translator f2c.