[debian-edu-commits] debian-edu/ 02/02: tagging version 0.816

Alexander Alemayhu alexander at bitraf.no
Sat Jul 5 20:12:27 UTC 2014


This is an automated email from the git hooks/post-receive script.

ccscanf-guest pushed a commit to annotated tag 0.816
in repository debian-edu.

commit aa06155e6f17f1a51ff298788dad6d594dc36349
Author: Petter Reinholdtsen <pere at hungry.com>
Date:   Sat Jun 16 14:24:28 2007 +0000

    tagging version 0.816
---
 debian-edu/Makefile                                |   38 +
 debian-edu/README                                  |   58 +
 debian-edu/debian-edu-tasks.desc                   | 1375 ++++++++++++++++++++
 debian-edu/debian/changelog                        | 1067 +++++++++++++++
 debian-edu/debian/compat                           |    1 +
 debian-edu/debian/control                          |  216 +++
 debian-edu/debian/control.stub                     |   14 +
 debian-edu/debian/copyright                        |   15 +
 debian-edu/debian/lintian.override                 |    1 +
 debian-edu/debian/rules                            |   52 +
 debian-edu/edubuntu-pkglist-compare                |   16 +
 debian-edu/gen-control                             |  517 ++++++++
 debian-edu/pkglists/debian-edu-etch-main+ws.txt    |  811 ++++++++++++
 debian-edu/pkglists/debian-edu-etch-standalone.txt |  706 ++++++++++
 debian-edu/pkglists/debian-edu-etch-ws.txt         |  725 +++++++++++
 debian-edu/pkglists/etch-desktop-kde+laptop.txt    |  956 ++++++++++++++
 ...hat-stream-sdk-build-1-20070403_1732-livecd.txt |  455 +++++++
 debian-edu/sources.list.etch                       |    1 +
 debian-edu/sources.list.gutsy                      |    1 +
 debian-edu/sources.list.sarge                      |    3 +
 debian-edu/sources.list.skolelinux                 |    5 +
 debian-edu/sources.list.stable                     |    2 +
 debian-edu/sources.list.terra                      |    4 +
 debian-edu/sources.list.unstable                   |    1 +
 debian-edu/tasks/astronomy                         |    8 +
 debian-edu/tasks/chemistry                         |    7 +
 debian-edu/tasks/common                            |  193 +++
 debian-edu/tasks/desktop-gnome                     |   23 +
 debian-edu/tasks/desktop-kde                       |   52 +
 debian-edu/tasks/desktop-other                     |  275 ++++
 debian-edu/tasks/electronics                       |    7 +
 debian-edu/tasks/geography                         |    5 +
 debian-edu/tasks/graphics                          |    7 +
 debian-edu/tasks/language                          |    7 +
 debian-edu/tasks/laptop                            |   50 +
 debian-edu/tasks/logic-games                       |    6 +
 debian-edu/tasks/main-server                       |  162 +++
 debian-edu/tasks/mathematics                       |    9 +
 debian-edu/tasks/misc                              |    5 +
 debian-edu/tasks/music                             |    6 +
 debian-edu/tasks/networked                         |   65 +
 debian-edu/tasks/physics                           |    5 +
 debian-edu/tasks/services                          |    8 +
 debian-edu/tasks/standalone                        |  622 +++++++++
 debian-edu/tasks/thin-client-server                |   88 ++
 debian-edu/tasks/workstation                       |   24 +
 46 files changed, 8674 insertions(+)

