File: control

package info (click to toggle)
linux32 1-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 36 kB
  • ctags: 12
  • sloc: makefile: 55; ansic: 42
file content (19 lines) | stat: -rw-r--r-- 626 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: linux32
Section: utils
Priority: extra
Maintainer: Kurt Roeckx <Q@ping.be>
Build-Depends: debhelper (>= 4.0.0)
Standards-Version: 3.6.1.0

Package: linux32
Architecture: any
Depends: ${shlibs:Depends}
Description: Wrapper to set the execution domain
 the linux32 tools allows 64bit systems with support for 32 bit
 applications to set the personality to the 32 bit native type.
 .
 For instance, on an amd64 or ia64 machine, commands run with this
 wrapper will think the machine type is i686, as returned by uname -m.
 .
 On systems without support for the PER_LINUX_32 execution domain, this
 program has no effect.