File: control

package info (click to toggle)
libfloat 990616-3
  • links: PTS
  • area: main
  • in suites: sarge, woody
  • size: 5,536 kB
  • ctags: 1,443
  • sloc: ansic: 8,754; asm: 6,749; makefile: 184; sh: 6
file content (26 lines) | stat: -rw-r--r-- 845 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
Source: libfloat
Section: devel
Priority: optional
Maintainer: Philip Blundell <pb@debian.org>
Standards-Version: 3.5.0
Build-Depends: debhelper

Package: libfloat1
Architecture: arm
Depends: ${shlibs:Depends}
Description: Soft floating point library
 The libfloat library is used with gcc and the -msoft-float option
 to handle floating point math operations (useful on machines without
 floating point hardware).

Package: libfloat1-dev
Architecture: arm
Depends: libfloat1 (= ${Source-Version}), libc6-dev
Provides: libfloat-dev
Conflicts: libfloat-dev
Description: Soft floating point library - development
 The libfloat library is used with gcc and the -msoft-float option
 to handle floating point math operations (useful on machines without
 floating point hardware).
 .
 This package contains the static development library and symlink.