random ai stuff

This commit is contained in:
matst80
2025-11-21 18:12:55 +01:00
commit 60f5783a26
187 changed files with 25197 additions and 0 deletions

View File

@@ -0,0 +1,40 @@
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