diff options
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 75 |
1 files changed, 75 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..550d342 --- /dev/null +++ b/debian/control @@ -0,0 +1,75 @@ +Source: internet-kiosk +Section: admin +Priority: extra +Maintainer: Debian Edu Packaging Team <debian-edu-pkg-team@lists.alioth.debian.org> +Uploaders: + Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +Build-Depends: + debhelper (>= 7.0.50~), + cdbs, +Standards-Version: 3.9.3 +Homepage: http://wiki.it-zukunft-schule.de +Vcs-Git: git://code.it-zukunft-schule.de/upstream/internet-kiosk.git +Vcs-Browser: http://code.it-zukunft-schule.de/gitweb?p=upstream/internet-kiosk.git;a=summary + +Package: internet-kiosk-management +Architecture: all +Depends: + ${misc:Depends}, + debootstrap +Recommends: + atftpd | tftpd | tftpd-hpa, + syslinux, + syslinux-themes-debian-squeeze, + nfs-kernel-server, +Suggests: + dhcp3-server | dnsmasq | isc-dhcp-server, +Description: Management tools for diskless Internet Kiosk installations + Internet Kiosk is a simple tool that provides an internet-cafe-like + terminal. It starts up a web browser with restricted functionality (kiosk mode) + in full screen mode and launches a pre-configured start page. + . + Internet Kiosk can be provided on top of a minimal system installation + as well as within a diskless chroot environment on multiple machines + that boot over the network. + . + internet-kiosk-management: + -------------------------- + This package contains tools to administrate a diskless boot environment + of Internet Kiosk terminals. + . + Install this package on the chroot server that provides multiple + Internet Kiosk terminals over PXE/Etherboot. + +Package: internet-kiosk +Architecture: all +Depends: + ${misc:Depends}, + ${perl:Depends}, + psmisc, + iceweasel | firefox, + xinit, + locales, +Recommends: + vim, + mc, + acpid, + memtest86, + memtest86+, +Description: Internet Kiosk daemon + Internet Kiosk is a simple tool that provides an internet-cafe-like + terminal. It starts up a web browser with restricted functionality (kiosk mode) + in full screen mode and launches a pre-configured start page. + . + Internet Kiosk can be provided on top of a minimal system installation + as well as within a diskless chroot environment on multiple machines + that boot over the network. + . + internet-kiosk: + --------------- + This package provides a daemon for Internet Kiosk terminals that launches + a mozilla-based web browser in fullscreen mode and restricted functionality. + . + Either install this package on top of a minimal system installation or + let the Internet Kiosk management scripts install it within the diskless + Internet Kiosk chroot environment. |
