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 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108
|
Source: linux-gpib-user
Section: utils
Priority: optional
Maintainer: Debian Electronics Team <pkg-electronics-devel@lists.alioth.debian.org>
Uploaders: Matthias Geiger <werdahias@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
flex,
bison,
pybuild-plugin-pyproject,
python3-all-dev,
python3-setuptools,
docbook,
docbook-utils,
docbook-xml,
docbook-xsl-ns,
xsltproc,
opensp,
Standards-Version: 4.7.2
Homepage: https://linux-gpib.sourceforge.io
Vcs-Browser: https://salsa.debian.org/electronics-team/linux-gpib-user
Vcs-Git: https://salsa.debian.org/electronics-team/linux-gpib-user.git
Package: gpib-user-tools
Architecture: linux-any
Depends:
${shlibs:Depends},
${misc:Depends},
Description: gpib hardware support (user tools)
The Linux GPIB Package provides support for GPIB (IEEE 488) hardware.
.
This package contains the userspace tools.
Package: libgpib-dev
Architecture: linux-any
Multi-Arch: same
Section: libdevel
Depends:
${shlibs:Depends},
${misc:Depends},
libgpib0 (= ${binary:Version}),
Description: gpib hardware support (development library)
The Linux GPIB Package provides support for GPIB (IEEE 488) hardware.
.
This package contains the development headers.
Package: libgpib0
Architecture: linux-any
Multi-Arch: same
Section: libs
Depends:
${shlibs:Depends},
${misc:Depends},
libgpib-bin
Suggests: libgpib-doc
Description: gpib hardware support (shared library)
The Linux GPIB Package provides support for GPIB (IEEE 488) hardware.
.
This package contains the shared library.
Package: libgpib-bin
Architecture: all
Multi-Arch: foreign
Section: libs
Depends:
${shlibs:Depends},
${misc:Depends},
Description: gpib hardware support (udev helpers)
The Linux GPIB Package provides support for GPIB (IEEE 488) hardware.
.
This package contains the udev helpers.
Package: libgpib-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends:
${shlibs:Depends},
${misc:Depends},
Description: gpib hardware support (library documentation)
The Linux GPIB Package provides support for GPIB (IEEE 488) hardware.
.
This package contains the man pages documenting the library functions.
Package: gpib-user-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends:
${shlibs:Depends},
${misc:Depends},
Description: gpib hardware support (documentation)
The Linux GPIB Package provides support for GPIB (IEEE 488) hardware.
.
This package contains the documentation.
Package: python3-gpib
Architecture: linux-any
Section: python
Depends:
${python3:Depends},
${misc:Depends},
${shlibs:Depends},
Description: gpib hardware support (python bindings)
The Linux GPIB Package provides support for GPIB (IEEE 488) hardware.
.
This package contains the python bindings.
|