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
|
Source: gpib
Priority: optional
Section: science
Maintainer: Robert Jordens <jordens@debian.org>
Build-Depends: debhelper (>= 4.1.67), cdbs, dh-buildinfo, bzip2, quilt, autotools-dev, doxygen, docbook-utils, docbook-to-man, python2.2-dev, python2.3-dev, python-dev, perl (>= 5.6.0-16), php4-dev (>= 4:4.3.10-10), module-assistant
Standards-Version: 3.6.1
Package: libgpib0-dev
Section: libdevel
Architecture: any
Provides: libgpib-dev
Conflicts: libgpib-dev
Replaces: libgpib-dev
Depends: libgpib0 (= ${Source-Version})
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}, libgpib-bin
Recommends: gpib-modules
Description: C bindings for GPIB (IEEE 488) kernel driver -- headers
${Common:Description}
This package contains the shared library.
Package: libgpib-bin
Section: science
Architecture: any
Depends: ${shlibs:Depends}, ${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: php4-gpib
Section: science
Architecture: any
Depends: ${shlibs:Depends}, ${php:Depends}, ${misc:Depends}
Description: libgpib php bindings
${Common:Description}
This package contains the bindings for php.
Package: python2.3-gpib
Section: python
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
Description: libgpib Python 2.3 bindings
${Common:Description}
This package contains the bindings for Python 2.3.
Package: python2.2-gpib
Section: python
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
Description: libgpib Python 2.2 bindings
${Common:Description}
This package contains the bindings for Python 2.2.
Package: python-gpib
Section: python
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
Description: libgpib python bindings (default package)
${Common:Description}
This package is an empty dummy package that always depends on
a package built for Debian's default Python version.
Package: gpib-modules-source
Section: science
Architecture: all
Depends: module-assistant, kernel-headers-2.6 | kernel-source-2.6, kernel-package, quilt, cdbs, bzip2
Description: kernel modules for various GPIB boards
${Common:Description}
This packages contains the source for the kernel modules for various
GPIB boards.
|