File: control

package info (click to toggle)
libf2c2 20130926-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,320 kB
  • ctags: 956
  • sloc: ansic: 10,489; makefile: 25
file content (40 lines) | stat: -rw-r--r-- 1,291 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
Source: libf2c2
Maintainer: Barak A. Pearlmutter <bap@debian.org>
Section: devel
Priority: optional
Build-Depends: debhelper (>= 9),
               dh-exec
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/gitweb/?p=collab-maint/libf2c2.git
Vcs-Git: https://anonscm.debian.org/git/collab-maint/libf2c2.git
Homepage: http://www.netlib.org/f2c/index.html

Package: libf2c2
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${shlibs:Depends},
         ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Breaks: 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
Architecture: any
Section: libdevel
Depends: libf2c2 (= ${binary:Version}),
         libc6-dev,
         ${shlibs:Depends},
         ${misc:Depends}
Breaks: 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.