File: control

package info (click to toggle)
libx86 1.1%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 936 kB
  • ctags: 1,538
  • sloc: ansic: 20,174; makefile: 105
file content (38 lines) | stat: -rw-r--r-- 1,427 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
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.