~ubuntu-branches/debian/squeeze/ia32-libs/squeeze

« back to all changes in this revision

Viewing changes to debian/README.Debian

  • Committer: Bazaar Package Importer
  • Author(s): Bdale Garbee
  • Date: 2002-02-18 01:29:50 UTC
  • Revision ID: james.westby@ubuntu.com-20020218012950-501o7re9n1w3p1in
Tags: 0.3
add libstdc++2.9-glibc2.1_2.91.66-4_i386.deb to the set of libraries
delivered

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
ia32-libs for Debian
 
2
--------------------
 
3
 
 
4
This package delivers a set of pre-compiled ia32 (i386 family) shared 
 
5
libraries, so that ia32 Linux applications can be executed on ia64 systems.
 
6
This is a lame hack to solve this problem for the Debian 3.0 (woody) release,
 
7
and should be replaced or updated with a better solution for later releases.
 
8
 
 
9
The "right" way to do this will be to extend the Debian package management
 
10
toolset so that it understands how to install packages from multiple
 
11
architectures onto a single system, perhaps with some sort of sorting of
 
12
choices by architecture preference.  There are a number of resulting issues
 
13
that need to be sorted out, however.  Too many packages install architecture
 
14
dependent files in paths that do not have an architecture specific component,
 
15
so installing the same package from more than one architecture on the same
 
16
system would cause file overlaps.
 
17
 
 
18
The implementation of this package is similar to the TurboLinux package of
 
19
the same name it was inspired by.  We take a set of ia32 .deb's from the
 
20
binary-i386 tree in Debian, unpack them, and repackage them for delivery into
 
21
a special directory tree on the ia64 system.  Appropriate ldconfig calls in
 
22
the postinst script register the delivered libraries with the dynamic loader.
 
23
So, as long as all the shared libraries needed by the application in question
 
24
are included in this package, the application should "just work" once this
 
25
package is installed.
 
26
 
 
27
If more libraries are needed, file wishlist severity bugs against ia32-libs
 
28
in the Debian bug tracking system at bugs.debian.org and we'll try to oblige.
 
29
 
 
30
 -- Bdale Garbee <bdale@gag.com>, Thu, 15 Nov 2001 11:23:22 -0700