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
|
Source: libx86
Priority: optional
Maintainer: David Paleino <d.paleino@gmail.com>
Build-Depends: debhelper (>= 5.0.0), quilt
Standards-Version: 3.8.0
Section: libs
Homepage: http://www.codon.org.uk/~mjg59/libx86/
Vcs-Svn: svn://svn.debian.org/svn/collab-maint/deb-maint/libx86/trunk/
Vcs-Browser: http://svn.debian.org/wsvn/collab-maint/deb-maint/libx86/trunk/?rev=0&sc=0
Package: libx86-dev
Section: libdevel
Architecture: any
Depends: libx86-1 (= ${binary:Version})
Description: x86 real-mode library - development files
A library to provide support for making real-mode calls x86 calls. On x86
hardware, vm86 mode is used. On other platforms, x86 emulation is provided.
.
This package contains the development files for libx86.
Package: libx86-1
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: x86 real-mode library
A library to provide support for making real-mode calls x86 calls. On x86
hardware, vm86 mode is used. On other platforms, x86 emulation is provided.
Package: libx86-dbg
Section: libs
Architecture: any
Priority: extra
Depends: libx86-1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: x86 real-mode library - debugging symbols
A library to provide support for making real-mode calls x86 calls. On x86
hardware, vm86 mode is used. On other platforms, x86 emulation is provided.
.
This package provides debugging symbols for libx86.
|