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
|
Source: libdjconsole
Priority: optional
Maintainer: Adrien Cunin <adri2000@ubuntu.com>
Build-Depends: debhelper (>= 7), autotools-dev, pkg-config, libusb-dev, dh-autoreconf
Standards-Version: 3.7.3
Section: libs
Package: libdjconsole0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libdjconsole-data (= ${source:Version})
Description: Hercules DJ Console access library
The DJ Console library is a C++ library that facilitates access to the
Hercules DJ Console MK I and MK II via libusb. It supports all non-audio
functions such as LEDs, buttons and controllers.
Package: libdjconsole-data
Section: libs
Architecture: all
Description: Hercules DJ Console access library - data files
The DJ Console library is a C++ library that facilitates access to the
Hercules DJ Console MK I and MK II via libusb. It supports all non-audio
functions such as LEDs, buttons and controllers.
.
This package contains the data files.
Package: libdjconsole-dev
Section: libdevel
Architecture: any
Depends: libdjconsole0 (= ${binary:Version}), libusb-dev
Description: Hercules DJ Console access library - development headers
The DJ Console library is a C++ library that facilitates access to the
Hercules DJ Console MK I and MK II via libusb. It supports all non-audio
functions such as LEDs, buttons and controllers.
.
This package contains the development headers.
|