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
|
Source: ia32-libs
Section: libs
Priority: optional
Maintainer: Bdale Garbee <bdale@gag.com>
Build-Depends: debhelper (>> 3.0.0), dpkg-dev (>= 1.10.23), lsb-release
Standards-Version: 3.6.1.0
Package: ia32-libs
Architecture: amd64 ia64
Depends: lsb-release, lib32gcc1
Replaces: ia32-libs-openoffice.org
Description: ia32 shared libraries for use on amd64 and ia64 systems
This package contains runtime libraries for the ia32/i386
architecture, configured for use on an amd64 or ia64 Debian system running
a 64-bit kernel.
Package: ia32-libs-dev
Architecture: amd64 ia64
Section: libdevel
Depends: ia32-libs (= ${Source-Version})
Description: ia32 development libraries and headers for use on ia32/ia64 systems
This package contains headers and development libraries for building
32-bit ia32 applications on amd64/ia64 Debian systems.
Package: lib32gcc1
Architecture: ia64
Depends: ia32-libs (= ${Source-Version})
Description: GCC support library (ia32)
Shared version of the support library, a library of internal subroutines
that GCC uses to overcome shortcomings of particular machines, or
special needs for some languages.
|