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
|
Source: xwiimote
Section: devel
Priority: optional
Maintainer: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Build-Depends: debhelper-compat (= 13),
libncurses5-dev, libudev-dev, pkg-config
Standards-Version: 4.5.0
Homepage: https://github.com/dvdhrm/xwiimote
Vcs-Git: https://salsa.debian.org/debian/xwiimote.git
Vcs-Browser: https://salsa.debian.org/debian/xwiimote
Package: xwiimote
Architecture: linux-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Breaks: libxwiimote2 (<< 2-2), libxwiimote1
Replaces: libxwiimote2 (<< 2-2), libxwiimote1
Description: Nintendo Wii Remote Linux Device Driver Tools
This provides tools related to the open source Nintendo Wii
Remote linux device driver.
.
This contains the tool for displaying Wii remote connected and the setting
tool which uses operation of Wii remote as keyboard.
Package: libxwiimote2
Section: libs
Architecture: linux-any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Breaks: libxwiimote1 (<< 0.3+20120630-6)
Description: xwiimote library - runtime
This package contains the runtime library files needed to run software
using xwiimote.
Package: libxwiimote-dev
Section: libdevel
Architecture: linux-any
Depends: ${shlibs:Depends}, ${misc:Depends}, libxwiimote2 (= ${binary:Version}), libudev-dev
Breaks: libxwiimote2 (<< 2-2)
Replaces: libxwiimote2 (<< 2-2)
Description: xwiimote library - development
This package contains the header and development files needed to build
programs and packages using xwiimote.
|