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 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88
|
Source: gpib
Priority: optional
Section: science
Maintainer: Robert Jordens <jordens@debian.org>
Uploaders: Carlo Segre <segre@debian.org>
Build-Depends: debhelper (>= 5.0.37.2), cdbs, dh-buildinfo, bzip2, quilt,
autotools-dev, doxygen, docbook-utils, docbook-to-man, perl (>= 5.6.0-16),
python-all-dev (>= 2.3.5-11), python-support (>= 0.5.3),
php5-dev, module-assistant
XS-Python-Version: >= 2.4
Standards-Version: 3.8.0
Package: libgpib0-dev
Section: libdevel
Architecture: any
Provides: libgpib-dev
Conflicts: libgpib-dev
Replaces: libgpib-dev
Depends: libgpib0 (= ${binary:Version}), ${misc:Depends}
Description: C bindings for GPIB (IEEE 488) kernel driver -- headers
${Common:Description}
.
This package contains headers, documentation and static libraries.
Package: libgpib0
Section: libs
Architecture: any
Suggests: libgpib0-dev
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: libgpib-bin
Description: C bindings for GPIB (IEEE 488) kernel driver -- shared library
${Common:Description}
.
This package contains the shared library.
Package: libgpib-bin
Section: science
Architecture: any
Depends: ${shlibs:Depends}, adduser, ${misc:Depends}
Description: libgpib support applications and configuration
${Common:Description}
.
This package contains configuration files and binaries for libgpib
Package: libgpib-perl
Section: perl
Architecture: any
Depends: ${shlibs:Depends}, ${perl:Depends}, ${misc:Depends}
Description: libgpib perl bindings
${Common:Description}
.
This package contains the bindings for perl.
Package: python-gpib
Section: python
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
Provides: ${python:Provides}
Replaces: python2.3-gpib (<< 3.2.06-3.1), python2.4-gpib (<< 3.2.06-3.1)
Conflicts: python2.3-gpib (<< 3.2.06-3.1), python2.4-gpib (<< 3.2.06-3.1)
XB-Python-Version: ${python:Versions}
Description: libgpib Python bindings (default package)
${Common:Description}
.
This package contains the bindings for Python.
Package: php5-gpib
Section: science
Architecture: any
Depends: ${shlibs:Depends}, ${php:Depends}, ${misc:Depends}
Replaces: php4-gpib
Conflicts: php4-gpib
Description: libgpib PHP5 bindings
${Common:Description}
.
This package contains the bindings for PHP5.
Package: gpib-modules-source
Section: science
Architecture: all
Depends: module-assistant, quilt, cdbs, bzip2, ${misc:Depends}
Recommends: linux-headers-2.6 | linux-source-2.6
Suggests: kernel-package
Description: kernel modules for various GPIB boards
${Common:Description}
.
This packages contains the source for the kernel modules for various
GPIB boards.
|