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 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134
|
Source: italc
Section: x11
Priority: optional
Maintainer: Debian Edu Packaging Team <debian-edu-pkg-team@lists.alioth.debian.org>
Uploaders:
Patrick Winnertz <winnie@debian.org>,
Mike Gabriel <sunweaver@debian.org>,
Build-Depends:
cdbs,
dpkg-dev (>= 1.16.1~),
debhelper (>= 9),
cmake,
qtbase5-dev,
qttools5-dev-tools,
zlib1g-dev,
libjpeg-dev,
libpng-dev,
imagemagick,
libpam0g-dev,
libavahi-client-dev,
libssl-dev,
libvncserver-dev (>= 0.9.7),
libxdamage-dev,
libxext-dev,
libxfixes-dev,
libxss-dev,
libxtst-dev,
libxrandr-dev,
libxinerama-dev,
libv4l-dev [linux-any],
gcj-jdk | gcj,
Standards-Version: 3.9.8
Homepage: http://italc.sourceforge.net/home.php
Vcs-Git: https://salsa.debian.org/debian-edu-pkg-team/italc.git
Vcs-Browser: https://salsa.debian.org/debian-edu-pkg-team/italc/
Package: italc-master
Architecture: any
Pre-Depends:
dpkg (>= 1.15.6~),
Depends:
${shlibs:Depends},
${misc:Depends},
python,
italc-client,
libitalccore (=${binary:Version}),
Description: intelligent Teaching And Learning with Computers - master
iTALC makes it possible to access and guide the activities of students
from the computer of the teacher. For example, with the help of iTALC
a teacher can view the contents of students' screens and see if any of
them need help. If so, the teacher can access the student's desktop and
provide support; the student can watch the teacher's actions and learn
from them. Alternatively the teacher can switch into "demo-mode", where
all the students' screens show the contents of the teacher's screen.
Furthermore, actions like locking students' screens, killing games,
powering clients on or off, and much more can all be performed via iTALC.
.
This package contains the software necessary to observe and control iTALC
clients provided by the italc-client package.
Package: italc-client
Architecture: any
Pre-Depends:
dpkg (>= 1.15.6~),
Depends:
${shlibs:Depends},
${misc:Depends},
adduser,
libitalccore (=${binary:Version}),
italc-management-console (=${binary:Version}),
Recommends:
zenity | kde-baseapps-bin,
Description: intelligent Teaching And Learning with Computers - client
iTALC makes it possible to access and guide the activities of students
from the computer of the teacher. For example, with the help of iTALC
a teacher can view the contents of students' screens and see if any of
them need help. If so, the teacher can access the student's desktop and
provide support; the student can watch the teacher's actions and learn
from them. Alternatively the teacher can switch into "demo-mode", where
all the students' screens show the contents of the teacher's screen.
Furthermore, actions like locking students' screens, killing games,
powering clients on or off, and much more can all be performed via iTALC.
.
This package contains the client software for iTALC, which can be
controlled using italc-master.
Package: italc-management-console
Architecture: any
Pre-Depends:
dpkg (>= 1.15.6~),
Depends:
${shlibs:Depends},
${misc:Depends},
libitalccore (=${binary:Version}),
Description: intelligent Teaching And Learning with Computers - management console
iTALC makes it possible to access and guide the activities of students
from the computer of the teacher. For example, with the help of iTALC
a teacher can view the contents of students' screens and see if any of
them need help. If so, the teacher can access the student's desktop and
provide support; the student can watch the teacher's actions and learn
from them. Alternatively the teacher can switch into "demo-mode", where
all the students' screens show the contents of the teacher's screen.
Furthermore, actions like locking students' screens, killing games,
powering clients on or off, and much more can all be performed via iTALC.
.
This package contains the management console for iTALC, which helps to
configure and manage iTALC installations.
Package: libitalccore
Architecture: any
Pre-Depends:
dpkg (>= 1.15.6~),
Depends:
${shlibs:Depends},
${misc:Depends},
Multi-Arch: same
Provides:
libitalc,
Breaks:
libitalc,
Replaces:
libitalc,
Description: intelligent Teaching And Learning with Computers - libraries
iTALC makes it possible to access and guide the activities of students
from the computer of the teacher. For example, with the help of iTALC
a teacher can view the contents of students' screens and see if any of
them need help. If so, the teacher can access the student's desktop and
provide support; the student can watch the teacher's actions and learn
from them. Alternatively the teacher can switch into "demo-mode", where
all the students' screens show the contents of the teacher's screen.
Furthermore, actions like locking students' screens, killing games,
powering clients on or off, and much more can all be performed via iTALC.
.
This package provides the common libraries needed for iTALC.
|