diff --git a/debian-edu/Makefile b/debian-edu/Makefile
new file mode 100755
index 0000000..4bfe646
--- /dev/null
+++ b/debian-edu/Makefile
@@ -0,0 +1,38 @@
+#!/usr/bin/make -f
+
+# TARGET_DIST is one of stable, sarge, etch, terra, unstable, or any other available
+# sources.list file available
+TARGET_DIST := $(shell head -1 debian/changelog |awk '{print $$3}'|tr -d ';')
+SOURCELIST := ./sources.list.$(TARGET_DIST)
+
+all: debian-edu-tasks.desc debian/control
+
+debian/control: gen-control debian/control.stub debian/changelog tasks/* $(SOURCELIST)
+	(cat debian/control.stub; \
+	 ./gen-control -s $(SOURCELIST) -D -c -m -i -A) > $@.new && mv $@.new $@
+
+tasksel: debian-edu-tasks.desc
+debian-edu-tasks.desc: gen-control tasks/* $(SOURCELIST) debian/changelog
+	./gen-control -s $(SOURCELIST) -t -A > debian-edu-tasks.desc.new && mv debian-edu-tasks.desc.new debian-edu-tasks.desc
+
+packages.txt: gen-control tasks/* $(SOURCELIST)
+	./gen-control -s $(SOURCELIST) -a > packages.txt.$$$$ && mv packages.txt.$$$$ packages.txt
+
+avoidpackages.txt: gen-control tasks/* $(SOURCELIST)
+	./gen-control -s $(SOURCELIST) -e > avoidpackages.txt.$$$$ && mv avoidpackages.txt.$$$$ avoidpackages.txt
+
+by_vote:
+	rm -f by_vote
+	wget http://developer.skolelinux.no/popcon/by_vote
+
+packages-sorted.txt: packages.txt by_vote
+	for pkg in `cat packages.txt` ; do \
+		grep " $$pkg " by_vote ; \
+	done | LANG=C sort -r -n -k 4 -k 3 > packages-sorted.txt
+usage: packages-sorted.txt
+
+clean: 
+	rm -rf tmp
+	rm -f tasks/*~a
+	rm -rf tasksel
+	rm -f packages.txt by_vote packages-sorted.txt
diff --git a/debian-edu/README b/debian-edu/README
new file mode 100644
index 0000000..7777dac
--- /dev/null
+++ b/debian-edu/README
@@ -0,0 +1,58 @@
+About DebianEdu metapackages
+----------------------------
+
+The metapackages should always be installable on a Debian system.
+Thus no dependency on a non-available package (ie a package available
+outside of Debian) have been used. However such dependencies have
+been downgraded to Suggests.
+
+Sometimes some non-free packages are suggested when no good free
+alternatives are known. You're encouraged to find good free
+replacements.
+
+If you want to help, please check http://wiki.debian.net/DebianEdu
+
+Perhaps type-handling might gives us a way to specify arch-dependant
+dependencies.
+
+
+Note: When releasing a new version of this package, be sure to cause
+debian/control to be updated to reflect any changes (added or removed
+packages) in the Debian archive. To do this, run 
+"touch tasks/common; make debian/control"
+
+How to add packages to the tasks
+--------------------------------
+
+There are several options when adding packages to a task:
+
+Depends:
+
+  These packages are to be installed when the task is installed.  Without these
+  the task is not fulfilling its purpose
+
+Recommends:
+
+  These packages are nice to have packages, which will be installed when they
+  are available, and ignored if not.
+
+Suggests:
+
+  These packages will not be installed if available.
+
+Ignore:
+
+  The packages listed here will not be installed by default, but the CD build
+  system will try to make sure the packages are included on the DVD or CD.
+
+Avoid:
+
+  The packages listed here should be kept out of the CDs/DVDs.
+
+Useful sources
+--------------
+
+ Ubuntu/Kubuntu/Edubuntu package lists
+
+  http://people.ubuntu.com/~cjwatson/seeds/kubuntu-edgy/
+  http://people.ubuntu.com/~cjwatson/seeds/edubuntu-edgy/
diff --git a/debian-edu/debian-edu-tasks.desc b/debian-edu/debian-edu-tasks.desc
new file mode 100644
index 0000000..c121f91
--- /dev/null
+++ b/debian-edu/debian-edu-tasks.desc
@@ -0,0 +1,1375 @@
+Task: education-astronomy
+Section: debian-edu
+Description: DebianEdu astronomy related applications
+ This metapackage depends on various applications that can be used to
+ teach astronomy.
+Relevance: 10
+Key: 
+ education-astronomy
+Packages: list
+ spacechart
+ xplanet
+ xplanet-images
+ sunclock
+ xtide
+ xtide-data
+ kstars
+ starplot
+ stars
+
+Task: education-chemistry
+Section: debian-edu
+Description: DebianEdu chemistry related applications
+ This metapackage depends on various applications that can be used to
+ teach chemistry.
+Relevance: 10
+Key: 
+ education-chemistry
+Packages: list
+ gperiodic
+ rasmol
+ chemtool
+ kalzium
+
+Task: education-desktop-other
+Section: debian-edu
+Description: DebianEdu desktop applications (non-GNOME and non-KDE)
+ This metapackage depends on various office and desktop applications
+ that are useful for teachers and their students.
+Relevance: 10
+Key: 
+ education-desktop-other
+Packages: list
+ education-workstation
+ education-networked
+ education-common
+ dash
+ procinfo
+ sysutils
+ openssh-client
+ openssh-server
+ libpam-ssh
+ ssh
+ cfengine2
+ lvm2
+ udev
+ man-db
+ manpages
+ nscd
+ ethtool
+ hdparm
+ pciutils
+ nictools-pci
+ apt-listchanges
+ debian-archive-keyring
+ debian-edu-archive-keyring
+ reportbug
+ resolvconf
+ psmisc
+ mii-diag
+ lsscsi
+ scsiadd
+ sysfsutils
+ bind9-host
+ traceroute
+ tcptraceroute
+ iftop
+ less
+ tcpdump
+ bc
+ wget
+ strace
+ nmap
+ eject
+ libwww-perl
+ mtools
+ ng-utils
+ ncftp
+ dmidecode
+ hwinfo
+ procmail
+ iproute
+ sudo
+ xdebconfigurator
+ read-edid
+ debian-edu-config
+ debian-edu-install
+ localization-config
+ debconf-utils
+ popularity-contest
+ libpam-foreground
+ debian-edu-artwork-usplash
+ cpufrequtils
+ rwho
+ rwhod
+ vim
+ emacs21
+ nullidentd
+ ident-server
+ etherwake
+ iputils-arping
+ finger
+ gdebi
+ rsync
+ wireshark
+ mdetect
+ debian-edu-doc
+ libnss-ldap
+ libpam-ldap
+ ntpdate
+ ntp
+ nfs-common
+ cupsys
+ foomatic-db-engine
+ foomatic-db-gutenprint
+ foomatic-filters-ppds
+ pnm2ppa
+ hpijs
+ hpijs-ppds
+ hplip
+ ijsgutenprint
+ autofs-ldap
+ munin-node
+ sitesummary-client
+ education-standalone
+ education-desktop-kde
+ kdm
+ kwin
+ kdebase
+ ksmserver
+ konqueror
+ konq-plugins
+ kdemultimedia-kio-plugins
+ kdegraphics-kfile-plugins
+ konsole
+ kcalc
+ kmix
+ kdepasswd
+ ark
+ kscreensaver
+ kghostview
+ kmail
+ kaddressbook
+ kaddressbook-plugins
+ kdepim-kio-plugins
+ kdict
+ kcharselect
+ kdf
+ ksnapshot
+ korganizer
+ ksirc
+ menu
+ menu-xdg
+ kde-i18n-es
+ kde-i18n-it
+ kde-i18n-de
+ kde-i18n-fr
+ kde-i18n-nb
+ kde-i18n-nn
+ kde-i18n-se
+ kde-i18n-lv
+ kde-i18n-el
+ kde-i18n-ptbr
+ kde-i18n-no
+ kde-i18n-nony
+ xorg
+ unifont
+ gsfonts-x11
+ xfonts-75dpi-transcoded
+ ttf-mgopen
+ ttf-freefont
+ xfs
+ adept
+ alsa-utils
+ alsa-base
+ gij-4.1
+ java-gcj-compat
+ openoffice.org
+ konqueror-plugin-gnash
+ mozilla-plugin-gnash
+ debian-edu-artwork
+ gnupg2
+ gnupg-agent
+ avahi-daemon
+ libnss-mdns
+ cupsys-client
+ cupsys-bsd
+ unzip
+ zip
+ bzip2
+ dhcp3-client
+ dhcdbd
+ rdesktop
+ kaffeine
+ kaffeine-mozilla
+ ktuberling
+ kgeography
+ kseg
+ kmplot
+ kino
+ stopmotion
+ gcompris
+ kstars
+ gperiodic
+ kalzium
+ ktouch
+ inkscape
+ gimp
+ gimp-data-extras
+ gimp-print
+ cupsys-driver-gimpprint
+ myspell-nb
+ myspell-nn
+ myspell-en-us
+ myspell-en-gb
+ myspell-de-de
+ myspell-fr
+ myspell-es
+ myspell-da
+ myspell-it
+ myspell-el-gr
+ myspell-ca
+ openoffice.org-l10n-nb
+ openoffice.org-l10n-nn
+ openoffice.org-l10n-el
+ openoffice.org-l10n-de
+ openoffice.org-l10n-fr
+ openoffice.org-l10n-es
+ openoffice.org-l10n-ca
+ openoffice.org-l10n-nl
+ openoffice.org-help-en
+ openoffice.org-help-fr
+ openoffice.org-help-es
+ openoffice.org-help-nb
+ openoffice.org-help-nn
+ openoffice.org-help-el
+ iceweasel
+ iceweasel-l10n-nb-no
+ iceweasel-l10n-nn-no
+ iceweasel-l10n-de
+ iceweasel-l10n-el
+ iceweasel-l10n-it
+ iceweasel-l10n-fr
+ iceweasel-l10n-es-es
+ iceweasel-l10n-da
+ iceweasel-l10n-eu
+ iceweasel-l10n-en-gb
+ iceweasel-l10n-es-ar
+ firefox-locale-nb
+ firefox-locale-nn
+ firefox-locale-de
+ firefox-locale-el
+ firefox-locale-it
+ firefox-locale-fr-fr
+ firefox-locale-es-es
+ firefox-locale-da-dk
+ firefox-locale-eu
+ gstreamer0.10-plugins-base
+ gstreamer0.10-alsa
+ gstreamer0.10-fluendo-mp3
+ gstreamer0.10-ffmpeg
+ gstreamer0.10-audiosink
+ foomatic-gui
+ tuxpaint
+ tuxpaint-config
+ xsane
+ sane
+ sane-utils
+ quiteinsane
+ k3b
+ k3b-i18n
+ scribus
+ ldap-utils
+ netpbm
+ gv
+ dia
+ kword
+ quanta
+ smbclient
+ noteedit
+ artsbuilder
+ solfege
+ denemo
+ kig
+ kpercentage
+ xplanet
+ kpackage
+ aptitude
+ xine-ui
+ ogle-gui
+ kbabel
+ gettext
+ cvs
+ ibrazilian
+ icatalan
+ idanish
+ idutch
+ ifrench
+ iitalian
+ ingerman
+ inorwegian
+ iportuguese
+ ispanish
+ ifinnish-large
+ iamerican
+ ibritish
+
+Task: education-electronics
+Section: debian-edu
+Description: DebianEdu electronics related applications
+ This metapackage depends on various applications that can be used to
+ teach electronics.
+Relevance: 10
+Key: 
+ education-electronics
+Packages: list
+ electric
+ oregano
+ pcb
+ vipec
+ ksimus
+ ksimus-boolean
+ ksimus-floatingpoint
+ ksimus-datarecorder
+
+Task: education-geography
+Section: debian-edu
+Description: DebianEdu applications for geography
+ This metapackage depends on various applications that can be used
+ to teach geography.
+Relevance: 10
+Key: 
+ education-geography
+Packages: list
+
+Task: education-graphics
+Section: debian-edu
+Description: DebianEdu graphics related applications
+ This metapackage depends on various applications that can be used to
+ teach graphics and pictural art.
+Relevance: 10
+Key: 
+ education-graphics
+Packages: list
+ sketch
+ qcad
+ dia-gnome
+ xfig
+ xpaint
+ xaos
+ tgif
+
+Task: education-language
+Section: debian-edu
+Description: DebianEdu language related educational applications
+ This metapackage depends on various applications that can be used to
+ teach a (foreign) language. It includes some typing applications.
+Relevance: 10
+Key: 
+ education-language
+Packages: list
+ wordtrans-kde
+ wordtrans-data
+ i2e
+ trans-de-en
+ dict
+ gnome-utils
+ tuxtype
+ lletters
+ typespeed
+ aspell
+ tipptrainer
+ wordnet
+ khangman
+ kiten
+ klettres
+ kverbos
+ kvoctrain
+ ktouch
+ klatin
+
+Task: education-laptop
+Section: debian-edu
+Description: DebianEdu laptop packages
+ A metapackage containing dependencies for packages required on all
+ laptop installations in the DebianEdu custom Debian distribution.
+Relevance: 10
+Key: 
+ education-laptop
+Packages: list
+ pcmcia-cs
+ wireless-tools
+ acpid
+ apmd
+ acpi
+ acpi-support
+ xfree86-driver-synaptics
+ hibernate
+ uswsusp
+ hotkey-setup
+ laptop-mode-tools
+ network-manager-kde
+ anacron
+
+Task: education-logic-games
+Section: debian-edu
+Description: DebianEdu logic games
+ This metapackage depends on various logic games that can be used to
+ teach logic to children.
+Relevance: 10
+Key: 
+ education-logic-games
+Packages: list
+ gnuchess
+ xboard
+ cgoban
+ gnugo
+ gtans
+ xjig
+ gnome-games
+ xsok
+ ksokoban
+
+Task: education-main-server
+Section: debian-edu
+Description: DebianEdu main server packages
+ A metapackage containing dependencies for packages required on all
+ main server installations in the DebianEdu custom Debian distribution.
+Relevance: 10
+Key: 
+ education-main-server
+Packages: list
+ education-networked
+ education-common
+ dash
+ procinfo
+ sysutils
+ openssh-client
+ openssh-server
+ libpam-ssh
+ ssh
+ cfengine2
+ lvm2
+ udev
+ man-db
+ manpages
+ nscd
+ ethtool
+ hdparm
+ pciutils
+ nictools-pci
+ apt-listchanges
+ debian-archive-keyring
+ debian-edu-archive-keyring
+ reportbug
+ resolvconf
+ psmisc
+ mii-diag
+ lsscsi
+ scsiadd
+ sysfsutils
+ bind9-host
+ traceroute
+ tcptraceroute
+ iftop
+ less
+ tcpdump
+ bc
+ wget
+ strace
+ nmap
+ eject
+ libwww-perl
+ mtools
+ ng-utils
+ ncftp
+ dmidecode
+ hwinfo
+ procmail
+ iproute
+ sudo
+ xdebconfigurator
+ read-edid
+ debian-edu-config
+ debian-edu-install
+ localization-config
+ debconf-utils
+ popularity-contest
+ libpam-foreground
+ debian-edu-artwork-usplash
+ cpufrequtils
+ rwho
+ rwhod
+ vim
+ emacs21
+ nullidentd
+ ident-server
+ etherwake
+ iputils-arping
+ finger
+ gdebi
+ rsync
+ wireshark
+ mdetect
+ debian-edu-doc
+ libnss-ldap
+ libpam-ldap
+ ntpdate
+ ntp
+ nfs-common
+ cupsys
+ foomatic-db-engine
+ foomatic-db-gutenprint
+ foomatic-filters-ppds
+ pnm2ppa
+ hpijs
+ hpijs-ppds
+ hplip
+ ijsgutenprint
+ autofs-ldap
+ munin-node
+ sitesummary-client
+ iptables
+ bind9
+ dhcp3-server
+ slapd
+ openssl
+ db4.2-util
+ courier-imap-ssl
+ courier-ldap
+ exim4-daemon-heavy
+ links
+ nfs-kernel-server
+ samba
+ makepasswd
+ tdb-tools
+ apache2
+ squid
+ slbackup
+ slbackup-php
+ munin
+ nagios2
+ nagios-plugins
+ sitesummary
+ lwat
+
+Task: education-mathematics
+Section: debian-edu
+Description: DebianEdu mathematical applications
+ This metapackage depends on various applications that can be used to
+ teach mathematics, geometry, and statistics.
+Relevance: 10
+Key: 
+ education-mathematics
+Packages: list
+ drgeo
+ gnuplot
+ pari-gp
+ maxima
+ grace
+ xabacus
+ geg
+ xeukleides
+ mathwar
+ kseg
+ octave
+ xaos
+ kig
+ kmplot
+ kpercentage
+
+Task: education-misc
+Section: debian-edu
+Description: DebianEdu miscellaneous applications for education
+ This metapackage depends on miscellaneous applications that can be useful
+ for teaching purpose.
+Relevance: 10
+Key: 
+ education-misc
+Packages: list
+ gcompris
+ tilp
+ keduca
+ vym
+ blinken
+
+Task: education-music
+Section: debian-edu
+Description: DebianEdu music and sound applications
+ This metapackage depends on various applications that can be used to
+ teach music.
+Relevance: 10
+Key: 
+ education-music
+Packages: list
+ lilypond
+ denemo
+ solfege
+ rosegarden
+ festival
+ xmms
+ gtick
+ score-reading-trainer
+
+Task: education-physics
+Section: debian-edu
+Description: DebianEdu physics related applications
+ This metapackage depends on various applications that can be used to
+ teach physics.
+Relevance: 10
+Key: 
+ education-physics
+Packages: list
+
+Task: education-services
+Section: debian-edu
+Description: DebianEdu services for educational institutions
+ This metapackage depends on several applications providing useful
+ infrastructure and services in an educational context: 
+ e-learning services, online documentation repository,
+ web content filter...
+Relevance: 10
+Key: 
+ education-services
+Packages: list
+ dansguardian
+
+Task: education-standalone
+Section: debian-edu
+Description: DebianEdu standalone workstation packages
+ A metapackage containing dependencies for packages required on all
+ small standalone workstation installations in the DebianEdu custom
+ Debian distribution.
+Relevance: 10
+Key: 
+ education-standalone
+Packages: list
+ education-common
+ dash
+ procinfo
+ sysutils
+ openssh-client
+ openssh-server
+ libpam-ssh
+ ssh
+ cfengine2
+ lvm2
+ udev
+ man-db
+ manpages
+ nscd
+ ethtool
+ hdparm
+ pciutils
+ nictools-pci
+ apt-listchanges
+ debian-archive-keyring
+ debian-edu-archive-keyring
+ reportbug
+ resolvconf
+ psmisc
+ mii-diag
+ lsscsi
+ scsiadd
+ sysfsutils
+ bind9-host
+ traceroute
+ tcptraceroute
+ iftop
+ less
+ tcpdump
+ bc
+ wget
+ strace
+ nmap
+ eject
+ libwww-perl
+ mtools
+ ng-utils
+ ncftp
+ dmidecode
+ hwinfo
+ procmail
+ iproute
+ sudo
+ xdebconfigurator
+ read-edid
+ debian-edu-config
+ debian-edu-install
+ localization-config
+ debconf-utils
+ popularity-contest
+ libpam-foreground
+ debian-edu-artwork-usplash
+ cpufrequtils
+ rwho
+ rwhod
+ vim
+ emacs21
+ nullidentd
+ ident-server
+ etherwake
+ iputils-arping
+ finger
+ gdebi
+ rsync
+ wireshark
+ mdetect
+ debian-edu-doc
+ education-desktop-kde
+ kdm
+ kwin
+ kdebase
+ ksmserver
+ konqueror
+ konq-plugins
+ kdemultimedia-kio-plugins
+ kdegraphics-kfile-plugins
+ konsole
+ kcalc
+ kmix
+ kdepasswd
+ ark
+ kscreensaver
+ kghostview
+ kmail
+ kaddressbook
+ kaddressbook-plugins
+ kdepim-kio-plugins
+ kdict
+ kcharselect
+ kdf
+ ksnapshot
+ korganizer
+ ksirc
+ menu
+ menu-xdg
+ kde-i18n-es
+ kde-i18n-it
+ kde-i18n-de
+ kde-i18n-fr
+ kde-i18n-nb
+ kde-i18n-nn
+ kde-i18n-se
+ kde-i18n-lv
+ kde-i18n-el
+ kde-i18n-ptbr
+ kde-i18n-no
+ kde-i18n-nony
+ xorg
+ unifont
+ gsfonts-x11
+ xfonts-75dpi-transcoded
+ ttf-mgopen
+ ttf-freefont
+ xfs
+ adept
+ alsa-utils
+ alsa-base
+ gij-4.1
+ java-gcj-compat
+ openoffice.org
+ konqueror-plugin-gnash
+ mozilla-plugin-gnash
+ debian-edu-artwork
+ gnupg2
+ gnupg-agent
+ avahi-daemon
+ libnss-mdns
+ cupsys-client
+ cupsys-bsd
+ unzip
+ zip
+ bzip2
+ dhcp3-client
+ dhcdbd
+ rdesktop
+ kaffeine
+ kaffeine-mozilla
+ ktuberling
+ kgeography
+ kseg
+ kmplot
+ kino
+ stopmotion
+ gcompris
+ kstars
+ gperiodic
+ kalzium
+ ktouch
+ inkscape
+ gimp
+ gimp-data-extras
+ gimp-print
+ cupsys-driver-gimpprint
+ myspell-nb
+ myspell-nn
+ myspell-en-us
+ myspell-en-gb
+ myspell-de-de
+ myspell-fr
+ myspell-es
+ myspell-da
+ myspell-it
+ myspell-el-gr
+ myspell-ca
+ openoffice.org-l10n-nb
+ openoffice.org-l10n-nn
+ openoffice.org-l10n-el
+ openoffice.org-l10n-de
+ openoffice.org-l10n-fr
+ openoffice.org-l10n-es
+ openoffice.org-l10n-ca
+ openoffice.org-l10n-nl
+ openoffice.org-help-en
+ openoffice.org-help-fr
+ openoffice.org-help-es
+ openoffice.org-help-nb
+ openoffice.org-help-nn
+ openoffice.org-help-el
+ iceweasel
+ iceweasel-l10n-nb-no
+ iceweasel-l10n-nn-no
+ iceweasel-l10n-de
+ iceweasel-l10n-el
+ iceweasel-l10n-it
+ iceweasel-l10n-fr
+ iceweasel-l10n-es-es
+ iceweasel-l10n-da
+ iceweasel-l10n-eu
+ iceweasel-l10n-en-gb
+ iceweasel-l10n-es-ar
+ firefox-locale-nb
+ firefox-locale-nn
+ firefox-locale-de
+ firefox-locale-el
+ firefox-locale-it
+ firefox-locale-fr-fr
+ firefox-locale-es-es
+ firefox-locale-da-dk
+ firefox-locale-eu
+ gstreamer0.10-plugins-base
+ gstreamer0.10-alsa
+ gstreamer0.10-fluendo-mp3
+ gstreamer0.10-ffmpeg
+ gstreamer0.10-audiosink
+ foomatic-gui
+ tuxpaint
+ tuxpaint-config
+ xsane
+ sane
+ sane-utils
+ quiteinsane
+ k3b
+ k3b-i18n
+ scribus
+
+Task: education-thin-client-server
+Section: debian-edu
+Description: DebianEdu networked thin client server packages
+ A metapackage containing dependencies for packages required on all
+ networked thin client server installations in the DebianEdu custom Debian
+ distribution.
+Relevance: 10
+Key: 
+ education-thin-client-server
+Packages: list
+ iptables
+ dhcp3-server
+ atftpd
+ xfs
+ ltsp-server-standalone
+ education-workstation
+ education-networked
+ education-common
+ dash
+ procinfo
+ sysutils
+ openssh-client
+ openssh-server
+ libpam-ssh
+ ssh
+ cfengine2
+ lvm2
+ udev
+ man-db
+ manpages
+ nscd
+ ethtool
+ hdparm
+ pciutils
+ nictools-pci
+ apt-listchanges
+ debian-archive-keyring
+ debian-edu-archive-keyring
+ reportbug
+ resolvconf
+ psmisc
+ mii-diag
+ lsscsi
+ scsiadd
+ sysfsutils
+ bind9-host
+ traceroute
+ tcptraceroute
+ iftop
+ less
+ tcpdump
+ bc
+ wget
+ strace
+ nmap
+ eject
+ libwww-perl
+ mtools
+ ng-utils
+ ncftp
+ dmidecode
+ hwinfo
+ procmail
+ iproute
+ sudo
+ xdebconfigurator
+ read-edid
+ debian-edu-config
+ debian-edu-install
+ localization-config
+ debconf-utils
+ popularity-contest
+ libpam-foreground
+ debian-edu-artwork-usplash
+ cpufrequtils
+ rwho
+ rwhod
+ vim
+ emacs21
+ nullidentd
+ ident-server
+ etherwake
+ iputils-arping
+ finger
+ gdebi
+ rsync
+ wireshark
+ mdetect
+ debian-edu-doc
+ libnss-ldap
+ libpam-ldap
+ ntpdate
+ ntp
+ nfs-common
+ cupsys
+ foomatic-db-engine
+ foomatic-db-gutenprint
+ foomatic-filters-ppds
+ pnm2ppa
+ hpijs
+ hpijs-ppds
+ hplip
+ ijsgutenprint
+ autofs-ldap
+ munin-node
+ sitesummary-client
+ education-standalone
+ education-desktop-kde
+ kdm
+ kwin
+ kdebase
+ ksmserver
+ konqueror
+ konq-plugins
+ kdemultimedia-kio-plugins
+ kdegraphics-kfile-plugins
+ konsole
+ kcalc
+ kmix
+ kdepasswd
+ ark
+ kscreensaver
+ kghostview
+ kmail
+ kaddressbook
+ kaddressbook-plugins
+ kdepim-kio-plugins
+ kdict
+ kcharselect
+ kdf
+ ksnapshot
+ korganizer
+ ksirc
+ menu
+ menu-xdg
+ kde-i18n-es
+ kde-i18n-it
+ kde-i18n-de
+ kde-i18n-fr
+ kde-i18n-nb
+ kde-i18n-nn
+ kde-i18n-se
+ kde-i18n-lv
+ kde-i18n-el
+ kde-i18n-ptbr
+ kde-i18n-no
+ kde-i18n-nony
+ xorg
+ unifont
+ gsfonts-x11
+ xfonts-75dpi-transcoded
+ ttf-mgopen
+ ttf-freefont
+ adept
+ alsa-utils
+ alsa-base
+ gij-4.1
+ java-gcj-compat
+ openoffice.org
+ konqueror-plugin-gnash
+ mozilla-plugin-gnash
+ debian-edu-artwork
+ gnupg2
+ gnupg-agent
+ avahi-daemon
+ libnss-mdns
+ cupsys-client
+ cupsys-bsd
+ unzip
+ zip
+ bzip2
+ dhcp3-client
+ dhcdbd
+ rdesktop
+ kaffeine
+ kaffeine-mozilla
+ ktuberling
+ kgeography
+ kseg
+ kmplot
+ kino
+ stopmotion
+ gcompris
+ kstars
+ gperiodic
+ kalzium
+ ktouch
+ inkscape
+ gimp
+ gimp-data-extras
+ gimp-print
+ cupsys-driver-gimpprint
+ myspell-nb
+ myspell-nn
+ myspell-en-us
+ myspell-en-gb
+ myspell-de-de
+ myspell-fr
+ myspell-es
+ myspell-da
+ myspell-it
+ myspell-el-gr
+ myspell-ca
+ openoffice.org-l10n-nb
+ openoffice.org-l10n-nn
+ openoffice.org-l10n-el
+ openoffice.org-l10n-de
+ openoffice.org-l10n-fr
+ openoffice.org-l10n-es
+ openoffice.org-l10n-ca
+ openoffice.org-l10n-nl
+ openoffice.org-help-en
+ openoffice.org-help-fr
+ openoffice.org-help-es
+ openoffice.org-help-nb
+ openoffice.org-help-nn
+ openoffice.org-help-el
+ iceweasel
+ iceweasel-l10n-nb-no
+ iceweasel-l10n-nn-no
+ iceweasel-l10n-de
+ iceweasel-l10n-el
+ iceweasel-l10n-it
+ iceweasel-l10n-fr
+ iceweasel-l10n-es-es
+ iceweasel-l10n-da
+ iceweasel-l10n-eu
+ iceweasel-l10n-en-gb
+ iceweasel-l10n-es-ar
+ firefox-locale-nb
+ firefox-locale-nn
+ firefox-locale-de
+ firefox-locale-el
+ firefox-locale-it
+ firefox-locale-fr-fr
+ firefox-locale-es-es
+ firefox-locale-da-dk
+ firefox-locale-eu
+ gstreamer0.10-plugins-base
+ gstreamer0.10-alsa
+ gstreamer0.10-fluendo-mp3
+ gstreamer0.10-ffmpeg
+ gstreamer0.10-audiosink
+ foomatic-gui
+ tuxpaint
+ tuxpaint-config
+ xsane
+ sane
+ sane-utils
+ quiteinsane
+ k3b
+ k3b-i18n
+ scribus
+ ldap-utils
+ rdiff-backup
+ nbd-server
+ tftp
+ ltspfs
+
+Task: education-workstation
+Section: debian-edu
+Description: DebianEdu networked workstation packages
+ A metapackage containing dependencies for packages required on all
+ networked workstation (thick client) installations in the DebianEdu
+ custom Debian distribution.
+Relevance: 10
+Key: 
+ education-workstation
+Packages: list
+ education-networked
+ education-common
+ dash
+ procinfo
+ sysutils
+ openssh-client
+ openssh-server
+ libpam-ssh
+ ssh
+ cfengine2
+ lvm2
+ udev
+ man-db
+ manpages
+ nscd
+ ethtool
+ hdparm
+ pciutils
+ nictools-pci
+ apt-listchanges
+ debian-archive-keyring
+ debian-edu-archive-keyring
+ reportbug
+ resolvconf
+ psmisc
+ mii-diag
+ lsscsi
+ scsiadd
+ sysfsutils
+ bind9-host
+ traceroute
+ tcptraceroute
+ iftop
+ less
+ tcpdump
+ bc
+ wget
+ strace
+ nmap
+ eject
+ libwww-perl
+ mtools
+ ng-utils
+ ncftp
+ dmidecode
+ hwinfo
+ procmail
+ iproute
+ sudo
+ xdebconfigurator
+ read-edid
+ debian-edu-config
+ debian-edu-install
+ localization-config
+ debconf-utils
+ popularity-contest
+ libpam-foreground
+ debian-edu-artwork-usplash
+ cpufrequtils
+ rwho
+ rwhod
+ vim
+ emacs21
+ nullidentd
+ ident-server
+ etherwake
+ iputils-arping
+ finger
+ gdebi
+ rsync
+ wireshark
+ mdetect
+ debian-edu-doc
+ libnss-ldap
+ libpam-ldap
+ ntpdate
+ ntp
+ nfs-common
+ cupsys
+ foomatic-db-engine
+ foomatic-db-gutenprint
+ foomatic-filters-ppds
+ pnm2ppa
+ hpijs
+ hpijs-ppds
+ hplip
+ ijsgutenprint
+ autofs-ldap
+ munin-node
+ sitesummary-client
+ education-standalone
+ education-desktop-kde
+ kdm
+ kwin
+ kdebase
+ ksmserver
+ konqueror
+ konq-plugins
+ kdemultimedia-kio-plugins
+ kdegraphics-kfile-plugins
+ konsole
+ kcalc
+ kmix
+ kdepasswd
+ ark
+ kscreensaver
+ kghostview
+ kmail
+ kaddressbook
+ kaddressbook-plugins
+ kdepim-kio-plugins
+ kdict
+ kcharselect
+ kdf
+ ksnapshot
+ korganizer
+ ksirc
+ menu
+ menu-xdg
+ kde-i18n-es
+ kde-i18n-it
+ kde-i18n-de
+ kde-i18n-fr
+ kde-i18n-nb
+ kde-i18n-nn
+ kde-i18n-se
+ kde-i18n-lv
+ kde-i18n-el
+ kde-i18n-ptbr
+ kde-i18n-no
+ kde-i18n-nony
+ xorg
+ unifont
+ gsfonts-x11
+ xfonts-75dpi-transcoded
+ ttf-mgopen
+ ttf-freefont
+ xfs
+ adept
+ alsa-utils
+ alsa-base
+ gij-4.1
+ java-gcj-compat
+ openoffice.org
+ konqueror-plugin-gnash
+ mozilla-plugin-gnash
+ debian-edu-artwork
+ gnupg2
+ gnupg-agent
+ avahi-daemon
+ libnss-mdns
+ cupsys-client
+ cupsys-bsd
+ unzip
+ zip
+ bzip2
+ dhcp3-client
+ dhcdbd
+ rdesktop
+ kaffeine
+ kaffeine-mozilla
+ ktuberling
+ kgeography
+ kseg
+ kmplot
+ kino
+ stopmotion
+ gcompris
+ kstars
+ gperiodic
+ kalzium
+ ktouch
+ inkscape
+ gimp
+ gimp-data-extras
+ gimp-print
+ cupsys-driver-gimpprint
+ myspell-nb
+ myspell-nn
+ myspell-en-us
+ myspell-en-gb
+ myspell-de-de
+ myspell-fr
+ myspell-es
+ myspell-da
+ myspell-it
+ myspell-el-gr
+ myspell-ca
+ openoffice.org-l10n-nb
+ openoffice.org-l10n-nn
+ openoffice.org-l10n-el
+ openoffice.org-l10n-de
+ openoffice.org-l10n-fr
+ openoffice.org-l10n-es
+ openoffice.org-l10n-ca
+ openoffice.org-l10n-nl
+ openoffice.org-help-en
+ openoffice.org-help-fr
+ openoffice.org-help-es
+ openoffice.org-help-nb
+ openoffice.org-help-nn
+ openoffice.org-help-el
+ iceweasel
+ iceweasel-l10n-nb-no
+ iceweasel-l10n-nn-no
+ iceweasel-l10n-de
+ iceweasel-l10n-el
+ iceweasel-l10n-it
+ iceweasel-l10n-fr
+ iceweasel-l10n-es-es
+ iceweasel-l10n-da
+ iceweasel-l10n-eu
+ iceweasel-l10n-en-gb
+ iceweasel-l10n-es-ar
+ firefox-locale-nb
+ firefox-locale-nn
+ firefox-locale-de
+ firefox-locale-el
+ firefox-locale-it
+ firefox-locale-fr-fr
+ firefox-locale-es-es
+ firefox-locale-da-dk
+ firefox-locale-eu
+ gstreamer0.10-plugins-base
+ gstreamer0.10-alsa
+ gstreamer0.10-fluendo-mp3
+ gstreamer0.10-ffmpeg
+ gstreamer0.10-audiosink
+ foomatic-gui
+ tuxpaint
+ tuxpaint-config
+ xsane
+ sane
+ sane-utils
+ quiteinsane
+ k3b
+ k3b-i18n
+ scribus
+ ldap-utils
+
diff --git a/debian-edu/debian/changelog b/debian-edu/debian/changelog
new file mode 100644
index 0000000..3eacc54
--- /dev/null
+++ b/debian-edu/debian/changelog
@@ -0,0 +1,1067 @@
+debian-edu (0.816) unstable; urgency=low
+
+  [ Petter Reinholdtsen ]
+  * Reduce difference to Ubuntu package by adding sources.list.gutsy.
+  * common task:
+    - Add suggests on kexec-tools to allow fast reboots.
+    - Avoid all non-free packages currently on the DVD (crafty,
+      festlex-oald, fglrx-driver, gcc-4.1-doc, gcc-doc-base,
+      gnupg-doc, scilab, scilab-bin, sun-java5-bin, sun-java5-jre,
+      sun-java5-plugin, ttf-kochi-gothic-naga10,
+      ttf-kochi-mincho-naga10) while we wait for someone to conclude
+      which of the non-free packages are OK to distribute on our CD.
+      Related to Skolelinux bug #1138.
+    - Recommend gdebi, making it easy to install local .debs.
+    - Depend on rwho and rwhod to make it easier to see if the server and
+      services are in use.
+  * laptop task:
+    - Promote the unison package from ignore to suggests, to get it
+      included on the multiarch DVD.
+    - Update the package list for wifi configuration to only list
+      network-manager related packages.  Dropped wlassasistant and kwlan.
+  * standalone task:
+    - Promote the board game atlantic, atlantikdesigner and monopd
+      from ignore to suggest, as atlatic hav 20% votes on popcon.
+    - Promote scribus from suggests to recommends, it is installed on
+      50% of the population and used by 17%.
+    - Promote tuxpaint and tuxpaint-config from suggests to
+      recommends.  tuxpaint is installed by 53% of the population, and
+      used by 33%.
+    - Promote tablix-related packages from ignore to suggests, to get them
+      included on the multiarch DVD.
+    - Dropped obsolete package opera.
+    - Recommend sane-utils and quiteinsane, to get better scanner
+      support out of the box.
+    - Add rsibreak, to provide tool to keep computer users more healthy.
+    - Drop obsolete package mrproject, and only suggest planner.
+  * thin-client-server task:
+    - Recommend tftp, to make it easier to debug tftp problems.
+  * desktop-other task:
+    - Dropped obsolete package amaya-lesstif.
+    - Drop obsolete package mrproject, and only suggest planner.
+  * desktop-gnome task:
+    - Dropped obsolete package amaya-gtk.
+
+  [ Klaus Ade Johnstad ]
+  * common task:
+   - Added debian-edu-doc to be installed as default
+
+ -- Petter Reinholdtsen <pere at debian.org>  Sat, 16 Jun 2007 15:21:46 +0100
+
+debian-edu (0.815) unstable; urgency=low
+
+  [ Petter Reinholdtsen ]
+  * Moved kde-i18n-ptbr from ignore to suggests after request to
+    debian-edu at l.d.o.
+  * Updated the ignored lists of KDE, openoffice.org and iceweasel
+    translations and make sure they are complete.
+  * Ignore the translated gimp help, to get it on the DVD.
+  * common task:
+   - Upgrade libpam-foreground from recommends to depends.  It is needed
+     for local and hotplug device access.
+   - Suggest fail2ban to protect ssh and other services from attack.
+   - Moved cpufrequtils here from the laptop task to save power on
+     all machines.
+   - Drop depend on obsolete locale-config-skolelinux.
+   - Add scsiadd to the list of sysadmin tools.
+  * standalone task:
+   - Ignore tablix2 and gtablix to get them on the DVD.
+   - Add the packages needed by gnash to play youtube videos as recommends.
+   - Move all iceweasel related packages from desktop-kde to the standalone task.
+     Upgrade icewasel and selected translations to recommends, to get it installed
+     when using the DVD.
+   - Added texlive alternatives to tetex.  Not sure I got the right
+     packages. (Closes: #419163)
+  * laptop task:
+   - Add several laptop related packages as Ignores while we
+     evaluate which to install by default.
+  * geography task:
+   - Suggest kgeography, qgis, gmt, thuban, earth3d to make some map related
+     tools more known. (Closes: #426372)
+
+  [ Holger Levsen ]
+  * Updated maintainer address.
+  * Moved debian-edu-artwork-usplash from the standalone to the common
+    task to have a fancier boot process on every machine.
+
+  [ Ronny Aasen ]
+  * Changed nbd-server to depends, to get it installed as default.
+  * Upgraded slbackup-php to reccomends to get it installed by default.
+  * Removed ltspfsd from thin-client-server task. Its for the chroot only.
+
+ -- Petter Reinholdtsen <pere at debian.org>  Tue, 29 May 2007 09:04:28 +0200
+
+debian-edu (0.814) unstable; urgency=low
+
+  [ Patrick Winnertz ]
+  * Add lwat to main-server task
+  * Replace Recommends with Suggests for all *cipux* packages, since
+    they do not exist
+  * Added icewasel with some language packs to the desktop-kde task
+  * Added links as textmode browser to the main-server task
+  * Added italc-* as a Suggest to the thin-client-server task, because it is
+    a very nice tool for schools
+
+  [ Steffen Joeris ]
+  * common task:
+   - Reduce recommends against cfengine-doc to suggests to save more
+     space
+   - Reduce recommends against debian-edu-doc to suggests as the
+     package is not yet released
+  * misc task:
+   - Add blinken to the depends list
+  * desktop-other task:
+   - Remove the dependency against the kdeedu metapackage, we depend
+     against the individual binary packages
+   - Remove the old webmin cruft which is no longer available in debian
+  * standalone task:
+   - Remove the dependency against the kdeedu metapackage, we depend
+     against the individual binary packages
+   - Reduce dependency against gcompris to recommends as we need to drop
+     it from CD1 to save some space
+   - Reduce dependency against firefox to recommends, we have konqueror
+     as the default browser
+   - Change kmplot from recommends to depends as it is popular according
+     to the popcon report
+   - Change dependency against x-window-system-core to xorg for the
+     transition
+  * Include a lintian override for the depends against the x-metapackage
+    which is intended
+  * main-server task:
+   - Cleanups which remove the old webmin stuff which is no longer
+     available in debian
+   - Reduce all packages we do not have in etch or etch-test from
+     recommends to suggests
+   - Remove recommends against italc, schoolbell and schooltool as they
+     do not exist in etch
+  * thin-client-server task:
+   - Cleanups which remove the old webmin stuff which is no longer
+     available in debian
+  * Add myself to uploaders
+
+  [ Holger Levsen ]
+  * added myself to uploaders.
+
+  [ Petter Reinholdtsen ]
+  * common task:
+   - Ignore smartmontools | smartsuite, as research show that the
+     SMART values are not very useful for predicting disk failures.
+     Add ignore on smart-notifier to get it on the DVD.
+   - Add lots of packages found on the Edubuntu CDs as ignores, to get them on
+     the DVD.
+   - Reduce nvram-wakeup to suggest, because it interrupt the installation with a debconf
+     note, while we wait for bug #419444 to be fixed.
+  * networked task:
+   - Recommend foo2zjs found on a Edubuntu CD.
+   - Allow fam on the CD, to see if the problem with it is solved now.
+  * standalone task:
+   - List inkscape as the prefered alternative for sodipodi, as it is
+     replacing it.
+   - Increase the priority of gcompris from recommends to depends, to get it
+     on the CD.
+   - Recommend gcompris-sound-cs, gcompris-sound-mr, gcompris-sound-ptbr,
+     gcompris-sound-so and gcompris-sound-tr found on a Edubuntu CD.
+   - Add openoffice.org-filter-binfilter, openoffice.org-filter-mobiledev,
+     openoffice.org-hyphenation, openoffice.org-l10n-common, openoffice.org-l10n-en-us,
+     openoffice.org-l10n-en-za, openoffice.org-style-crystal, openoffice.org-style-default
+     and openoffice.org-style-industrial found on a Edubuntu CD as ignores, to get them
+     on the DVD without installing them..
+   - Change depend/recommend/suggest for sun-java5-jre, sun-j2re1.4, j2re1.4,
+     f-spot, nautilus and evolution, to get the packages on the DVD but not
+     installed by default.
+   - Ignore sun-java5-plugin, to get it on the DVD.
+   - Ignore openoffice.org-thesaurus-en-us, to get it on the DVD.
+   - Ignore some clamav packages to get a virus scanner on the DVD.
+   - Suggest the Malayalam desktop packages found in the malayalam-desktop tasksel
+     task.
+  * thin-client-server task:
+   - List ltspfsd and ltspfs as recommends, to see how much space
+     they take up on the CD.
+  * desktop-kde task:
+   - Reduce kde-i18n-da from depends to recommends.  It is only used by
+     one machine according to popcon.skolelinux.org.
+   - Reduce iceweasel to recommends, to test if we can get away with only one
+     graphical browser, konqueror.
+  * main-server task:
+   - Change moodle packages from recommends/suggests to ignore, to get them on
+     the DVD but not installed by default.
+   - Drop lynx, use only links as a text browser.
+   - Suggest slbackup-php, to get it on the DVD.
+  * laptop task:
+   - Update based on the laptop task in Debian.
+  * Change most recommends to suggests, to make sure the packages are not installed by default, to
+    avoid running out of space when installing from the DVD.  Rewrite the tasksel task
+    generation code, to not include suggests.
+  * Add script edubuntu-pkglist-compare to compare the package list in Debian Edu and
+    Edubuntu.
+  * Reduce language specific packages (translations, spell checkers, etc) from Depends to
+    Recommends, to drop them from the first CD while getting them installed when using
+    the DVD.
+
+  [ Jürgen Leibner ]
+  * common task:
+   - Ignore backuppc, to get it on the DVD.
+
+ -- Petter Reinholdtsen <pere at debian.org>  Sat, 21 Apr 2007 19:08:49 +0200
+
+debian-edu (0.813) unstable; urgency=low
+
+  [ Morten Werner Olsen ]
+  * Add usage() and -h to gen-control as a documentation of the options.
+  * New option for ignoring apt errors in gen-control and use this when
+    updating debian/control. (Closes: #399754)
+  * Changing default distribution from terra (-edu) to etch to make sure
+    we only use package lists from Debian when building for Debian.
+
+ -- Morten Werner Olsen <werner at debian.org>  Wed, 22 Nov 2006 23:49:36 +0100
+
+debian-edu (0.812) unstable; urgency=low
+
+  [ Steffen Joeris ]
+  * thin-client-server task:
+   - Add italc-master to the task as a suggest to provide a tool for
+     advicing students
+  * music task:
+   - Add dependency against score-reading-trainer for music teaching purpose
+  * mathematics task:
+   - Add kbruch to suggests
+   - Add kregexpeditor to suggests
+  * language task:
+   - Add klatin to dependencies
+   - Add kwordquiz to recommends
+  * physics task:
+   - Add kturtle to suggests for teaching a programming language
+  * misc task:
+   - Add dependency against vym and kdissert (mindmapping tools)
+
+  [ Petter Reinholdtsen ]
+  * common task:
+    - Change suggests on ethereal to 'wireshark | ethereal', as
+      the package has changed name.
+    - Recommends iftop, a nice and small tool to check the bandwidth usage.
+    - Move cpqarrayd from recommends to depends, as it is small and required
+      for machines with that kind of hardware.
+    - Change ext2resize from depends to suggests.  It is no longer needed
+      for online resizing, as resize2fs support it now.
+    - Depend on sysfsutils, to provide useful tools for accessing /sys/.
+    - Depend on procinfo, for stats and debugging.
+  * main-server task:
+    - Prefer nagios2 over nagios-text.
+  * standalone task:
+    - Change avahi-daemon and libnss-mdns from suggests to depends, to
+      get the mdns and zeroconf functionallity and to match the Debian
+      desktop task.  Increase priority of these packages to get them
+      on CD 1.
+    - Replace zeroconf with avahi-autoipd for ad-hoc network config,
+      after talking with Sjoerd Simons. (Closes: #394329)
+    - Suggest avahi-discover as a useful for for dynamic service location.
+    - Increase priority of kseg, kino and stopmotion, to try to fill
+      up the CD.
+    - Adjust to cope with the mozilla-thunderbird -> icedove renaming.
+  * Try to make sure gen_control exit with an error if one of the APT
+    sources are unavailable.
+  * Modify all APT source lists to use http and ftp.skolelinux.org instead
+    of ftp.skolelinux.no.
+
+  [ Morten Werner Olsen ]
+  * Moving koffice-i18n-nn and koffice-i18n-se from Recommends to Suggests
+    as these are not present in unstable anymore. (Closes: #396231)
+
+  [ Luk Claes ]
+  * Added myself to uploaders.
+
+ -- Morten Werner Olsen <werner at debian.org>  Sun, 19 Nov 2006 21:57:20 +0100
+
+debian-edu (0.811) unstable; urgency=low
+
+  [ Petter Reinholdtsen ]
+  * New source list sources.list.terra to use the debian edu extra
+    repository.  Use it by default.
+  * common task:
+    - Add debian-edu-archive-keyring.
+    - Depend on nullidentd instead of only recommending it.  It is
+      used by 29% of the population and should be on the CD.
+  * networked task:
+    - Depend on sitesummary-client.
+  * main-server task:
+    - Depend on sitesummary.
+  * standalone task:
+    - Switch from synaptic to adept as the default package manager to
+      save space (it is a kde package).  Raise its priority to get it
+      on the CD.
+    - Increase priority of ktuberling to try to get it on the CD.  It
+      is used by 37% of the population.
+    - Verified that openoffice.org can use sun-java5-jre instead of
+      gcj.  Enabling this force the user to accept the SUN Java
+      non-free license during installation, so it is not enabled.
+      Reduced sun-java5-jre to suggests because of this.
+    - Depend on alsa-utils and alsa-base to get ALSA tools and match the
+      Debian desktop task.
+
+   [ Steffen Joeris ]
+   * Remove obsolet build-depends-indep (debhelper) to make sure the
+     package doesn't show up on the list of policy violating packages
+
+ -- Petter Reinholdtsen <pere at debian.org>  Sat,  7 Oct 2006 09:34:31 +0200
+
+debian-edu (0.810) unstable; urgency=low
+
+  [ Petter Reinholdtsen ]
+  * standalone task:
+    - Move gimp and gimp-data-extras from recommends to depends.  gimp
+      is used by 41% of the population and should be on the CD.
+    - Move ktuberling from recommends to depends.  It is used by 32%
+      of the population and should be on the CD.
+    - Replace gnash with 'konqueror-plugin-gnash, mozilla-plugin-gnash', to
+      get some free Flash plugins.  Increase priority, and make it a depend.
+    - Reduce gnupg-doc to suggests, as it is missing from debian/unstable at the
+      moment.
+  * laptop task:
+    - Include wlassistant as the wifi management tool of choice.  Found
+      in kubuntu.
+  * desktop-other task:
+    - Reduce gnupg-doc to suggests, as it is missing from debian/unstable
+      at the moment. (Closes: #389188)
+
+ -- Petter Reinholdtsen <pere at debian.org>  Sun, 24 Sep 2006 16:50:41 +0200
+
+debian-edu (0.809) unstable; urgency=low
+
+  [ Steffen Joeris ]
+  * mathematics task:
+    - Suggest kalgebra which might be useful for higher math
+      teaching
+    - Suggest qliss3d for special showing special figures
+    - Suggest abakus as an advanced calculator
+    - suggest k3dsurf for showing mathematical surfaces
+  * standalone task:
+    - Suggest more math applications (kalgebra, qliss3d, abakus,
+      k3dsurf)
+
+  [ Petter Reinholdtsen ]
+  * standalone task:
+    - Suggest avahi-daemon, libnss-mdns, mdns-scan, zeroconf, kdnssd,
+      the packages needed to test the Apple Rendezvous protocol.
+    - Change dhcp3-client to 'dhcp-client | dhcp3-client' to avoid
+      dpkg conffile questionwhich halts the pkgsel in d-i
+      completely. See #386051.
+    - Suggest kdissert, as it showed up on popcon as a tool used by 5%
+      of the population.
+    - Recommend tuxpaint-config together with tuxpaint.
+    - Suggest earth3d, for vizualizing geography.
+    - Suggest libdvdcss2 for DVD playing to work.
+  * common task:
+    - Recommend debian-goodies, to allow admins to use popbugs to track
+      RC bugs in the installed packages.
+  * laptop task:
+    - Recommend unison, for file system synchronization.
+  * desktop-kde task:
+    - Recommend kiosktool, useful for setting up kiosk mode.
+    - Recommend digikam and kipi-plugins for digital image processing.
+  * thin-client-server task:
+    - Suggest nbd-server, useful for setting up networked swap.
+
+ -- Petter Reinholdtsen <pere at debian.org>  Sun, 17 Sep 2006 17:04:47 +0200
+
+debian-edu (0.808) unstable; urgency=low
+
+  [ Petter Reinholdtsen ]
+  * common task:
+    - Depend on psmisc, to have fuser available on all hosts.
+    - Depend on mii-diag, similar to ethtool.  Found in edubuntu.
+    - Depend on libpam-ssh to activate ssh-agent automatically at
+      login time if the ssh key have the same password as the user
+      login.
+    - Depend on lsscsi to make it easier to administrate machines with
+      SCSI devices.
+    - Recommend libpam-tmpdir, as it seem useful to include in default
+      installations.
+    - Suggest libpam-devperm, might be an alternative to grant access
+      to sound and CDROM devices.
+    - Recommend nvram-wakeup for specifying boot times on clients.
+    - Add dash, to avoid a few problems and speed up the system.
+    - Suggest etherreal, an invaluable network debugging tool.
+  * networked task:
+    - Depend on hpijs-ppds alongside hpijs.  Found in edubuntu.
+    - Suggest sitesummary-client to make it easier to keep track of the hosts.
+  * laptop task:
+    - Recommend bluez-cups, bluez-pin, bluez-utils to have bluetooth
+      support included.  Found in edubuntu.
+    - Depend on laptop-mode-tools, found in edubuntu.
+    - Add missing backslash, making sure some important packages make it
+      into the CD.
+  * main-server task:
+    - Recommend italc, schooltool and schoolbell.  These tools are
+      useful for administrating a school.
+    - Reduce depends to recommends for recently introduced cipux
+      packages.  We need to decide what to drop from the first CD
+      before adding more depends.
+    - Suggest sitesummary to make it easier to keep track of the hosts.
+  * thin-client-server task:
+    - Suggest ltsp-utils.  It is useful in some installations.
+  * standalone task:
+    - Recommend abakus, a nice calculator.
+    - Prioritize xsane over sane.
+    - Group all spellcheckers and give them priority after sane.
+      Reduce ispell dictionaries to suggests, and list myspell
+      dictionaries used by OOo to depends and recommends.
+    - Reduce quanta priority below sane and spell checkers, and make
+      it a recommends.
+    - Recommend all gcompris sound packages in etch.
+    - Recommend f-spot for photo management.  Found in edubuntu.
+    - Recommend ekiga as a VoIP client.  Found in edubuntu.
+    - Recommend gaim as chat/im client.  Found in edubuntu.
+    - Add section for a package manager, and depend on synaptic.
+      Suggest kpackage for now.  Suggest adept, it might be better than
+      synaptic for KDE.
+    - Recommend some GUI applications found in edubuntu: ktuberling,
+      nautilus, evolution, serpentine, scribus, tuxmath and tuxpaint.
+    - Suggest some text applications found in edubuntu: mutt, screen
+    - Replace dhcp-client with dhcp3-client, to get the latest and
+      greatest.
+    - Reduce 'drgeo|drgenius' to recommends.  It has 1.1% users
+      according to popcon, and is missing in edubuntu.
+    - Recommed k3b-i18n next to k3b, to make sure it is translated.
+    - Recommend kolourpaint.  popcon reports more users than kpaint.
+  * desktop-kde task:
+    - Reduce kdewallpapers to recommends.  It should be enough with
+      one included by default, in debian-edu-artwork.
+    - Reduce kedit to recommends.  kate includes both kate and kwrite,
+      and two editors should be enough.
+    - Add kdeutils as a recommended package.
+    - Reduce kpm to suggests.  It does not exist in etch.
+    - Moved kpackage to standalone task.
+    - Depend on kdemultimedia-kio-plugins to allow audio CDs to be browsed
+      using konqueror.
+    - Depend on kdeadmin-kfile-plugins, kdegraphics-kfile-plugins and
+      kdemultimedia-kio-plugins, to get konqueror to show meta
+      information for deb/rpms, images and audio files.
+    - Recommend kdenetwork-kfile-plugins, to improve bittorrent
+      handling in konqueror.
+    - Recommend kamera, to allow direct access to digital cameras
+      using konqueror.
+    - Recommend kdeaccessibility, to make it easier for people with
+      disabilities.
+    - Recommend kpilot, adding support for synchronizing with PDAs.
+    - Suggest kdepim-kfile-plugins and kdeaddons-kfile-plugins, giving
+      konqueror some extra support features.
+  * desktop-other task:
+    - Move scribus to standalone task.
+
+  * Add links to the kubuntu and edubuntu task lists in the README.
+
+  [ Xavier Oswald ]
+  * main-server task:
+    - Depend on moodle-debian-edu-theme, moodle-cipux, cipux-all
+    - Recommend moodle-courses-fr, debian-edu-fr-all, debian-edu-fr-skels.
+      These packages contain French data so they are reduce to recommend.
+    - Depend on cipux-common, cipux-cibot, cipux-cat-webmin, cipux-rpc,
+      cipux-profile. These packages come from the cipux repository.
+
+ -- Petter Reinholdtsen <pere at debian.org>  Sun,  3 Sep 2006 15:32:27 +0200
+
+debian-edu (0.807) unstable; urgency=low
+
+  [ Petter Reinholdtsen ]
+  * Select kaffeine as the multimedia player of choice, and list the
+    others (totem, vlc, xmms, xine) as recommends.
+  * Recommend cpqarrayd in the common task.  It is useful with some
+    RAID systems.
+  * List ksmserver as a direct depend in the desktop-kde task, to
+    make the task more robust against dependency problems in kdebase.
+  * List pciutils explicitly in the common task, to increase the
+    chance that it is installed when there are dependency problems.
+  * Merge standalone-extra into standalone.  We only have one profile,
+    so the standalone extra task is obsolete.  Removed the
+    standalone-extra task.
+  * Copy package list for winbind authentication and SMB mounted home
+    directories from extrapkgs-etch-test.txt and list them as
+    recommends in the networked task to increase the chance to get
+    them on the CD.
+  * Recommend subversion alongside cvs in the standalone task.
+  * Reduce knotes and kscd to recommends.  Very few are using knotes,
+    and other tools on the Cd can play music CDs.
+  * Redice xpdf to suggest.  kghostview can view PDF files, so xpdf is
+    redundant.
+  * Remove nonexisting package gs-pdfencrypt from the standalone task.
+  * Reduce gimp to recommends (the user interface is too complex to
+    defend spending 15 MiB on the CD for it).  Promote sodipodi to
+    depend in its place.  Need to find a proper and smaller replacement.
+  * Reduce priority of quanta, as it has very few users.
+  * Recommend the CD/DVD writer system k3b in the standalone task.
+  * Add kaddressbook to the desktop-kde task, as it is needed by kmail to
+    organise addresses.
+  * Group all multimedia player related packages in the standalone
+    task, and reduce depends to recommends for several of the
+    xmms-related packages.
+  * Add vlc to the list of possible media players in the standalone task.
+    Recommend the mozilla plugin packages.
+
+  [ Steffen Joeris ]
+  * Removed unneeded build-depends-indep against debhelper as we have it
+    in build-depends
+  * Hint debian-edu-artwork-usplash via the education-common package to make
+    sure we have it included and can remove it from manual hinting lists
+  * Change debhelper level to 4
+
+ -- Petter Reinholdtsen <pere at debian.org>  Sun, 20 Aug 2006 23:05:35 +0200
+
+debian-edu (0.806) unstable; urgency=low
+
+  [ Petter Reinholdtsen ]
+  * Update laptop task based on the laptop task in tasksel.  Added
+    acpi, acpi-support, xfree86-driver-synaptics, cpufrequtils,
+    hibernate, uswsusp, hotkey-setup and anacron.
+  * Drop laptop task dependency on education-standalone.  The laptop
+    should only include the stuff specificly useful on a laptop.
+  * Drop 'grub' from the common task.  It is the default in Debian now.
+  * Change ntp setting in network task, from 'ntp, ntp-simple |
+    ntp-refclock' to 'ntp | ntp-simple | ntp-refclock', as the two
+    latter was merged into the former.
+  * Add debian-edu-artwork and debian-edu-artwork-usplash to the
+    standalone task, to get it on all desktops.
+  * Drop 'kdebase | gnome-core, kdm | gdm' from standalone task, as
+    these packages are listed in the desktop-kde and desktop-gnome
+    tasks, both dependencies for the standalone task.
+  * Add non-free debian package sun-java5-jre as an java alternative
+    in the standalone task.
+  * Add totem to the standalone task.  It is a good DVD player.
+  * Add debian-archive-keyring to the common task, to make it a bit
+    easier to upgrade for those installing before apt started checking
+    package signatures.
+  * Rewrite how all packages are listed by gen-control, to make it
+    possible to use that list when building the Cd.
+  * Modify the standalone task to list the desktop above
+    openoffice.org, to give the former priority on the CD.
+  * Change main-server task to prefer apache2 over apache.
+  * Only recommend gnupg-doc, to drop if from the CD unless we
+    have room for it.
+  * Reduce xfonts-100dpi-transcoded to recommends, xfonts-75dpi-transcoded
+    should be enough for now.
+  * Reduce 'cfengine2-doc | cfengine-doc' to recommends.  We only want
+    it on the CD if there is spare room for it.
+  * Reduce knode, kpackage and kfloppy to recommends.  They are not
+    commonly used in schools.
+  * Prioritize KDE translations ahead of koffice.  Reduce koffice and
+    translations to recommends, and koffice-doc-html to suggest, to
+    only include them when we have spare room for it.  We only have
+    room for one office system, and openoffice.org seem to be the most
+    used one.
+  * Prioritize openoffice.org help texts down to recommends.
+  * Reduce priority of vim to recommends.  nvi is installed by
+    default, and vim need 7 MiB on the CD.
+  * Reduce the common task priority for finger, chkconfig and
+    nictools-nopci to recommends..  They are nice to have but not
+    essential.
+  * List 'kwin | x-window-manager' before kdebase, to force debian-cd
+    to use the wanted window manager.
+  * Lower the priority of mozilla-thunderbird in task standalone to
+    recommends, along with its translations.  We do not have space for
+    more than one mail client, and I keep kmail because it is
+    integrated with KDE.
+  * Clean up in the standalone-extra task, removing some duplicate
+    listing, fixing a typo and lowering the priority of gimp,
+    gcompris, xine-ui, xine-dvdnav and ogle-gui. gimp and gcompris are
+    too big to fit on the Cd at this time, and xine and ogle have
+    better replacements in totem.
+  * Rewrote how the tasksel tasks are generated.  Use the 'list'
+    method to list all task packages in the task file, and include
+    recommends and suggests as well as depends. (Closes: #273801)
+  * When generating the meta packages, do not reduce recommends to
+    suggest when depends are reduced to recommends.  We want to
+    install all of them if they are available.
+  * Added hpijs to the networked task, to try to make all cupsys
+    drivers available.  Solves Skolelinux bug #1094.
+  * Recommend popularity-contest in the common task.  We would like as
+    many as possible to let us know what packages are being used.
+  * Some schools need Macromedia Flash plugin for their browsers.  Recommend
+    gnash, and suggest flashplugin-nonfree for those in the standalone-extra
+    task.
+  * Recommend 'powernowd | cpudyn | cpufreqd' in the laptop task.  Not sure
+    which to prefer, so list all of them.
+  * Recommend ' network-manager | kwlan' in the laptop task.  Not sure which
+    prefer, so I list both.
+  * Drop gawk from the common task.  mawk is installed in debian by default,
+    and I find no reference to why we want gawk installed instead of mawk.
+    I assume the historical reason is obsolete, and that we can use mawk
+    instead.
+
+ -- Petter Reinholdtsen <pere at debian.org>  Wed,  9 Aug 2006 09:36:50 +0200
+
+debian-edu (0.805) unstable; urgency=low
+
+  [ Morten Werner Olsen ]
+  * Adding debhelper to Build-Depends as the task packages has changed
+    from architecture 'all' to 'any'. Acknowledge NMU. (Closes: #364262)
+
+  [ Petter Reinholdtsen ]
+  * Update task files based on the current list of packages in
+    debian/etch.  (Closes: #377794)
+  * Modify gen-control to only list packages once, to avoid
+    duplicates.  (Closes: #356879)
+  * Drop essential packages tar and gzip from standalone task.
+  * Update standards-version from 3.6.2 to 3.7.2 (no changes).
+  * Use mirror ftp.se.debian.org for etch, as ftp.debian.org is very
+    slow at the moment.
+
+ -- Petter Reinholdtsen <pere at debian.org>  Fri,  4 Aug 2006 20:58:19 +0200
+
+debian-edu (0.804-0.1) unstable; urgency=high
+
+  * Non-maintainer upload
+  * Fix dependency on debhelper (Closes:#364262)
+
+ -- Clément Stenac <zorglub at videolan.org>  Sun, 11 Jun 2006 12:26:19 +0200
+
+debian-edu (0.804) unstable; urgency=low
+
+  [ Petter Reinholdtsen ]
+  * Change standalone, remove mozilla-locale-gl-es as this is
+    scheduled for removal from the archive because of no more
+    upstream versions.  See #277167 for more info.
+  * Change common task to use 'nullidentd | ident-server' to make it
+    more flexible. Solves Skolelinux bug #912.
+  * Add ltsp-server-standalone as dependencies for thin-client-server.
+    This is the next generation LTSP packages.
+  * Add acpid as an alternative to apmd for the laptop task.
+  * Now that alternates get | instead of , change
+    myspell-fr to myspell-fr | myspell-fr-gut which conflict with each
+    other.  Patch from Rene Engelhard. (Closes: #248025)
+  * Add kdeedu to desktop-other, to include all those tools
+    in a desktop installation.
+  * Instead of replacing 'ghostview' with 'gv', insert 'gv | ghostview'
+    to make sure the old package is accepted as a dependency.
+  * Drop the old LTSP packages.  We want to use the new ones instead.
+  * Add 'raidutils | dpt-raidutil' to the common task, as part of the
+    sysadmin toolbox, to have some support for adaptec raids.
+  * Changed 'Suggests' to 'Depends' in desktop-other to get back
+    a few more user applications.
+  * Drop pgpgpg from desktop-others and standalone.  Todays tools use
+    gnupg directly, so this package is no longer needed.
+  * Add scribus to desktop-others.  It is a nice typesetting system.
+  * Added some of the packages back into standalone-extras
+  * Add kino to standalone-extras.  It is a nice video editor.
+  * Add stopmotion to standalone-extras.  It is a nice movie maker.
+  * Add popularity-contest to common.  It will need to be configured to
+    take effect, but should be available for those willing to use it.
+  * Add the HW raid tool arrayprobe and mpt-status to the common profile.
+
+  [ Finn-Arne Johansen ]
+  * Changed task package architecture from 'all' to 'any'.
+  * Cleaned up desktop-gnome package
+  * Added db4.2-util to main-server task.
+  * Replaced mozilla-browser/mail-news with firefox/thunderbird
+  * Rebuilt on i386 to get "Recommends" on j2re1.4
+  * Replaced cfengine with cfengine2
+  * Added exim4-daemon-heavy for the main-server
+  * Added back in tdb-tools
+  * Added debconf-utils, to make it easier to fetch debconf settings
+  * Replaced ghostview with gv, as ghostview no longer exists.
+    (Closes: #289697)
+  * Added courier-ldap for ldap authentication of imap users
+  * Added resolvconf, sudo and rsync to the toolbox
+  * Fixed missing "/" to bind lines together, causing resolvconf and
+    others not to be included
+  * added ntp-simple as the preferred ntp-daemon over ntp-refclock
+  * added an ntp-server for the networked installations
+  * Commented out the clean-up of gen-control, to see it it helps the
+    cd-building (a lot of packages are now left out)
+  * Moved the dependency for desktop-kde | desktop-gnome from
+    standalone-extra to standalone. Thanks to Knut Yrvin for reporting
+    (Fixes Skolelinux #1037)
+  * Added sun-j2re1.4 as an alternative to j2re1.4, to allow the use of
+    new package built with java-package (Closes Skolelinux #1043)
+  * Start building for etch
+  * mozilla-firefox is renamed firefox, and some of the locales is
+    missing, or renamed
+
+  [ Joey Hess ]
+  * Updates for repository in svn.
+
+  [ Theodore Karkoulis ]
+  * Added greek locale dependencies to the tasks. Added
+    packages are:
+    o kde-18n-el
+    o koffice-i18n-el
+    o openoffice.org-l10n-el, openoffice.org-help-el, myspell-el-gr
+    o ttf-mgopen, ttf-freefont
+    o mozilla-firefox-locale-el, mozilla-thunderbird-locale-el
+
+  [ Morten Werner Olsen ]
+  * Removed the line including apt source from people.linuxlabs.no
+    from sources.list.sarge.
+  * Try to avoid more than one package-dependency for each package in
+    the meta-packages (gen-control).
+  * Cleaning a bit in the tasks/-files inspired by lintian.
+  * Bumping Standards-Version to 3.6.2 (no changes).
+  * Preparing the package for upload to Debian.
+  * Added dependency to kdepim-kio-plugins to education-desktop-kde
+    to make sure kmail can access IMAP folders.
+  * Added myself as uploader.
+
+ -- Petter Reinholdtsen <pere at debian.org>  Thu, 20 Apr 2006 19:26:19 +0200
+
+debian-edu (0.803) unstable; urgency=low
+
+  * Petter Reinholdtsen
+    - Change 'drgenius' in mathematics, standalone-extras and
+      desktop-other to 'drgeo | drgenius', as the latter is
+      superseded by the former.  See bug #273271 for more info.
+    - Change 'kgeo' in mathematics to 'kig | kgeo', as I believe the
+      former is a good replacement for kgeo as it is available in
+      sarge.
+    - Change standalone, move mozilla-locale-zh-cn,
+      mozilla-locale-gl-es, mozilla-locale-el, mozilla-locale-zh-tw,
+      mozilla-locale-es-es, mozilla-locale-cy to suggests, as these
+      packages are now missing in sarge.
+    - Do not remove debian-edu-tasks.desc in the 'clean' target, to
+      make sure the archive only is consulted if the tasks files are
+      changed.  Make sure to not remove debian/control in the build
+      target in debian/rules for the same reason. 
+      Closes: #276896, #274745
+  * Joey Hess
+    - Add note to README documenting the need to manually update control
+      file.
+
+ -- Joey Hess <joeyh at debian.org>  Sun, 17 Oct 2004 22:32:05 -0400
+
+debian-edu (0.802) unstable; urgency=low
+
+  * Finn-Arne Johansen
+    - Added new ltsp-4.1 packages from
+      deb http://people.linuxlabs.no/ragnar ltsp-debs/
+    - Fixed typo in mozilla package list keeping mozilla-locale-no-nb out
+      (Closes: #275032)
+    - Replaced tftpd-hpa with atftpd, since the later uses debconf
+    - Replaced the testing with sarge (Closes: #274742)
+    - Changed depends on grub to recommends, which should then be suggests
+      when the task-generating is done (Closes: #273734)
+  * Joey Hess
+    - Fix Makefile.
+    - Force build of debian/control as part of the package build.
+
+ -- Joey Hess <joeyh at debian.org>  Tue,  5 Oct 2004 16:23:28 -0400
+
+debian-edu (0.801) unstable; urgency=low
+
+  * Finn-Arne Johansen
+    - Added the skolelinux local repository back to the package, to
+      get the missing packages back. Should no longer keep the
+      education tasks out of the sarge Repository
+    - Added some packages back in (dmidecode, isag among others)
+    - Removed mozilla-locale-eu, because it conflicts with
+      mozilla-locale-es-es, bug reported against mozilla-locale-eu
+      (Debian BTS # 269636)
+    - Depend on "dhcp3-server | dhcp" instead of just dhcp (we need to
+      use dhcp3-server)
+    - Depend on "webmin-dhcpd3 | wembin-dhcpd" instead of just webmin-dhcpd
+    - Added samba back in, as it now works (ldap cert. issue solved somehow)
+  * Petter Reinholdtsen
+    - Depend on 'localization-config | locale-config-skolelinux' instead
+      of just locale-config-skolelinux.  The first one is the name of
+      the package uploaded into Debian.
+
+ -- Petter Reinholdtsen <pere at debian.org>  Sat, 18 Sep 2004 15:46:41 +0200
+
+debian-edu (0.800) unstable; urgency=low
+
+  * Finn-Arne Johansen
+    - Moved around some packages
+    - Removed custom packages from skolelinux repository
+    - Updated desktop-gnome
+  * Joey Hess
+    - Mark tasks that exist only to be dependencies of others as Leaf: false.
+    - Add -t switch to gen-control, to set up a tasksel task desc file
+      and some package lists.
+    - New package education-tasks provides debian-edu tasks in a form usable
+      by the new tasksel. This may eventually replace the old-style task
+      packages.
+    - Add -D to gen-control, to produce task packages with dependencies
+      degraded to recommends, and use it.
+    - Move some things to a Makefile to allow cleaner running by build cron
+      jobs.
+    - Make the task packages depend on education-tasks.
+    - xdebconfigurator depends on discover, so remove the ored dependency
+      from education-common, as that lead to difficulties if it didn't match
+      xdebconfigurator's dependency.
+    - Switch back to dhcp instead of dhcp3, until webmin-dhcpd works with it
+      and/or bug #139873 is resolved.
+
+ -- Joey Hess <joeyh at debian.org>  Sun, 25 Jul 2004 19:38:09 -0400
+
+debian-edu (0.775) unstable; urgency=low
+
+  * Rebuilt after some proxy got updated
+
+ -- Finn-Arne Johansen <faj at bzz.no>  Thu,  1 Jul 2004 21:18:03 +0200
+
+debian-edu (0.774) unstable; urgency=low
+
+  * Rebuild after adding some old ltsp-packages into the sarge repository
+    at developer.skolelinux.no
+
+ -- Finn-Arne Johansen <faj at bzz.no>  Thu,  1 Jul 2004 19:28:04 +0200
+
+debian-edu (0.773) unstable; urgency=low
+
+  * Moved everything from workstation-extra into desktop-other for now,
+    to make sure that we do not end up in the New-queue of Debian
+
+ -- Finn-Arne Johansen <faj at bzz.no>  Tue, 29 Jun 2004 11:40:09 +0200
+
+debian-edu (0.772) unstable; urgency=low
+
+  * Did some cleaning to try to fit things on one CD
+    Moved things from Workstation into workstation-extra
+
+ -- Finn-Arne Johansen <faj at bzz.no>  Tue, 29 Jun 2004 00:11:46 +0200
+
+debian-edu (0.771) unstable; urgency=medium
+
+  * Joey Hess
+    - Rebuild against current testing, amaya-gtk and amaya-lesstif are no
+      longer available.
+    - Medium urgency upload to perhaps get into testing this time.
+
+ -- Joey Hess <joeyh at debian.org>  Thu, 10 Jun 2004 13:18:54 -0400
+
+debian-edu (0.770) unstable; urgency=low
+
+  * Petter Reinholdtsen
+    - Add Joey Hess as uploader.
+  * Joey Hess
+    - lrrd has been renamed to munin, add | munin and | munin-node
+      as appropriate for sarge.
+
+ -- Petter Reinholdtsen <pere at debian.org>  Thu, 20 May 2004 22:10:23 +0200
+
+debian-edu (0.769) unstable; urgency=low
+
+  * Joey Hess
+    - gen-control: Use | between alternates in generated control file
+      if the alternates are both available.
+    - Depend on discover | discover1, for sarge's discover transition.
+  * Rene Engelhard
+    - fix myspell package naming and add some extra openoffice.org-help-*
+      and myspell-* packages to the workstation task where we already have
+      corresponding myspell-* or openoffice.org-l10n-* packages in it
+    - fix myspell package naming (no openoffice.org-spellcheck-*;
+      remove openoffice.org-spellcheck alternative, too) (Closes: #241373)
+
+ -- Joey Hess <joeyh at debian.org>  Fri,  7 May 2004 15:03:20 -0400
+
+debian-edu (0.768) unstable; urgency=low
+
+  * Rune Nordbøe Skillingstad
+    - Depend on bind9 instead of bind8 in main-server task.
+  * Marius Kotsbak
+    - Added "pnm2ppa" to the networked task, as it is needed for HP
+      Deskjet 720C.  Solves Skolelinux bug #470.
+  * Finn-Arne Johansen
+    - Depend on dhcp3-server instead of dhcp in main-server task.
+  * Ragnar Wisloff
+    - Added ncs to main server tasks
+  * Petter Reinholdtsen
+    - Add kde-i18n-el (Greek) KDE translation to workstation task.
+
+ -- Petter Reinholdtsen <pere at debian.org>  Mon, 15 Mar 2004 22:35:31 +0100
+
+debian-edu (0.767) unstable; urgency=low
+
+  * Petter Reinholdtsen
+    - No need to depend directly on xfree86-common, as it is a
+      dependency on several other packages.
+    - Add dependency on isag and smartsuite|smartmontools (common).
+    - Add dependency on apmd (laptop).
+    - Change priorities from optional to extra, to match the archive
+      override file.
+  * Bart Cornelis
+    - Changed maintainer address to debian-edu at l.d.o to reflect merging
+      of lists.
+
+ -- Petter Reinholdtsen <pere at debian.org>  Thu, 26 Feb 2004 10:07:55 +0100
+
+debian-edu (0.766) unstable; urgency=low
+
+  * Petter Reinholdtsen
+    - Drop direct dependency on hwinfo, as it is pulled in by kudzu.
+    - Drop dependency on obsolete packages kdebase-crypto,
+      kdelibs3-cups, kio-fish, kdebase-doc and cupsys-pstoraster.
+    - Drop dependency on mrproject in workstation and standalone-extra,
+      as this package is now called planner.
+    - Rebuilt meta-packages with info about the current packages in testing.
+
+ -- Petter Reinholdtsen <pere at debian.org>  Sat,  7 Feb 2004 10:11:54 +0100
+
+debian-edu (0.765) unstable; urgency=low
+
+  * Petter Reinholdtsen
+    - Change version number to 0.765 to make sure the version in the
+      Debian archive is larger than the version number used in
+      Skolelinux (0.764.skolelinux.#).
+    - Forgot to change the priority of the laptop and networked task.
+      Change them to use priority 'extra' to match the override file.
+    -  Handle both old and package names (ie in Woody and Sarge/Sid):
+      o education-mathematics:
+        * xeuklides      -> "xeuklides | xeukleides"
+      o education-desktop-gnome:
+        * gwget          -> "gwget | gwget2"
+      o education-workstation / education-standalone:
+        * kde-i18n-no    -> "kde-i18n-no | kde-i18n-nb"
+        * kde-i18n-nony  -> "kde-i18n-nony | kde-i18n-nn"
+      o education-workstation / education-standalone-extras:
+        * "keuklid,kgeo" -> "keuklid | kgeo"
+      o education-standalone:
+        * xmmsarts       -> "xmmsarts | xmms-arts"
+        * libvorbis0     -> "libvorbis0 | libvorbis0a"
+      o education-workstation:
+        * openoffice.org-spellcheck-de-de ->
+            "openoffice.org-spellcheck-de-de | myspell-de-de"
+        * openoffice.org-spellcheck-es ->
+            "openoffice.org-spellcheck-es | myspell-es"
+    - Moved all packages which are missing on some archs from depends
+      to recommends: dmidecode, grub, kudzu, nictools-nopci,
+      nictools-pci, pcmcia-cs, read-edid, webmin-grub, wine,
+      winesetuptk, wine-utils. (Closes: #228304)
+    - Depend on 'webmin-ldap-skolelinux | webmin-ldap-user-simple' to
+      find the new user admin GUI.
+    - Drop dependency on xlib6g, as it should be pulled in by the
+      packages that need it.
+    - Drop direct dependency on discover-data, as it is pulled in by
+      discover.
+  * Andreas Schuldei
+    - add andreas to Uploaders in control.stub
+
+ -- Petter Reinholdtsen <pere at debian.org>  Sat, 31 Jan 2004 15:15:11 +0100
+
+debian-edu (0.14) unstable; urgency=low
+
+  * Change gen-control to allow all tasks to depend on other tasks,
+    independent of the loading order.
+  * Modify gen-control to process Priority headers as well.
+  * Change priorities to match override file. Make default priority
+    'optional', and change priority of tasks common, main-server,
+    standalone, standalone-extras, thin-client-server and workstation
+    to 'extra'.
+  * Include kpercentage and kalzium in workstation and
+    standalone-extras tasks if available (change Ignore to Depends).
+  * Include webmin-cfengine and webmin-webalizer in main-server task
+    if present.
+  * Drop nparted from common task, as it is dropped for sid and sarge.
+  * Add nullidentd to common task, to make sure we have some IDENT
+    implementation available.
+
+ -- Petter Reinholdtsen <pere at debian.org>  Mon, 12 Jan 2004 00:49:55 +0100
+
+debian-edu (0.13) unstable; urgency=low
+
+  * Avoid duplicates in list of missing packages, and place the
+    missing packages on the suggests list instead.
+  * Tell gen-control script to ignore the locally installed packages.
+  * Add link to Alioth project page in debian/copyright.
+  * Only depend on the packages currently in Debian testing.  Use
+    'Suggests' for the other packages.
+
+ -- Petter Reinholdtsen <pere at debian.org>  Sun, 11 Jan 2004 23:07:58 +0100
+
+debian-edu (0.12) unstable; urgency=low
+
+  * Correct typo in task name.  Correct name is education-standalone-
+    extras, not education-standalone-extra.
+  * Rewrite task build system.  Split each task into separate file
+    (tasks/*), and generate debian/control based on their content.
+    Add check to make sure the packages are available in Debian before
+    we depend on them.
+  * Include the complete Skolelinux package lists.
+
+ -- Petter Reinholdtsen <pere at debian.org>  Sun,  7 Dec 2003 00:52:50 +0100
+
+debian-edu (0.11) unstable; urgency=low
+
+  * Add new tasks based on the current skolelinux tasks: common,
+    networked, main-server, thin-client-server, workstation, standalone,
+    standalone-extra and laptop.  The new tasks are currenly only
+    place-holders for use by the install system, and will be filled with the
+    real package lists as soon as possible.
+  * Made the Debian Edu developers <devel at skolelinux.no> the
+    maintainer, and me and Raphael uploaders.
+
+ -- Petter Reinholdtsen <pere at debian.org>  Sat,  6 Dec 2003 09:19:04 +0100
+
+debian-edu (0.10) unstable; urgency=medium
+
+  * Move stellarium to suggest in education-astronomy. Closes: #216559
+  * Move crafty to suggest in education-logic-games. Closes: #216608
+  * Make all packages of priority "extra".
+
+ -- Raphael Hertzog <hertzog at debian.org>  Mon, 20 Oct 2003 13:14:30 +0200
+
+debian-edu (0.9) unstable; urgency=low
+
+  * Remove siag packages from education-desktop-other. Closes: #215511
+
+ -- Raphael Hertzog <hertzog at debian.org>  Tue, 14 Oct 2003 22:15:54 +0200
+
+debian-edu (0.8) unstable; urgency=low
+
+  * Removed figurine from education-graphics. Closes: #208876
+
+ -- Raphael Hertzog <hertzog at debian.org>  Sat,  6 Sep 2003 09:05:56 +0000
+
+debian-edu (0.7) unstable; urgency=medium
+
+  * Added starplot, stars and stellarium to education-astronomy. Closes: #196132
+  * Standards-version 3.6.0.
+
+ -- Raphael Hertzog <hertzog at debian.org>  Thu,  5 Jun 2003 19:09:27 +0000
+
+debian-edu (0.6) unstable; urgency=medium
+
+  * Replaced gnome-gtali by gnome-games in education-logic-games.
+    Closes: #191955
+  * Bumped Standards-Version to 3.5.9.
+
+ -- Raphael Hertzog <hertzog at debian.org>  Tue,  6 May 2003 23:16:35 +0200
+
+debian-edu (0.5) unstable; urgency=low
+
+  * Added flashkard, keduca to -misc. Closes: #180706
+  * Added khangman, kiten, klettres, kmessedwords, kverbos, kvoctrain,
+    ktouch to -language. Closes: #180705
+  * Added kmplot, kpercentage to -mathematics. Closes: #180703
+  * Added kalzium to -chemistry. Closes: #180702
+
+ -- Raphael Hertzog <hertzog at debian.org>  Wed, 12 Feb 2003 16:32:25 +0100
+
+debian-edu (0.4) unstable; urgency=low
+
+  * Added wordnet to education-language.
+  * Remove openuniverse from education-astronomy. Closes: #177084
+
+ -- Raphael Hertzog <hertzog at debian.org>  Sun, 19 Jan 2003 19:57:03 +0000
+
+debian-edu (0.3) unstable; urgency=low
+
+  * Added ksimus to education-electronics. Closes: #164614
+  * Corrected the description of education-chemistry. Closes: #164867
+  * Added gtick to education-music.
+
+ -- Raphael Hertzog <hertzog at debian.org>  Sun, 20 Oct 2002 23:22:40 +0200
+
+debian-edu (0.2) unstable; urgency=low
+
+  * Added kstars to education-astronomy. Closes: #164386
+  * Added kgeo to education-mathematics. Closes: #164388
+
+ -- Raphael Hertzog <hertzog at debian.org>  Sat, 12 Oct 2002 14:20:28 +0200
+
+debian-edu (0.1) unstable; urgency=low
+
+  * Initial release of the DebianEdu metapackages.
+  * Some packages only have suggests/recommends and no depends. That's because
+    the required software have not yet been packaged or have not yet been
+    integrated into Debian.
+
+ -- Raphael Hertzog <hertzog at debian.org>  Wed, 25 Sep 2002 16:37:18 +0200
+
+
diff --git a/debian-edu/debian/compat b/debian-edu/debian/compat
new file mode 100644
index 0000000..b8626c4
--- /dev/null
+++ b/debian-edu/debian/compat
@@ -0,0 +1 @@
+4
diff --git a/debian-edu/debian/control b/debian-edu/debian/control
new file mode 100644
index 0000000..9dbfdb9
--- /dev/null
+++ b/debian-edu/debian/control
@@ -0,0 +1,216 @@
+Source: debian-edu
+Section: misc
+Priority: extra
+Maintainer: Debian Edu Developers <debian-edu at lists.debian.org>
+Uploaders: Raphael Hertzog <hertzog at debian.org>, Petter Reinholdtsen <pere at debian.org>, Andreas Schuldei <andreas at debian.org>, Joey Hess <joeyh at debian.org>, Morten Werner Olsen <werner at debian.org>, Luk Claes <luk at debian.org>, Holger Levsen <holger at debian.org>, Steffen Joeris <white at debian.org>
+Build-Depends: debhelper (>= 4)
+Standards-Version: 3.7.2
+
+Package: education-tasks
+Architecture: any
+Depends: tasksel (>= 2.07)
+Description: Debian Edu tasks for tasksel
+ This package provides Debian Edu tasks in tasksel.
+
+Package: education-astronomy
+Architecture: any
+Depends: education-tasks
+Recommends: kstars, spacechart, starplot, stars, sunclock, xplanet, xplanet-images, xtide, xtide-data
+Suggests: celestia, gstar, stellarium, xephem
+Description: DebianEdu astronomy related applications
+ This metapackage depends on various applications that can be used to
+ teach astronomy.
+
+Package: education-chemistry
+Architecture: any
+Depends: education-tasks
+Recommends: chemtool, gperiodic, kalzium, rasmol
+Suggests: lum, mek, xem, xpovchem
+Description: DebianEdu chemistry related applications
+ This metapackage depends on various applications that can be used to
+ teach chemistry.
+
+Package: education-common
+Architecture: any
+Depends: education-tasks
+Recommends: apt-listchanges, bc, bind9-host, cfengine2, cpufrequtils, dash, debconf-utils, debian-archive-keyring, debian-edu-archive-keyring, debian-edu-artwork-usplash, dmidecode, eject, emacs21, etherwake, ethtool, finger, gdebi, hdparm, hwinfo, iftop, iproute, iputils-arping | arping, less, libpam-foreground, libpam-ssh, libwww-perl, localization-config, lsscsi, lvm2, man-db, manpages, mdetect, mii-diag, mtools, ncftp, ng-utils, nictools-pci, nmap, nscd, nullidentd, openssh-client, o [...]
+Suggests: apticron | cron-apt, arrayprobe, cfengine, cfengine-doc, cfengine2-doc, chkconfig, cpqarrayd, debian-edu-config, debian-edu-doc, debian-edu-install, debian-goodies, dpt-raidutil, fail2ban, hwdata, ident-server, isag, kexec-tools, kudzu, libpam-devperm, libpam-tmpdir, modconf, mpt-status, nictools-nopci, nvram-wakeup, raidutils
+Description: DebianEdu common packages
+ A metapackage containing dependencies for packages required on all
+ installations in the DebianEdu custom Debian distribution.
+
+Package: education-desktop-gnome
+Section: gnome
+Architecture: any
+Depends: education-tasks
+Recommends: gaim, gdm, gnome-desktop-environment, mozilla-firefox-gnome-support
+Suggests: abiword, bluefish, ekiga | gnomemeeting, epiphany-browser, esound, evolution | balsa, gcalctool, gnome-games, gnome-media, gnome-themes, gnumeric, nautilus-cd-burner
+Description: DebianEdu GNOME desktop applications
+ This metapackage depends on various GNOME office and desktop applications
+ that are useful for teachers and their students.
+
+Package: education-desktop-kde
+Section: kde
+Architecture: any
+Depends: education-tasks
+Recommends: ark, kaddressbook, kaddressbook-plugins, kcalc, kcharselect, kde-i18n-de, kde-i18n-el, kde-i18n-es, kde-i18n-fr, kde-i18n-it, kde-i18n-lv, kde-i18n-nb, kde-i18n-nn, kde-i18n-ptbr, kde-i18n-se, kdebase, kdegraphics-kfile-plugins, kdemultimedia-kio-plugins, kdepasswd, kdepim-kio-plugins, kdf, kdict, kdm, kghostview, kmail, kmix, konq-plugins, konqueror, konsole, korganizer, kscreensaver, ksirc, ksmserver, ksnapshot, kwin, menu, menu-xdg
+Suggests: kate, kate-plugins, kde, kde-i18n-no, kde-i18n-nony, kdeaddons-kfile-plugins, kdeedu, kdepim-kfile-plugins, kfilereplace, kfind, kiconedit, kmid, kmidi, koffice, koffice-doc-html, koffice-i18n-da, koffice-i18n-de, koffice-i18n-el, koffice-i18n-es, koffice-i18n-fr, koffice-i18n-it, koffice-i18n-lv, koffice-i18n-nb, koffice-i18n-nn, koffice-i18n-no, koffice-i18n-nony, koffice-i18n-se, kpaint, kpm, krecord, kruler, kschoolmenu, kview, noatun, noatun-plugins, x-window-manager
+Description: DebianEdu KDE desktop applications
+ This metapackage depends on various KDE office and desktop applications
+ that are useful for teachers and their students.
+
+Package: education-desktop-other
+Architecture: any
+Depends: education-tasks
+Recommends: aptitude, artsbuilder, cvs, denemo, dia, education-workstation, gcompris, gettext, gimp-data-extras, gnupg2 | gnupg, gperiodic, gv, iamerican, ibrazilian, ibritish, icatalan, idanish, idutch, ifinnish-large, ifrench, iitalian, ingerman, inorwegian, iportuguese, ispanish, kalzium, kbabel, kgeography, kig, konq-plugins, konqueror, kpackage, kpercentage, kseg, kstars, kword, netpbm, noteedit, ogle-gui, quanta, sane, smbclient, solfege, xine-ui, xplanet, xsane
+Suggests: autoconf, blender, celestia, cvsbook, dbdesigner, ddd, drgenius, drgeo, g++, gcc, gdb, geg, ghostview, gimp1.2, gnomemeeting, gnumeric, gnupg-doc, gnuplot, kbear, kchart, kde-i18n-ca, kde-i18n-da, kde-i18n-de, kde-i18n-el, kde-i18n-es, kde-i18n-fr, kde-i18n-it, kde-i18n-lv, kde-i18n-nb, kde-i18n-nl, kde-i18n-nn, kde-i18n-no, kde-i18n-nony, kde-i18n-se, kernel-package, keuklid, kformula, kgeo, kgraph, kivio, klearnspelling, klogic, kmail, kmidi, kmplot, kmultiply, knode, knorskv [...]
+Description: DebianEdu desktop applications (non-GNOME and non-KDE)
+ This metapackage depends on various office and desktop applications
+ that are useful for teachers and their students.
+
+Package: education-electronics
+Architecture: any
+Depends: education-tasks
+Recommends: electric, ksimus, ksimus-boolean, ksimus-datarecorder, ksimus-floatingpoint, oregano, pcb, vipec, xcircuit
+Description: DebianEdu electronics related applications
+ This metapackage depends on various applications that can be used to
+ teach electronics.
+
+Package: education-geography
+Architecture: any
+Depends: education-tasks
+Suggests: earth3d, gmt, grass, kgeography, qgis, thuban
+Description: DebianEdu applications for geography
+ This metapackage depends on various applications that can be used
+ to teach geography.
+
+Package: education-graphics
+Architecture: any
+Depends: education-tasks
+Recommends: dia-gnome, qcad, tgif, xaos, xfig, xpaint
+Suggests: blender, gimp1.2, kontour, panorama, sketch
+Description: DebianEdu graphics related applications
+ This metapackage depends on various applications that can be used to
+ teach graphics and pictural art.
+
+Package: education-language
+Architecture: any
+Depends: education-tasks
+Recommends: aspell, dict, gnome-utils, i2e, khangman, kiten, klatin, klettres, ktouch, kverbos, kvoctrain, lletters, tipptrainer, trans-de-en, tuxtype, typespeed, wordnet, wordtrans-data, wordtrans-kde
+Suggests: festival, hanzim, kmessedwords, kwordquiz, wordtrans-console
+Description: DebianEdu language related educational applications
+ This metapackage depends on various applications that can be used to
+ teach a (foreign) language. It includes some typing applications.
+
+Package: education-laptop
+Architecture: any
+Depends: education-tasks
+Recommends: acpi, acpi-support, acpid, anacron, apmd, hibernate, hotkey-setup, laptop-mode-tools, network-manager-kde | network-manager, pcmcia-cs, uswsusp, wireless-tools, xfree86-driver-synaptics
+Suggests: bluetooth, bluez-cups, bluez-pin, bluez-utils, kdebluetooth, unison
+Description: DebianEdu laptop packages
+ A metapackage containing dependencies for packages required on all
+ laptop installations in the DebianEdu custom Debian distribution.
+
+Package: education-logic-games
+Architecture: any
+Depends: education-tasks
+Recommends: cgoban, gnome-games, gnuchess, gnugo, gtans, ksokoban, xboard, xjig, xsok
+Suggests: crafty
+Description: DebianEdu logic games
+ This metapackage depends on various logic games that can be used to
+ teach logic to children.
+
+Package: education-main-server
+Architecture: any
+Depends: education-tasks
+Recommends: apache2 | apache, bind9, courier-imap-ssl, courier-ldap, db4.2-util, dhcp3-server | dhcp, education-networked, exim4-daemon-heavy, iptables, links, lwat, makepasswd, munin, nagios-plugins, nagios2 | nagios-text, nfs-kernel-server, ntp, openssl, samba, sitesummary, slapd, slbackup, slbackup-php, squid, tdb-tools
+Suggests: apache-doc, bind9-doc, calamaris, chastity-list, cipux-cibot, cipux-common, cipux-profile, cipux-rpc, debian-edu-fr-all, debian-edu-fr-skels, dlint, dnswalk, dsh, ncs, nslint, ntp-refclock, ntp-simple, samba-doc, squidguard, webalizer, zone-file-check
+Description: DebianEdu main server packages
+ A metapackage containing dependencies for packages required on all
+ main server installations in the DebianEdu custom Debian distribution.
+
+Package: education-mathematics
+Architecture: any
+Depends: education-tasks
+Recommends: drgeo, geg, gnuplot, grace, kig, kmplot, kpercentage, kseg, mathwar, maxima, octave, pari-gp, xabacus, xaos, xeukleides, yacas
+Suggests: abakus, drgenius, k3dsurf, kalgebra, kbruch, kgeo, kregexpeditor, magicsquare, qliss3d, scilab, xarith, xeuklides
+Description: DebianEdu mathematical applications
+ This metapackage depends on various applications that can be used to
+ teach mathematics, geometry, and statistics.
+
+Package: education-misc
+Architecture: any
+Depends: education-tasks
+Recommends: blinken, gcompris, keduca, tilp, vym
+Suggests: flashkard, ggradebook, visualos
+Description: DebianEdu miscellaneous applications for education
+ This metapackage depends on miscellaneous applications that can be useful
+ for teaching purpose.
+
+Package: education-music
+Architecture: any
+Depends: education-tasks
+Recommends: denemo, festival, gtick, lilypond, rosegarden, score-reading-trainer, solfege, xmms
+Suggests: brahms
+Description: DebianEdu music and sound applications
+ This metapackage depends on various applications that can be used to
+ teach music.
+
+Package: education-networked
+Architecture: any
+Depends: education-tasks
+Recommends: autofs-ldap, cupsys, education-common, foomatic-db-engine, foomatic-db-gutenprint, foomatic-filters-ppds, hpijs, hpijs-ppds, hplip, ijsgutenprint, libnss-ldap, libpam-ldap, munin-node, nfs-common, ntp, ntpdate, pnm2ppa, sitesummary-client
+Suggests: cupsomatic-ppd, foo2zjs, krb5-user, libldap2-tls, libpam-mount, ntp-doc, ntp-refclock, ntp-simple, smbfs, winbind
+Description: DebianEdu networked packages
+ A metapackage containing dependencies for packages required on all
+ networked installations (workstation and main-server, but not
+ standalone) in the DebianEdu custom Debian distribution.
+
+Package: education-physics
+Architecture: any
+Depends: education-tasks
+Suggests: kturtle, lum, mek, xem, xoscope
+Description: DebianEdu physics related applications
+ This metapackage depends on various applications that can be used to
+ teach physics.
+
+Package: education-services
+Architecture: any
+Depends: education-tasks
+Recommends: dansguardian
+Suggests: wims
+Description: DebianEdu services for educational institutions
+ This metapackage depends on several applications providing useful
+ infrastructure and services in an educational context: 
+ e-learning services, online documentation repository,
+ web content filter...
+
+Package: education-standalone
+Architecture: any
+Depends: education-tasks
+Recommends: adept, alsa-base, alsa-utils, avahi-daemon, bzip2, cupsys-bsd, cupsys-client, cupsys-driver-gimpprint, debian-edu-artwork, dhcdbd, dhcp3-client | dhcp-client, education-common, education-desktop-kde | education-desktop-gnome, foomatic-gui, gcompris, gij-4.1, gimp, gimp-data-extras, gimp-print, gnupg-agent, gnupg2 | gnupg, gperiodic, gsfonts-x11, gstreamer0.10-alsa, gstreamer0.10-ffmpeg, gstreamer0.10-fluendo-mp3, gstreamer0.10-plugins-base, iceweasel | firefox, iceweasel-l10n [...]
+Suggests: abakus, artsbuilder, atlantik, atlantikdesigner, auctex, autoconf, avahi-autoipd, avahi-discover, celestia, cvs, dbdesigner, ddd, dia, drgenius, drgeo, earth3d, education-desktop, ekiga | gnomemeeting, firefox-locale-ca, firefox-locale-cy, firefox-locale-da-dk, firefox-locale-de, firefox-locale-el, firefox-locale-es-es, firefox-locale-eu, firefox-locale-fr-fr, firefox-locale-hu-hu, firefox-locale-it, firefox-locale-ja, firefox-locale-ko, firefox-locale-nb, firefox-locale-nn, fi [...]
+Description: DebianEdu standalone workstation packages
+ A metapackage containing dependencies for packages required on all
+ small standalone workstation installations in the DebianEdu custom
+ Debian distribution.
+
+Package: education-thin-client-server
+Architecture: any
+Depends: education-tasks
+Recommends: dhcp3-server | dhcp, education-workstation, iptables, ltsp-server-standalone, ltspfs, nbd-server, rdiff-backup, tftp, xfs
+Suggests: atftpd, italc-client, italc-master, ltsp-utils
+Description: DebianEdu networked thin client server packages
+ A metapackage containing dependencies for packages required on all
+ networked thin client server installations in the DebianEdu custom Debian
+ distribution.
+
+Package: education-workstation
+Architecture: any
+Depends: education-tasks
+Recommends: education-networked, education-standalone, ldap-utils
+Description: DebianEdu networked workstation packages
+ A metapackage containing dependencies for packages required on all
+ networked workstation (thick client) installations in the DebianEdu
+ custom Debian distribution.
+
diff --git a/debian-edu/debian/control.stub b/debian-edu/debian/control.stub
new file mode 100644
index 0000000..3b543d0
--- /dev/null
+++ b/debian-edu/debian/control.stub
@@ -0,0 +1,14 @@
+Source: debian-edu
+Section: misc
+Priority: extra
+Maintainer: Debian Edu Developers <debian-edu at lists.debian.org>
+Uploaders: Raphael Hertzog <hertzog at debian.org>, Petter Reinholdtsen <pere at debian.org>, Andreas Schuldei <andreas at debian.org>, Joey Hess <joeyh at debian.org>, Morten Werner Olsen <werner at debian.org>, Luk Claes <luk at debian.org>, Holger Levsen <holger at debian.org>, Steffen Joeris <white at debian.org>
+Build-Depends: debhelper (>= 4)
+Standards-Version: 3.7.2
+
+Package: education-tasks
+Architecture: any
+Depends: tasksel (>= 2.07)
+Description: Debian Edu tasks for tasksel
+ This package provides Debian Edu tasks in tasksel.
+
diff --git a/debian-edu/debian/copyright b/debian-edu/debian/copyright
new file mode 100644
index 0000000..daca798
--- /dev/null
+++ b/debian-edu/debian/copyright
@@ -0,0 +1,15 @@
+This package was debianized by Raphael Hertzog <hertzog at debian.org> on
+Mon, 23 Jul 2001 15:37:01 +0200.
+
+Author(s): Raphael Hertzog <hertzog at debian.org> and
+	   Petter Reinholdtsen <pere at hungry.com>
+
+The source is available from
+<URL:https://alioth.debian.org/projects/debian-edu/>
+
+Copyright:
+
+GNU General Public License
+
+A copy of the GPL is available in /usr/share/common-licenses/GPL.
+
diff --git a/debian-edu/debian/lintian.override b/debian-edu/debian/lintian.override
new file mode 100644
index 0000000..3fdc086
--- /dev/null
+++ b/debian-edu/debian/lintian.override
@@ -0,0 +1 @@
+education-standalone binary: depends-on-x-metapackage recommends: xorg
diff --git a/debian-edu/debian/rules b/debian-edu/debian/rules
new file mode 100755
index 0000000..9a7cc3d
--- /dev/null
+++ b/debian-edu/debian/rules
@@ -0,0 +1,52 @@
+#!/usr/bin/make -f
+
+debian/control: 
+	$(MAKE) debian/control
+
+build: 
+	$(MAKE) debian/control
+	dh_testdir
+	$(MAKE) tasksel
+
+clean: debian/control
+	dh_testdir
+	dh_testroot
+	$(MAKE) clean
+	dh_clean 
+
+install: debian/control build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+	dh_install debian-edu-tasks.desc usr/share/tasksel
+	mkdir -p $(CURDIR)/debian/education-standalone/usr/share/lintian/overrides
+	install -m 644 debian/lintian.override $(CURDIR)/debian/education-standalone/usr/share/lintian/overrides/education-standalone
+
+# Build architecture-independent files here.
+binary-indep: build install
+# We have nothing to do by default.
+
+# Build architecture-dependent files here.
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs -A README
+	dh_installexamples
+	dh_installmenu
+	dh_installcron
+	dh_installman
+	dh_installinfo
+	dh_installchangelogs 
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure debian/control
diff --git a/debian-edu/edubuntu-pkglist-compare b/debian-edu/edubuntu-pkglist-compare
new file mode 100755
index 0000000..b02a020
--- /dev/null
+++ b/debian-edu/edubuntu-pkglist-compare
@@ -0,0 +1,16 @@
+#!/bin/sh
+
+baseurl=http://releases.ubuntu.com/edubuntu/feisty
+version=7.04-beta
+archs="i386 amd64"
+
+for a in $archs; do
+    for t in desktop server serveraddon; do
+        wget $baseurl/edubuntu-$version-$t-$a.list
+    done
+done
+
+grep pool/ edubuntu-*|rev|cut -d/ -f1|rev|grep -v .udeb|cut -d_ -f1|sort -u > edubuntu-pkgs.list
+cut -d_ -f1 < ../build/CD-administrator/pkgdeblist-etch-test-dvd.txt |sort > debian-edu-pkgs.list
+
+comm -23 edubuntu-pkgs.list debian-edu-pkgs.list > edubuntu-pkg-only
diff --git a/debian-edu/gen-control b/debian-edu/gen-control
new file mode 100755
index 0000000..7bd1370
--- /dev/null
+++ b/debian-edu/gen-control
@@ -0,0 +1,517 @@
+#!/usr/bin/perl
+#
+# Author: Petter Reinholdtsen <pere at hungry.com>
+# Date:   2001-08-23
+#
+# Generate the control file used by the Debian Edu task package.
+
+use warnings;
+use strict;
+
+use Getopt::Std;
+use File::Path;
+
+use vars qw(%opts %available %excluded %included @wanted %missing
+            @tasks $debug);
+my @arch = qw(alpha arm i386 ia64 m68k mips mipsel powerpc s390 sparc hppa);
+
+my $debug = 0;
+my $nodepends = 0;
+my $ignoreapterrors = 0;
+
+my %taskinfo = ();
+
+my $aptsources = "./sources.list.etch";
+
+sub usage() {
+    print STDERR << "EOF";
+gen-control help screen
+usage: $0 [options]
+
+   -a               : print wanted packages
+   -A               : ignore APT errors
+   -c               : create new debian/control file
+   -d               : print debug information
+   -D               : lover all Depends: to Recommends:
+   -e               : print excluded packages
+   -h               : print this help screen and exit
+   -i               :
+   -m               : print missing packages
+   -s <sourcefile>  : specify which sources.list file to use
+   -t               : print task descriptions and package list for task
+
+example: $0 -s sources.list.etch -D -c -m -i
+EOF
+}
+
+getopts("cdaemis:tDhA", \%opts);
+
+usage() and exit if $opts{'h'};
+
+$aptsources = $opts{'s'} if ($opts{'s'});
+
+$debug = 1 if ($opts{'d'});
+$nodepends = 1 if ($opts{'D'});
+$ignoreapterrors = 1 if ($opts{'A'});
+
+load_available_packages();
+
+load_tasks();
+
+# An ordered list of debian-edu tasks, in priority order of which are
+# most needed on the CD. Only leaf tasks need be listed.
+my @priorityorder =
+    qw(education-common
+       education-networked
+       education-laptop
+       education-main-server
+       education-thin-client-server
+       education-workstation
+       education-standalone);
+
+if ($opts{'c'}) {
+    gen_control();
+} elsif ($opts{'e'}) {
+    print_excluded_packages();
+} elsif ($opts{'a'}) {
+    print_all_packages();
+} elsif ($opts{'t'}) {
+    print_task_desc();
+} else {
+    print_available_packages();
+}
+print_missing_packages() if ($opts{'m'});
+
+sub apt {
+    my $op = shift;
+
+    my $aptdir  = "./tmp/apt";
+    my @aptopts = ("Dir::Etc::sourcelist=$aptsources",
+                   "Dir::State=$aptdir/state",
+                   "Dir::Cache=$aptdir/cache",
+                   "Dir::State::Status=/dev/null",
+                   "Debug::NoLocking=true");
+
+    # Stupid apt-get and apt-cache do not understand the same arguments!
+    # I have to map them to different formats to get both working.
+
+    if ("update" eq $op) {
+        mkpath "$aptdir/state/lists/partial";
+        mkpath "$aptdir/cache/archives/partial";
+
+        my $aptget   = "apt-get --assume-yes -o " . join(" -o ", @aptopts);
+
+        print STDERR "aptget: $aptget\n" if $debug;
+        if (system("$aptget update 1>&2")) {
+            print STDERR "error: updating apt package lists failed\n";
+            exit 1 unless $ignoreapterrors;
+        }
+    } elsif ("apt-cache" eq "$op") {
+        my $aptcache = "apt-cache -o=" . join(" -o=", @aptopts);
+        print STDERR "aptcache: $aptcache\n" if $debug;
+        return $aptcache;
+    }
+}
+
+sub sort_uniq {
+    my $seen = shift;
+    my @list;
+    for my $entry (sort @_) {
+        push @list,$entry unless $seen->{$entry};
+        $seen->{$entry} = 1;
+    }
+    return @list;
+}
+
+sub uniq {
+    my $seen = shift;
+    my @list;
+    for my $entry (@_) {
+        push @list,$entry unless $seen->{$entry};
+        $seen->{$entry} = 1;
+    }
+    return @list;
+}
+
+sub gen_control {
+    my $task;
+    for $task (sort keys %taskinfo) {
+        print "Package: $task\n";
+        my $header;
+        for $header (qw(Section Architecture Priority)) {
+            print "$header: $taskinfo{$task}{$header}\n"
+                if (defined $taskinfo{$task}{$header});
+        }
+        my %seenlist;
+        if ($nodepends) {
+                # degrade dependencies to recommends
+                print "Depends: education-tasks\n";
+                # Use common %seenlist, as it is no use listing
+                # packages both in recommends and suggest
+                my @list;
+                for $header (qw(Depends Recommends)) {
+                    push (@list, @{$taskinfo{$task}{$header}})
+                        if defined $taskinfo{$task}{$header};
+                }
+                my ($pkglist, $missinglist) = process_pkglist(join(",", at list));
+                my (@recommends, @suggests);
+                push @recommends, @{$pkglist};
+                push @suggests, @{$missinglist};
+#               push(@recommends, )
+#                    if defined $taskinfo{$task}{Depends};
+#               push(@recommends, )
+#                   if defined $taskinfo{$task}{Recommends};
+                push(@suggests, @{$taskinfo{$task}{Suggests}})
+                    if defined $taskinfo{$task}{Suggests};
+                print("Recommends: ",
+                      join(", ", sort_uniq(\%seenlist, @recommends)),"\n")
+                        if defined $taskinfo{$task}{Depends};
+                print("Suggests: ",
+                      join(", ", sort_uniq(\%seenlist, @suggests)),"\n")
+                    if @suggests;
+        }
+        else {
+                for $header (qw(Depends Recommends Suggests)) {
+                    print "$header: ", join(", ", sort_uniq(\%seenlist, @{$taskinfo{$task}{$header}})),"\n"
+                        if defined $taskinfo{$task}{$header};
+                }
+        }
+
+        # Description Description-long
+        print "Description: $taskinfo{$task}{Description}\n";
+        print "$taskinfo{$task}{'Description-long'}"; # Already contain newline
+
+        print "\n";
+    }
+}
+
+# List all depends, recommends and suggests packages as task packages.
+# Optionally, list depends as key packages, and the rest as task
+# packages.
+# Enable to list all dependencies as key packages
+my $task_depends_are_keys = 0;
+sub print_task_desc {
+        foreach my $task (sort keys %taskinfo) {
+                next if (exists $taskinfo{$task}{'Leaf'} &&
+                        $taskinfo{$task}{'Leaf'} eq 'false');
+
+                print "Task: $task\n";
+                print "Section: debian-edu\n";
+                print "Description: $taskinfo{$task}{Description}\n";
+                print "$taskinfo{$task}{'Description-long'}"; # Already contain newline
+                print "Relevance: 10\n";
+                print "Key: \n";
+                print " $task\n";
+                my %seen;
+                $seen{$task} = 1;
+                if ($task_depends_are_keys) {
+                    foreach my $package (task_packages($task, "Depends")) {
+                        print " $package\n" unless $seen{$package};
+                        $seen{$package} = 1;
+                    }
+                }
+                print "Packages: list\n";
+                for my $header (qw(Depends Recommends)) {
+                    foreach my $package (task_packages($task, $header, 1)) {
+                        print " $package\n" unless $seen{$package};
+                        $seen{$package} = 1;
+                    }
+                }
+
+                print "\n";
+        }
+}
+
+sub select_alternative {
+    my $pkglist = shift;
+    return $pkglist;
+}
+
+sub task_packages {
+        my ($task, $header, $includealldeps) = @_;
+        my @packages = $task;
+        foreach my $package (@{$taskinfo{$task}{$header}}) {
+                if ($package=~/\|/) {
+                        # Tasksel doesn't allow boolean or-ing of
+                        # dependencies. Just take the first one that is
+                        # available.
+                        my $ok=0;
+                        foreach my $alternative (split(' | ', $package)) {
+                                if (! exists $taskinfo{$alternative} &&
+                                    ! exists $available{$alternative}) {
+                                        if (! exists $missing{$alternative}) {
+                                                $missing{$alternative} = 1;
+                                        }
+                                }
+                                else {
+                                        print STDERR "task_packages: choosing $alternative from $package\n" if $debug;
+                                        $package=$alternative;
+                                        $ok=1;
+                                        last;
+                                }
+                        }
+                        if (! $ok) {
+                                next;
+                        }
+                }
+                if (exists $taskinfo{$package}) {
+                        # Add packages from task recursively, since
+                        # tasksel does not support dependent tasks of
+                        # the type used by debian-edu
+                        if (defined $includealldeps && $includealldeps) {
+                                for my $h (qw(Depends Recommends)) {
+
+                                        push(@packages, $package,
+                                             task_packages($package, $h, 1));
+                            }
+                        } else {
+                                push(@packages, $package,
+                                     task_packages($package, $header));
+                        }
+                }
+                else {
+                        push @packages, $package;
+                }
+        }
+        return @packages;
+}
+
+#
+# Check the APT cache, and find the packages currently available.
+#
+sub load_available_packages
+{
+    apt("update");
+    my $aptcache = apt("apt-cache");
+    open(APT, "$aptcache dump |") || die "Unable to start apt-cache";
+    my $pkg;
+    while (<APT>) {
+        chomp;
+        if (/^Package: (.+)$/) {
+            $pkg = $1;
+            print STDERR "Found pkg '$pkg'\n" if $debug;
+        }
+        if (/^\s+Version:\s+(.+)/) {
+            print STDERR " pkg $pkg = ver $1\n" if $debug;
+#           print "C: $pkg $available{$pkg} lt $1\n" if ( exists $available{$pkg});
+            $available{$pkg} = $1 if ( ! exists $available{$pkg} ||
+                                       $available{$pkg} lt $1 );
+        }
+    }
+}
+
+#
+# Load all tasks
+#
+sub load_tasks {
+    my $taskfile;
+
+    # First document their existence, so they can depend on each other.
+    for $taskfile (<tasks/*>) {
+        next if (($taskfile eq "tasks/CVS") || ($taskfile eq "tasks/.svn"));
+        next if ($taskfile =~ m/~$/);
+
+        my $curpkg = $taskfile;
+        $curpkg =~ s%tasks/%education-%;
+        $available{$curpkg} = "n/a";
+
+        push(@tasks, "$taskfile:$curpkg");
+    }
+
+    # Next, load their content.
+    my $foo;
+    for $foo (@tasks) {
+        my ($taskfile, $curpkg) = $foo =~ m/^(.+):(.+)$/;
+        next if ("tasks/CVS" eq $taskfile);
+
+        load_task($taskfile, $curpkg);
+    }
+}
+
+sub process_pkglist {
+    my $pkgstring = shift;
+    my @pkglist = ();
+    my @missinglist = ();
+    my $packages;
+    for $packages (split(/\s*,\s*/, $pkgstring)) {
+        print "E: double comma?: $_\n" if ($packages =~ /^\s*$/ && $debug);
+        my $package;
+        my @alternates=split(/\s*\|\s*/, $packages);
+        my $alternatecount=0;
+        for $package (@alternates) {
+            print STDERR "Loading pkg '$package'\n" if $debug;
+            if ($package =~ /^-(.+)$/) {
+                $excluded{$1} = 1;
+            } elsif ( !exists $available{$package} ) {
+                if ( !exists $missing{$package}) {
+                    $missing{$package} = 1;
+                }
+                push(@missinglist, $package);
+            } else {
+                if ($alternatecount == 0) {
+                    #push(@pkglist, $package) if (! exists $pkglist[$package]);
+                    push(@pkglist, $package);
+                }
+                else {
+                    $pkglist[-1].=" | $package";
+                }
+                $alternatecount++;
+
+                if ( ! $included{$package} ) {
+                    push(@wanted, $package);
+                    $included{$package} = 1;
+                }
+            }
+        }
+    }
+    return (\@pkglist, \@missinglist);
+}
+
+sub load_task {
+    my ($taskfile, $curpkg) = @_;
+    open(TASKFILE, "<$taskfile") || die "Unable to open $taskfile";
+    my $line;
+
+    $taskinfo{$curpkg} = ();
+
+    print STDERR "Loading task $curpkg\n" if $debug;
+
+    while (<TASKFILE>) {
+        chomp;
+        next if (m/^\#/); # Skip comments
+        $line = $_;
+
+        # Append multi-line
+        while ($line =~ /\\$/) {
+            $line =~ s/\s*\\//;
+            $_ = <TASKFILE>;
+            chomp;
+            $line .= $_;
+        }
+        # Remove trailing space
+        $line =~ s/\s+$//;
+
+        $_ = $line;
+        $taskinfo{$curpkg}{'Section'}      = $1 if (m/^Section:\s+(.+)$/);
+        $taskinfo{$curpkg}{'Architecture'} = $1 if (m/^Architecture:\s+(.+)$/);
+
+        $taskinfo{$curpkg}{'Priority'}     = $1 if (m/^Priority:\s+(.+)$/);
+
+        $taskinfo{$curpkg}{'Leaf'}         = $1 if (m/^Leaf:\s+(.+)$/);
+
+        if (m/^Description:\s+(.+)$/) {
+            $taskinfo{$curpkg}{'Description'} = $1;
+            $taskinfo{$curpkg}{'Description-long'} = "";
+            while (<TASKFILE>) {
+                # End of description, pass next line to pattern matching
+                last if (m/^\S+/ || m/^\s*$/);
+
+                $taskinfo{$curpkg}{'Description-long'} .= $_;
+            }
+        }
+
+        next unless defined $_;
+
+        my $header;
+        for $header (qw(Depends Recommends Suggests)) {
+            if (m/^$header:\s+(.+)$/ && $1 !~ /^\s*$/) {
+                $taskinfo{$curpkg}{$header} = ()
+                    if (! exists $taskinfo{$curpkg}{$header});
+                my ($pkglist, $missinglist) = process_pkglist($1);
+                push(@{$taskinfo{$curpkg}{$header}}, @{$pkglist});
+
+                # Avoid missing packages in Depends lists, allow them
+                # in the two others.  Insert missing depends in
+                # suggests list.
+                if (@{$missinglist}) {
+                    if ("Depends" eq $header) {
+                        push(@{$taskinfo{$curpkg}{'Suggests'}}, @{$missinglist});
+                    } else {
+                        push(@{$taskinfo{$curpkg}{$header}}, @{$missinglist});
+                    }
+                }
+            }
+        }
+
+        if (/^Avoid:\s+(.+)$/) {
+            my @pkgs = split(/\s*,\s*/, $1);
+            my $packages;
+            for $packages (@pkgs) {
+                my $package;
+                for $package (split(/\s*\|\s*/, $packages)) {
+                    $excluded{$package} = 1;
+                }
+            }
+        }
+
+        if (/^Ignore:\s+(.+)$/) {
+            my @pkgs = split(/\s*,\s*/, $1);
+            my $packages;
+            for $packages (@pkgs) {
+                my $package;
+                for $package (split(/\s*\|\s*/, $packages)) {
+                    # Remove explanations, ie the paranteses at the end.
+                    $package =~ s/\s*\([^\)]*\)\s*$//;
+                    $missing{$package} = 1;
+                }
+            }
+        }
+    }
+    close(TASKFILE);
+}
+
+sub print_excluded_packages {
+    print join("\n", sort keys %excluded),"\n";
+}
+
+sub print_available_packages {
+    print join("\n", @wanted),"\n";
+}
+
+sub print_all_pkgs_tasks {
+    my ($seenref, @tasks) = @_;
+
+    for my $header (qw(Depends Recommends Suggests)) {
+        print STDERR "  Processing $header\n" if $debug;
+        my %seentask;
+        for my $task (@tasks) {
+            print STDERR "   Printing $task\n" if $debug;
+            next if $seentask{$task};
+            $seentask{$task} = 1;
+
+            # Pick the first available if there are alternatives
+            my @pkgs = uniq($seenref, task_packages($task, $header), $task);
+            print join("\n", @pkgs), "\n" if @pkgs;
+        }
+    }
+}
+
+sub print_all_packages {
+    print STDERR "Printing all packages\n" if $debug;
+#    print join("\n", @wanted, keys %missing),"\n";
+
+    print "# First process the high priority tasks\n";
+    my %seenlist;
+    print_all_pkgs_tasks(\%seenlist, @priorityorder);
+
+    print "# Next process all the others, in alphabetic order\n";
+    print_all_pkgs_tasks(\%seenlist, sort keys %taskinfo);
+
+    print "# And last, the alternatives we dropped above\n";
+    print join("\n", uniq(\%seenlist, @wanted, sort keys %missing)),"\n";
+}
+
+sub print_missing_packages {
+    if (%missing) {
+        print STDERR "Missing or avoided packages:\n";
+        my $package;
+        for $package (sort keys %missing) {
+            if (exists $available{$package}) {
+                print STDERR "  $package (v$available{$package} available)\n";
+            } else {
+                print STDERR "  $package\n";
+            }
+        }
+        exit 1 unless $opts{'i'};
+    }
+}
diff --git a/debian-edu/pkglists/debian-edu-etch-main+ws.txt b/debian-edu/pkglists/debian-edu-etch-main+ws.txt
new file mode 100644
index 0000000..c09a6ac
--- /dev/null
+++ b/debian-edu/pkglists/debian-edu-etch-main+ws.txt
@@ -0,0 +1,811 @@
+acpi
+acpid
+adduser
+adept
+adept-common
+adept-installer
+adept-manager
+adept-notifier
+adept-updater
+alsa-base
+alsa-utils
+apache2
+apache2.2-common
+apache2-mpm-prefork
+apache2-utils
+app-install-data
+apt
+aptitude
+apt-listchanges
+apt-utils
+ark
+arping
+autofs
+autofs-ldap
+avahi-daemon
+base-files
+base-passwd
+bash
+bc
+bind9
+binutils
+bsdmainutils
+bsdutils
+bsh
+busybox
+bzip2
+ca-certificates
+cfengine2
+console-common
+console-data
+console-tools
+coreutils
+courier-authdaemon
+courier-authlib
+courier-authlib-ldap
+courier-authlib-userdb
+courier-base
+courier-imap
+courier-imap-ssl
+courier-ldap
+courier-ssl
+cpio
+cpp
+cpp-4.1
+cron
+cupsys
+cupsys-bsd
+cupsys-client
+cupsys-common
+cupsys-driver-gimpprint
+cupsys-driver-gutenprint
+dash
+db4.2-util
+dbus
+debconf
+debconf-i18n
+debconf-utils
+debian-archive-keyring
+debian-edu-archive-keyring
+debian-edu-artwork
+debian-edu-artwork-usplash
+debian-edu-config
+debian-edu-install
+debianutils
+debtags
+defoma
+desktop-profiles
+dhcp3-client
+dhcp3-common
+dhcp3-server
+dictionaries-common
+diff
+discover1
+discover1-data
+dmidecode
+dnsutils
+dpkg
+dpkg-dev
+dselect
+e2fslibs
+e2fsprogs
+ed
+education-common
+education-desktop-kde
+education-main-server
+education-networked
+education-standalone
+education-tasks
+education-workstation
+eject
+enscript
+esound-common
+etherwake
+ethtool
+exim4-base
+exim4-config
+exim4-daemon-heavy
+fastjar
+file
+findutils
+fontconfig
+fontconfig-config
+foomatic-filters
+foomatic-filters-ppds
+fping
+gcc-3.4-base
+gcc-4.1-base
+gcj-4.1-base
+gcompris
+gcompris-data
+gconf2
+gconf2-common
+gettext
+gettext-base
+gij-4.1
+gimp
+gimp-data
+gimp-data-extras
+gnash
+gnome-mime-data
+gnupg
+gnupg2
+gnupg-agent
+gperiodic
+gpgv
+grep
+groff-base
+grub
+gs-common
+gs-esp
+gsfonts
+gsfonts-x11
+gzip
+hal
+hdparm
+hicolor-icon-theme
+host
+hostname
+hpijs
+hpijs-ppds
+hwinfo
+ifplugd
+iftop
+ifupdown
+indi
+info
+initramfs-tools
+initscripts
+inkscape
+installation-report
+iproute
+iptables
+iputils-ping
+java-common
+java-gcj-compat
+kaddressbook
+kaddressbook-plugins
+kaffeine
+kaffeine-mozilla
+kalzium
+kalzium-data
+kappfinder
+kate
+kcalc
+kcharselect
+kcontrol
+kdebase
+kdebase-bin
+kdebase-data
+kdebase-kio-plugins
+kdeedu-data
+kdegraphics-kfile-plugins
+kde-i18n-de
+kde-i18n-el
+kde-i18n-es
+kde-i18n-fr
+kde-i18n-it
+kde-i18n-lv
+kde-i18n-nb
+kde-i18n-nn
+kde-i18n-se
+kdelibs4c2a
+kdelibs-data
+kdemultimedia-kio-plugins
+kdepasswd
+kdepim-kio-plugins
+kdeprint
+kdesktop
+kdf
+kdict
+kdm
+kfind
+kgeography
+kgeography-data
+kghostview
+khelpcenter
+kicker
+kino
+klibc-utils
+klipper
+klogd
+kmail
+kmenuedit
+kmix
+kmplot
+konq-plugins
+konqueror
+konqueror-nsplugins
+konqueror-plugin-gnash
+konsole
+korganizer
+kpager
+kpersonalizer
+kscreensaver
+kseg
+ksirc
+ksmserver
+ksnapshot
+ksplash
+kstars
+kstars-data
+ksysguard
+ksysguardd
+ktip
+ktouch
+ktuberling
+kwin
+lapack3
+laptop-detect
+ldap-utils
+less
+liba52-0.7.4
+libaa1
+libacl1
+libao2
+libapache2-mod-php5
+libapr1
+libaprutil1
+libart-2.0-2
+libarts1c2a
+libartsc0
+libasound2
+libaspell15
+libatk1.0-0
+libatm1
+libattr1
+libaudio2
+libaudiofile0
+libavahi-client3
+libavahi-common3
+libavahi-common-data
+libavahi-compat-libdnssd1
+libavahi-core4
+libavahi-glib1
+libavahi-qt3-1
+libavc1394-0
+libavcodec0d
+libavformat0d
+libbind9-0
+libblkid1
+libbluetooth2
+libbonobo2-0
+libbonobo2-common
+libbz2-1.0
+libc6
+libc6-i686
+libcaca0
+libcairo2
+libcap1
+libcdparanoia0
+libcomerr2
+libconfig-general-perl
+libconfig-inifiles-perl
+libconsole
+libconvert-asn1-perl
+libcrypt-passwdmd5-perl
+libcucul0
+libcupsimage2
+libcupsys2
+libcurl3
+libcurl3-gnutls
+libdaemon0
+libdb4.2
+libdb4.3
+libdb4.4
+libdbus-1-3
+libdbus-glib-1-2
+libdbus-qt-1-1c2
+libdc1394-13
+libdevmapper1.02
+libdigest-hmac-perl
+libdigest-sha1-perl
+libdirectfb-0.9-25
+libdiscover1
+libdns22
+libdrm2
+libdv4
+libedit2
+libesd0
+libevent1
+libexif12
+libexpat1
+libfam0
+libflac7
+libfontconfig1
+libfontenc1
+libfreetype6
+libfs6
+libg2c0
+libgc1c2
+libgcc1
+libgcj7-0
+libgcj7-jar
+libgcj-common
+libgcompris-1-0
+libgconf2-4
+libgcrypt11
+libgd2-noxpm
+libgdbm3
+libgimp2.0
+libgl1-mesa-dri
+libgl1-mesa-glx
+libglade2-0
+libglib2.0-0
+libglibmm-2.4-1c2a
+libglu1-mesa
+libgmp3c2
+libgnash0
+libgnokii3
+libgnomecanvas2-0
+libgnomecanvas2-common
+libgnomevfs2-0
+libgnomevfs2-common
+libgnutls13
+libgpg-error0
+libgpgme11
+libgphoto2-2
+libgphoto2-port0
+libgpmg1
+libgsm1
+libgssapi2
+libgstreamer0.10-0
+libgstreamer-plugins-base0.10-0
+libgtk2.0-0
+libgtk2.0-common
+libgtkglext1
+libgtkmm-2.4-1c2a
+libgutenprint2
+libhal1
+libhal-storage1
+libhd13
+libhsqldb-java
+libhtml-parser-perl
+libhtml-tagset-perl
+libhtml-template-perl
+libhtml-tree-perl
+libice6
+libicu36
+libidl0
+libidn11
+libiec61883-0
+libieee1284-3
+libiodbc2
+libio-multiplex-perl
+libisc11
+libisccc0
+libisccfg1
+libjack0.100.0-0
+libjasper-1.701-1
+libjaxp1.3-java
+libjline-java
+libjpeg62
+libjpeg-progs
+libkcal2b
+libkcddb1
+libkdeedu3
+libkdegames1
+libkdepim1a
+libkleopatra1
+libklibc
+libkmime2
+libkonq4
+libkpimexchange1
+libkpimidentities1
+libkrb53
+libksba8
+libksieve0
+libktnef1
+liblcms1
+libldap2
+libldap-2.3-0
+liblocale-gettext-perl
+liblockfile1
+libloudmouth1-0
+libltdl3
+liblua50
+liblualib50
+liblwres9
+liblzo1
+libmad0
+libmagic1
+libmdbtools
+libmimelib1c2a
+libmng1
+libmodplug0c2
+libmysqlclient15off
+libncurses5
+libncursesw5
+libneon26
+libnet1
+libnet-cidr-perl
+libnet-dns-perl
+libnet-ip-perl
+libnet-ldap-perl
+libnet-server-perl
+libnet-snmp-perl
+libnewt0.52
+libnfsidmap2
+libnspr4-0d
+libnss3-0d
+libnss-ldap
+libnss-mdns
+libogg0
+liboggflac3
+libopencdk8
+libopenexr2c2a
+liborbit2
+libpam0g
+libpam-ldap
+libpam-modules
+libpam-runtime
+libpam-ssh
+libpango1.0-0
+libpango1.0-common
+libpaper1
+libpcap0.7
+libpcap0.8
+libpci2
+libpcre3
+libperl5.8
+libpng12-0
+libpoppler0c2
+libpoppler0c2-qt
+libpopt0
+libportaudio0
+libpostproc0d
+libpq4
+libpth20
+libqt3-mt
+libqt4-core
+libqt4-gui
+libqt-perl
+libquicktime0
+libradius1
+libraw1394-8
+libreadline5
+librpcsecgss3
+librrd2
+librrds-perl
+librsync1
+libsamplerate0
+libsane
+libsasl2
+libsasl2-2
+libsasl2-modules
+libsdl1.2debian
+libsdl1.2debian-alsa
+libsdl-image1.2
+libsdl-mixer1.2
+libselinux1
+libsensors3
+libsepol1
+libservlet2.3-java
+libsigc++-2.0-0c2a
+libslang2
+libslp1
+libsm6
+libsmbclient
+libsmokeqt1
+libsmpeg0
+libsndfile1
+libsnmp9
+libsnmp-base
+libspeex1
+libsqlite3-0
+libss2
+libssl0.9.8
+libstartup-notification0
+libstdc++6
+libstlport4.6c2
+libsvga1
+libsysfs2
+libtag1c2a
+libtar
+libtasn1-3
+libtdb1
+libtext-charwidth-perl
+libtext-iconv-perl
+libtext-wrapi18n-perl
+libtheora0
+libtiff4
+libufsparse
+liburi-perl
+libusb-0.1-4
+libuuid1
+libvolume-id0
+libvorbis0a
+libvorbisenc2
+libvorbisfile3
+libwmf0.2-7
+libwpd8c2a
+libwrap0
+libwww-perl
+libx11-6
+libx11-data
+libxalan2-java
+libxau6
+libxaw7
+libxcomposite1
+libxcursor1
+libxdamage1
+libxdmcp6
+libxerces2-java
+libxext6
+libxfixes3
+libxfont1
+libxft2
+libxi6
+libxine1
+libxinerama1
+libxkbfile1
+libxml2
+libxmu6
+libxmuu1
+libxpm4
+libxrandr2
+libxrender1
+libxslt1.1
+libxss1
+libxt6
+libxt-java
+libxtrap6
+libxtst6
+libxv1
+libxvmc1
+libxxf86dga1
+libxxf86misc1
+libxxf86vm1
+links
+linux-image-2.6.18-4-686
+linux-image-2.6-686
+linux-sound-base
+locales
+login
+logrotate
+lsb-base
+lsof
+lsscsi
+lvm2
+lvm-common
+lwat
+lynx
+mailx
+make
+makedev
+makepasswd
+man-db
+manpages
+mawk
+mdetect
+memtester
+menu
+menu-xdg
+mii-diag
+mime-support
+mktemp
+module-init-tools
+mount
+mozilla-plugin-gnash
+mtools
+munin
+munin-node
+myspell-ca
+myspell-da
+myspell-de-de
+myspell-el-gr
+myspell-en-gb
+myspell-en-us
+myspell-es
+myspell-fr
+myspell-it
+myspell-nb
+myspell-nn
+mysql-common
+nagios2
+nagios2-common
+nagios2-doc
+nagios-plugins
+nagios-plugins-basic
+nagios-plugins-standard
+nano
+ncftp
+ncurses-base
+ncurses-bin
+netbase
+netcat
+net-tools
+nfs-common
+nfs-kernel-server
+ng-utils
+nictools-pci
+nmap
+nscd
+ntp
+ntpdate
+nullidentd
+openbsd-inetd
+openoffice.org
+openoffice.org-base
+openoffice.org-calc
+openoffice.org-common
+openoffice.org-core
+openoffice.org-draw
+openoffice.org-impress
+openoffice.org-java-common
+openoffice.org-l10n-ca
+openoffice.org-l10n-de
+openoffice.org-l10n-el
+openoffice.org-l10n-es
+openoffice.org-l10n-fr
+openoffice.org-l10n-nb
+openoffice.org-l10n-nl
+openoffice.org-l10n-nn
+openoffice.org-math
+openoffice.org-writer
+openssh-client
+openssh-server
+openssl
+passwd
+patch
+pciutils
+perl
+perl-base
+perl-modules
+php5
+php5-cli
+php5-common
+php5-ldap
+pmount
+pnm2ppa
+poppler-utils
+popularity-contest
+portmap
+poster
+procinfo
+procmail
+procps
+psmisc
+psutils
+python
+python2.4
+python2.4-minimal
+python-apt
+python-cairo
+python-central
+python-gtk2
+python-minimal
+python-numeric
+python-pysqlite2
+python-support
+python-uno
+python-xml
+qstat
+radiusclient1
+rdesktop
+rdiff-backup
+read-edid
+readline-common
+refblas3
+reportbug
+resolvconf
+rrdtool
+samba
+samba-common
+sane
+sed
+shared-mime-info
+sitesummary
+sitesummary-client
+slapd
+slbackup
+smarty
+smarty-gettext
+smbclient
+snmp
+squid
+squid-common
+ssh
+ssl-cert
+stopmotion
+strace
+sudo
+svgalibg1
+sysfsutils
+sysklogd
+sysutils
+sysvinit
+sysvinit-utils
+sysv-rc
+tar
+tasksel
+tasksel-data
+tcpd
+tcpdump
+tcptraceroute
+tdb-tools
+tofrodos
+traceroute
+ttf-dejavu
+ttf-freefont
+ttf-mgopen
+ttf-opensymbol
+type-handling
+tzdata
+ucf
+udev
+unifont
+unzip
+update-inetd
+usbutils
+usplash
+util-linux
+vim-common
+vim-tiny
+vorbis-tools
+wget
+whiptail
+x11-common
+xbase-clients
+xdebconfigurator
+xfonts-100dpi
+xfonts-75dpi
+xfonts-75dpi-transcoded
+xfonts-base
+xfonts-encodings
+xfonts-scalable
+xfonts-utils
+xfs
+xkb-data
+xorg
+xresprobe
+xsane
+xsane-common
+xserver-xorg
+xserver-xorg-core
+xserver-xorg-input-all
+xserver-xorg-input-evdev
+xserver-xorg-input-kbd
+xserver-xorg-input-mouse
+xserver-xorg-input-synaptics
+xserver-xorg-input-wacom
+xserver-xorg-video-all
+xserver-xorg-video-apm
+xserver-xorg-video-ark
+xserver-xorg-video-ati
+xserver-xorg-video-chips
+xserver-xorg-video-cirrus
+xserver-xorg-video-cyrix
+xserver-xorg-video-dummy
+xserver-xorg-video-fbdev
+xserver-xorg-video-glint
+xserver-xorg-video-i128
+xserver-xorg-video-i740
+xserver-xorg-video-i810
+xserver-xorg-video-imstt
+xserver-xorg-video-mga
+xserver-xorg-video-neomagic
+xserver-xorg-video-newport
+xserver-xorg-video-nsc
+xserver-xorg-video-nv
+xserver-xorg-video-rendition
+xserver-xorg-video-s3
+xserver-xorg-video-s3virge
+xserver-xorg-video-savage
+xserver-xorg-video-siliconmotion
+xserver-xorg-video-sis
+xserver-xorg-video-sisusb
+xserver-xorg-video-tdfx
+xserver-xorg-video-tga
+xserver-xorg-video-trident
+xserver-xorg-video-tseng
+xserver-xorg-video-v4l
+xserver-xorg-video-vesa
+xserver-xorg-video-vga
+xserver-xorg-video-via
+xserver-xorg-video-vmware
+xserver-xorg-video-voodoo
+xutils
+xutils-dev
+zip
+zlib1g
diff --git a/debian-edu/pkglists/debian-edu-etch-standalone.txt b/debian-edu/pkglists/debian-edu-etch-standalone.txt
new file mode 100644
index 0000000..02bc3b8
--- /dev/null
+++ b/debian-edu/pkglists/debian-edu-etch-standalone.txt
@@ -0,0 +1,706 @@
+acpi
+acpid
+adduser
+adept
+adept-common
+adept-installer
+adept-manager
+adept-notifier
+adept-updater
+alsa-base
+alsa-utils
+app-install-data
+apt
+aptitude
+apt-listchanges
+apt-utils
+ark
+arping
+avahi-daemon
+base-files
+base-passwd
+bash
+bc
+binutils
+bsdmainutils
+bsdutils
+bsh
+busybox
+bzip2
+ca-certificates
+cfengine2
+console-common
+console-data
+console-tools
+coreutils
+cpio
+cpp
+cpp-4.1
+cron
+cupsys
+cupsys-bsd
+cupsys-client
+cupsys-common
+cupsys-driver-gimpprint
+cupsys-driver-gutenprint
+dash
+dbus
+debconf
+debconf-i18n
+debconf-utils
+debian-archive-keyring
+debian-edu-archive-keyring
+debian-edu-artwork
+debian-edu-artwork-usplash
+debian-edu-config
+debian-edu-install
+debianutils
+debtags
+defoma
+desktop-profiles
+dhcp3-client
+dhcp3-common
+dictionaries-common
+diff
+discover1
+discover1-data
+dmidecode
+dpkg
+dpkg-dev
+dselect
+e2fslibs
+e2fsprogs
+ed
+education-common
+education-desktop-kde
+education-standalone
+education-tasks
+eject
+emacs21
+emacs21-bin-common
+emacs21-common
+emacsen-common
+enscript
+esound-common
+etherwake
+ethtool
+fastjar
+file
+findutils
+fontconfig
+fontconfig-config
+gcc-3.4-base
+gcc-4.1-base
+gcj-4.1-base
+gcompris
+gcompris-data
+gconf2
+gconf2-common
+gij-4.1
+gimp
+gimp-data
+gimp-data-extras
+gnash
+gnome-mime-data
+gnupg
+gnupg2
+gnupg-agent
+gperiodic
+gpgv
+grep
+groff-base
+grub
+gs-common
+gs-esp
+gsfonts
+gsfonts-x11
+gzip
+hal
+hdparm
+hicolor-icon-theme
+host
+hostname
+hwinfo
+ifplugd
+iftop
+ifupdown
+indi
+info
+initramfs-tools
+initscripts
+inkscape
+installation-report
+iproute
+iptables
+iputils-ping
+java-common
+java-gcj-compat
+kaddressbook
+kaddressbook-plugins
+kaffeine
+kaffeine-mozilla
+kalzium
+kalzium-data
+kappfinder
+kate
+kcalc
+kcharselect
+kcontrol
+kdebase
+kdebase-bin
+kdebase-data
+kdebase-kio-plugins
+kdeedu-data
+kdegraphics-kfile-plugins
+kde-i18n-de
+kde-i18n-el
+kde-i18n-es
+kde-i18n-fr
+kde-i18n-it
+kde-i18n-lv
+kde-i18n-nb
+kde-i18n-nn
+kde-i18n-se
+kdelibs4c2a
+kdelibs-data
+kdemultimedia-kio-plugins
+kdepasswd
+kdepim-kio-plugins
+kdeprint
+kdesktop
+kdf
+kdict
+kdm
+kfind
+kgeography
+kgeography-data
+kghostview
+khelpcenter
+kicker
+kino
+klibc-utils
+klipper
+klogd
+kmail
+kmenuedit
+kmix
+kmplot
+konq-plugins
+konqueror
+konqueror-nsplugins
+konqueror-plugin-gnash
+konsole
+korganizer
+kpager
+kpersonalizer
+kscreensaver
+kseg
+ksirc
+ksmserver
+ksnapshot
+ksplash
+kstars
+kstars-data
+ksysguard
+ksysguardd
+ktip
+ktouch
+ktuberling
+kwin
+lapack3
+laptop-detect
+less
+liba52-0.7.4
+libacl1
+libao2
+libart-2.0-2
+libarts1c2a
+libartsc0
+libasound2
+libaspell15
+libatk1.0-0
+libatm1
+libattr1
+libaudio2
+libaudiofile0
+libavahi-client3
+libavahi-common3
+libavahi-common-data
+libavahi-compat-libdnssd1
+libavahi-core4
+libavahi-glib1
+libavahi-qt3-1
+libavc1394-0
+libavcodec0d
+libavformat0d
+libblkid1
+libbluetooth2
+libbonobo2-0
+libbonobo2-common
+libbz2-1.0
+libc6
+libc6-i686
+libcaca0
+libcairo2
+libcap1
+libcdparanoia0
+libcomerr2
+libconfig-inifiles-perl
+libconsole
+libconvert-asn1-perl
+libcucul0
+libcupsimage2
+libcupsys2
+libcurl3
+libcurl3-gnutls
+libdaemon0
+libdb4.2
+libdb4.3
+libdb4.4
+libdbus-1-3
+libdbus-glib-1-2
+libdbus-qt-1-1c2
+libdc1394-13
+libdevmapper1.02
+libdirectfb-0.9-25
+libdiscover1
+libdrm2
+libdv4
+libedit2
+libesd0
+libexif12
+libexpat1
+libfam0
+libflac7
+libfontconfig1
+libfontenc1
+libfreetype6
+libfs6
+libg2c0
+libgc1c2
+libgcc1
+libgcj7-0
+libgcj7-jar
+libgcj-common
+libgcompris-1-0
+libgconf2-4
+libgcrypt11
+libgdbm3
+libgimp2.0
+libgl1-mesa-dri
+libgl1-mesa-glx
+libglade2-0
+libglib2.0-0
+libglibmm-2.4-1c2a
+libglu1-mesa
+libgmp3c2
+libgnash0
+libgnokii3
+libgnomecanvas2-0
+libgnomecanvas2-common
+libgnomevfs2-0
+libgnomevfs2-common
+libgnutls13
+libgpg-error0
+libgpgme11
+libgphoto2-2
+libgphoto2-port0
+libgpmg1
+libgsm1
+libgstreamer0.10-0
+libgstreamer-plugins-base0.10-0
+libgtk2.0-0
+libgtk2.0-common
+libgtkglext1
+libgtkmm-2.4-1c2a
+libgutenprint2
+libhal1
+libhal-storage1
+libhd13
+libhsqldb-java
+libhtml-parser-perl
+libhtml-tagset-perl
+libhtml-tree-perl
+libice6
+libicu36
+libidl0
+libidn11
+libiec61883-0
+libieee1284-3
+libjack0.100.0-0
+libjasper-1.701-1
+libjaxp1.3-java
+libjline-java
+libjpeg62
+libjpeg-progs
+libkcal2b
+libkcddb1
+libkdeedu3
+libkdegames1
+libkdepim1a
+libkleopatra1
+libklibc
+libkmime2
+libkonq4
+libkpimexchange1
+libkpimidentities1
+libkrb53
+libksba8
+libksieve0
+libktnef1
+liblcms1
+libldap2
+liblocale-gettext-perl
+liblockfile1
+libloudmouth1-0
+liblua50
+liblualib50
+liblzo1
+libmad0
+libmagic1
+libmdbtools
+libmimelib1c2a
+libmng1
+libmodplug0c2
+libncurses5
+libncursesw5
+libneon26
+libnet1
+libnet-ldap-perl
+libnewt0.52
+libnspr4-0d
+libnss3-0d
+libnss-mdns
+libogg0
+liboggflac3
+libopencdk8
+libopenexr2c2a
+liborbit2
+libpam0g
+libpam-modules
+libpam-runtime
+libpam-ssh
+libpango1.0-0
+libpango1.0-common
+libpaper1
+libpcap0.7
+libpcap0.8
+libpci2
+libpcre3
+libpng12-0
+libpoppler0c2
+libpoppler0c2-qt
+libpopt0
+libportaudio0
+libpostproc0d
+libpth20
+libqt3-mt
+libqt4-core
+libqt4-gui
+libqt-perl
+libquicktime0
+libraw1394-8
+libreadline5
+libsamplerate0
+libsane
+libsasl2
+libsasl2-2
+libsasl2-modules
+libsdl1.2debian
+libsdl1.2debian-alsa
+libsdl-image1.2
+libsdl-mixer1.2
+libselinux1
+libsensors3
+libsepol1
+libservlet2.3-java
+libsigc++-2.0-0c2a
+libslang2
+libslp1
+libsm6
+libsmbclient
+libsmokeqt1
+libsmpeg0
+libsndfile1
+libspeex1
+libsqlite3-0
+libss2
+libssl0.9.8
+libstartup-notification0
+libstdc++6
+libstlport4.6c2
+libsvga1
+libsysfs2
+libtag1c2a
+libtar
+libtasn1-3
+libtdb1
+libtext-charwidth-perl
+libtext-iconv-perl
+libtext-wrapi18n-perl
+libtheora0
+libtiff4
+libufsparse
+libungif4g
+liburi-perl
+libusb-0.1-4
+libuuid1
+libvolume-id0
+libvorbis0a
+libvorbisenc2
+libvorbisfile3
+libwmf0.2-7
+libwpd8c2a
+libwrap0
+libwww-perl
+libx11-6
+libx11-data
+libxalan2-java
+libxau6
+libxaw7
+libxcomposite1
+libxcursor1
+libxdamage1
+libxdmcp6
+libxerces2-java
+libxext6
+libxfixes3
+libxfont1
+libxft2
+libxi6
+libxine1
+libxinerama1
+libxkbfile1
+libxml2
+libxmu6
+libxmuu1
+libxpm4
+libxrandr2
+libxrender1
+libxslt1.1
+libxss1
+libxt6
+libxt-java
+libxtrap6
+libxtst6
+libxv1
+libxvmc1
+libxxf86dga1
+libxxf86misc1
+libxxf86vm1
+libaa1
+linux-image-2.6.18-4-686
+linux-image-2.6-686
+linux-sound-base
+locales
+login
+logrotate
+lsb-base
+lsof
+lsscsi
+lvm2
+lvm-common
+make
+makedev
+man-db
+manpages
+mawk
+mdetect
+memtester
+menu
+menu-xdg
+mii-diag
+mime-support
+mktemp
+module-init-tools
+mount
+mozilla-plugin-gnash
+mtools
+myspell-ca
+myspell-da
+myspell-de-de
+myspell-el-gr
+myspell-en-gb
+myspell-en-us
+myspell-es
+myspell-fr
+myspell-it
+myspell-nb
+myspell-nn
+nano
+ncftp
+ncurses-base
+ncurses-bin
+netbase
+netcat
+net-tools
+ng-utils
+nictools-pci
+nmap
+nscd
+nullidentd
+openbsd-inetd
+openoffice.org
+openoffice.org-base
+openoffice.org-calc
+openoffice.org-common
+openoffice.org-core
+openoffice.org-draw
+openoffice.org-impress
+openoffice.org-java-common
+openoffice.org-l10n-ca
+openoffice.org-l10n-de
+openoffice.org-l10n-el
+openoffice.org-l10n-es
+openoffice.org-l10n-fr
+openoffice.org-l10n-nb
+openoffice.org-l10n-nl
+openoffice.org-l10n-nn
+openoffice.org-math
+openoffice.org-writer
+openssh-client
+openssh-server
+openssl
+passwd
+patch
+pciutils
+perl
+perl-base
+perl-modules
+pmount
+poppler-utils
+popularity-contest
+poster
+procinfo
+procmail
+procps
+psmisc
+psutils
+python
+python2.4
+python2.4-minimal
+python-apt
+python-cairo
+python-central
+python-gtk2
+python-minimal
+python-numeric
+python-pysqlite2
+python-support
+python-uno
+python-xml
+rdesktop
+read-edid
+readline-common
+refblas3
+reportbug
+resolvconf
+sane
+sed
+shared-mime-info
+ssh
+ssl-cert
+stopmotion
+strace
+sudo
+svgalibg1
+sysfsutils
+sysklogd
+sysutils
+sysvinit
+sysvinit-utils
+sysv-rc
+tar
+tasksel
+tasksel-data
+tcpd
+tcpdump
+tcptraceroute
+tofrodos
+traceroute
+ttf-dejavu
+ttf-freefont
+ttf-mgopen
+ttf-opensymbol
+type-handling
+tzdata
+ucf
+udev
+unifont
+unzip
+update-inetd
+usbutils
+usplash
+util-linux
+vim
+vim-common
+vim-runtime
+vim-tiny
+vorbis-tools
+wget
+whiptail
+x11-common
+xaw3dg
+xbase-clients
+xdebconfigurator
+xfonts-100dpi
+xfonts-75dpi
+xfonts-75dpi-transcoded
+xfonts-base
+xfonts-encodings
+xfonts-scalable
+xfonts-utils
+xfs
+xkb-data
+xorg
+xresprobe
+xsane
+xsane-common
+xserver-xorg
+xserver-xorg-core
+xserver-xorg-input-all
+xserver-xorg-input-evdev
+xserver-xorg-input-kbd
+xserver-xorg-input-mouse
+xserver-xorg-input-synaptics
+xserver-xorg-input-wacom
+xserver-xorg-video-all
+xserver-xorg-video-apm
+xserver-xorg-video-ark
+xserver-xorg-video-ati
+xserver-xorg-video-chips
+xserver-xorg-video-cirrus
+xserver-xorg-video-cyrix
+xserver-xorg-video-dummy
+xserver-xorg-video-fbdev
+xserver-xorg-video-glint
+xserver-xorg-video-i128
+xserver-xorg-video-i740
+xserver-xorg-video-i810
+xserver-xorg-video-imstt
+xserver-xorg-video-mga
+xserver-xorg-video-neomagic
+xserver-xorg-video-newport
+xserver-xorg-video-nsc
+xserver-xorg-video-nv
+xserver-xorg-video-rendition
+xserver-xorg-video-s3
+xserver-xorg-video-s3virge
+xserver-xorg-video-savage
+xserver-xorg-video-siliconmotion
+xserver-xorg-video-sis
+xserver-xorg-video-sisusb
+xserver-xorg-video-tdfx
+xserver-xorg-video-tga
+xserver-xorg-video-trident
+xserver-xorg-video-tseng
+xserver-xorg-video-v4l
+xserver-xorg-video-vesa
+xserver-xorg-video-vga
+xserver-xorg-video-via
+xserver-xorg-video-vmware
+xserver-xorg-video-voodoo
+xutils
+xutils-dev
+zip
+zlib1g
diff --git a/debian-edu/pkglists/debian-edu-etch-ws.txt b/debian-edu/pkglists/debian-edu-etch-ws.txt
new file mode 100644
index 0000000..6b94685
--- /dev/null
+++ b/debian-edu/pkglists/debian-edu-etch-ws.txt
@@ -0,0 +1,725 @@
+acpi
+acpid
+adduser
+adept
+adept-common
+adept-installer
+adept-manager
+adept-notifier
+adept-updater
+alsa-base
+alsa-utils
+app-install-data
+apt
+aptitude
+apt-listchanges
+apt-utils
+ark
+arping
+autofs
+autofs-ldap
+avahi-daemon
+base-files
+base-passwd
+bash
+bc
+binutils
+bsdmainutils
+bsdutils
+bsh
+busybox
+bzip2
+ca-certificates
+cfengine2
+console-common
+console-data
+console-tools
+coreutils
+cpio
+cpp
+cpp-4.1
+cron
+cupsys
+cupsys-bsd
+cupsys-client
+cupsys-common
+cupsys-driver-gimpprint
+cupsys-driver-gutenprint
+dash
+dbus
+debconf
+debconf-i18n
+debconf-utils
+debian-archive-keyring
+debian-edu-archive-keyring
+debian-edu-artwork
+debian-edu-artwork-usplash
+debian-edu-config
+debian-edu-install
+debianutils
+debtags
+defoma
+desktop-profiles
+dhcp3-client
+dhcp3-common
+dictionaries-common
+diff
+discover1
+discover1-data
+dmidecode
+dpkg
+dpkg-dev
+dselect
+e2fslibs
+e2fsprogs
+ed
+education-common
+education-desktop-kde
+education-networked
+education-standalone
+education-tasks
+education-workstation
+eject
+enscript
+esound-common
+etherwake
+ethtool
+fastjar
+file
+findutils
+fontconfig
+fontconfig-config
+foomatic-filters
+foomatic-filters-ppds
+gcc-3.4-base
+gcc-4.1-base
+gcj-4.1-base
+gcompris
+gcompris-data
+gconf2
+gconf2-common
+gij-4.1
+gimp
+gimp-data
+gimp-data-extras
+gnash
+gnome-mime-data
+gnupg
+gnupg2
+gnupg-agent
+gperiodic
+gpgv
+grep
+groff-base
+grub
+gs-common
+gs-esp
+gsfonts
+gsfonts-x11
+gzip
+hal
+hdparm
+hicolor-icon-theme
+host
+hostname
+hpijs
+hpijs-ppds
+hwinfo
+ifplugd
+iftop
+ifupdown
+indi
+info
+initramfs-tools
+initscripts
+inkscape
+installation-report
+iproute
+iptables
+iputils-ping
+java-common
+java-gcj-compat
+kaddressbook
+kaddressbook-plugins
+kaffeine
+kaffeine-mozilla
+kalzium
+kalzium-data
+kappfinder
+kate
+kcalc
+kcharselect
+kcontrol
+kdebase
+kdebase-bin
+kdebase-data
+kdebase-kio-plugins
+kdeedu-data
+kdegraphics-kfile-plugins
+kde-i18n-de
+kde-i18n-el
+kde-i18n-es
+kde-i18n-fr
+kde-i18n-it
+kde-i18n-lv
+kde-i18n-nb
+kde-i18n-nn
+kde-i18n-se
+kdelibs4c2a
+kdelibs-data
+kdemultimedia-kio-plugins
+kdepasswd
+kdepim-kio-plugins
+kdeprint
+kdesktop
+kdf
+kdict
+kdm
+kfind
+kgeography
+kgeography-data
+kghostview
+khelpcenter
+kicker
+kino
+klibc-utils
+klipper
+klogd
+kmail
+kmenuedit
+kmix
+kmplot
+konq-plugins
+konqueror
+konqueror-nsplugins
+konqueror-plugin-gnash
+konsole
+korganizer
+kpager
+kpersonalizer
+kscreensaver
+kseg
+ksirc
+ksmserver
+ksnapshot
+ksplash
+kstars
+kstars-data
+ksysguard
+ksysguardd
+ktip
+ktouch
+ktuberling
+kwin
+lapack3
+laptop-detect
+ldap-utils
+less
+liba52-0.7.4
+libaa1
+libacl1
+libao2
+libart-2.0-2
+libarts1c2a
+libartsc0
+libasound2
+libaspell15
+libatk1.0-0
+libatm1
+libattr1
+libaudio2
+libaudiofile0
+libavahi-client3
+libavahi-common3
+libavahi-common-data
+libavahi-compat-libdnssd1
+libavahi-core4
+libavahi-glib1
+libavahi-qt3-1
+libavc1394-0
+libavcodec0d
+libavformat0d
+libblkid1
+libbluetooth2
+libbonobo2-0
+libbonobo2-common
+libbz2-1.0
+libc6
+libc6-i686
+libcaca0
+libcairo2
+libcap1
+libcdparanoia0
+libcomerr2
+libconfig-inifiles-perl
+libconsole
+libconvert-asn1-perl
+libcucul0
+libcupsimage2
+libcupsys2
+libcurl3
+libcurl3-gnutls
+libdaemon0
+libdb4.2
+libdb4.3
+libdb4.4
+libdbus-1-3
+libdbus-glib-1-2
+libdbus-qt-1-1c2
+libdc1394-13
+libdevmapper1.02
+libdirectfb-0.9-25
+libdiscover1
+libdrm2
+libdv4
+libedit2
+libesd0
+libevent1
+libexif12
+libexpat1
+libfam0
+libflac7
+libfontconfig1
+libfontenc1
+libfreetype6
+libfs6
+libg2c0
+libgc1c2
+libgcc1
+libgcj7-0
+libgcj7-jar
+libgcj-common
+libgcompris-1-0
+libgconf2-4
+libgcrypt11
+libgdbm3
+libgimp2.0
+libgl1-mesa-dri
+libgl1-mesa-glx
+libglade2-0
+libglib2.0-0
+libglibmm-2.4-1c2a
+libglu1-mesa
+libgmp3c2
+libgnash0
+libgnokii3
+libgnomecanvas2-0
+libgnomecanvas2-common
+libgnomevfs2-0
+libgnomevfs2-common
+libgnutls13
+libgpg-error0
+libgpgme11
+libgphoto2-2
+libgphoto2-port0
+libgpmg1
+libgsm1
+libgssapi2
+libgstreamer0.10-0
+libgstreamer-plugins-base0.10-0
+libgtk2.0-0
+libgtk2.0-common
+libgtkglext1
+libgtkmm-2.4-1c2a
+libgutenprint2
+libhal1
+libhal-storage1
+libhd13
+libhsqldb-java
+libhtml-parser-perl
+libhtml-tagset-perl
+libhtml-tree-perl
+libice6
+libicu36
+libidl0
+libidn11
+libiec61883-0
+libieee1284-3
+libio-multiplex-perl
+libjack0.100.0-0
+libjasper-1.701-1
+libjaxp1.3-java
+libjline-java
+libjpeg62
+libjpeg-progs
+libkcal2b
+libkcddb1
+libkdeedu3
+libkdegames1
+libkdepim1a
+libkleopatra1
+libklibc
+libkmime2
+libkonq4
+libkpimexchange1
+libkpimidentities1
+libkrb53
+libksba8
+libksieve0
+libktnef1
+liblcms1
+libldap2
+libldap-2.3-0
+liblocale-gettext-perl
+libloudmouth1-0
+liblua50
+liblualib50
+liblzo1
+libmad0
+libmagic1
+libmdbtools
+libmimelib1c2a
+libmng1
+libmodplug0c2
+libncurses5
+libncursesw5
+libneon26
+libnet1
+libnet-cidr-perl
+libnet-ldap-perl
+libnet-server-perl
+libnewt0.52
+libnfsidmap2
+libnspr4-0d
+libnss3-0d
+libnss-ldap
+libnss-mdns
+libogg0
+liboggflac3
+libopencdk8
+libopenexr2c2a
+liborbit2
+libpam0g
+libpam-ldap
+libpam-modules
+libpam-runtime
+libpam-ssh
+libpango1.0-0
+libpango1.0-common
+libpaper1
+libpcap0.7
+libpcap0.8
+libpci2
+libpcre3
+libpng12-0
+libpoppler0c2
+libpoppler0c2-qt
+libpopt0
+libportaudio0
+libpostproc0d
+libpth20
+libqt3-mt
+libqt4-core
+libqt4-gui
+libqt-perl
+libquicktime0
+libraw1394-8
+libreadline5
+librpcsecgss3
+libsamplerate0
+libsane
+libsasl2
+libsasl2-2
+libsasl2-modules
+libsdl1.2debian
+libsdl1.2debian-alsa
+libsdl-image1.2
+libsdl-mixer1.2
+libselinux1
+libsensors3
+libsepol1
+libservlet2.3-java
+libsigc++-2.0-0c2a
+libslang2
+libslp1
+libsm6
+libsmbclient
+libsmokeqt1
+libsmpeg0
+libsndfile1
+libsnmp9
+libsnmp-base
+libspeex1
+libsqlite3-0
+libss2
+libssl0.9.8
+libstartup-notification0
+libstdc++6
+libstlport4.6c2
+libsvga1
+libsysfs2
+libtag1c2a
+libtar
+libtasn1-3
+libtdb1
+libtext-charwidth-perl
+libtext-iconv-perl
+libtext-wrapi18n-perl
+libtheora0
+libtiff4
+libufsparse
+liburi-perl
+libusb-0.1-4
+libuuid1
+libvolume-id0
+libvorbis0a
+libvorbisenc2
+libvorbisfile3
+libwmf0.2-7
+libwpd8c2a
+libwrap0
+libwww-perl
+libx11-6
+libx11-data
+libxalan2-java
+libxau6
+libxaw7
+libxcomposite1
+libxcursor1
+libxdamage1
+libxdmcp6
+libxerces2-java
+libxext6
+libxfixes3
+libxfont1
+libxft2
+libxi6
+libxine1
+libxinerama1
+libxkbfile1
+libxml2
+libxmu6
+libxmuu1
+libxpm4
+libxrandr2
+libxrender1
+libxslt1.1
+libxss1
+libxt6
+libxt-java
+libxtrap6
+libxtst6
+libxv1
+libxvmc1
+libxxf86dga1
+libxxf86misc1
+libxxf86vm1
+linux-image-2.6.18-4-686
+linux-image-2.6-686
+linux-sound-base
+locales
+login
+logrotate
+lsb-base
+lsof
+lsscsi
+lvm2
+lvm-common
+make
+makedev
+man-db
+manpages
+mawk
+mdetect
+memtester
+menu
+menu-xdg
+mii-diag
+mime-support
+mktemp
+module-init-tools
+mount
+mozilla-plugin-gnash
+mtools
+munin-node
+myspell-ca
+myspell-da
+myspell-de-de
+myspell-el-gr
+myspell-en-gb
+myspell-en-us
+myspell-es
+myspell-fr
+myspell-it
+myspell-nb
+myspell-nn
+nano
+ncftp
+ncurses-base
+ncurses-bin
+netbase
+netcat
+net-tools
+nfs-common
+ng-utils
+nictools-pci
+nmap
+nscd
+ntp
+ntpdate
+nullidentd
+openbsd-inetd
+openoffice.org
+openoffice.org-base
+openoffice.org-calc
+openoffice.org-common
+openoffice.org-core
+openoffice.org-draw
+openoffice.org-impress
+openoffice.org-java-common
+openoffice.org-l10n-ca
+openoffice.org-l10n-de
+openoffice.org-l10n-el
+openoffice.org-l10n-es
+openoffice.org-l10n-fr
+openoffice.org-l10n-nb
+openoffice.org-l10n-nl
+openoffice.org-l10n-nn
+openoffice.org-math
+openoffice.org-writer
+openssh-client
+openssh-server
+openssl
+passwd
+patch
+pciutils
+perl
+perl-base
+perl-modules
+pmount
+pnm2ppa
+poppler-utils
+popularity-contest
+portmap
+poster
+procinfo
+procmail
+procps
+psmisc
+psutils
+python
+python2.4
+python2.4-minimal
+python-apt
+python-cairo
+python-central
+python-gtk2
+python-minimal
+python-numeric
+python-pysqlite2
+python-support
+python-uno
+python-xml
+rdesktop
+read-edid
+readline-common
+refblas3
+reportbug
+resolvconf
+sane
+sed
+shared-mime-info
+sitesummary-client
+ssh
+ssl-cert
+stopmotion
+strace
+sudo
+svgalibg1
+sysfsutils
+sysklogd
+sysutils
+sysvinit
+sysvinit-utils
+sysv-rc
+tar
+tasksel
+tasksel-data
+tcpd
+tcpdump
+tcptraceroute
+tofrodos
+traceroute
+ttf-dejavu
+ttf-freefont
+ttf-mgopen
+ttf-opensymbol
+type-handling
+tzdata
+ucf
+udev
+unifont
+unzip
+update-inetd
+usbutils
+usplash
+util-linux
+vim-common
+vim-tiny
+vorbis-tools
+wget
+whiptail
+x11-common
+xbase-clients
+xdebconfigurator
+xfonts-100dpi
+xfonts-75dpi
+xfonts-75dpi-transcoded
+xfonts-base
+xfonts-encodings
+xfonts-scalable
+xfonts-utils
+xfs
+xkb-data
+xorg
+xresprobe
+xsane
+xsane-common
+xserver-xorg
+xserver-xorg-core
+xserver-xorg-input-all
+xserver-xorg-input-evdev
+xserver-xorg-input-kbd
+xserver-xorg-input-mouse
+xserver-xorg-input-synaptics
+xserver-xorg-input-wacom
+xserver-xorg-video-all
+xserver-xorg-video-apm
+xserver-xorg-video-ark
+xserver-xorg-video-ati
+xserver-xorg-video-chips
+xserver-xorg-video-cirrus
+xserver-xorg-video-cyrix
+xserver-xorg-video-dummy
+xserver-xorg-video-fbdev
+xserver-xorg-video-glint
+xserver-xorg-video-i128
+xserver-xorg-video-i740
+xserver-xorg-video-i810
+xserver-xorg-video-imstt
+xserver-xorg-video-mga
+xserver-xorg-video-neomagic
+xserver-xorg-video-newport
+xserver-xorg-video-nsc
+xserver-xorg-video-nv
+xserver-xorg-video-rendition
+xserver-xorg-video-s3
+xserver-xorg-video-s3virge
+xserver-xorg-video-savage
+xserver-xorg-video-siliconmotion
+xserver-xorg-video-sis
+xserver-xorg-video-sisusb
+xserver-xorg-video-tdfx
+xserver-xorg-video-tga
+xserver-xorg-video-trident
+xserver-xorg-video-tseng
+xserver-xorg-video-v4l
+xserver-xorg-video-vesa
+xserver-xorg-video-vga
+xserver-xorg-video-via
+xserver-xorg-video-vmware
+xserver-xorg-video-voodoo
+xutils
+xutils-dev
+zip
+zlib1g
diff --git a/debian-edu/pkglists/etch-desktop-kde+laptop.txt b/debian-edu/pkglists/etch-desktop-kde+laptop.txt
new file mode 100644
index 0000000..c1ad47d
--- /dev/null
+++ b/debian-edu/pkglists/etch-desktop-kde+laptop.txt
@@ -0,0 +1,956 @@
+acpi
+acpid
+acpi-support
+adduser
+akregator
+alsa-base
+alsa-utils
+amor
+anacron
+apmd
+apt
+aptitude
+apt-utils
+ark
+arts
+artsbuilder
+at
+atlantik
+atlantikdesigner
+avahi-daemon
+base-files
+base-passwd
+bash
+bc
+bind9-host
+binutils
+blinken
+bluetooth
+bluez-utils
+bsdmainutils
+bsdutils
+bsh
+busybox
+ca-certificates
+cdparanoia
+console-common
+console-data
+console-tools
+coreutils
+cpio
+cpp
+cpp-4.1
+cpufrequtils
+cron
+cryptsetup
+cupsys
+cupsys-bsd
+cupsys-client
+cupsys-common
+cupsys-driver-gutenprint
+cvs
+dbus
+dc
+dcoprss
+debconf
+debconf-i18n
+debian-archive-keyring
+debianutils
+defoma
+desktop-base
+dhcdbd
+dhcp3-client
+dhcp3-common
+dictionaries-common
+diff
+dirmngr
+discover1
+discover1-data
+dmidecode
+dmsetup
+dnsutils
+doc-debian
+doc-linux-text
+dosfstools
+dpkg
+dpkg-dev
+dselect
+e2fslibs
+e2fsprogs
+ed
+edict
+eject
+enscript
+esound-common
+exim4
+exim4-base
+exim4-config
+exim4-daemon-light
+eyesapplet
+fifteenapplet
+file
+findutils
+finger
+fontconfig
+fontconfig-config
+foomatic-db
+foomatic-db-engine
+foomatic-db-gutenprint
+foomatic-db-hpijs
+foomatic-filters
+foomatic-filters-ppds
+foomatic-gui
+ftp
+gcc-3.4-base
+gcc-4.1-base
+gcj-4.1-base
+gconf2
+gconf2-common
+genisoimage
+gettext
+gettext-base
+gij
+gij-4.1
+gimp
+gimp-data
+gimp-print
+gksu
+gnome-keyring
+gnome-media-common
+gnome-mime-data
+gnupg
+gnupg2
+gnupg-agent
+gpgsm
+gpgv
+grep
+groff-base
+grub
+gs-common
+gs-esp
+gsfonts
+gzip
+hal
+hdparm
+hibernate
+hicolor-icon-theme
+hostname
+hotkey-setup
+hpijs
+hpijs-ppds
+hplip
+hplip-data
+iamerican
+ibritish
+iceweasel
+ifupdown
+ijsgutenprint
+imlib11
+imlib-base
+indi
+info
+initramfs-tools
+initscripts
+installation-report
+iproute
+iptables
+iputils-arping
+iputils-ping
+ispell
+juk
+k3b
+kaboodle
+kaddressbook
+kaddressbook-plugins
+kalarm
+kalzium
+kalzium-data
+kamera
+kanagram
+kandy
+kanjidic
+kappfinder
+karm
+kasteroids
+kate
+kate-plugins
+katomic
+kaudiocreator
+kbackgammon
+kbattleship
+kblackbox
+kbounce
+kbruch
+kbstate
+kcalc
+kcharselect
+kcoloredit
+kcontrol
+kcron
+kdat
+kde
+kdeaccessibility
+kdeaddons
+kdeaddons-kfile-plugins
+kdeadmin
+kdeadmin-kfile-plugins
+kde-amusements
+kdeartwork
+kdeartwork-emoticons
+kdeartwork-misc
+kdeartwork-style
+kdeartwork-theme-icon
+kdeartwork-theme-window
+kdebase
+kdebase-bin
+kdebase-data
+kdebase-kio-plugins
+kde-core
+kdeedu
+kdeedu-data
+kdegames
+kdegames-card-data
+kdegraphics
+kdegraphics-kfile-plugins
+kdelibs
+kdelibs4c2a
+kdelibs-data
+kdelirc
+kdemultimedia
+kdemultimedia-kappfinder-data
+kdemultimedia-kfile-plugins
+kdemultimedia-kio-plugins
+kdenetwork
+kdenetwork-kfile-plugins
+kdepasswd
+kdepim
+kdepim-kfile-plugins
+kdepim-kio-plugins
+kdepim-kresources
+kdepim-wizards
+kdeprint
+kdesktop
+kdessh
+kdetoys
+kdeutils
+kdewallpapers
+kdewebdev
+kdf
+kdict
+kdm
+kdnssd
+kdvi
+kedit
+keduca
+kenolaba
+kfax
+kfaxview
+kfilereplace
+kfind
+kfloppy
+kfouleggs
+kgamma
+kget
+kghostview
+kgoldrunner
+kgpg
+khangman
+khelpcenter
+khexedit
+kicker
+kicker-applets
+kiconedit
+kig
+kimagemapeditor
+kitchensync
+kiten
+kjots
+kjumpingcube
+klaptopdaemon
+klatin
+kleopatra
+klettres
+klettres-data
+klibc-utils
+klickety
+klines
+klinkstatus
+klipper
+klogd
+kmag
+kmahjongg
+kmail
+kmailcvt
+kmenuedit
+kmid
+kmilo
+kmines
+kmix
+kmoon
+kmousetool
+kmouth
+kmplot
+kmrml
+knetwalk
+knetworkconf
+knewsticker
+knewsticker-scripts
+knode
+knotes
+kodo
+kolf
+kolourpaint
+kommander
+konq-plugins
+konqueror
+konqueror-nsplugins
+konquest
+konsole
+konsolekalendar
+kontact
+kooka
+kopete
+korganizer
+korn
+kpackage
+kpager
+kpat
+kpdf
+kpercentage
+kpersonalizer
+kpf
+kpilot
+kpoker
+kpovmodeler
+kppp
+krdc
+krec
+kregexpeditor
+kreversi
+krfb
+kruler
+ksame
+ksayit
+kscd
+kscreensaver
+kscreensaver-xsavers
+kshisen
+ksig
+ksim
+ksirc
+ksirtet
+ksmiletris
+ksmserver
+ksnake
+ksnapshot
+ksokoban
+kspaceduel
+ksplash
+kstars
+kstars-data
+ksvg
+ksync
+ksysguard
+ksysguardd
+ksysv
+kteatime
+ktimer
+ktip
+ktnef
+ktouch
+ktron
+kttsd
+ktuberling
+kturtle
+ktux
+kuickshow
+kuser
+kverbos
+kview
+kviewshell
+kvoctrain
+kwalletmanager
+kweather
+kwifimanager
+kwin
+kwin4
+kwordquiz
+kworldclock
+kxsldbg
+lapack3
+laptop-detect
+less
+liba52-0.7.4
+libaa1
+libacl1
+libakode2
+libapm1
+libart-2.0-2
+libarts1-akode
+libarts1-audiofile
+libarts1c2a
+libarts1-mpeglib
+libarts1-xine
+libartsc0
+libasound2
+libaspell15
+libatk1.0-0
+libatm1
+libattr1
+libaudio2
+libaudiofile0
+libavahi-client3
+libavahi-common3
+libavahi-common-data
+libavahi-compat-libdnssd1
+libavahi-core4
+libavahi-glib1
+libavahi-qt3-1
+libavcodec0d
+libbind9-0
+libblkid1
+libbluetooth2
+libbonobo2-0
+libbonobo2-common
+libbonoboui2-0
+libbonoboui2-common
+libboost-python1.33.1
+libbz2-1.0
+libc6
+libc6-i686
+libcairo2
+libcap1
+libcdparanoia0
+libcomerr2
+libconsole
+libconvert-binhex-perl
+libcpufreq0
+libcroco3
+libcrypt-ssleay-perl
+libcupsimage2
+libcupsys2
+libcurl3
+libcvsservice0
+libdaemon0
+libdb4.2
+libdb4.3
+libdb4.3++c2
+libdb4.4
+libdbus-1-3
+libdbus-glib-1-2
+libdbus-qt-1-1c2
+libdevmapper1.02
+libdirectfb-0.9-25
+libdiscover1
+libdns22
+libdrm2
+libedit2
+libesd0
+libevent1
+libexif12
+libexpat1
+libfam0
+libfinance-quote-perl
+libflac++5
+libflac7
+libfontconfig1
+libfontenc1
+libfreetype6
+libfribidi0
+libfs6
+libg2c0
+libgadu3
+libgail17
+libgail-common
+libgc1c2
+libgcc1
+libgcj7-0
+libgcj-bc
+libgcj-common
+libgconf2-4
+libgcrypt11
+libgda2-3
+libgda2-common
+libgdbm3
+libgdl-1-0
+libgdl-1-common
+libgimp2.0
+libgksu1.2-0
+libgksu2-0
+libgksuui1.0-1
+libgl1-mesa-dri
+libgl1-mesa-glx
+libglade2-0
+libglib2.0-0
+libglu1-mesa
+libgmp3c2
+libgnokii3
+libgnome2-0
+libgnome2-common
+libgnomecanvas2-0
+libgnomecanvas2-common
+libgnomecups1.0-1
+libgnome-keyring0
+libgnome-media0
+libgnomeprint2.2-0
+libgnomeprint2.2-data
+libgnomeprintui2.2-0
+libgnomeprintui2.2-common
+libgnomeui-0
+libgnomeui-common
+libgnomevfs2-0
+libgnomevfs2-common
+libgnutls13
+libgpg-error0
+libgpgme11
+libgphoto2-2
+libgphoto2-port0
+libgpmg1
+libgsf-1-114
+libgsf-1-common
+libgsm1
+libgsmme1c2a
+libgssapi2
+libgstreamer0.10-0
+libgstreamer-plugins-base0.10-0
+libgtk2.0-0
+libgtk2.0-bin
+libgtk2.0-common
+libgtkhtml2-0
+libgtksourceview1.0-0
+libgtksourceview-common
+libgtkspell0
+libgtop2-7
+libgtop2-common
+libgutenprint2
+libgutenprintui2-1
+libhal1
+libhal-storage1
+libhsqldb-java
+libhtml-parser-perl
+libhtml-tableextract-perl
+libhtml-tagset-perl
+libhtml-tree-perl
+libice6
+libicu36
+libidl0
+libidn11
+libieee1284-3
+libijs-0.35
+libindex0
+libio-stringy-perl
+libisc11
+libisccc0
+libisccfg1
+libiw28
+libjack0.100.0-0
+libjasper-1.701-1
+libjaxp1.3-java
+libjline-java
+libjpeg62
+libjpeg-progs
+libk3b2
+libkcal2b
+libkcddb1
+libkdeedu3
+libkdegames1
+libkdepim1a
+libkgantt0
+libkiten1
+libkleopatra1
+libklibc
+libkmime2
+libkonq4
+libkpimexchange1
+libkpimidentities1
+libkrb53
+libksba8
+libkscan1
+libksieve0
+libktnef1
+liblcms1
+libldap2
+liblocale-gettext-perl
+liblockdev1
+liblockfile1
+liblua50
+liblualib50
+liblwres9
+liblzo1
+libmad0
+libmagic1
+libmailtools-perl
+libmdbtools
+libmeanwhile1
+libmetacity0
+libmimelib1c2a
+libmime-perl
+libmng1
+libmodplug0c2
+libmozjs0d
+libmpcdec3
+libmusicbrainz4c2a
+libmyspell3c2
+libnautilus-burn3
+libncurses5
+libncursesw5
+libneon26
+libnews-nntpclient-perl
+libnewt0.52
+libnfsidmap2
+libnl1-pre6
+libnm-util0
+libnspr4-0d
+libnss3-0d
+libnss-mdns
+libogg0
+liboggflac3
+libopencdk8
+libopenexr2c2a
+liborbit2
+libpam0g
+libpam-modules
+libpam-runtime
+libpanel-applet2-0
+libpango1.0-0
+libpango1.0-common
+libpaper1
+libpcap0.8
+libpci2
+libpcre3
+libpisock9
+libpng12-0
+libpoppler0c2
+libpoppler0c2-qt
+libpopt0
+libportaudio0
+libpostproc0d
+libpth20
+libqt3-mt
+libqt-perl
+libraw1394-8
+libreadline5
+librpcsecgss3
+librss1
+librsvg2-2
+librsvg2-common
+libsamplerate0
+libsane
+libsasl2
+libsasl2-2
+libsasl2-modules
+libsdl1.2debian
+libsdl1.2debian-alsa
+libselinux1
+libsemanage1
+libsensors3
+libsepol1
+libservlet2.3-java
+libsigc++-2.0-0c2a
+libslang2
+libslp1
+libsm6
+libsmbclient
+libsmokeqt1
+libsndfile1
+libsnmp9
+libsnmp-base
+libspeex1
+libss2
+libssl0.9.8
+libstartup-notification0
+libstdc++6
+libstlport4.6c2
+libsvga1
+libsysfs2
+libtag1c2a
+libtasn1-3
+libtasn1-3-bin
+libtext-charwidth-perl
+libtext-iconv-perl
+libtext-wrapi18n-perl
+libtheora0
+libtidy-0.99-0
+libtiff4
+libtiff-tools
+libtimedate-perl
+libtotem-plparser1
+libtunepimp3
+libtunepimp-bin
+libufsparse
+libungif4g
+liburi-perl
+libusb-0.1-4
+libuuid1
+libvolume-id0
+libvorbis0a
+libvorbisenc2
+libvorbisfile3
+libwmf0.2-7
+libwnck18
+libwnck-common
+libwpd8c2a
+libwrap0
+libwww-perl
+libx11-6
+libx11-data
+libxalan2-java
+libxau6
+libxaw7
+libxcomposite1
+libxcursor1
+libxdamage1
+libxdmcp6
+libxerces2-java
+libxext6
+libxfixes3
+libxfont1
+libxft2
+libxi6
+libxine1
+libxinerama1
+libxkbfile1
+libxml2
+libxmu6
+libxmuu1
+libxp6
+libxpm4
+libxrandr2
+libxrender1
+libxres1
+libxslt1.1
+libxss1
+libxt6
+libxt-java
+libxtrap6
+libxtst6
+libxul0d
+libxul-common
+libxv1
+libxvmc1
+libxxf86dga1
+libxxf86misc1
+libxxf86vm1
+linux-image-2.6.18-4-686
+linux-image-2.6-686
+linux-sound-base
+locales
+login
+logrotate
+lsb-base
+lskat
+lsof
+lvm2
+lvm-common
+m4
+mailx
+make
+makedev
+man-db
+manpages
+mawk
+menu
+menu-xdg
+metacity-common
+mime-support
+mktemp
+module-init-tools
+mount
+mpack
+mpeglib
+mtools
+mtr-tiny
+mutt
+myspell-en-us
+nano
+ncurses-base
+ncurses-bin
+ncurses-term
+netbase
+netcat
+net-tools
+network-manager
+network-manager-kde
+networkstatus
+nfs-common
+noatun
+noatun-plugins
+openbsd-inetd
+openoffice.org
+openoffice.org-base
+openoffice.org-calc
+openoffice.org-common
+openoffice.org-core
+openoffice.org-draw
+openoffice.org-gcj
+openoffice.org-help-en-us
+openoffice.org-impress
+openoffice.org-java-common
+openoffice.org-kde
+openoffice.org-math
+openoffice.org-thesaurus-en-us
+openoffice.org-writer
+openssh-client
+openssl
+passwd
+patch
+pciutils
+pcmcia-cs
+pcmciautils
+perl
+perl-base
+perl-modules
+pidentd
+pinentry-qt
+pmount
+policycoreutils
+poppler-utils
+popularity-contest
+portmap
+poster
+powermgmt-base
+ppp
+printconf
+procmail
+procps
+psmisc
+psutils
+python
+python2.4
+python2.4-minimal
+python-cairo
+python-central
+python-foomatic
+python-glade2
+python-gnome2
+python-gnome2-desktop
+python-gnome2-extras
+python-gtk2
+python-ipy
+python-minimal
+python-newt
+python-numeric
+python-pyorbit
+python-qt3
+python-selinux
+python-semanage
+python-sip4
+python-support
+python-uno
+quanta
+quanta-data
+radeontool
+readline-common
+refblas3
+reportbug
+sed
+selinux-policy-refpolicy-targeted
+sgml-base
+shared-mime-info
+sharutils
+strace
+sudo
+superkaramba
+svgalibg1
+sysklogd
+sysvinit
+sysvinit-utils
+sysv-rc
+tar
+tasksel
+tasksel-data
+tcpd
+tcsh
+telnet
+texinfo
+tidy
+time
+toshset
+traceroute
+ttf-dejavu
+ttf-dustin
+ttf-kochi-gothic
+ttf-opensymbol
+ttf-sjfonts
+twm
+type-handling
+tzdata
+ucf
+udev
+update-inetd
+usbutils
+uswsusp
+util-linux
+vbetool
+vim-common
+vim-tiny
+w3m
+wamerican
+wget
+whiptail
+whois
+wireless-tools
+wodim
+wpasupplicant
+x11-common
+xbase-clients
+xbitmaps
+xdg-utils
+xfonts-100dpi
+xfonts-75dpi
+xfonts-base
+xfonts-encodings
+xfonts-scalable
+xfonts-utils
+xkb-data
+xorg
+xresprobe
+xscreensaver
+xserver-xorg
+xserver-xorg-core
+xserver-xorg-input-all
+xserver-xorg-input-evdev
+xserver-xorg-input-kbd
+xserver-xorg-input-mouse
+xserver-xorg-input-synaptics
+xserver-xorg-input-wacom
+xserver-xorg-video-all
+xserver-xorg-video-apm
+xserver-xorg-video-ark
+xserver-xorg-video-ati
+xserver-xorg-video-chips
+xserver-xorg-video-cirrus
+xserver-xorg-video-cyrix
+xserver-xorg-video-dummy
+xserver-xorg-video-fbdev
+xserver-xorg-video-glint
+xserver-xorg-video-i128
+xserver-xorg-video-i740
+xserver-xorg-video-i810
+xserver-xorg-video-imstt
+xserver-xorg-video-mga
+xserver-xorg-video-neomagic
+xserver-xorg-video-newport
+xserver-xorg-video-nsc
+xserver-xorg-video-nv
+xserver-xorg-video-rendition
+xserver-xorg-video-s3
+xserver-xorg-video-s3virge
+xserver-xorg-video-savage
+xserver-xorg-video-siliconmotion
+xserver-xorg-video-sis
+xserver-xorg-video-sisusb
+xserver-xorg-video-tdfx
+xserver-xorg-video-tga
+xserver-xorg-video-trident
+xserver-xorg-video-tseng
+xserver-xorg-video-v4l
+xserver-xorg-video-vesa
+xserver-xorg-video-vga
+xserver-xorg-video-via
+xserver-xorg-video-vmware
+xserver-xorg-video-voodoo
+xterm
+xutils
+xutils-dev
+zlib1g
diff --git a/debian-edu/pkglists/olpc-redhat-stream-sdk-build-1-20070403_1732-livecd.txt b/debian-edu/pkglists/olpc-redhat-stream-sdk-build-1-20070403_1732-livecd.txt
new file mode 100644
index 0000000..fd1e47b
--- /dev/null
+++ b/debian-edu/pkglists/olpc-redhat-stream-sdk-build-1-20070403_1732-livecd.txt
@@ -0,0 +1,455 @@
+agg-2.4-2.2
+alsa-lib-1.0.14-0.1.rc1.fc6
+alsa-utils-1.0.14-0.1.rc1.fc6
+aspell-0.60.3-8.olpc1
+aspell-en-6.0-2.1
+atk-1.12.2-1.fc6
+at-spi-1.7.11-2.fc6
+audiofile-0.2.6-5
+audit-libs-1.4.2-5.fc6
+audit-libs-python-1.4.2-5.fc6
+avahi-0.6.16-2.fc6
+avahi-glib-0.6.16-2.fc6
+avahi-tools-0.6.16-2.fc6
+basesystem-8.0-5.1.1
+bash-3.1-16.1
+beecrypt-4.1.2-10.1.1
+binutils-2.17.50.0.6-2.fc6
+boost-1.33.1-11.fc6
+buildrom-20061201-0.Q2A53.1.olpc
+bzip2-1.0.3-6.fc6
+bzip2-libs-1.0.3-6.fc6
+cairo-1.3.12-1.1.olpc1
+cdrdao-1.2.1-2
+cdrecord-2.01-10
+chkconfig-1.3.30-1
+chkfontpath-1.10.1-1.1
+compat-libstdc++-33-3.2.3-61
+control-center-2.16.3-11.fc6
+coreutils-5.97-12.3.fc6
+cpio-2.6-21.fc6
+cpp-4.1.1-51.fc6
+cracklib-2.8.9-3.1
+cracklib-dicts-2.8.9-3.1
+cryptsetup-luks-1.0.3-2.1
+csound-5.03.0-9.fc6
+csound-python-5.03.0-9.fc6
+cups-1.2.10-3.fc6
+cups-libs-1.2.10-3.fc6
+curl-7.15.5-1.fc6
+cyrus-sasl-lib-2.1.22-4
+db4-4.3.29-9.fc6
+dbus-1.0.1-9.fc6
+dbus-glib-0.70-6.fc6
+dbus-python-0.80.2-1.olpc1
+dbus-x11-1.0.1-9.fc6
+dejavu-lgc-fonts-2.10-1
+desktop-backgrounds-basic-2.0-37
+desktop-file-utils-0.10-7
+device-mapper-1.02.13-1.fc6
+dhcdbd-2.1-2.fc6
+dhclient-3.0.5-3.fc6
+diffutils-2.8.1-15.2.2
+dmidecode-2.7-1.26.1.fc6
+dmraid-1.0.0.rc13-1.fc6
+docbook-dtds-1.0-30.1
+dvd+rw-tools-7.0-0.fc6.4
+e2fsprogs-1.39-7.fc6
+e2fsprogs-libs-1.39-7.fc6
+eel2-2.16.1-1.fc6
+eject-2.1.5-4.1.fc6
+elfutils-libelf-0.126-1.fc6
+enchant-1.3.0-1.fc6
+esound-0.2.36-3
+ethtool-3-1.2.2
+etoys-2.0.1252-2
+evince-olpc-0.2-1
+evolution-data-server-1.8.3-4.fc6
+expat-1.95.8-8.2.1
+fedora-release-6-4
+fedora-release-notes-6-3
+file-4.19-2.fc6
+filesystem-2.4.0-1
+findutils-4.2.27-4.1
+flac-1.1.2-27
+fontconfig-2.4.1-3.fc6
+fonts-arabic-2.0-3.fc6
+fonts-thai-ttf-0.4.4-1olpc1.2
+freetype-2.2.1-16.fc6
+fribidi-0.10.7-5.1
+gail-1.9.2-1.fc6
+gamin-0.1.7-8.fc6
+gawk-3.1.5-14.fc6
+gcc-4.1.1-51.fc6
+gcc-c++-4.1.1-51.fc6
+GConf2-2.14.0-8.fc6
+gdb-6.5-15.fc6
+gdbm-1.8.0-26.2.1
+gedit-2.15.9-1.fc6
+ghostscript-8.15.3-4.fc6
+ghostscript-fonts-5.50-13.1.1
+glib2-2.12.9-1.fc6
+glibc-2.5-10.fc6
+glibc-common-2.5-10.fc6
+glibc-devel-2.5-10.fc6
+glibc-headers-2.5-10.fc6
+gnash-0.7.2.cvs20070306-1.olpc1
+gnash-plugin-0.7.2.cvs20070306-1.olpc1
+gnome-desktop-2.16.3-1.fc6
+gnome-icon-theme-2.16.0.1-3.fc6
+gnome-keyring-0.6.0-1.fc6
+gnome-media-2.16.1-2.fc6
+gnome-menus-2.16.0-2.fc6
+gnome-mime-data-2.4.2-3.1
+gnome-mount-0.5-2.fc6
+gnome-panel-2.16.3-2.fc6
+gnome-python2-2.16.2-2.fc6
+gnome-python2-bonobo-2.16.2-2.fc6
+gnome-python2-desktop-2.16.0-1.fc6
+gnome-python2-gnomeprint-2.16.0-1.fc6
+gnome-python2-gnomevfs-2.16.2-2.fc6
+gnome-python2-gtksourceview-2.16.0-1.fc6
+gnome-python2-libwnck-2.16.0-1.fc6
+gnome-python2-rsvg-2.16.0-1.fc6
+gnome-vfs2-2.16.2-2.fc6
+gnome-vfs2-smb-2.16.2-2.fc6
+gnome-volume-manager-2.15.0-4.fc6
+gnutls-1.4.1-2
+gphoto2-2.3.1-3.fc6
+gpm-1.20.1-82.fc6
+grep-2.5.1-54.1.2.fc6
+grub-0.97-13
+gstreamer-0.10.10.1-0.1.20061109cvs.olpc1
+gstreamer-plugins-base-0.10.10.1-0.3.20061109cvs.olpc1
+gstreamer-plugins-good-0.10.4.1-0.2.20061109cvs.olpc1
+gstreamer-python-0.10.7-2.fc6
+gthumb-2.7.8-3.fc6
+gtk2-2.10.11-2
+gtk2-engines-2.8.0-1.fc6
+gtk-im-libthai-0.1.4-1olpc1
+gtksourceview-1.8.0-1.fc6
+gzip-1.3.5-9
+hal-0.5.9-0.4.20061103git.olpc1
+hicolor-icon-theme-0.9-2.1
+hippo-canvas-0.2.14-1.olpc1
+hippo-canvas-python-0.2.14-1.olpc1
+hwdata-0.191-1
+info-4.8-14.fc6
+initscripts-8.45.7-1
+iproute-2.6.19-1.fc6
+iptables-1.3.5-1.2.1
+iptables-ipv6-1.3.5-1.2.1
+iputils-20020927-41.fc6
+kbd-1.12-18
+kernel-2.6.20-1.2933.fc6
+kernel-headers-2.6.20-1.2933.fc6
+kpartx-0.4.7-5
+krb5-libs-1.5-21
+kudzu-1.2.57.6-1
+lcms-1.15-1.2.2
+less-394-5.fc6
+libabiword-2.5.1.cvs20070326-1
+libabiword-plugins-2.5.1.cvs20070326-1
+libacl-2.2.39-1.1
+libart_lgpl-2.3.17-4
+libattr-2.4.32-1.1
+libbonobo-2.16.0-1.fc6
+libbonoboui-2.16.0-1.fc6
+libcap-1.10-25
+libcroco-0.6.1-2.1
+libdaemon-0.10-3.2
+libdatrie-0.1.1-1olpc1
+libdatrie-devel-0.1.1-1olpc1
+libdmx-1.0.2-3.1
+libdrm-2.3.0-1.fc6
+libertas-usb8388-firmware-5.220.10.p5-1.olpc1
+libexif-0.6.13-2
+libfontenc-1.0.2-2.1
+libFS-1.0.0-3.1
+libgail-gnome-1.1.3-1.2.1
+libgcc-4.1.1-51.fc6
+libgcrypt-1.2.3-1
+libglade2-2.6.0-2
+libgnome-2.16.0-4.fc6
+libgnomecanvas-2.14.0-4.1
+libgnomecups-0.2.2-8
+libgnomeprint22-2.12.1-9.fc6
+libgnomeprintui22-2.12.1-6
+libgnomeui-2.16.0-4.fc6
+libgomp-4.1.1-51.fc6
+libgpg-error-1.4-2
+libgsf-1.14.2-2.olpc1
+libICE-1.0.1-2.1
+libicu-3.6-4
+libIDL-0.8.7-1.fc6
+libidn-0.6.5-1.1
+libjpeg-6b-37
+libmatchbox-1.9-2
+libmng-1.0.9-5.1
+libnl-1.0-0.10.pre5.4
+libnotify-0.4.2-5.fc6
+libogg-1.1.3-2.fc6
+liboil-0.3.8-2.1
+libpng-1.2.10-7
+libselinux-1.33.4-2.fc6
+libselinux-python-1.33.4-2.fc6
+libsemanage-1.6.17-1
+libsepol-1.15.3-1.fc6
+libSM-1.0.1-3.1
+libsndfile-1.0.17-1.fc6
+libsoup-2.2.99-1.fc6
+libstdc++-4.1.1-51.fc6
+libstdc++-devel-4.1.1-51.fc6
+libtermcap-2.0.8-46.1
+libthai-0.1.7-1olpc1
+libthai-devel-0.1.7-1olpc1
+libtheora-1.0alpha7-1
+libtiff-3.8.2-6.fc6
+libusb-0.1.12-5.1
+libuser-0.54.7-2
+libutempter-1.1.4-3.fc6
+libvolume_id-095-17.fc6
+libvorbis-1.1.2-1.2.1
+libwnck-2.16.3-1.fc6
+libX11-1.0.3-6.fc6
+libXau-1.0.1-3.1
+libXaw-1.0.2-8.1
+libXcomposite-0.3-5.1
+libXcursor-1.1.7-1.1
+libXdamage-1.0.3-2.1
+libXdmcp-1.0.1-2.1
+libXevie-1.0.1-3.1
+libXext-1.0.1-2.1
+libXfixes-4.0.1-2.1
+libXfont-1.2.2-1.fc6
+libXfontcache-1.0.2-3.1
+libXft-2.1.10-1.1
+libXi-1.0.1-3.1
+libXinerama-1.0.1-2.1
+libxkbfile-1.0.3-3.1
+libxklavier-3.0-2.fc6
+libxml2-2.6.27-1.FC6
+libxml2-python-2.6.27-1.FC6
+libXmu-1.0.2-5
+libXpm-3.5.5-3
+libXrandr-1.1.1-3.1
+libXrender-0.9.1-3.1
+libXres-1.0.1-3.1
+libXScrnSaver-1.1.0-3.1
+libxslt-1.1.20-1.fc6
+libXt-1.0.2-3.1.fc6
+libXTrap-1.0.0-3.1
+libXtst-1.0.1-3.1
+libXv-1.0.1-4.1
+libXxf86dga-1.0.1-3.1
+libXxf86misc-1.0.1-3.1
+libXxf86vm-1.0.1-3.1
+lockdev-1.0.1-10
+logrotate-3.7.4-12.fc6
+lrzsz-0.12.20-22.1
+ltrace-0.5-6.45svn.fc6
+lvm2-2.02.17-1.fc6
+MAKEDEV-3.23-1.2
+matchbox-window-manager-1.1-5.cvs20072402.7
+mcstrans-0.1.8-3
+mesa-libGL-6.5.1-9.fc6
+metacity-2.16.5-1.fc6
+mingetty-1.07-5.2.2
+mkinitrd-5.1.19.0.3-1
+mkisofs-2.01-10
+mktemp-1.5-23.2.2
+module-init-tools-3.3-0.pre1.4.17
+mtd-utils-1.0.1-2.fc6
+nano-1.3.12-1.1
+nash-5.1.19.0.3-1
+nautilus-2.16.2-7.fc6
+nautilus-cd-burner-2.16.3-1.fc6
+nautilus-extensions-2.16.2-7.fc6
+nautilus-open-terminal-0.7-3.fc6
+ncurses-5.5-24.20060715
+neon-0.25.5-5.1
+net-tools-1.60-73
+NetworkManager-0.6.5-0.1.svn2511.olpc1
+newt-0.52.2-9
+notification-daemon-0.3.6-1.fc6
+nspr-4.6.6-0.6.0.fc6
+nss-3.11.5-0.6.1.fc6
+ntp-4.2.4p0-1.fc6
+olpc-artwork-0.33-2.12.20070329git
+olpc-hardware-manager-0.3-1
+olpc-librsvg2-2.16.1-3
+olpc-logos-6.0.6-1.olpc1
+olpc-utils-0.1-10.olpc1
+openjade-1.3.2-27
+openldap-2.3.27-4
+opensp-1.5.2-3.1
+openssh-4.3p2-18.fc6
+openssh-clients-4.3p2-18.fc6
+openssh-server-4.3p2-18.fc6
+openssl-0.9.8b-8.3.fc6
+oprofile-0.9.2-3.fc6
+oprofile-gui-0.9.2-3.fc6
+ORBit2-2.14.3-4.fc6
+pam-0.99.6.2-3.16.fc6
+pango-1.15.1-1.olpc1
+pango-libthai-0.1.6-1olpc1
+paps-0.6.6-19.fc6
+parted-1.8.2-2.fc6
+passwd-0.73-1
+pciutils-2.2.3-4
+pcre-6.6-1.1
+perl-5.8.8-10
+pkgconfig-0.21-1.fc6
+pm-utils-0.19-3
+policycoreutils-1.34.1-4.fc6
+poppler-0.5.4-5.fc6
+popt-1.10.2-32
+procps-3.2.7-8.3.fc6
+psmisc-22.2-5.1
+pyabiword-0.5.1.cvs20070326-1
+pycairo-1.2.6-1.olpc1
+pygobject2-2.12.3-1.fc6
+pygtk2-2.10.4-1.fc6
+pygtk2-libglade-2.10.4-1.fc6
+pyorbit-2.14.1-1.1
+python-2.4.4-1.fc6
+python-elementtree-1.2.6-5
+python-launcher-0.1.0-1.olpc1
+python-numeric-24.2-1.fc6
+python-sqlite-1.1.7-1.2.1
+python-sqlite2-2.3.3-1.fc6
+python-urlgrabber-2.9.9-2
+pyxf86config-0.3.31-2.fc6
+qt-3.3.7-0.1.fc6
+readline-5.1-1.1
+redhat-artwork-5.0.8-4.fc6
+redhat-menus-6.7.8-2.fc6
+rhpl-0.194-1
+rhpxl-0.39-2
+rpm-4.4.2-32
+rpm-libs-4.4.2-32
+rpm-python-4.4.2-32
+rsync-2.6.9-2.fc6
+samba-common-3.0.24-3.fc6
+scrollkeeper-0.3.14-8.fc6
+SDL-1.2.11-1.fc6
+sed-4.1.5-5.fc6
+setup-2.6.1.1-1.fc6
+sgml-common-0.6.3-18
+shadow-utils-4.0.17-12.fc6
+shared-mime-info-0.19-1
+slang-2.0.7-1.fc6
+speex-1.2-0.1.beta1.fc6
+sqlite-3.3.6-2
+squeak-vm-3.9-10olpc3
+startup-notification-0.8-4.1
+strace-4.5.15-1.fc6
+sugar-0.63-2.71.20070403git
+sysklogd-1.4.1-41.fc6
+system-config-display-1.0.45-1
+SysVinit-2.86-14
+tar-1.15.1-24.fc6
+tcp_wrappers-7.6-40.2.1
+termcap-5.5-1.20060701.1
+tmpwatch-2.9.7-1.1
+tree-1.5.0-4
+ttmkfdir-3.0.9-22
+tzdata-2007d-1.fc6
+udev-095-17.fc6
+unzip-5.52-2.2.1
+urw-fonts-2.3-6.1.1
+usermode-1.87-3
+util-linux-2.13-0.46.fc6
+vim-common-7.0.201-1.fc6
+vim-minimal-7.0.201-1.fc6
+vim-X11-7.0.201-1.fc6
+vixie-cron-4.1-68.fc6
+vte-0.14.2-1.fc6
+wget-1.10.2-8.fc6.1
+which-2.16-7
+wireless-tools-28-1.fc6
+wpa_supplicant-0.4.9-1.2.olpc1
+wv-1.2.4-1.fc6
+xkeyboard-config-0.8-7.fc6
+xml-common-0.6.3-18
+xorg-x11-apps-7.1-3.fc6
+xorg-x11-drivers-7.1-3
+xorg-x11-drv-acecad-1.1.0-2.1
+xorg-x11-drv-aiptek-1.0.1-2
+xorg-x11-drv-amd-0.0-5.20060821git.fc6
+xorg-x11-drv-apm-1.1.1-2.1
+xorg-x11-drv-ark-0.6.0-2.1
+xorg-x11-drv-ast-0.81.0-3
+xorg-x11-drv-ati-6.6.3-1.fc6
+xorg-x11-drv-calcomp-1.1.0-1.1
+xorg-x11-drv-chips-1.1.1-2.1
+xorg-x11-drv-cirrus-1.1.0-2.fc6
+xorg-x11-drv-citron-2.2.0-1.1
+xorg-x11-drv-cyrix-1.1.0-4
+xorg-x11-drv-digitaledge-1.1.0-1.1
+xorg-x11-drv-dmc-1.1.0-2
+xorg-x11-drv-dummy-0.2.0-2.1
+xorg-x11-drv-dynapro-1.1.0-2
+xorg-x11-drv-elo2300-1.1.0-1.1
+xorg-x11-drv-elographics-1.1.0-1.1
+xorg-x11-drv-evdev-1.1.2-2.1
+xorg-x11-drv-fbdev-0.3.0-2
+xorg-x11-drv-fpit-1.1.0-1.1
+xorg-x11-drv-glint-1.1.1-4.1
+xorg-x11-drv-hyperpen-1.1.0-2
+xorg-x11-drv-i128-1.2.0-4
+xorg-x11-drv-i740-1.1.0-2.1
+xorg-x11-drv-i810-1.6.5-10.fc6
+xorg-x11-drv-jamstudio-1.1.0-1.1
+xorg-x11-drv-joystick-1.1.0-1.1
+xorg-x11-drv-keyboard-1.1.0-2.1
+xorg-x11-drv-magellan-1.1.0-1.1
+xorg-x11-drv-magictouch-1.0.0.5-2.1
+xorg-x11-drv-mga-1.4.5-2.fc6
+xorg-x11-drv-microtouch-1.1.0-1.1
+xorg-x11-drv-mouse-1.2.1-1.fc6
+xorg-x11-drv-mutouch-1.1.0-2
+xorg-x11-drv-neomagic-1.1.1-2.1
+xorg-x11-drv-nsc-2.8.1-2.1
+xorg-x11-drv-nv-1.2.0-4.fc6
+xorg-x11-drv-palmax-1.1.0-1.1
+xorg-x11-drv-penmount-1.1.0-2.1
+xorg-x11-drv-rendition-4.1.0-3.1
+xorg-x11-drv-s3-0.5.0-1.fc6
+xorg-x11-drv-s3virge-1.9.1-2.1
+xorg-x11-drv-savage-2.1.1-5.fc6
+xorg-x11-drv-siliconmotion-1.4.1-2.1
+xorg-x11-drv-sis-0.9.1-7
+xorg-x11-drv-sisusb-0.8.1-4.1
+xorg-x11-drv-spaceorb-1.1.0-1.1
+xorg-x11-drv-summa-1.1.0-1.1
+xorg-x11-drv-tdfx-1.3.0-2.fc6
+xorg-x11-drv-trident-1.2.3-1.fc6
+xorg-x11-drv-tseng-1.1.0-3.1
+xorg-x11-drv-ur98-1.1.0-1.1
+xorg-x11-drv-v4l-0.1.1-4
+xorg-x11-drv-vesa-1.2.1-4
+xorg-x11-drv-vga-4.1.0-2.1
+xorg-x11-drv-via-0.2.1-7
+xorg-x11-drv-vmmouse-12.4.0-2.1
+xorg-x11-drv-vmware-10.13.0-2.1
+xorg-x11-drv-void-1.1.0-3.1
+xorg-x11-drv-voodoo-1.1.0-3.1
+xorg-x11-filesystem-7.1-2.fc6
+xorg-x11-fonts-base-7.1-2
+xorg-x11-font-utils-7.1-2
+xorg-x11-server-utils-7.1-4.fc6
+xorg-x11-server-Xephyr-1.1.1-47.7.fc6
+xorg-x11-server-Xorg-1.1.1-47.7.fc6
+xorg-x11-twm-1.0.1-3.1
+xorg-x11-utils-7.1-2.fc6
+xorg-x11-xauth-1.0.1-2.1
+xorg-x11-xfs-1.0.2-3.1
+xorg-x11-xinit-1.0.2-15.fc6
+xorg-x11-xkb-utils-1.0.2-2.1
+xsri-2.1.0-10.fc6
+xterm-224-1.fc6
+xulrunner-1.9a3pre-2.cvs20070314.7
+yum-3.0.5-1.fc6
+yum-metadata-parser-1.0.3-1.fc6
+zlib-1.2.3-3
diff --git a/debian-edu/sources.list.etch b/debian-edu/sources.list.etch
new file mode 100644
index 0000000..1c32c08
--- /dev/null
+++ b/debian-edu/sources.list.etch
@@ -0,0 +1 @@
+deb http://ftp.se.debian.org/debian/ etch main contrib non-free
diff --git a/debian-edu/sources.list.gutsy b/debian-edu/sources.list.gutsy
new file mode 100644
index 0000000..31e8674
--- /dev/null
+++ b/debian-edu/sources.list.gutsy
@@ -0,0 +1 @@
+deb http://archive.ubuntu.com/ubuntu/ feisty main universe multiverse
diff --git a/debian-edu/sources.list.sarge b/debian-edu/sources.list.sarge
new file mode 100644
index 0000000..e03be5d
--- /dev/null
+++ b/debian-edu/sources.list.sarge
@@ -0,0 +1,3 @@
+deb http://ftp.debian.org/debian/ sarge main contrib non-free
+deb http://non-us.debian.org/debian-non-US/ sarge/non-US main contrib non-free
+deb http://ftp.skolelinux.org/skolelinux/ sarge local
diff --git a/debian-edu/sources.list.skolelinux b/debian-edu/sources.list.skolelinux
new file mode 100644
index 0000000..3340491
--- /dev/null
+++ b/debian-edu/sources.list.skolelinux
@@ -0,0 +1,5 @@
+deb http://ftp.skolelinux.org/debian/ stable main contrib non-free
+deb http://ftp.skolelinux.org/debian-non-US/ stable/non-US main contrib non-free
+deb http://security.debian.org/ stable/updates main contrib non-free
+
+deb http://ftp.skolelinux.org/skolelinux/ woody local
diff --git a/debian-edu/sources.list.stable b/debian-edu/sources.list.stable
new file mode 100644
index 0000000..d7f3284
--- /dev/null
+++ b/debian-edu/sources.list.stable
@@ -0,0 +1,2 @@
+deb http://ftp.debian.org/debian/ stable main contrib non-free
+deb http://non-us.debian.org/debian-non-US/ stable/non-US main contrib non-free
diff --git a/debian-edu/sources.list.terra b/debian-edu/sources.list.terra
new file mode 100644
index 0000000..37329a0
--- /dev/null
+++ b/debian-edu/sources.list.terra
@@ -0,0 +1,4 @@
+deb http://ftp.skolelinux.org/debian/ etch main contrib non-free
+deb http://security.debian.org/ etch/updates main contrib non-free
+
+deb http://ftp.skolelinux.org/skolelinux/ etch-test local
diff --git a/debian-edu/sources.list.unstable b/debian-edu/sources.list.unstable
new file mode 100644
index 0000000..5de819d
--- /dev/null
+++ b/debian-edu/sources.list.unstable
@@ -0,0 +1 @@
+deb http://ftp.se.debian.org/debian/ testing main contrib non-free
diff --git a/debian-edu/tasks/astronomy b/debian-edu/tasks/astronomy
new file mode 100644
index 0000000..d693bea
--- /dev/null
+++ b/debian-edu/tasks/astronomy
@@ -0,0 +1,8 @@
+Architecture: any
+Description: DebianEdu astronomy related applications
+ This metapackage depends on various applications that can be used to
+ teach astronomy.
+
+Depends: spacechart, xplanet, xplanet-images, sunclock, xtide, xtide-data, \
+         gstar, celestia, kstars, starplot, stars
+Suggests: xephem, stellarium
diff --git a/debian-edu/tasks/chemistry b/debian-edu/tasks/chemistry
new file mode 100644
index 0000000..bc4b640
--- /dev/null
+++ b/debian-edu/tasks/chemistry
@@ -0,0 +1,7 @@
+Architecture: any
+Depends: gperiodic, rasmol, chemtool, kalzium
+Suggests:   xpovchem, mek, xem, lum
+Description: DebianEdu chemistry related applications
+ This metapackage depends on various applications that can be used to
+ teach chemistry.
+
diff --git a/debian-edu/tasks/common b/debian-edu/tasks/common
new file mode 100644
index 0000000..403e0f9
--- /dev/null
+++ b/debian-edu/tasks/common
@@ -0,0 +1,193 @@
+Architecture: any
+Leaf: false
+Description: DebianEdu common packages
+ A metapackage containing dependencies for packages required on all
+ installations in the DebianEdu custom Debian distribution.
+
+
+Depends:     dash
+Why:         Speed up shell scripting and make sure /usr/ isn't locked
+             when using nss-ldap.
+Responsible: Petter Reinholdtsen
+NeedConfig:  yes - preseeding to be the default /bin/sh
+
+Depends:     procinfo, sysutils
+Why:         Needed to access procinfo for debugging
+Responsible: Petter Reinholdtsen
+NeedConfig:  no
+
+Depends:     openssh-client, openssh-server, libpam-ssh, ssh
+Suggests:    fail2ban
+Avoid:       ssh-askpass
+Why:         Allow remote login and administration.  The ssh package is a
+             transitional package and should be removed after etch.
+Responsible: ?
+NeedConfig:  yes - enable X login etc
+
+Depends:     cfengine2 | cfengine
+Suggests:    cfengine2-doc | cfengine-doc
+Why:         Allow central administration and configuration
+Responsible: ?
+NeedConfig:  yes
+
+Recommends:  vim, emacs21
+Why:         Everyone needs a proper editor, but nvi is included by
+             default, and these  need ~30 MiB on the CD to fit.
+Responsible: Petter Reinholdtsen
+NeedConfig:  no
+
+Recommends:  nullidentd | ident-server
+Why:         Provide some ident server, to keep IRC servers and others
+             happy.
+Responsible: Petter Reinholdtsen
+NeedConfig:  no
+
+Depends:     lvm2, udev
+Why:         We want to use Logical Volume Management.  These are the
+             required packages.
+Responsible: Petter Reinholdtsen
+NeedConfig:  no
+
+Depends:     man-db, manpages, nscd, ethtool, hdparm, pciutils, \
+             nictools-pci, apt-listchanges, \
+             debian-archive-keyring, debian-edu-archive-keyring, \
+             reportbug, resolvconf, psmisc, mii-diag, lsscsi, scsiadd, sysfsutils
+Recommends:  etherwake, iputils-arping | arping, finger, gdebi
+Suggests:    apticron | cron-apt, chkconfig, nictools-nopci, nvram-wakeup
+Why:         Document some of the common utilities we want present on all hosts
+Responsible: Petter Reinholdtsen
+NeedConfig:  no
+
+Depends:     bind9-host, traceroute, tcptraceroute, iftop, less, \
+             tcpdump, bc, wget, strace, nmap, eject, libwww-perl, \
+             mtools, ng-utils, ncftp, dmidecode, hwinfo, procmail, iproute, \
+             sudo
+Recommends:  rsync, wireshark | ethereal
+Suggests:    raidutils | dpt-raidutil, cpqarrayd, arrayprobe, mpt-status, \
+             isag, modconf
+Ignore:      smartmontools | smartsuite, smart-notifier, recover, ext2resize
+Why:         The system administrator tool box.
+Responsible: Petter Reinholdtsen
+NeedConfig:  no
+
+Depends:     xdebconfigurator, read-edid
+Recommends:  mdetect
+Suggests:    hwdata, kudzu
+Why:         Include some HW detect tools.  These should be replaced with a
+             proper system when it works.
+Responsible: Kristoffer Tj�rn�s
+NeedConfig:  no
+
+Recommends:  debian-edu-doc
+Why:         Documentation should be installed by default
+Responsible: Holger Levsen
+NeedConfig:  no
+
+Depends:     debian-edu-config, debian-edu-install, localization-config, \
+             debconf-utils
+Why:         Framework for automatic configuration of services and programs.
+Responsible: Petter Reinholdtsen
+NeedConfig:  no
+
+Depends:     popularity-contest
+Suggests:    debian-goodies
+Why:         We would like as many as possible to submit usage information
+             to http://popcon.skolelinux.org/popcon/.
+Responsible: Petter Reinholdtsen
+NeedConfig:  yes, get it to submit to both debian and debian-edu.
+
+Depends:     libpam-foreground
+Why:         Make information on who is using which console available.  Required for
+             dbus to know who to give access to local devices.
+Responsible: Petter Reinholdtsen
+NeedConfig:  yes - /etc/pam.d/common-* need to be edited, and dbus need a patch
+
+Suggests:    libpam-tmpdir
+Why:         Increase security by making users temp files harder
+             to access for others.
+Responsible: Petter Reinholdtsen
+NeedConfig:  no
+
+Suggests:    libpam-devperm
+Why:         This package could be used to update sound and cdrom
+             device permissions on login.
+Responsible: Petter Reinholdtsen
+NeedConfig:  ?
+
+Depends:     debian-edu-artwork-usplash
+Why:         Nice boot splash screen artwork.
+Responsible: Holger Levsen
+Needconfig:  no
+
+Depends:     cpufrequtils
+Why:         Reduce power consumption, useful on laptops and others to
+             reduce the power bill.
+Responsible: Petter Reinholdtsen
+NeedConfig:  yes, need to enable it, and load kernel modules
+
+Depends:     rwho, rwhod
+Why:         Make it easier to see if anyone is currently using the system/server.
+             (Skolelinux bug #865)
+Responsible: Petter Reinholdtsen
+NeedConfig:  ?
+
+Suggests:    kexec-tools
+Why:         Allow for instant rebootes without invoking the BIOS.
+Responsible: Petter Reinholdtsen
+NeedConfig:  Yes, need to be enabled in /etc/default/kexec
+
+Ignore:      apache2-mpm-worker, atomix, atomix-data, belocs-locales-bin, \
+             bpalogin, brltty, brltty-x11, \
+             build-essential, capiutils, console-setup, \
+             console-terminus, contact-lookup-applet, diveintopython, \
+             efibootmgr, elilo, espeak, gamin, gnome2-user-guide, \
+             gnome-app-install, gnome-terminal, gpaint, ipppd, \
+             isdnutils-base, isdnutils-xtools, jfsutils, \
+             language-support-en, libc6-i686,
+             liferea-mozilla, linux-wlan-ng, mcpp, min12xxw, mouseemu, \
+             mozilla-firefox-locale-en-gb, mtr-tiny, nvidia-glx, \
+             pessulus, pppdcapiplugin, pulseaudio, \
+             pulseaudio-esound-compat, python-at-spi, python-notify, \
+             reiserfsprogs, scim-gtk2-immodule, scim-modules-socket, \
+             scim-modules-table, scim-tables-additional, screem, \
+             sessreg, thunar, thunderbird-locale-en-gb, ttf-arabeyes, \
+             ttf-bengali-fonts, ttf-devanagari-fonts, \
+             ttf-gujarati-fonts, ttf-indic-fonts, ttf-kannada-fonts, \
+             ttf-lao, ttf-malayalam-fonts, ttf-oriya-fonts, \
+             ttf-punjabi-fonts, ttf-tamil-fonts, ttf-telugu-fonts, \
+             ttf-thai-tlwg, unattended-upgrades, upstart, w3m, \
+             wamerican, xdriinfo, xfce4-terminal, xfdesktop4, \
+             xfsprogs, xkeyboard-config, xmessage, xpmutils
+Why:         Include packages found in Edubuntu on the DVD, until we know if
+             we want to install them as part of some task.
+Responsible: Petter Reinholdtsen
+NeedConfig:  ?
+
+Ignore:      dc, doc-debian, doc-linux-text, iamerican, ibritish, ispell, \
+             linux-image-2.6-686, mpack, mtr-tiny, mutt, python-newt, \
+             tcsh, texinfo, time, w3m, akregator, amor, apmd, arts, \
+             artsbuilder, blinken, cdparanoia, edict
+Why:         Include packages installed by the Debian/Etch Laptop + KDE
+             desktop tasks, until we know if we want to install them
+             as part of some task.
+Responsible: Petter Reinholdtsen
+NeedConfig:  ?
+
+Ignore:      backuppc, rsync, libfile-rsyncp-perl
+Why:         offers better and more features as slbackup and provides a webgui
+Responsible: J�rgen Leibner
+NeedConfig:  Yes
+
+Avoid:       crafty, festlex-oald, fglrx-driver, gcc-4.1-doc, gcc-doc-base, gnupg-doc,\
+             scilab, scilab-bin, sun-java5-bin, sun-java5-jre, sun-java5-plugin,\
+             ttf-kochi-gothic-naga10, ttf-kochi-mincho-naga10
+Why:         Avoid non-free pakcages on the CD and DVD while we check which of these
+             licenses allow us to distribute the packages.
+             See http://bugs.skolelinux.no/show_bug.cgi?id=1138
+Responsible: Petter Reinholdtsen
+NeedConfig:  No
+
+Ignore:      insserv
+Why:         Make it easier to test boot sequence reordering by making sure the package is on the DVD.
+Responsible: Petter Reinholdtsen
+NeedConfig:  No
diff --git a/debian-edu/tasks/desktop-gnome b/debian-edu/tasks/desktop-gnome
new file mode 100644
index 0000000..db0df91
--- /dev/null
+++ b/debian-edu/tasks/desktop-gnome
@@ -0,0 +1,23 @@
+Section: gnome
+Leaf: false
+Architecture: any
+Description: DebianEdu GNOME desktop applications
+ This metapackage depends on various GNOME office and desktop applications
+ that are useful for teachers and their students.
+
+Depends:      gdm, mozilla-firefox-gnome-support, gnome-desktop-environment
+Suggests:     gcalctool, epiphany-browser, gnome-games, gnome-media, \
+	      gnome-themes, evolution | balsa, nautilus-cd-burner, esound, \
+	      bluefish, abiword, gnumeric
+Avoid:        xdm
+Why:          Gnome desktop environment
+Responsible:  ?
+NeedConfig:   NO? (Maybe to set gdm the default DM
+
+Depends:        gaim
+Suggests:       ekiga | gnomemeeting
+Why:            Popul�re internett klienter
+Responsible:    ?
+NeedConfig:     ?
+
+
diff --git a/debian-edu/tasks/desktop-kde b/debian-edu/tasks/desktop-kde
new file mode 100644
index 0000000..cda81af
--- /dev/null
+++ b/debian-edu/tasks/desktop-kde
@@ -0,0 +1,52 @@
+Section: kde
+Leaf: false
+Architecture: any
+Description: DebianEdu KDE desktop applications
+ This metapackage depends on various KDE office and desktop applications
+ that are useful for teachers and their students.
+
+Depends:     kdm, kwin | x-window-manager, kdebase, ksmserver, \
+             konqueror, konq-plugins, kdemultimedia-kio-plugins, \
+             kdegraphics-kfile-plugins, kdemultimedia-kio-plugins, \
+             konsole, kcalc, kmix, kdepasswd, ark, kscreensaver, \
+             kghostview, kmail, kaddressbook, kaddressbook-plugins, \
+             kdepim-kio-plugins, kdict, \
+             kcharselect, kdf, ksnapshot, \
+             korganizer, ksirc
+Recommend:   knode, kfloppy, kcron, kppp, kuser, knotes, kscd, \
+             kdewallpapers, kedit, kdeutils, kamera, digikam, kipi-plugins, \
+             kpilot, kdenetwork-kfile-plugins, kdeaccessibility, kiosktool
+Suggests:    krecord, kfind, kview, kpaint, kate, \
+             kate-plugins, noatun, noatun-plugins, kmid, kmidi, kruler, \
+             kfilereplace, kiconedit, kpm, kdepim-kfile-plugins, \
+             kdeaddons-kfile-plugins, kdeedu, kde
+Avoid:       xdm
+Why:         KDE desktop environment
+Responsible: ? (someone need to check the package list is complete)
+NeedConfig:  no
+
+Recommends:  kde-i18n-es, kde-i18n-it, kde-i18n-de, kde-i18n-fr, \
+             kde-i18n-nb | kde-i18n-no, kde-i18n-nn | kde-i18n-nony, \
+             kde-i18n-se, kde-i18n-lv, kde-i18n-el, kde-i18n-ptbr
+Why:         KDE desktop translations for relevant languages.
+Responsible: ? (someone need to check the package list is complete)
+NeedConfig:  no
+
+Suggests:    koffice, koffice-i18n-es, koffice-i18n-it,  koffice-i18n-de, \
+             koffice-i18n-fr, koffice-i18n-nb | koffice-i18n-no, \
+             koffice-i18n-da, koffice-i18n-lv, koffice-i18n-el
+Suggests:    koffice-i18n-nn | koffice-i18n-nony, koffice-i18n-se, \
+             koffice-doc-html
+Why:         KDE Office package
+Responsible: ? 
+NeedConfig:  no
+
+Depends:     kschoolmenu
+Why:         we need to customize the K-Menu
+Responsible: Finn-Arne Johansen
+NeedConfig:  no
+
+Depends:     menu, menu-xdg
+Why:         Provides update-menus function for some applications
+Responsible: ?
+Needconfig:  no
diff --git a/debian-edu/tasks/desktop-other b/debian-edu/tasks/desktop-other
new file mode 100644
index 0000000..e8f0ae6
--- /dev/null
+++ b/debian-edu/tasks/desktop-other
@@ -0,0 +1,275 @@
+Architecture: any
+Description: DebianEdu desktop applications (non-GNOME and non-KDE)
+ This metapackage depends on various office and desktop applications
+ that are useful for teachers and their students.
+
+Depends:     education-workstation
+Why:         Packages which should be present on all networked
+             skolelinux machines
+Responsible: Petter Reinholdtsen
+NeedConfig:  no
+
+Suggests: ted, mgp
+
+###########################################################################
+# The rest of the packages in here are actually fetched from
+# education-workstation, but have been taken out of it to reduce the size
+# of the installed applications.
+# Finn-Arne Johansen (2004-06-29)
+###########################################################################
+#
+# Organize the packages according to the norwegian "L�replan"
+#
+###########################################################################
+
+# GRUNNSKOLEN
+
+Depends:     gimp1.2, gimp-data-extras, kontour, sodipodi, netpbm, \
+             gv | ghostview, dia, kpaint
+Why:         Teikne-/grafikkprogram
+Responsible: ?
+NeedConfig:  ?
+
+Depends:        kword, quanta
+Why:            Tekstbehandling (quanta er en html-editor ++)
+Responsible:    ?
+NeedConfig:     no
+
+Suggests:        kspread, gnumeric
+Why:            Regneark
+Responsible:    ?
+NeedConfig:     no
+
+Depends:        opera, konqueror, konq-plugins, smbclient
+Why:            Nettleser og tilgang til diverse filsystemer.
+Responsible:    ?
+NeedConfig:     no
+
+Suggests:        kmail
+Why:            E-post-klient
+Responsible:    ?
+NeedConfig:     ?
+
+Suggests:        gnomemeeting
+Why:            Konferanse
+Responsible:    ?
+NeedConfig:     ?
+
+Suggests:        ksirc
+Why:            Prateprogram
+Responsible:    ?
+NeedConfig:     ?
+
+Suggests:        knode
+Why:            Nyhetsleser
+Responsible:    ?
+NeedConfig:     yes - set default NNTP server
+
+Suggests:        kbear, ncftp, wget
+Why:            Filoverf�rer
+Responsible:    ?
+NeedConfig:     ?
+
+Suggests:        kpresenter
+Why:            Presentasjonsverkt�y
+Responsible:    ?
+NeedConfig:     no
+
+Suggests:        dbdesigner
+Why:            Database
+Responsible:    ?
+NeedConfig:     ?
+
+Depends:        noteedit, kmidi, artsbuilder, solfege, timidity-patches, denemo
+Why:            Tools for music.
+Responsible:    ?
+NeedConfig:     ?
+
+# ENKELTE FAG
+
+# NB! Dette h�rer sammen med ovenst�ende pakke
+Depends:     keuklid | kgeo | kig, kgraph, kmultiply, klearnspelling, kpercentage
+Why:         matematikk (spisekart).  kgeo, kpercentage and klearnspelling are
+             part of kdeedu.
+Responsible: ?
+NeedConfig:  ?
+
+Depends:     kstars, celestia, gperiodic, kalzium
+Why:         milj�/naturfag.  kstars and kalzium are part of kdeedu in KDE 3.1.
+Responsible: ?
+NeedConfig:  yes - Open GL/DRI
+
+Suggests:    klearnspelling, ktouch, kverbos
+Why:         Drillprogram.  ktouch is part of kdeedu in KDE 3.1
+Responsible: ?
+NeedConfig:  no
+
+Suggests:     knorskverbs
+Why:         Norskundervisning.  knorskverbs is part of kdeedu.
+Responsible: ?
+NeedConfig:  ?
+
+# VIDEREG�ENDE
+
+Suggests:        openoffice.org, kword
+Why:            Tekstbehandling 
+Responsible:    ?
+NeedConfig:     ?
+
+
+Suggests:        openoffice.org, kspread, gnumeric
+Why:            Regneark
+Responsible:    ?
+NeedConfig:     ?
+
+Suggests:        ktouch
+Why:            Tastaturtrening
+Responsible:    ?
+NeedConfig:     ?
+
+
+Suggests:        opera, kmail, knode, ksirc, gnomemeeting
+Why:            Ymse internett-tjenester
+Responsible:    ?
+NeedConfig:     ?
+
+Suggests:        postgresql-client, dbdesigner
+Why:            Database
+Responsible:    ?
+NeedConfig:     ?
+
+Suggests:        sql-ledger
+Why:            �konomisk simulering 
+Responsible:    ?
+NeedConfig:     ?
+
+# ANDRE
+
+Suggests:     xmms, xmms-cdread
+Why:         Multimediaavspilling
+Responsible: ?
+NeedConfig:  yes - midi/soundcard
+
+Suggests:    planner
+Why:         Project management
+Responsible: ?
+NeedConfig:  ?
+
+Suggests:     gnuplot, geg
+Why:         Graph plotting programs.  gnuplot was requested by math teacher.
+Responsible: ?
+NeedConfig:  no
+
+Depends:     xplanet, kgeography
+Why:         Geography
+Responsible: Lars Bahner
+NeedConfig:  no
+
+Suggests:     gperiodic
+Why:         Chemistry
+Responsible: ?
+NeedConfig:  ?
+
+Depends:     kseg
+Suggests:    yacas, drgeo | drgenius, kmplot, ucblogo
+Why:         Math programs.  kmplot is part of kdeedu in KDE 3.1.
+Responsible: ?
+NeedConfig:  ?
+
+Suggests:    qcad, blender
+Why:         2D and 3D design tools
+Responsible: ?
+NeedConfig:  ?
+
+Suggests:     kchart, kformula, koshell, kugar, kivio, koffice
+Why:         KOffice: Word Processor, Spreadsheet, Drawing program, etc
+Responsible: ?
+NeedConfig:  no
+
+# SPILL
+Depends:     gcompris
+Why:         Educational program (game for the youngest. lars.)
+Responsible: Kjartan Maraas
+NeedConfig:  ?
+
+###########################################################################
+
+Recommends:  ibrazilian, icatalan, idanish, idutch, ifrench, iitalian, \
+             ingerman, inorwegian, iportuguese, ispanish, ifinnish-large
+Why:         Dictionaries for languages supported by Skolelinux and
+             localization-config.
+Responsible: ? (someone need to check that the package list is complete)
+NeedConfig:  yes - set default ispell dictionary
+
+Recommends:  iamerican, ibritish
+Why:         Dictionaries for other foreign languages
+Responsible: ? (someone need to check that the package list is complete)
+NeedConfig:  yes - set default ispell dictionary
+
+Suggests:     kde-i18n-es, kde-i18n-it, kde-i18n-de, kde-i18n-fr, \
+             kde-i18n-no | kde-i18n-nb, kde-i18n-nn | kde-i18n-nony, \
+             kde-i18n-se, kde-i18n-da, kde-i18n-lv, kde-i18n-nl, kde-i18n-ca, \
+             kde-i18n-el
+Why:         KDE desktop translations for relevant languages.
+Responsible: ? (someone need to check the package list is complete)
+NeedConfig:  no
+
+Depends:     kpackage, aptitude
+Why:         Allow easy access to the APT install and upgrade facility
+Responsible: Petter Reinholdtsen
+NeedConfig:  no
+
+Depends:     gnupg2 | gnupg
+Suggests:    gnupg-doc
+Avoid:       pgp
+Why:         Allow sending and receiving signed and encrypted email
+Responsible: ?
+NeedConfig:  ?
+
+Suggests:    wine, wine-utils, winesetuptk, wine-doc, rdesktop
+Why:         Run MS Windows applications.
+Responsible: ?
+NeedConfig:  ?
+
+Suggests:     lightspeed, klogic
+Why:         Fysikkprogrammer
+Responsible: ?
+NeedConfig:  ?
+
+Depends:     xine-ui, xine-dvdnav, ogle-gui
+Why:         Various tv/video players and recorders.
+Responsible: Petter Reinholdtsen
+NeedConfig:  ?
+
+Depends:     sane, xsane
+Why:         Scanner drivers and frontends.  Most schools have scanners
+             available, and software to drive them should be available
+             in Skolelinux.
+Responsible: Petter Reinholdtsen
+NeedConfig:  yes
+
+Depends:     kbabel, gettext, cvs, cvsbook
+Why:         Include the tools we need in the Skolelinux project.
+Responsible: Petter Reinholdtsen
+NeedConfig:  ?
+
+Suggests:     gcc, make, gdb, g++, autoconf, cvs, ddd
+Why:         Mulighet til � lave egne programmer fra cvs.
+Responsible: ?
+NeedConfig:  no
+
+Suggests:     qtcups
+Why:         Printing from non-KDE apps
+Responsible: Jan Ludvig Vinningland
+NeedConfig:  ?
+
+Suggests:     kernel-package, libncurses5-dev
+Why:         Packages needed to configure and compile the kernel source.
+Responsible: Petter Reinholdtsen
+NeedConfig:  no
+
+Suggests:     wine-doc, rdesktop
+Suggests:    wine, wine-utils, winesetuptk
+Why:         Run MS Windows applications.
+Responsible: ?
+NeedConfig:  ?
diff --git a/debian-edu/tasks/electronics b/debian-edu/tasks/electronics
new file mode 100644
index 0000000..701093f
--- /dev/null
+++ b/debian-edu/tasks/electronics
@@ -0,0 +1,7 @@
+Architecture: any
+Description: DebianEdu electronics related applications
+ This metapackage depends on various applications that can be used to
+ teach electronics.
+
+Depends: electric, oregano, pcb, xcircuit, vipec, ksimus, ksimus-boolean, \
+         ksimus-floatingpoint, ksimus-datarecorder
diff --git a/debian-edu/tasks/geography b/debian-edu/tasks/geography
new file mode 100644
index 0000000..b97488c
--- /dev/null
+++ b/debian-edu/tasks/geography
@@ -0,0 +1,5 @@
+Architecture: any
+Suggests: kgeography, grass, qgis, gmt, thuban, earth3d
+Description: DebianEdu applications for geography
+ This metapackage depends on various applications that can be used
+ to teach geography.
diff --git a/debian-edu/tasks/graphics b/debian-edu/tasks/graphics
new file mode 100644
index 0000000..0a29e02
--- /dev/null
+++ b/debian-edu/tasks/graphics
@@ -0,0 +1,7 @@
+Architecture: any
+Depends: gimp1.2, sketch, qcad, dia-gnome, xfig, kontour, xpaint, xaos, panorama, tgif
+Suggests: blender
+Description: DebianEdu graphics related applications
+ This metapackage depends on various applications that can be used to
+ teach graphics and pictural art.
+
diff --git a/debian-edu/tasks/language b/debian-edu/tasks/language
new file mode 100644
index 0000000..265626b
--- /dev/null
+++ b/debian-edu/tasks/language
@@ -0,0 +1,7 @@
+Architecture: any
+Depends: wordtrans-kde, wordtrans-data, wordtrans-console, i2e, trans-de-en, dict, gnome-utils, tuxtype, lletters, typespeed, aspell, tipptrainer, wordnet, khangman, kiten, klettres, kmessedwords, kverbos, kvoctrain, ktouch, klatin
+Suggests:   hanzim, festival, kwordquiz
+Description: DebianEdu language related educational applications
+ This metapackage depends on various applications that can be used to
+ teach a (foreign) language. It includes some typing applications.
+
diff --git a/debian-edu/tasks/laptop b/debian-edu/tasks/laptop
new file mode 100644
index 0000000..8d98aea
--- /dev/null
+++ b/debian-edu/tasks/laptop
@@ -0,0 +1,50 @@
+Architecture: any
+Description: DebianEdu laptop packages
+ A metapackage containing dependencies for packages required on all
+ laptop installations in the DebianEdu custom Debian distribution.
+
+Depends:     pcmcia-cs
+Why:         Laptop is often dependent on pcmcia for networking
+Responsible: Finn-Arne Johansen
+NeedConfig:  yes - set pcmcia-cs to use yenta-socket instead of i82365
+
+Depends:     wireless-tools
+Why:         Many (most?) laptops has a wireless Network card
+Responsible: Finn-Arne Johansen
+NeedConfig:  no
+
+Depends:     acpid, apmd, acpi, acpi-support, xfree86-driver-synaptics, \
+             hibernate, uswsusp, hotkey-setup, laptop-mode-tools
+Why:         Useful tools for laptop hardware
+Responsible: Petter Reinholdtsen
+NeedConfig:  no
+
+Depends:     network-manager-kde | network-manager
+Why:         Make it easier to configure wireless networks.  The network
+             manager suite seem to be best at the moment.
+Responsible: Petter Reinholdtsen
+NeedConfig:  no
+
+Depends:     anacron
+Why:         Laptops tend to not run continously, and need a cron to cope
+             with that.
+Responsible: Petter Reinholdtsen
+NeedConfig:  no
+
+Suggests:    bluez-cups, bluez-pin, bluez-utils, kdebluetooth, bluetooth
+Why:         Bluetooth support.  Laptops tend to have that feature.
+Responsible: Petter Reinholdtsen
+NeedConfig:  no
+
+Suggests:    unison
+Why:         File system synchronization tool, useful for keeping laptop and
+             home directory server in sync.
+Responsible: Petter Reinholdtsen
+NeedConfig:  ?
+
+Ignore:      laptop-detect, pcmciautils, klaptopdaemon, kmilo, ksynaptics, \
+             laptop-mode-tools, laptop-net, laptop-net-doc, laptop-netconf, \
+             battery-stats, hdaps-utils, hdapsd, hotkey-setup, fnfxd
+Why:         Laptop specific packages proposed by Ralf Gesellensetter
+Responsible: ?
+NeedConfig:  ?
diff --git a/debian-edu/tasks/logic-games b/debian-edu/tasks/logic-games
new file mode 100644
index 0000000..ca2d37c
--- /dev/null
+++ b/debian-edu/tasks/logic-games
@@ -0,0 +1,6 @@
+Architecture: any
+Depends: gnuchess, xboard, cgoban, gnugo, gtans, xjig, gnome-games, xsok, ksokoban
+Suggests: crafty
+Description: DebianEdu logic games
+ This metapackage depends on various logic games that can be used to
+ teach logic to children.
diff --git a/debian-edu/tasks/main-server b/debian-edu/tasks/main-server
new file mode 100644
index 0000000..a03225c
--- /dev/null
+++ b/debian-edu/tasks/main-server
@@ -0,0 +1,162 @@
+Architecture: any
+Description: DebianEdu main server packages
+ A metapackage containing dependencies for packages required on all
+ main server installations in the DebianEdu custom Debian distribution.
+
+Depends:     education-networked
+Why:         Packages which should be present on all networked
+             skolelinux machines
+Responsible: Petter Reinholdtsen
+NeedConfig:  no
+
+Depends:     iptables
+Ignore:      shorewall
+Why:         Needed to set up firewalling rules using netfilter in 2.4.x
+Responsible: Lars Bahner
+NeedConfig:  yes - set up default firewall rules
+ 
+Depends:     bind9
+Suggests:    bind9-doc, nslint, zone-file-check, dnswalk, dlint
+Why:         DNS server for the local clients.   Should we use bind 8 or 9?
+Responsible: Rune Nordb�e Skillingstad
+NeedConfig:  yes - set a few well known DNS names, and more.
+ 
+Depends:     dhcp3-server | dhcp
+Why:         Automatic distribution of IP addresses to the clients
+Responsible: Christian Juell
+NeedConfig:  yes - set local IP range, DNS name and default routing
+
+Depends:     slapd, openssl, db4.2-util
+Why:         Allow LDAP user authentication and centralized administration.
+Responsible: Rune Nordb�e Skillingstad
+NeedConfig:  yes - generate certificates for ssl/tls support
+
+Depends:     courier-imap-ssl, courier-ldap
+Why:         The users use imap to get mail from the "postoffice"
+Responsible: Andreas Dahl
+NeedConfig:  yes
+
+Depends:     exim4-daemon-heavy
+Avoid:       courier-mta, deliver, maildrop, masqmail, nullmailer, sendmail, \
+             sendmail-base, sendmail-bin, sendmail-cf, postfix, \
+             hula-mta, esmtp, esmtp-run, nbsmtp, ssmtp, msmtp-mta
+Why:         A smtp daemon with support for ldap.  Avoid all the other SMTP
+             servers.
+Responsible: Maximilian Wilhelm
+NeedConfig:  yes
+
+Depends:     links
+Why:         To be able to access web without a gui.  Quite
+             good text-mode browser.  This browser is also listed in
+             the hintpkgs-etch{-test}.txt file, to make sure only one
+             text based browser is included on the CD and DVD.
+Responsible: Patrick Winnertz
+NeedConfig:  no
+
+Depends:     nfs-kernel-server, samba, makepasswd, tdb-tools
+Suggests:    samba-doc
+Why:         Make home directory available on each client using NFS, SMB
+             and Appletalk
+Responsible: ?
+NeedConfig:  yes - specify which directories to distribute
+
+Depends:     apache2 | apache
+Suggests:    apache-doc, webalizer
+Why:         Internal webserver
+Responsible: ?
+NeedConfig:  ?
+
+Depends:     squid
+Suggests:    calamaris, squidguard, chastity-list
+Why:         Speed up web browsing and reduce network load.
+Responsible: Roy-Magne Mo (Need to check if the list of packages is sensible)
+NeedConfig:  ?
+
+Suggests:    dsh
+Why:         Distributed shell.  Make it easier to administrate many
+	     machines.
+Responsible: Petter Reinholdtsen
+NeedConfig:  maybe - configure host groups
+
+Depends:     ntp | ntp-simple | ntp-refclock
+Why:         Make sure the server supports a local clock.  The configuration
+             is done using cfengine.
+Responsible: Petter Reinholdtsen
+NeedConfig:  yes - set NTP server (client: ntp.intern, server: ntp.somewhere)
+
+Depends:     slbackup, slbackup-php
+Why:         The backup system, and it's admin tool.
+Responsible: Ronny Aasen
+NeedConfig:  yes - debconf (only the slbackup package)
+
+Avoid:       telnetd, ftpd
+Why:         The servers we want to exclude.  All really insecure services
+             should be listed.
+Responsible: Petter Reinholdtsen
+NeedConfig:  no
+
+Depends:     munin
+Why:         Needed to see what happens
+Responsible: Finn-Arne Johansen
+NeedConfig:  Yes, we need to set what machines we want to graph
+
+Depends:     ncs, nagios2 | nagios-text, nagios-plugins
+Avoid:       nagios-mysql, nagios-pgsql
+Why:         Needed to see when things go wrong
+Responsible: Ragnar Wisloff
+NeedConfig:  Should not need that, no
+
+Ignore:      moodle-debian-edu-theme
+Why:         Nice skolelinux theme for moodle
+Responsible: Xavier Oswald
+NeedConfig:  no
+
+Ignore:      moodle-courses-fr
+Why:         French skolelinux documents for moodle. Contain the initial database dump.
+Responsible: Xavier Oswald
+NeedConfig:  no
+
+Suggests:  debian-edu-fr-all
+Why:         Software and tools needed by the french schools (metapackage)
+Responsible: Xavier Oswald
+NeedConfig:  no
+
+Suggests:  debian-edu-fr-skels
+Why:         Users skels for French students
+Responsible: Xavier Oswald
+NeedConfig:  no
+
+Ignore:      moodle-cipux
+Why:         Tool to administrate the user LDAP database (php tool)
+Responsible: Xavier Oswald
+NeedConfig:  Yes, need to set the LDAP database with the cipux fields
+
+Suggests:    cipux-common
+Why:         The common base for CiBot, CAT: ldap schema, system.conf 
+Responsible: Christian Kuelker
+NeedConfig:  no
+
+Suggests:    cipux-cibot
+Why:         The ldap abstraction layer of cipux
+Responsible: Christian Kuelker
+NeedConfig:  no
+
+Suggests:    cipux-rpc
+Why:         XML-RPC daemon of CipUX::Task API for CipUX 
+Responsible: Christian Kuelker
+NeedConfig:  no
+
+Suggests:    cipux-profile
+Why:         Provides scripts for various CipUX installations
+Responsible: Christian Kuelker
+NeedConfig:  no
+
+Depends:     sitesummary
+Why:         Keep track of all the machines in the skolelinux network
+Responsible: Petter Reinholdtsen
+NeedConfig:  no
+
+Depends:     lwat
+Why:	     Administration tool for debian-edu
+Responsible: Finnarne Johansen, Patrick Winnertz
+NeedConfig:  Yes
diff --git a/debian-edu/tasks/mathematics b/debian-edu/tasks/mathematics
new file mode 100644
index 0000000..f0fe17b
--- /dev/null
+++ b/debian-edu/tasks/mathematics
@@ -0,0 +1,9 @@
+Architecture: any
+Description: DebianEdu mathematical applications
+ This metapackage depends on various applications that can be used to
+ teach mathematics, geometry, and statistics.
+
+Depends: drgeo | drgenius, gnuplot, pari-gp, maxima, grace, xabacus, \
+         geg, yacas, xeuklides | xeukleides, mathwar, kseg, octave, \
+         xaos, kig | kgeo, kmplot, kpercentage
+Suggests: scilab, magicsquare, xarith, kalgebra, abakus, qliss3d, k3dsurf, kbruch, kregexpeditor
diff --git a/debian-edu/tasks/misc b/debian-edu/tasks/misc
new file mode 100644
index 0000000..b75b624
--- /dev/null
+++ b/debian-edu/tasks/misc
@@ -0,0 +1,5 @@
+Architecture: any
+Depends: gcompris, ggradebook, visualos, tilp, flashkard, keduca, vym, blinken
+Description: DebianEdu miscellaneous applications for education
+ This metapackage depends on miscellaneous applications that can be useful
+ for teaching purpose.
diff --git a/debian-edu/tasks/music b/debian-edu/tasks/music
new file mode 100644
index 0000000..c579309
--- /dev/null
+++ b/debian-edu/tasks/music
@@ -0,0 +1,6 @@
+Architecture: any
+Description: DebianEdu music and sound applications
+ This metapackage depends on various applications that can be used to
+ teach music.
+
+Depends: lilypond, denemo, brahms, solfege, rosegarden, festival, xmms, gtick, score-reading-trainer
diff --git a/debian-edu/tasks/networked b/debian-edu/tasks/networked
new file mode 100644
index 0000000..0d958d1
--- /dev/null
+++ b/debian-edu/tasks/networked
@@ -0,0 +1,65 @@
+Architecture: any
+Leaf: false
+Description: DebianEdu networked packages
+ A metapackage containing dependencies for packages required on all
+ networked installations (workstation and main-server, but not
+ standalone) in the DebianEdu custom Debian distribution.
+
+Depends:     education-common
+Why:         Need the common packages on all networked installations.
+Responsible: Petter Reinholdtsen
+NeedConfig:  no
+
+Depends:     libnss-ldap, libpam-ldap, libldap2-tls
+Why:         Access list of users,  groups etc from LDAP server
+Responsible: ? (someone need to check the package list is complete)
+NeedConfig:  yes - set LDAP server to name of server
+
+Depends:     ntpdate, ntp | ntp-simple | ntp-refclock
+Suggests:    ntp-doc 
+Why:         Make sure all machines have correct clock 
+Responsible: Petter Reinholdtsen 
+NeedConfig:  yes - set NTP server (client: ntp.local, server: ntp.extern) 
+
+Depends:     nfs-common 
+Why:         Make sure NFS locking workes 
+Responsible: Petter Reinholdtsen
+NeedConfig:  no
+
+#Avoid:       fam
+#Why:         Reduce network trafic when KDE and GNOME track file system
+#             changes. Should be installed, but have proven buggy, avoid
+#             for now.
+#Responsible: ?
+#NeedConfig:  ?
+
+Depends:     cupsys, , foomatic-db-engine, foomatic-db-gutenprint, \
+             foomatic-filters-ppds | cupsomatic-ppd, pnm2ppa, \
+             hpijs, hpijs-ppds, hplip, ijsgutenprint
+Suggests:    foo2zjs
+Avoid:       lpr
+Why:         CUPS printer system. This is the server part. 
+	     All hosts can be print servers, so this is part of networked task.
+Responsible: Petter Reinholdtsen
+NeedConfig:  no
+
+Depends:     autofs-ldap
+Why:         Automatic mount and umount shares based on LDAP maps
+Responsible: Rune Nordb�e Skillingstad
+NeedConfig:  yes, making sure autofs is disabled on mainserver
+
+Suggests:    winbind, smbfs, libpam-mount, krb5-user
+Why:         Tools to mount windows shares when users log in,
+             and to enable winbind authentication.
+Responsible: ?
+NeedConfig:  ?
+
+Depends:     munin-node
+Why:         Needed to see what happens
+Responsible: Finn-Arne Johansen
+NeedConfig:  Yes, we need to set what we want to graph
+
+Depends:     sitesummary-client
+Why:         Keep track of all the machines in a skolelinux network.
+Responsible: Petter Reinholdtsen
+NeedConfig:  yes, specify URL to collector
diff --git a/debian-edu/tasks/physics b/debian-edu/tasks/physics
new file mode 100644
index 0000000..c24c277
--- /dev/null
+++ b/debian-edu/tasks/physics
@@ -0,0 +1,5 @@
+Architecture: any
+Suggests: mek, xem, lum, xoscope, kturtle
+Description: DebianEdu physics related applications
+ This metapackage depends on various applications that can be used to
+ teach physics.
diff --git a/debian-edu/tasks/services b/debian-edu/tasks/services
new file mode 100644
index 0000000..e4102f3
--- /dev/null
+++ b/debian-edu/tasks/services
@@ -0,0 +1,8 @@
+Architecture: any
+Depends: dansguardian
+Suggests: wims
+Description: DebianEdu services for educational institutions
+ This metapackage depends on several applications providing useful
+ infrastructure and services in an educational context: 
+ e-learning services, online documentation repository,
+ web content filter...
diff --git a/debian-edu/tasks/standalone b/debian-edu/tasks/standalone
new file mode 100644
index 0000000..3ca725a
--- /dev/null
+++ b/debian-edu/tasks/standalone
@@ -0,0 +1,622 @@
+Architecture: any
+Description: DebianEdu standalone workstation packages
+ A metapackage containing dependencies for packages required on all
+ small standalone workstation installations in the DebianEdu custom
+ Debian distribution.
+
+# Note: Some packages might be listed several times.  If you are
+# removing a package, search to make sure you find them all.
+
+Depends:     education-common
+Why:         Packages which should be present on all 
+             skolelinux machines
+Responsible: Petter Reinholdtsen
+NeedConfig:  no
+
+Depends:     education-desktop-kde | education-desktop-gnome | \
+             education-desktop
+Why:         Users expect a desktop
+Responsible: ?
+Needconfig:  no
+
+Depends:     xorg, unifont, gsfonts-x11, \
+             xfonts-base-transcoded, xfonts-75dpi-transcoded, \
+             ttf-mgopen, ttf-freefont
+Suggests:    xfonts-100dpi-transcoded, ttf-malayalam-fonts
+Ignore:      xterm
+Why:         X11 Window system
+Responsible: ?
+NeedConfig:  yes - configure for the available graphics card
+
+Depends:     xfs
+Why:         An X font server is nice to use.
+Responsible: Petter Reinholdtsen
+Needconfig:  no
+
+Depends:     adept
+Ignore:      synaptic, kpackage
+Why:         Need a userfriendly debian package manager
+Responsible: Petter Reinholdtsen
+NeedConfig:  ?
+
+Depends:     alsa-utils, alsa-base
+Why:         Tools for the ALSA sound system, and we use alsa.
+Responsible: Petter Reinholdtsen
+NeedConfig:  ?
+
+Depends:     gij-4.1, java-gcj-compat, \
+             openoffice.org
+Recommends:  openoffice.org-l10n-nb, \
+             openoffice.org-l10n-nn, \
+             openoffice.org-l10n-el, \
+             openoffice.org-l10n-de, \
+             openoffice.org-l10n-fr, \
+             openoffice.org-l10n-es, \
+             openoffice.org-l10n-ca, \
+             openoffice.org-l10n-nl, \
+             openoffice.org-help-nb, \
+             openoffice.org-help-nn, \
+             openoffice.org-help-en, \
+             openoffice.org-help-el, \
+             openoffice.org-help-fr, \
+             openoffice.org-help-es, 
+Suggests:    openoffice.org-filter-binfilter, \
+             openoffice.org-filter-mobiledev, \
+             openoffice.org-hyphenation, \
+             openoffice.org-l10n-common, \
+             openoffice.org-l10n-en-us, \
+             openoffice.org-l10n-en-za, \
+             openoffice.org-style-crystal, \
+             openoffice.org-style-default, \
+             openoffice.org-style-industrial, \
+             openoffice.org-thesaurus-en-us
+Ignore:      openoffice.org-help-cs, \
+             openoffice.org-help-da, \
+             openoffice.org-help-de, \
+             openoffice.org-help-dz, \
+             openoffice.org-help-en-gb, \
+             openoffice.org-help-en-us, \
+             openoffice.org-help-et, \
+             openoffice.org-help-hi-in, \
+             openoffice.org-help-hu, \
+             openoffice.org-help-it, \
+             openoffice.org-help-ja, \
+             openoffice.org-help-km, \
+             openoffice.org-help-ko, \
+             openoffice.org-help-nl, \
+             openoffice.org-help-pl, \
+             openoffice.org-help-pt-br, \
+             openoffice.org-help-ru, \
+             openoffice.org-help-sl, \
+             openoffice.org-help-sv, \
+             openoffice.org-help-zh-cn, \
+             openoffice.org-help-zh-tw, \
+             openoffice.org-l10n-af, \
+             openoffice.org-l10n-as-in, \
+             openoffice.org-l10n-be-by, \
+             openoffice.org-l10n-bg, \
+             openoffice.org-l10n-bn, \
+             openoffice.org-l10n-br, \
+             openoffice.org-l10n-bs, \
+             openoffice.org-l10n-cs, \
+             openoffice.org-l10n-cy, \
+             openoffice.org-l10n-da, \
+             openoffice.org-l10n-dz, \
+             openoffice.org-l10n-en-gb, \
+             openoffice.org-l10n-eo, \
+             openoffice.org-l10n-et, \
+             openoffice.org-l10n-fa, \
+             openoffice.org-l10n-fi, \
+             openoffice.org-l10n-fr, \
+             openoffice.org-l10n-ga, \
+             openoffice.org-l10n-gu-in, \
+             openoffice.org-l10n-he, \
+             openoffice.org-l10n-hi, \
+             openoffice.org-l10n-hi-in, \
+             openoffice.org-l10n-hr, \
+             openoffice.org-l10n-hu, \
+             openoffice.org-l10n-in, \
+             openoffice.org-l10n-it, \
+             openoffice.org-l10n-ja, \
+             openoffice.org-l10n-ka, \
+             openoffice.org-l10n-km, \
+             openoffice.org-l10n-ko, \
+             openoffice.org-l10n-ku, \
+             openoffice.org-l10n-lo, \
+             openoffice.org-l10n-lt, \
+             openoffice.org-l10n-lv, \
+             openoffice.org-l10n-mk, \
+             openoffice.org-l10n-ml-in, \
+             openoffice.org-l10n-ne, \
+             openoffice.org-l10n-nr, \
+             openoffice.org-l10n-ns, \
+             openoffice.org-l10n-or-in, \
+             openoffice.org-l10n-pa-in, \
+             openoffice.org-l10n-pl, \
+             openoffice.org-l10n-pt, \
+             openoffice.org-l10n-pt-br, \
+             openoffice.org-l10n-ru, \
+             openoffice.org-l10n-rw, \
+             openoffice.org-l10n-sk, \
+             openoffice.org-l10n-sl, \
+             openoffice.org-l10n-sr-cs, \
+             openoffice.org-l10n-ss, \
+             openoffice.org-l10n-st, \
+             openoffice.org-l10n-sv, \
+             openoffice.org-l10n-ta-in, \
+             openoffice.org-l10n-te-in, \
+             openoffice.org-l10n-tg, \
+             openoffice.org-l10n-th, \
+             openoffice.org-l10n-tn, \
+             openoffice.org-l10n-tr, \
+             openoffice.org-l10n-ts, \
+             openoffice.org-l10n-uk, \
+             openoffice.org-l10n-ve, \
+             openoffice.org-l10n-vi, \
+             openoffice.org-l10n-xh, \
+             openoffice.org-l10n-za, \
+             openoffice.org-l10n-zh-cn, \
+             openoffice.org-l10n-zh-tw, \
+             openoffice.org-l10n-zu
+Why:         Supplementary OpenOffice.org packages.
+Responsible: Gaute Hvoslef Kvalnes
+NeedConfig:  no
+
+Recommends:  iceweasel | firefox, \
+             iceweasel-l10n-nb-no | firefox-locale-nb, \
+             iceweasel-l10n-nn-no | firefox-locale-nn, \
+             iceweasel-l10n-de | firefox-locale-de, \
+             iceweasel-l10n-el | firefox-locale-el, \
+             iceweasel-l10n-it | firefox-locale-it, \
+             iceweasel-l10n-fr | firefox-locale-fr-fr, \
+             iceweasel-l10n-es-es | firefox-locale-es-es, \
+             iceweasel-l10n-da | firefox-locale-da-dk, \
+             iceweasel-l10n-eu | firefox-locale-eu, \
+             iceweasel-l10n-en-gb, \
+             iceweasel-l10n-es-ar
+Suggests:    iceweasel-l10n-af, \
+             iceweasel-l10n-ar, \
+             iceweasel-l10n-be, \
+             iceweasel-l10n-bg, \
+             iceweasel-l10n-ca | firefox-locale-ca, \
+             iceweasel-l10n-cs, \
+             iceweasel-l10n-cy-gb | firefox-locale-cy, \
+             iceweasel-l10n-dz-bt, \
+             iceweasel-l10n-et-ee, \
+             iceweasel-l10n-fa-ir, \
+             iceweasel-l10n-fi, \
+             iceweasel-l10n-fur-it, \
+             iceweasel-l10n-fy-nl, \
+             iceweasel-l10n-ga-ie, \
+             iceweasel-l10n-gu-in, \
+             iceweasel-l10n-he, \
+             iceweasel-l10n-hu | firefox-locale-hu-hu, \
+             iceweasel-l10n-ja | firefox-locale-ja, \
+             iceweasel-l10n-ka, \
+             iceweasel-l10n-ko | firefox-locale-ko, \
+             iceweasel-l10n-ku, \
+             iceweasel-l10n-lt, \
+             iceweasel-l10n-mk, \
+             iceweasel-l10n-mn, \
+             iceweasel-l10n-nl, \
+             iceweasel-l10n-pa-in, \
+             iceweasel-l10n-pl | firefox-locale-pl, \
+             iceweasel-l10n-pl, \
+             iceweasel-l10n-pt-br | firefox-locale-pt-br, \
+             iceweasel-l10n-pt-pt, \
+             iceweasel-l10n-ro, \
+             iceweasel-l10n-roa-es-val, \
+             iceweasel-l10n-ru, \
+             iceweasel-l10n-sk, \
+             iceweasel-l10n-sl | firefox-locale-sl-si, \
+             iceweasel-l10n-sv-se, \
+             iceweasel-l10n-tr, \
+             iceweasel-l10n-uk-ua, \
+             iceweasel-l10n-zh-cn | firefox-locale-zh-cn, \
+             iceweasel-l10n-zh-tw | firefox-locale-zh-tw
+Why:         Very nice browser.  Only recommended to get it installed when
+             available, and provide konqueror by default if installing
+             from CD.  Recommend the most used language packages, and
+             suggest the rests.
+Responsible: Patrick Winnertz, Finn-Arne Johansen
+Needconfig:  Yes, Cache, Printerapp, proxy server
+
+Suggests:    icedove | mozilla-thunderbird, \
+             icedove-locale-ca | mozilla-thunderbird-locale-ca, \
+             icedove-locale-de | mozilla-thunderbird-locale-de, \
+             icedove-locale-el | mozilla-thunderbird-locale-el, \
+             icedove-locale-fr | mozilla-thunderbird-locale-fr, \
+             icedove-locale-it | mozilla-thunderbird-locale-it, \
+             icedove-locale-nb | mozilla-thunderbird-locale-nb, \
+             icedove-locale-nn | mozilla-thunderbird-locale-nn
+Why:         Get a nice mail client
+Responsible: Finn-Arne Johansen
+NeedConfig:  Yes, Cache, Printerapp, proxy server
+
+Depends:     konqueror-plugin-gnash, mozilla-plugin-gnash
+Recommends:  gstreamer0.10-plugins-base, gstreamer0.10-alsa, gstreamer0.10-fluendo-mp3, \
+             gstreamer0.10-ffmpeg, gstreamer0.10-audiosink
+Suggests:    flashplugin-nonfree
+Why:         Several web pages uses Macromedia Flash.  Recommend the packages gnash need to play youtube
+             videos
+Responsible: Petter Reinholdtsen
+NeedConfig:  no
+
+Ignore:      sun-java5-jre | sun-j2re1.4 | j2re1.4, sun-java5-plugin
+Avoid:       ibm-jdk1.1-installer, jdk1.1, kaffe
+Why:         We need a Java run-time environment, but possibly no development
+             tools in the standard installation.  Info om Debian and
+             Java is available from
+             <URL:http://www.debian.org/doc/manuals/debian-java-faq/>.
+Responsible: ?
+NeedConfig:  no
+
+Depends:     debian-edu-artwork
+Why:         Nice desktop artwork
+Responsible: Holger Levsen
+Needconfig:  yes, kdm and kde need to be configured to use it.
+
+Depends:     gnupg2 | gnupg, gnupg-agent
+Suggests:    gnupg-doc
+Avoid:       pgp
+Why:         Allow sending and receiving signed and encrypted email
+Responsible: ?
+NeedConfig:  ?
+
+Depends:     avahi-daemon, libnss-mdns
+Suggests:    avahi-discover, mdns-scan, avahi-autoipd, kdnssd
+Why:         Packages needed for dynamic service location and
+             network configuration.
+Responsible: Petter Reinholdtsen
+NeedConfig:  ?
+
+Depends:     cupsys-client, cupsys-bsd
+Recommends:  foomatic-gui
+Why:         CUPS printer system.  This is the client part
+Responsible: ?
+NeedConfig:  ?
+
+Suggests:    xpdf
+Why:         PDF viewers
+Responsible: ?
+NeedConfig:  ?
+
+Depends:     unzip, unzip-crypt, zip, zip-crypt, bzip2
+Why:         Compress/uncompress utilities used by archive managers.
+Responsible: Petter Reinholdtsen
+NeedConfig:  no
+
+Ignore:      ifplugd
+Why:         Disconnected machines with network cards will hang for a
+             long time when the interface is brought up
+Responsible: Finn-Arne Johansen
+NeedConfig:  yes - the if listed in /etc/default/ifplugd must not has auto eth(?) in interface
+
+Depends:     dhcp3-client | dhcp-client, dhcdbd
+Avoid:       pump
+Why:         Receive IP address from DHCP server.  Using dhcp3-client
+             as it is the one used by default in Debian/Etch.
+Responsible: ?
+NeedConfig:  no
+
+Depends:     rdesktop
+Why:         Let people work with windows Terminal servers even if they
+             have a Linux Desktop
+Responsible: ?
+NeedConfig:  no
+
+Depends:     kaffeine, kaffeine-mozilla
+Suggests:    totem | vlc | xmms | xine, mplayer, \
+             totem-mozilla | mozilla-plugin-vlc, \
+             xmmsarts | xmms-arts, xmms-cdread, libogg0, \
+             libvorbis0 | libvorbis0a, libxml1, zlib1g, libaudiofile0
+Why:         People want multimedia players.  We need to select one.
+Responsible: ?
+NeedConfig:  perhaps - midi/soundcard
+
+# This is the list of packages to be installed on standalone machines
+# Note, some packages can be listed several times.  If you want to
+# remove a package, search for all the entries.
+
+Depends:     ktuberling
+Why:         These packages are missed from the CD
+Responsible: ?
+NeedConfig:  no
+
+Depends:     kgeography
+Suggests:    xplanet
+Why:         Geography
+Responsible: Lars Bahner
+NeedConfig:  no
+
+Depends:     kseg, kmplot
+Suggests:    drgeo | drgenius, yacas, ucblogo, qcad, abakus, \
+	     qliss3d, k3dsurf, kalgebra
+Why:         Math programs.  kmplot is part of kdeedu in KDE 3.1.
+Responsible: ?
+NeedConfig:  ?
+
+Depends:     kino, stopmotion
+Suggests:    xine-ui, xine-dvdnav, libdvdcss2, ogle-gui
+Why:         Various tv/video players and recorders.
+Responsible: Petter Reinholdtsen
+NeedConfig:  ?
+
+Suggests:    gcc, make, gdb, g++, autoconf, cvs, subversion, ddd, libc-dev
+Why:         Make it possible to create your own programs. 
+Responsible: ?
+NeedConfig:  no
+
+Ignore:      clamav, clamav-docs, clamav-freshclam, clamav-data, \
+             clamav-getfiles
+Why:         Include free virus scanner on the CD
+Responsible: ?
+NeedConfig:  ?
+
+###########################################################################
+#
+# Organize the packages according to the norwegian "L�replan"
+#
+###########################################################################
+
+# GRUNNSKOLEN
+
+# SPILL
+Depends:     gcompris
+Suggests:    gcompris-sound-da, gcompris-sound-de, gcompris-sound-en, \
+             gcompris-sound-es, gcompris-sound-eu, gcompris-sound-fi, \
+             gcompris-sound-fr, gcompris-sound-hu, gcompris-sound-it, \
+             gcompris-sound-nl, gcompris-sound-pt, gcompris-sound-ru, \
+             gcompris-sound-sv, gcompris-sound-cs, gcompris-sound-mr, \
+             gcompris-sound-ptbr, gcompris-sound-so, gcompris-sound-tr
+Why:         Educational program (game for the youngest. lars.)
+Responsible: ?
+NeedConfig:  ?
+
+Suggests:    smbclient
+Why:         Access to SMB file systems.
+Responsible: ?
+NeedConfig:  no
+
+Suggests:    kbear, ncftp, wget
+Why:         Filoverf�rer
+Responsible: ?
+NeedConfig:  ?
+
+Suggests:    dbdesigner
+Why:         Database
+Responsible: ?
+NeedConfig:  ?
+
+Suggests:    ekiga | gnomemeeting
+Why:         VoIP/teleconference
+Responsible: ?
+NeedConfig:  ?
+
+Suggests:    gaim
+Why:         multi-protocol instant messaging/chat client
+Responsible: ?
+NeedConfig:  ?
+
+Suggests:    noteedit, kmidi, artsbuilder, solfege, timidity-patches
+Why:         Musikkforming
+Responsible: ?
+NeedConfig:  ?
+
+# ENKELTE FAG
+
+# NB! Dette h�rer sammen med ovenst�ende pakke
+Suggests:    kig | keuklid | kgeo, kgraph, kmultiply, klearnspelling, kpercentage
+Why:         matematikk (spisekart).  kgeo, kpercentage and klearspelling are
+             part of kdeedu.
+Responsible: ?
+NeedConfig:  ?
+
+Depends:     kstars, celestia, gperiodic, kalzium
+Why:         milj�/naturfag.  kstars and kalzium are part of kdeedu in KDE 3.1.
+Responsible: ?
+NeedConfig:  yes - Open GL/DRI
+
+Depends:     klearnspelling, ktouch
+Why:         Drillprogram.  ktouch is part of kdeedu in KDE 3.1
+Responsible: ?
+NeedConfig:  no
+
+Suggests:    knorskverbs
+Why:         Norskundervisning.  knorskverbs is part of kdeedu.
+Responsible: ?
+NeedConfig:  ?
+
+# VIDEREG�ENDE
+
+
+
+Suggests:    postgresql-client
+Why:         Database
+Responsible: ?
+NeedConfig:  ?
+
+Suggests:    sql-ledger
+Why:         accounting and economical simulation
+Responsible: ?
+NeedConfig:  ?
+
+# ANDRE
+
+Suggests:    planner
+Why:         Project management.  Changed name from mrproject to planner
+Responsible: ?
+NeedConfig:  ?
+
+Suggests:    gnuplot, geg
+Why:         Graph plotting programs.  gnuplot was requested by math teacher.
+Responsible: ?
+NeedConfig:  no
+
+Suggests:    gperiodic
+Why:         Chemistry
+Responsible: ?
+NeedConfig:  ?
+
+Suggests:    tetex-bin | texlive, tetex-doc | texlive-doc-base, tetex-extra, \
+             lacheck, auctex, tetex-brev
+Ignore:      texlive-full
+Why:         Requested by math teacher.  LaTeX allow math typesetting.  Tetex is
+             the post-Lenny packages, it was replaced by texlive.
+Responsible: ? (someone need to check the package list is complete)
+NeedConfig:  no
+
+Suggests:    lyx
+Suggests:    texmacs
+Why:         GUI frontend to LaTeX makes it easier to use for new users.
+Responsible: ?
+NeedConfig:  ?
+
+Suggests:    kchart, kformula, koshell, kugar, kivio
+Why:         leftovers 
+Responsible: ?
+NeedConfig:  no
+
+Depends:     inkscape | sodipodi, \
+             gimp, gimp-data-extras, gimp-print, cupsys-driver-gimpprint
+Recommends:  tuxpaint, tuxpaint-config
+Suggests:    kolourpaint, kpaint, netpbm, gv, dia
+Ignore:      gimp-help-cs, gimp-help-de, gimp-help-en, gimp-help-fr, \
+             gimp-help-it, gimp-help-nl, gimp-help-sv, gimp-help-zh-cn
+Why:         Drawing/sketching programs
+Responsible: ?
+NeedConfig:  ?
+
+###########################################################################
+
+# SYSTEM
+
+Recommends:  xsane, sane, sane-utils, quiteinsane
+Why:         Scanner frontends and drivers.  Most schools have scanners
+             available, and software to drive them should be available
+             in Skolelinux.
+Responsible: Petter Reinholdtsen
+NeedConfig:  yes
+
+Depends:     myspell-nb, myspell-nn, myspell-en-us, myspell-en-gb, \
+             myspell-de-de, myspell-fr, myspell-es, myspell-da, myspell-it, \
+             myspell-el-gr, myspell-ca
+Suggests:    myspell-de-at, myspell-de-ch, myspell-fr-gut
+Suggests:    inorwegian, iamerican, ibritish, ingerman, ifrench, ispanish, \
+             idanish, iitalian
+Why:         Spellcheckers for all languages requested in debian-edu.
+             Prefer myspell used by OOo over ispell used by emacs.
+Responsible: ? (someone need to check the package list is complete)
+NeedConfig:  yes - set default ispell dictionary (localization-config)
+
+Suggests:    quanta
+Why:         HTML editor ++  
+Responsible: ?
+NeedConfig:  no
+
+Suggests:    lightspeed, klogic
+Why:         Fysikkprogrammer
+Responsible: ?
+NeedConfig:  ?
+
+Recommends:  k3b, k3b-i18n
+Why:         Writing CDs and DVD for backup and pleasure is useful to include.
+Responsible: Petter Reinholdtsen
+NeedConfig:  ? (access to the cdrom group, and kernel module loading?)
+
+Suggests:    kppp
+why:         Allow modem and/or ISDN connection
+Responsible: ?
+NeedConfig:  ?
+
+Suggests:    pppoeconf
+Why:         Allow xDSL
+Responsible: ?
+NeedConfig:  ?
+
+Suggests:    kuser
+why:         Grafical version of "adduser"
+Responsible: ?
+NeedConfig:  ?
+
+Ignore:      f-spot
+Why:         photo management
+Responsible: ?
+NeedConfig:  ?
+
+Recommends:  scribus
+Why:         Simple desktop publishing system.
+Responsible: Petter Reinholdtsen
+NeedConfig:  no
+
+Suggests:    serpentine, tuxmath
+Suggests:    mutt, screen
+Ignore:      nautilus, evolution
+Why:         Some graphical and console user applications found in edubuntu
+Responsible: ?
+NeedConfig:  ?
+
+Suggests:    kdissert
+Why:         Mind-mapping tool
+Responsible: Petter Reinholdtsen
+NeedConfig:  no
+
+Suggests:    earth3d
+Why:         3D model of the earth, useful for visualizing geography
+Responsible: Petter Reinholdtsen
+NeedConfig:  no
+
+Ignore:      msttcorefonts
+Why:         Make it easier to fetch fonts from microsoft by providing
+             the installation package on the DVD.
+Responsible: Petter Reinholdtsen
+NeedConfig:  no
+
+Ignore:      freemind, nvidia-settings, dosemu, googleearth-package, \
+             kmessedwords, karamba, gs, freenx, nxclient, nxdesktop
+Why:         Make sure a few popular packages are included on the DVD.
+Responsible: Petter Reinholdtsen
+NeedConfig:  no
+
+Suggests:    tablix2, gtablix
+Why:         Tool to generate the school schedule based on the list of courses, students, and teachers.
+Responsible: ?
+NeedConfig:  ?
+
+Ignore:      qemu, kqemu-source, qemu-launcher, qemuctl
+Avoid:       kqemu-source
+Why:         Virtual PC useful for testing.  kqemu-source is avoided for etch,
+             as that package only become free software after etch.
+Responsible: Petter Reinholdtsen
+NeedConfig:  Yes, kqemu must be build for the installed kernel
+
+Suggests:    atlantik, atlantikdesigner, monopd
+Why:         Nice client/server board game.
+Responsible: Petter Reinholdtsen
+NeedConfig:  No
+
+Suggests:    rsibreak
+Why:         Provide tool to reduce the chance of repetitive strain injury
+Responsible: Petter Reinholdtsen
+NeedConfig:  No
+
+Ignore:      kde-i18n-af, kde-i18n-ar, kde-i18n-az, kde-i18n-bg, \
+             kde-i18n-bn, kde-i18n-br, kde-i18n-bs, kde-i18n-ca, \
+             kde-i18n-cs, kde-i18n-cy, kde-i18n-da, kde-i18n-de, \
+             kde-i18n-el, kde-i18n-engb, kde-i18n-eo, kde-i18n-es, \
+             kde-i18n-et, kde-i18n-eu, kde-i18n-fa, kde-i18n-fi, \
+             kde-i18n-fr, kde-i18n-fy, kde-i18n-ga, kde-i18n-gl, \
+             kde-i18n-he, kde-i18n-hi, kde-i18n-hr, kde-i18n-hu, \
+             kde-i18n-is, kde-i18n-it, kde-i18n-ja, kde-i18n-km, \
+             kde-i18n-ko, kde-i18n-lt, kde-i18n-lv, kde-i18n-mk, \
+             kde-i18n-mn, kde-i18n-ms, kde-i18n-nb, kde-i18n-nds, \
+             kde-i18n-nl, kde-i18n-nn, kde-i18n-pa, kde-i18n-pl, \
+             kde-i18n-pt, kde-i18n-ro, kde-i18n-ru, \
+             kde-i18n-rw, kde-i18n-se, kde-i18n-sk, kde-i18n-sl, \
+             kde-i18n-sr, kde-i18n-srlatin, kde-i18n-ss, kde-i18n-sv, \
+             kde-i18n-ta, kde-i18n-tg, kde-i18n-tr, kde-i18n-uk, \
+             kde-i18n-uz, kde-i18n-zhcn, kde-i18n-zhtw
+Why:         Pad the last CD using KDE translations, to avoid
+             noise in the package reports.
+Responsible: Petter Reinholdtsen
+NeedConfig:  No
diff --git a/debian-edu/tasks/thin-client-server b/debian-edu/tasks/thin-client-server
new file mode 100644
index 0000000..2f86af6
--- /dev/null
+++ b/debian-edu/tasks/thin-client-server
@@ -0,0 +1,88 @@
+Architecture: any
+Description: DebianEdu networked thin client server packages
+ A metapackage containing dependencies for packages required on all
+ networked thin client server installations in the DebianEdu custom Debian
+ distribution.
+
+# This is the list of packages to be installed on a thin client server.
+# Basis is LTSP versjon 3
+
+Depends:     iptables
+Why:         Need to do masquerading of the thin clients for DNS etc.
+Responsible: Ragnar Wisl�ff
+NeedConfig:  no
+
+Depends:     dhcp3-server | dhcp
+Avoid:       bootp
+Why:         We want to use DHCP, not the subset bootp.
+Responsible: Ragnar Wisl�ff
+NeedConfig:  yes
+
+Depends:     atftpd
+Recommends:  tftp
+Why:         LTSP needs tftpd, but the core LTSP package lists it as
+             recommended.
+Responsible: Ragnar Wisl�ff
+Needconfig:  yes
+
+Ignore:      netboot
+Why:         We use ltsp boot images
+Responsible: Ragnar Wisl�ff
+Needconfig:  ?
+
+Depends:     xfs
+Why:         LTSP clients are slow and should get font info from the server.
+Responsible: Ragnar Wisl�ff
+Needconfig:  yes - enable TCP listening
+
+#Suggests:    ltsp-core-i386, ltsp-x-core-i386, \
+#             ltsp-kernel-2.4.26-edu-i386 | ltsp-kernel-2.4.22-i386, \
+#             ltsp-x-xserver-mach32-3.3.6-i386, \
+#             ltsp-x-xserver-mach64-3.3.6-i386, \
+#             ltsp-x-xserver-s3-s3v-3.3.6-i386 | ltsp-x-xserver-s3-3.3.6-i386, \
+#             ltsp-x-xserver-svga-3.3.6-i386, ltsp-localdev-i386, ltsp-sound-i386
+#Recommends:  ltsp-doc, ltsp-local-apps-i386, ltsp-x-fonts-i386, \
+#             ltsp-x-xserver-3dlabs-3.3.6-i386, ltsp-x-xserver-8514-3.3.6-i386, \
+#             ltsp-x-xserver-agx-3.3.6-i386, ltsp-x-xserver-fbdev-3.3.6-i386, \
+#             ltsp-x-xserver-i128-3.3.6-i386, ltsp-x-xserver-mach32-3.3.6-i386, \
+#             ltsp-x-xserver-mach64-3.3.6-i386, ltsp-x-xserver-mach8-3.3.6-i386, \
+#             ltsp-x-xserver-mono-3.3.6-i386, ltsp-x-xserver-p9000-3.3.6-i386, \
+#             ltsp-x-xserver-s3-3.3.6-i386, ltsp-x-xserver-s3v-3.3.6-i386, \
+#             ltsp-x-xserver-svga-3.3.6-i386, ltsp-x-xserver-vga16-3.3.6-i386, \
+#             ltsp-x-xserver-w32-3.3.6-i386
+#Why:         Server for diskless / thin clients
+#URL:	     http://www.ltsp.org
+#Responsible: Ragnar Wisl�ff
+#NeedConfig:  yes
+
+Depends:     ltsp-server-standalone
+Recommends:  ltspfs
+Suggests:    ltsp-utils
+Why:         Next generation LTSP server for diskless / thin clients.
+Responsible: Petter Reinholdtsen
+NeedConfig:  yes
+
+Depends:     education-workstation
+Why:         Packages which should be present on a thin client server
+Responsible: Ragnar Wisl�ff
+NeedConfig:  no
+
+Depends:     rdiff-backup
+Why:         To make the backup system able to backup the ltsp server
+Responsible: Morten Werner Olsen
+NeedConfig:  no
+
+Depends:     nbd-server
+Why:         Is needed to provide swap over the net.
+Responsible: Ronny Aasen
+NeedConfig:  no
+
+Suggests:    italc-master
+Why:	     Nice tool for teachers to help and advice students - frontend
+Responsible: Patrick Winnertz
+NeedConfig:  yes
+
+Suggests:    italc-client
+Why:	     Nice tool for teachers to help and advice students - client side
+Responsible: Patrick Winnertz
+NeedConfig:  yes
diff --git a/debian-edu/tasks/workstation b/debian-edu/tasks/workstation
new file mode 100644
index 0000000..6e56908
--- /dev/null
+++ b/debian-edu/tasks/workstation
@@ -0,0 +1,24 @@
+Architecture: any
+Description: DebianEdu networked workstation packages
+ A metapackage containing dependencies for packages required on all
+ networked workstation (thick client) installations in the DebianEdu
+ custom Debian distribution.
+
+# Note: Some packages might be listed several times.  If you are
+# removing a package, search to make sure you find them all.
+
+Depends:     education-networked
+Why:         Packages which should be present on all networked
+             skolelinux machines
+Responsible: Petter Reinholdtsen
+NeedConfig:  no
+
+Depends:     education-standalone
+Why:         Need everything thats in standalone on a workstation
+
+# SYSTEM
+Depends:     ldap-utils
+Recomends:   gq
+Why:         LDAP adminstration tools
+Responsible: Kjetil T. Homme
+NeedConfig:  ?

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/pkg-team/debian-edu.git



More information about the debian-edu-commits mailing list