41 lines
1.1 KiB
Plaintext
41 lines
1.1 KiB
Plaintext
Source: telldus-core
|
|
Section: utils
|
|
Priority: optional
|
|
Maintainer: Ruben Undheim <ruben.undheim@gmail.com>
|
|
Build-Depends: debhelper (>= 9), libftdi-dev, libconfuse-dev, doxygen
|
|
Standards-Version: 3.9.6
|
|
Vcs-Git: git://github.com/rubund/telldus-core.git
|
|
Vcs-Browser: https://github.com/rubund/telldus-core/tree/debian
|
|
Homepage: http://developer.telldus.com/wiki/TellStick_installation_Linux
|
|
|
|
|
|
Package: libtelldus0
|
|
Architecture: any
|
|
Section: libs
|
|
Depends: ${shlibs:Depends},
|
|
${misc:Depends}
|
|
Pre-Depends: ${misc:Pre-Depends}
|
|
Description: Library for tellstick control
|
|
|
|
Package: libtelldus-dev
|
|
Architecture: any
|
|
Section: libdevel
|
|
Depends: libtelldus0 (= ${binary:Version}),
|
|
libftdi-dev,
|
|
libconfuse-dev,
|
|
${misc:Depends}
|
|
Description: Library for tellstick control - development files
|
|
|
|
Package: libtelldus0-dbg
|
|
Architecture: any
|
|
Section: debug
|
|
Priority: extra
|
|
Depends: libtelldus0 (= ${binary:Version}),
|
|
${misc:Depends}
|
|
Description: Library for tellstick control - debug symbols
|
|
|
|
Package: tdtool
|
|
Architecture: any
|
|
Depends: libtelldus0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
|
|
Description: TellStick control software
|