summaryrefslogtreecommitdiff
diff options
-rw-r--r--STRUCTURE28
-rw-r--r--artwork10
-rw-r--r--blacklist64
-rw-r--r--cloud-image62
-rw-r--r--desktop258
-rw-r--r--development96
-rw-r--r--dns-server7
-rw-r--r--doc/langpacks.txt43
-rw-r--r--elementary-sdk26
-rw-r--r--lamp-server10
-rw-r--r--live73
-rw-r--r--mail-server14
-rw-r--r--openssh-server7
-rw-r--r--pantheon28
-rw-r--r--pantheon-shell12
-rw-r--r--postgresql-server14
-rw-r--r--print-server12
-rw-r--r--samba-server14
-rw-r--r--server62
-rw-r--r--server-ship293
-rw-r--r--supported480
-rw-r--r--supported-desktop-extra31
-rw-r--r--system-image49
-rw-r--r--tomcat-server9
-rw-r--r--usb70
-rw-r--r--usb-langsupport87
-rw-r--r--usb-live38
-rw-r--r--usb-ship-live34
-rw-r--r--virt-host12
29 files changed, 293 insertions, 1650 deletions
diff --git a/STRUCTURE b/STRUCTURE
index d0136dcc..f1858e5e 100644
--- a/STRUCTURE
+++ b/STRUCTURE
@@ -1,26 +1,10 @@
+feature follow-recommends
include platform.xenial
-desktop: desktop-common
-dns-server: standard
-lamp-server: standard
-openssh-server: standard
-print-server: standard
-samba-server: standard
-postgresql-server: standard
-mail-server: standard
-tomcat-server: standard
-virt-host: standard
-server: standard
-server-ship: boot installer dns-server lamp-server openssh-server print-server samba-server postgresql-server mail-server server tomcat-server virt-host d-i-requirements
-cloud-image: standard
+artwork:
+elementary-sdk:
+pantheon-shell:
+pantheon:
+desktop: desktop-common artwork pantheon
ship: boot installer desktop d-i-requirements
live: desktop live-common
ship-live: boot live
-development: desktop
-usb: boot installer desktop
-usb-live: usb live-common
-usb-langsupport: usb-live
-usb-ship-live: usb-langsupport
-supported-desktop-extra: usb-live
-system-image: boot
-# make sure supported remains the last entry
-supported: supported-common server-ship cloud-image ship ship-live development usb-ship-live language-packs supported-desktop-extra
diff --git a/artwork b/artwork
new file mode 100644
index 00000000..bdf9da35
--- /dev/null
+++ b/artwork
@@ -0,0 +1,10 @@
+Task-Per-Derivative: 1
+Task-Section: user
+Task-Description: elementary artwork
+Task-Extended-Description: This task provides the acclaimed elementary desktop artwork
+Task-Key: elementary-artwork
+
+ * elementary-icon-theme
+ * elementary-theme
+ * (elementary-wallpapers)
+ * (fonts-elementary-extra)
diff --git a/blacklist b/blacklist
index f5b8311d..51a5f2e7 100644
--- a/blacklist
+++ b/blacklist
@@ -59,3 +59,67 @@ clamav
# mdz, 2004-06-14: upstream deliberately obfuscates vulnerabilities
# mdz, 2004-06-20: CAN-2002-0757, CAN-2003-0101, SNS 74, SNS 75
webmin
+
+### elementary ###
+
+# we don't want Unity. Thanks.
+unity
+unity-2d
+unity-greeter
+# gnome-session is a config package, the binary is in gnome-session-bin
+gnome-session
+# we don't want Ubuntu branding as well
+plymouth-theme-ubuntu-logo
+branding-ubuntu
+ubuntu-artwork
+#ubiquity-ubuntu-artwork - it needs SOME artwork, we should provide one
+ubiquity-slideshow-ubuntu
+# including Ubuntu metapackages would be ridiculos
+ubuntu-desktop
+# totem recommends totem-mozilla, which recommends Firefox or Epiphany or virtual package that confuses Germinate
+totem-mozilla
+# make sure firefox, nautilus and banshee are not pulled in
+firefox
+nautilus
+banshee
+ubuntu-system-settings
+compiz
+gnome-system-monitor
+example-content # creates ~/example.desktop
+webbrowser-app # ubuntu web browser
+overlay-scrollbar
+gnome-screensaver
+light-locker-settings
+metacity
+#uoa stuff
+mcp-account-manager-uoa
+libaccount-plugin-1.0-0
+libsignon-extension1
+libsignon-plugins-common1
+libsignon-qt5-1
+signon-plugin-password
+signon-ui
+signond
+# unar pulls in gnustep-base resulting in gdomap running, lp:1357051
+unar
+gnome-user-guide
+ubuntu-touch-sounds
+marco # mate window manager
+plymouth-theme-ubuntu-text
+ubuntu-mono # icon theme
+yelp
+# fcitx-frontend-gtk3 causes input issues with misc elementary apps
+fcitx-frontend-gtk3
+
+# update-manager stuff
+update-manager
+update-manager-core
+update-notifier
+ubuntu-release-upgrader-core
+ubuntu-release-upgrader-gtk
+
+# stuff we don't want in stable
+#apport-gtk
+#apport-hooks-elementary
+#apport-symptoms
+#elementary-os-prerelease
diff --git a/cloud-image b/cloud-image
deleted file mode 100644
index 912e0a3b..00000000
--- a/cloud-image
+++ /dev/null
@@ -1,62 +0,0 @@
-Task-Section: server
-Task-Description: Ubuntu Cloud Image (instance)
-Task-Extended-Description: Packages included in Ubuntu Cloud images. Previously this task was named 'uec'.
-Task-Key: cloud-init
-
-= System administration tools =
-
- * acpid # Needed for machines deployed by MAAS
- * apport # LP: #424051, run ubuntu-bug to collect error info
- * at # TODO: Check if systemd can provide this?
- * byobu # User interface, share/detach sessions
- * curl # Fetch data from the command line
- * git # LP: 1394756, central to automation
- * openssh-server # Standard way to access a server
- * patch # Remove?
- * pollinate # Seed the PRNG
- * screen # Share/detach sessions
- * software-properties-common # apt-add-repository (PPAs)
- * tmux # Share/detach sessions
- * vim # Syntax highlighting
- * wget # Fetch data from the command line
-
-= Network =
-
- * ethtool # Essential network diagnostics
- * ifenslave # Network bonding, needed by MAAS
- * vlan # Needed by MAAS
-
-= Maintenance =
-
- * update-notifier-common # LP: #897815, display updates available in motd
-
-= Block Device and Filesystem =
-
- * lvm2 # Needed by MAAS images
- * mdadm # Used by many physical machines
- * open-iscsi # Needed by MAAS images
- * bcache-tools # Used by MAAS images, when possible
- * btrfs-tools # Commonly used server filesystem
- * xfsprogs # Commonly used server filesystem
-
-= Debugging and Diagnostics =
-
- * sosreport # LP: #1311274, troubleshooting for Ubuntu Advantage support
-
-= Initramfs Modules =
-
- * cloud-initramfs-copymods # Needed by MAAS images
- * cloud-initramfs-dyn-netconf # Needed by MAAS images
- * overlayroot # Needed by MAAS
-
-= Other =
-
- * ubuntu-server # metapackage for ubuntu-server
- * cloud-guest-utils # growpart (resize partitions)
- * cloud-init # Standard Ubuntu cloud boot support
- * fonts-ubuntu-font-family-console # Part of the Ubuntu server experience
- * grub-legacy-ec2 [!s390x] # TODO: Investigate
- * (lxd) # Every Ubuntu server can host 100x containers
- * open-vm-tools # Only needed for Ubuntu as VMware guests
- * ubuntu-cloudimage-keyring # securely download data from cloud-images.ubuntu.com
- * (snapd)
diff --git a/desktop b/desktop
index 084c0a10..fbc25c36 100644
--- a/desktop
+++ b/desktop
@@ -1,8 +1,8 @@
Task-Per-Derivative: 1
Task-Section: user
-Task-Description: Ubuntu desktop
-Task-Extended-Description: This task provides the Ubuntu desktop environment.
-Task-Key: ubuntu-desktop
+Task-Description: elementary desktop
+Task-Extended-Description: This task provides the elementary OS desktop environment.
+Task-Key: elementary-desktop
Task-Seeds: desktop-common
= Hardware and Architecture Support =
@@ -17,22 +17,18 @@ Bluetooth:
Basic network services, VPN and Windows integration.
- * (avahi-autoipd) # IPv4 link-local interface configuration support
* (network-manager-gnome) # see NetworkRoaming spec
* (network-manager-pptp-gnome)
* (libproxy1-plugin-gsettings)
* (libproxy1-plugin-networkmanager)
- * (ppp) # ppp utilities useful to be on a CD when someone needs them
- * (pppconfig)
- * (pppoeconf)
= GUI infrastructure =
- * (xterm) # Provide a backup terminal and complete X env.
* libnotify-bin # various scripts need notify-send (such as .bashrc's "alert")
Extra fonts (should be common, but not so for space reasons):
+ * (fonts-droid)
* (fonts-noto-cjk)
* (fonts-nanum)
* (fonts-liberation)
@@ -45,117 +41,124 @@ Input methods:
* (ibus-gtk3)
* (ibus-table)
+= elementary desktop =
+
+ * elementary-artwork
+ * pantheon
+ * (pantheon-greeter)
+
+= System-wide distro-specific artwork =
+ * (plymouth-theme-elementary-text)
+ * (plymouth-theme-elementary)
+ * (elementary-printer-test-page)
+
+= Switchboard and plugs =
+ * (switchboard)
+ * (switchboard-plug-about)
+ * (switchboard-plug-a11y)
+ * (switchboard-plug-applications)
+ * (switchboard-plug-bluetooth)
+ * (switchboard-plug-datetime)
+ * (switchboard-plug-display)
+ * (switchboard-plug-keyboard)
+ * (switchboard-plug-locale)
+ * (switchboard-plug-mouse-touchpad)
+ * (switchboard-plug-networking)
+ * (switchboard-plug-notifications)
+ * (switchboard-plug-online-accounts)
+ * (switchboard-plug-power)
+ * (switchboard-plug-pantheon-shell)
+ * (switchboard-plug-parental-controls)
+ * (switchboard-plug-printers)
+ * (switchboard-plug-sharing)
+ * (switchboard-plug-security-privacy)
+ * (switchboard-plug-users)
+# Plugs inherited from GNOME Control Center
+ * (switchboard-plug-gcc-color)
+ * (switchboard-plug-gcc-sound)
+ * (switchboard-plug-gcc-wacom)
+ * (switchboard-gnome-control-center-override)
+
+UI and branding fonts for elementary:
+
+ * (fonts-elementary-core)
+ * (fonts-lklug-sinhala) # Sinhalese fonts
+ttf-unifont is shipped by the platform package - so we have a fallback font with lots of chars in any case
+
+Wingpanel and indicators:
+ * (wingpanel)
+ * (wingpanel-indicator-bluetooth)
+ * (wingpanel-indicator-datetime)
+ * (wingpanel-indicator-keyboard)
+ * (wingpanel-indicator-network)
+ * (wingpanel-indicator-notifications)
+ * (wingpanel-indicator-power)
+ * (wingpanel-indicator-session)
+ * (wingpanel-indicator-sound)
+
+Location Support:
+ * (geoclue-localnet)
+# * (geoclue-plazes) # crashes every day
+ * (geoclue-yahoo)
+ * (geoclue-ubuntu-geoip)
+ * (geoclue-skyhook)
+GSM:
+ * (geoclue-gsmloc)
+GPS:
+ * (geoclue-gpsd)
+ * (geoclue-gypsy)
+Street Names:
+ * (geoclue-nominatim)
+ * (geoclue-geonames)
+
+OS-only stuff:
+
+ * (capnet-assist)
+ * (elementary-default-settings)
+ * (gnome-session-bin) # starts up cerbere according to default-settings
+ * (pantheon-agent-polkit)
+# Package does not (yet?) exist for dist:
+# * (elementary-os-beta-transition) # converts Daily PPA to Stable if it's installed
+
+Pantheon Online Accounts:
+ * (evolution-data-server-google2)
+ * (evolution-data-server-outlook)
+ * (evolution-data-server-pantheon-online-accounts)
+ * (gsignond)
+ * (gsignond-extension-pantheon)
+ * (gsignond-plugin-oauth)
+ * (gsignond-plugin-lastfm)
+
= Desktop apps =
-We use many GNOME applications as part of our desktop user interface. Rather than using Debian's meta-packages they are deliberately expanded so that we can select things a bit better.
+Pantheon is not as complete as we want it to be, so we still need some GNOME apps.
+Here's a list.
- * (apport-gtk)
- * (whoopsie)
- * (eog)
- * (thunderbird)
- * (thunderbird-gnome-support)
* (file-roller)
- * (gnome-calculator)
- * lightdm
- * (gedit)
- * (app-install-data-partner)
- * (transmission-gtk)
- * unity-settings-daemon
- * unity-control-center
- * gnome-menus
- * (system-config-printer-gnome)
- * ubuntu-session
- * (gnome-system-monitor)
- * (gnome-power-manager)
- * (gnome-terminal)
- * (baobab)
- * (gnome-screenshot)
- * (gnome-system-log)
+ * (p7zip-full) # elementary: supports a crazy number of formats
+ * (whoopsie) # http://wiki.ubuntu.com/ErrorTracker - EvanDandrea
+ * (lightdm) # Proposed GDM replacement for Oneiric, see https://blueprints.launchpad.net/ubuntu/+spec/desktop-o-lightdm
+ * (gnome-codec-install) # new default codec installation tool (from debian)
+ * (gnome-menus)
+ * (libpam-gnome-keyring)
+ * (gnome-power-manager) # OliverGrawert finally ready for shipment
* (gnome-font-viewer)
- * (gucharmap)
-# XXX: ask QA if we need this in the desktop install or just live
- * checkbox-gui
- * language-selector-gnome
- * (firefox)
- * (xul-ext-ubufox)
- * nautilus
- * (nautilus-sendto)
- * (nautilus-share)
- * (rhythmbox)
- * (cheese)
- * software-properties-gtk
- * (totem)
- * ubuntu-release-upgrader-gtk
- * update-manager
- * update-notifier
- * (vino) # vnc server
- * yelp
- * zenity
- * (xdg-utils) # useful utilities
- * xdg-user-dirs
- * xdg-user-dirs-gtk
- * pulseaudio
+ * (zenity)
+ * (xdg-utils) # useful utilities - required by some apps and scripts
+ * (xdg-user-dirs)
+ * (xdg-user-dirs-gtk)
+ * (pulseaudio) # some people complain about it
* (pulseaudio-module-x11)
* (pulseaudio-module-bluetooth)
- * gvfs-bin # mostly used as xdg-open backend
- * (gvfs-fuse) # let non-GNOME apps see GVFS via fuse
- * (gnome-disk-utility)
- * (simple-scan)
- * (evince)
- * (gnome-screensaver)
- * (remmina)
- * (shotwell)
- * (usb-creator-gtk) [i386 amd64]
- * (deja-dup)
- * (gnome-calendar)
- * xdiagnose
-
-Software center
- * (ubuntu-software)
- * (python3-aptdaemon.pkcompat) # needed to keep packagekit off the images
-
-= Key management and signing =
-
- * (gnome-keyring)
- * (seahorse)
- * (libpam-gnome-keyring)
-
-We use gnupg's pinentry support as of wily, instead of gnome-keyring as before.
-
- * (gnupg-agent)
-
-Games: We only ship a few by default.
- * (aisleriot)
- * (gnome-mahjongg)
- * (gnome-mines)
- * (gnome-sudoku)
- * (branding-ubuntu) # Ubuntu branding for some games
-
-Default office suite: libreoffice
-
- * (libreoffice-style-breeze)
- * (libreoffice-gnome)
- * (libreoffice-writer)
- * (libreoffice-calc)
- * (libreoffice-impress)
- * (libreoffice-math)
- * (libreoffice-ogltrans)
- * (libreoffice-pdfimport)
+ * (gvfs-bin) # mostly used as xdg-open backend
+ * (gvfs-fuse) # let non-GNOME apps see GVFS via fuse
+ * (user-specific-alternatives) # wrapper to launch user-preferred apps for binaries like x-www-browser
+ * (elementary-dpms-helper)
+# Don't believe the guy below. It's a bad idea.
+# * (overlay-scrollbar) # 'cause it's a good idea
+ * (tumbler-plugins-extra) # extra thumbnailers for common thumbnailing service
-Themes: we will ship only the very best looking themes. We won't ship everything that Debian ships, just a custom package that includes the themes we want. These packages are included for size guidance until we have Ubuntu-specific packages.
-
- * ubuntu-artwork
- * ubuntu-sounds
- * gnome-session-canberra # Needed to make login/logout sounds audible.
- * dmz-cursor-theme
- * (overlay-scrollbar-gtk2)
-
-Boot theme
-
- * (plymouth-theme-ubuntu-logo)
-
-Settings: we have some settings overrides by default in an unique package.
- * ubuntu-settings
+# * gnome-session-canberra # Needed to make login/logout sounds audible - but we have no sounds, right?
The gstreamer1.0 packages we want to install:
@@ -175,31 +178,24 @@ Accessibility tools:
* at-spi2-core
* libatk-adaptor
* (libgail-common)
- * (qt-at-spi)
- * (a11y-profile-manager-indicator)
- * (unity-accessibility-profiles)
-
-Desktop Experience:
- * unity
- * unity-greeter
- * notify-osd
- * (sni-qt)
- * (activity-log-manager)
- * (zeitgeist-core)
- * (zeitgeist-datahub)
- * (unity-webapps-common)
-
-libqt4-sql recommends libqt4-sql-mysql | ...; lets pull in the smallest
-alternative to avoid pulling in the large MySQL bits
- * (libqt4-sql-sqlite)
+
+= Other Desktop GUI Apps =
+
+ * (evince)
+ * (light-locker)
+ * (simple-scan)
+
+= Prerelease stuff =
+
+ * (apport-gtk)
+ * (apport-hooks-elementary) # allows crash reporting about elementary apps
+ * (elementary-os-prerelease)
= Documentation =
* doc-base # integrates with scrollkeeper
- * (ubuntu-docs)
= Other =
- * ubuntu-desktop # metapackage for everything here
- * (example-content)
+ * elementary-desktop # metapackage for everything here
* (libwmf0.2-7-gtk) # provides a gdk-pixbuf loader for WMF images
diff --git a/development b/development
deleted file mode 100644
index 27d21664..00000000
--- a/development
+++ /dev/null
@@ -1,96 +0,0 @@
-Moved from desktop:
-
- * python3-apt # MRS, we need to be able to interact with APT
- * python3-crypto # MRS, very useful even though it's very specific
- * python3-examples # MRS,
- * python3-geoip
- * python3-imaging-sane
- * python3-pycurl
- * python3-mysqldb
- * python3-newt
- * python3-pam
- * python3-pexpect
- * python3-pylibacl
- * python3-pyxattr
- * python3-reportlab
- * python3-xdg # SebastienBacher
- * python3-lxml
-
-Moved from supported:
-
- * idle3 # Python IDE
-
-Python 3 libraries with sources already in main
-
- * python3-polib
- * python3-requests
- * python3-pyudev
- * python3-d2to1
- * python3-feedparser
- * python3-bson
- * python3-gridfs
- * python3-pymongo
- * python3-fixtures
- * python3-json-patch
- * python3-webob
- * python3-stevedore
- * python3-iso8601
- * python3-jsonschema
- * python3-testrepository
- * python3-configglue
- * python3-packagekit
- * python3-pep8
- * python3-itsdangerous
- * python3-bs4
- * python3-cmd2
- * python3-msgpack
- * python3-amqp
- * python3-cliff
- * python3-waitress
- * python3-prettytable
- * python3-astroid
- * python3-genshi
- * python3-logilab-common
- * python3-pexpect
- * python3-imaging
- * python3-nine
- * python3-psutil
- * python3-scripttest
- * python3-webtest
- * python3-tornado
- * python3-alembic
- * python3-billiard
- * python3-changelog
- * python3-dogpile.core
- * python3-kajiki
- * python3-memcache
- * python3-redis
- * python3-sure
- * python3-sphinx-paramlinks
- * python3-sqlalchemy-ext
-
-Extra GCC packages
-
- * g++-multilib # seed it directly until changing the defaults
- * cpp-doc
- * gcc-doc
-
-Cross Toolchains
-
- * crossbuild-essential-arm64
- * crossbuild-essential-armhf
- * crossbuild-essential-powerpc
- * crossbuild-essential-ppc64el
-
-Additional supported languages
-
- * golang
-
-Useful VCS development tool
-
- * git-bzr # bzr and git are in main... so why not =)
-
-# Packages should be recorded in their reverse-built-dependencies using
-# 'Built-Using' due to code copied into target objects at build time.
-= Built-using workarounds =
- * drac-dev
diff --git a/dns-server b/dns-server
deleted file mode 100644
index cea27cf6..00000000
--- a/dns-server
+++ /dev/null
@@ -1,7 +0,0 @@
-Task-Section: server
-Task-Description: DNS server
-Task-Extended-Description: Selects the BIND DNS server and its documentation.
-Task-Key: bind9
-
- * bind9
- * bind9-doc
diff --git a/doc/langpacks.txt b/doc/langpacks.txt
deleted file mode 100644
index 777419a7..00000000
--- a/doc/langpacks.txt
+++ /dev/null
@@ -1,43 +0,0 @@
-Language pack sizes
-===================
-
-langpack-o-matic has a script 'langpacksize' that helps to determine
-which packages fit on the CDs. You can download the latest version from
-
- http://bazaar.launchpad.net/~ubuntu-langpack/langpack-o-matic/main/view/head:/langpacksize
-
-This script prints a table of languages vs. categories and their
-single and cumulative sizes; by default, the numbers are bytes, but
-when being invoked with 'MB' as first argument, the numbers will be
-MB.
-
-E. g.:
-
-en G: 5.30 K: 5.55 G+K: 7.93 GSum: 5.30 KSum: 5.55 G+KSum: 7.93
-es G: 3.57 K: 4.76 G+K: 6.16 GSum: 8.87 KSum: 10.32 G+KSum: 14.09
-
-'G' is the size of base+gnome (as needed for Ubuntu CDs), 'K' is the
-size of base+kde (Kubuntu), 'G+K' is the size of base+gnome+kde
-(Edubuntu). In this context, 'base' means packages which are UI
-independent, such as coreutils, gcc, or hwdb-client.
-
-The 'Sum' field show the cumulative size of the packages for that
-language and all languages above it.
-
-The list is vertically ordered by the priority, i. e. they should be
-added from top to down.
-
-Language support on DVDs
-========================
-
-CDs are generally too small to ship a significant amount of language support
-packages (spell checkers, etc.), thus we only ship a subset for English there.
-
-On DVDs, you should use check-language-support (from the
-language-selector-common package) to compute the set of langauge support
-packages which you want to add to DVD ship ("dvd-langsupport") or the DVD live
-system ("dvd-live-langsupport"). Generate these with this command:
-
- for l in en es xh pt de fr; do echo "= Language support for $l ="; check-language-support --show-installed -l $l | xargs -n1 | sed 's/^/ * /'; echo; done > dvd-langsupport
-
-Update the list of languages accordingly.
diff --git a/elementary-sdk b/elementary-sdk
new file mode 100644
index 00000000..5fe35694
--- /dev/null
+++ b/elementary-sdk
@@ -0,0 +1,26 @@
+Task-Per-Derivative: 1
+Task-Section: user
+Task-Description: elementary SDK
+Task-Extended-Description: The official SDK of elementary
+Task-Key: elementary-sdk
+Task-Metapackage: elementary-sdk
+
+ * build-essential
+ * bzr
+ * cmake # http://elementaryos.org/docs/code/the-build-system
+ * (cmake-elementary)
+ * devscripts # packaging tools
+ * dconf-editor # browse gsettings
+ * git
+ * gobject-introspection
+ * gtk-3-examples # gtk3-icon-browser
+ * libgala-dev
+ * libgirepository1.0-dev
+ * libgranite-dev # elementary development library
+ * libgtk-3-dev
+ * libgirepository1.0-dev
+ * libswitchboard-2.0-dev
+ * libwingpanel-2.0-dev
+ * python3-debian # needed for wrap-and-sort to work
+ * (scratch-text-editor) # official elementary IDE
+ * valac
diff --git a/lamp-server b/lamp-server
deleted file mode 100644
index 07d19f5e..00000000
--- a/lamp-server
+++ /dev/null
@@ -1,10 +0,0 @@
-Task-Section: server
-Task-Description: LAMP server
-Task-Extended-Description: Selects a ready-made Linux/Apache/MySQL/PHP server.
-Task-Key: apache2 mysql-server
-
- * apache2
- * apache2-mpm-prefork
- * php-mysql
- * libapache2-mod-php
- * mysql-server
diff --git a/live b/live
index 63baa329..2aa12dd0 100644
--- a/live
+++ b/live
@@ -1,66 +1,34 @@
Task-Per-Derivative: 1
Task-Section: user
-Task-Description: Ubuntu live CD
+Task-Description: elementary live CD
Task-Extended-Description: This task provides the extra packages installed on the Ubuntu live CD. It is neither useful nor recommended to install this task in other environments.
Task-Relevance: 2
Task-Key: ubiquity-frontend-gtk
Task-Test-new-install: skip show
Task-Seeds: live-common
-
-== Languages ==
-
-The full rationale on how we choose the languages and what we install
-is at https://launchpad.net/bugs/1520278
-
-The ones currently installed on the live are:
-en, es, zh (simplified), pt, de, fr, it, ru
-
-This should install check-language-support --show-installed -l $LANG from
-default live.
-
-# Default languages for most applications we ship by default
- * Languages: en es zh-hans pt de fr it ru
+ * Languages: en
* language-pack-${Languages}
* language-pack-gnome-${Languages}
-# Dictionaries for LibreOffice
-## hyphenation and thesaurus
- * Languages: en-us de fr it ru
- * hyphen-${Languages}
- * mythes-${Languages}
- * mythes-en-au
- * mythes-de-ch
-
-## hunspell dict
- * Languages: en-ca en-us de-at de-ch de-de fr ru
- * hunspell-${Languages}
+# subset of English language support which we want by default:
+ * hunspell-en-us
+ * wamerican
-## myspell dict
-(for languages which don't provide a hunspell dictionary yet)
- * Languages: en-au en-gb en-za es pt it
- * myspell-${Languages}
-
-# Other Dictionaries
- * Languages: american british spanish portuguese brazilian ngerman ogerman swiss french italian
- * w${Languages}
-
-# Default apps having separates translations
-## Libreoffice l10n and help
- * Languages: en-gb es zh-cn zh-tw pt pt-br de fr it ru
- * libreoffice-l10n-${Languages}
- * libreoffice-help-${Languages}
- * libreoffice-l10n-en-za
- * libreoffice-help-en-us
- * openoffice.org-hyphenation
+ * Languages: es zh-hans
+ * language-pack-${Languages}
+ * language-pack-gnome-${Languages}
-## Firefox
- * Languages: en es zh-hans pt de fr it ru
- * firefox-locale-${Languages}
+Enough room on i386/powerpc, not enough on amd64:
+ * Languages: pt de
+ * language-pack-${Languages} [i386 powerpc]
+ * language-pack-gnome-${Languages} [i386 powerpc]
-## Thunderbird
- * Languages: en en-gb en-us es es-ar es-es zh-cn zh-hans zh-tw pt pt-br pt-pt de fr it ru
- * thunderbird-locale-${Languages}
+ * gparted
+ * cifs-utils # Needed by casper for CIFS root
+ * jfsutils # Needed for JFS installation (lp:1442982)
+ * xfsprogs # Needed for XFS installation
+ * elementary-live-settings # disables light-locker
== Input methods ==
* fcitx
@@ -79,6 +47,7 @@ default live.
== Fonts (zh-hans) ==
+ * fonts-droid
* fonts-noto-cjk
* fonts-arphic-uming
* fonts-arphic-ukai
@@ -89,11 +58,9 @@ These packages make up the Ubiquity live installer.
* ubiquity-frontend-gtk
* ubiquity-ubuntu-artwork
- * ubiquity-slideshow-ubuntu
- * a11y-profile-manager
== Misc ==
+ * bcmwl-kernel-source
* gparted
- * cifs-utils # Needed by casper for CIFS root=
-
+ * cifs-utils # Needed by casper for CIFS root
diff --git a/mail-server b/mail-server
deleted file mode 100644
index 83eccda7..00000000
--- a/mail-server
+++ /dev/null
@@ -1,14 +0,0 @@
-Task-Section: server
-Task-Description: Mail server
-Task-Extended-Description: This task selects a variety of package useful for a general purpose mail
-Task-Extended-Description: server system.
-Task-Key: postfix
-
- * postfix
- * dovecot-pop3d
- * dovecot-imapd
- * bsd-mailx
- * mutt
- * procmail
-
-Additionally, Debian has mailagent, but that's in universe and not an option.
diff --git a/openssh-server b/openssh-server
deleted file mode 100644
index cfd287bf..00000000
--- a/openssh-server
+++ /dev/null
@@ -1,7 +0,0 @@
-Task-Section: server
-Task-Description: OpenSSH server
-Task-Extended-Description: Selects packages needed for an OpenSSH server.
-Task-Relevance: 7
-Task-Key: openssh-server
-
- * openssh-server
diff --git a/pantheon b/pantheon
new file mode 100644
index 00000000..a60e6e52
--- /dev/null
+++ b/pantheon
@@ -0,0 +1,28 @@
+Task-Per-Derivative: 1
+Task-Section: user
+Task-Description: Pantheon Desktop Environment
+Task-Extended-Description: Desktop environment based on GNOME with a strong focus on user experience, developed by elementary project
+Task-Key: pantheon
+Task-Metapackage: pantheon
+
+# apps shipped by default, in alphabetical order:
+ * (appcenter)
+ * (audience)
+ * (epiphany-browser)
+ * (maya-calendar)
+ * (noise)
+ * (pantheon-calculator)
+ * (pantheon-files)
+ * (pantheon-mail)
+ * (pantheon-photos)
+ * (pantheon-terminal)
+ * (scratch-text-editor)
+ * (screenshot-tool)
+ * (snap-photobooth)
+
+# not exactly apps, but still part of the DE
+ * (pantheon-shell)
+
+# contractor and very, very default contracts
+ * (contractor)
+ * (pantheon-print)
diff --git a/pantheon-shell b/pantheon-shell
new file mode 100644
index 00000000..125da17b
--- /dev/null
+++ b/pantheon-shell
@@ -0,0 +1,12 @@
+Task-Per-Derivative: 1
+Task-Section: user
+Task-Description: Modern and modular DE-independent desktop shell
+Task-Extended-Description: Pantheon Shell is a modern and modular desktop shell developed by elementary Project
+Task-Key: pantheon-shell
+Task-Metapackage: pantheon-shell
+
+ * pantheon-xsession-settings # adds "Pantheon" entry to login screen
+ * wingpanel
+ * slingshot-launcher
+ * (plank)
+ * (gala)
diff --git a/postgresql-server b/postgresql-server
deleted file mode 100644
index 6339f968..00000000
--- a/postgresql-server
+++ /dev/null
@@ -1,14 +0,0 @@
-Task-Section: server
-Task-Description: PostgreSQL database
-Task-Extended-Description: This task selects client and server packages for the PostgreSQL database.
-Task-Extended-Description: .
-Task-Extended-Description: PostgreSQL is an SQL relational database, offering increasing SQL92
-Task-Extended-Description: compliance and some SQL3 features. It is suitable for use with multi-user
-Task-Extended-Description: database access, through its facilities for transactions and fine-grained
-Task-Extended-Description: locking.
-Task-Key: postgresql
-
- * postgresql
- * postgresql-client
- * postgresql-doc
- * postgresql-contrib
diff --git a/print-server b/print-server
deleted file mode 100644
index 99a7da2b..00000000
--- a/print-server
+++ /dev/null
@@ -1,12 +0,0 @@
-Task-Section: server
-Task-Description: Print server
-Task-Extended-Description: This task sets up your system to be a print server.
-Task-Key: cups cups-bsd cups-client
-
- * cups
- * cups-bsd
- * cups-client
- * printer-driver-gutenprint
- * foomatic-db-compressed-ppds
- * printer-driver-hpijs
- * openprinting-ppds
diff --git a/samba-server b/samba-server
deleted file mode 100644
index d5c6700c..00000000
--- a/samba-server
+++ /dev/null
@@ -1,14 +0,0 @@
-Task-Section: server
-Task-Description: Samba file server
-Task-Extended-Description: This task sets up your system to be a Samba file server, which is
-Task-Extended-Description: especially suitable in networks with both Windows and Linux systems.
-Task-Key: samba
-
- * libpam-winbind
- * libnss-winbind
- * samba
- * samba-doc
- * smbclient
- * cifs-utils
- * winbind
-
diff --git a/server b/server
deleted file mode 100644
index 248a8e23..00000000
--- a/server
+++ /dev/null
@@ -1,62 +0,0 @@
-Task-Section: server
-Task-Description: Basic Ubuntu server
-Task-Extended-Description: This task provides the Ubuntu server environment.
-Task-Relevance: 8
-Task-Key: screen
-
-This seed lists the packages we want to install by default in the new server install.
-
-= System administration tools =
-
- * acpid
- * apport # LP: #424051
- * at
- * byobu
- * curl
- * git # LP: 1394756
- * patch
- * screen
- * software-properties-common # LP: #439566
- * tmux # Share/detach sessions
- * vim
- * wget # Fetch data from the command line
-
-= Network =
-
- * ethtool # Essential network diagnostics
- * ifenslave # Network bonding, needed by MAAS
- * vlan # Needed by MAAS
-
-= Maintenance =
-
- * update-notifier-common
-
-= Block Device and Filesystem =
-
- * lvm2 # Needed by MAAS images
- * mdadm # Used by many physical machines
- * open-iscsi # Needed by MAAS images
- * bcache-tools # Used by MAAS images, when possible
- * btrfs-tools # Commonly used server filesystem
- * xfsprogs # Commonly used server filesystem
-
-= Debugging and Diagnostics =
-
- * sosreport # LP: #1311274, troubleshooting for Ubuntu Advantage support
-
-= Initramfs Modules =
-
- * cloud-initramfs-copymods # Needed by MAAS images
- * cloud-initramfs-dyn-netconf # Needed by MAAS images
- * overlayroot # Needed by MAAS
-
-= Other =
-
- * ubuntu-server # metapackage for everything in this task
- * cloud-guest-utils # growpart (resize partitions)
- * fonts-ubuntu-font-family-console # Part of the Ubuntu server experience
- * grub-legacy-ec2 [!s390x] # TODO: Investigate
- * (lxd) # Every Ubuntu server can host 100x containers
- * open-vm-tools # Only needed for Ubuntu as VMware guests
- * ubuntu-cloudimage-keyring # securely download data from cloud-images.ubuntu.com
- * (snapd)
diff --git a/server-ship b/server-ship
deleted file mode 100644
index b62f3977..00000000
--- a/server-ship
+++ /dev/null
@@ -1,293 +0,0 @@
-= Kernel =
-
-We seed both linux-* and linux-image-* so that it's easier to build CD
-images without the restricted component. The linux-* kernels include
-restricted modules.
-
- * Kernel-Stem: linux linux-image
- * Signed-Kernel-Stem: linux-signed linux-signed-image
-
-== i386 ==
-
- * ${Kernel-Stem}-virtual [i386]
- * linux-headers-virtual [i386]
-
-== powerpc ==
-
- * ${Kernel-Stem}-powerpc-smp [powerpc]
- * linux-headers-powerpc-smp [powerpc]
-
-== ppc64el ==
-
- * ${Kernel-Stem}-generic [ppc64el]
- * linux-headers-generic [ppc64el]
- * ${Kernel-Stem}-virtual [ppc64el]
- * linux-headers-virtual [ppc64el]
-
-== s390x ==
-
- * ${Kernel-Stem}-generic [s390x]
- * linux-headers-generic [s390x]
- * ${Kernel-Stem}-virtual [s390x]
- * linux-headers-virtual [s390x]
-
-== amd64 ==
-
- * ${Kernel-Stem}-server [amd64]
- * linux-headers-server [amd64]
- * ${Kernel-Stem}-virtual [amd64]
- * linux-headers-virtual [amd64]
-
- * ${Signed-Kernel-Stem}-generic [amd64]
-
-= From Ship =
-
- * ssh
- * lsb-core
- * lsb-cxx
- * ntp
- * bsd-mailx
- * mutt
- * build-essential
- * fakeroot
- * devscripts
- * setserial
- * sosreport
-
-= Cluster =
-
- * redhat-cluster-suite
- * ocfs2-tools
- * libaio1
- * libaio-dev
- * ipvsadm
- * keepalived
- * multipath-tools-boot
- * pacemaker
- * heartbeat
-
-= Servers and Daemons =
-
-Database:
-
- * mysql-client
- * mysql-server
- * postgresql
- * postgresql-client
- * postgresql-doc
-
-Proxy:
-
- * squid3 # RobertCollins for squid generally, JamieStrandboge for squid3 (LP: #885283)
-
-LDAP:
-
- * slapd
- * ldap-utils
-
-Web:
-
- * apache2
- * apache2-doc
- * apache2-mpm-event
- * apache2-mpm-prefork
- * apache2-mpm-worker
- * apache2-utils
- * libapache2-mod-auth-mysql # FabioMassimoDiNitto
- * libapache2-mod-auth-pgsql # FabioMassimoDiNitto
- * libapache2-mod-macro # FabioMassimoDiNitto
- * libapache2-mod-perl2 # python is in supported
- * libapache2-mod-python #ThomMay
- * libapache2-mod-python-doc #ThomMay
- * libapache2-mod-auth-plain # FabioMassimoDiNitto
- #* libapache2-modsecurity # FabioMassimoDiNitto
- * libapache-mod-auth-kerb # ChuckShort
-
-PHP:
-
- * libapache2-mod-php
- * php-pear
- * php-cgi
- * php-cli
- * php-curl
- * php-gd
- * php-gmp
- * php-ldap
- * php-mysql
- * php-odbc
- * php-pgsql
- * php-pspell
- * php-recode
- * php-snmp
- * php-sqlite3
- * php-tidy
- * php-xmlrpc
- * php-xsl
- * php
-
-Email:
-
- * dovecot-imapd
- * dovecot-pop3d
- * postfix-cdb
- * postfix-doc
- * postfix-ldap
- * postfix-mysql
- * postfix-pcre
- * postfix-pgsql
- * postfix
- * amavisd-new # ChuckShort
- * spamassassin # Scott Kitterman
- * clamav # Scott Kitterman
- * clamav-daemon # Scott Kitterman
-
-Must also consider webmail and so on...
-
-FTP/TFTP:
-
- * vsftpd # a secure ftpd
- * tftpd-hpa # The one from OpenBSD which supports PXE
- * tftp-hpa # client
-
-Printing:
- * cups # our preferred printer management infrastructure
- * cups-bsd # gives us lpc, lpq, lpr, lprm
- * cups-client # gives us cancel, cupstestppd, lp, lpoptions, lppasswd, lpstat, cupsaddsmb, accept, lpadmin, lpinfo, lpmove
- * foomatic-db-compressed-ppds # the foomatic printer driver database
- * openprinting-ppds
- * printer-driver-gutenprint # a ton of cupsys ppds, for real comprehensive printer support
- * pnm2ppa # several ppds require this
- * ghostscript # some ppds require this
-
-Other:
-
- * isc-dhcp-server
- * snmp
- * snmpd
- * openbsd-inetd
- * nbd-server
- * open-iscsi # ChuckShort
- * open-iscsi-udeb # SorenHansen
- * drbd-utils # ChuckShort - ServerPackageReview
- * nut # ChuckShort - ServerPackageReview
- * nut-cgi
- * nut-snmp
- * openvpn #ChuckShort - ServerPackageReview
- * netcat-openbsd
- * libpkcs11-helper1
- * zip #ChuckShort - server-lucid-seeds
- * tdb-tools #ChuckShort - server-lucid-seeds
- * acl #ChuckShort - server-lucid-seeds
- * powernap-server
- * maas
- * maas-region-udeb
- * maas-rack-udeb
- * maas-enlist
- * maas-enlist-udeb
- * powernap
- * open-vm-tools #utlemming
-
-RCS:
-
- * bzr
-
-Utilities:
-
- * pm-utils
- * pciutils # kirkland added at the request of onsite hardware enablement (manjo)
-
-= Network =
-
- * nmap # network diagnostics
- * dnstracer # dns network diagnostics
- * iptraf # sysadmin's toy, may be a candidate for removal
- * pptpd # server that allows setup of Microsoft-compatible VPN
- * ifenslave # interface bonding/trunking/etherchannel
- * strongswan-starter # IPsec configuration
- * vlan # userland tools to config 8021q support
- * vlan-udeb # userland tools to support 8021q from the installer
- * bridge-utils # userland tools to config kernel bridging feature
- * wakeonlan # sends magic packet to wake sleeping servers
- * iputils-arping # would have made elmo's life easier at debconf 4
- * ppp # ppp utilities useful to be on a CD when someone needs them
- * pppconfig
- * pppoeconf
- * wireless-tools
- * wpasupplicant
-
-IPv6 tools:
-
- * radvd # FabioMassimoDiNitto
-
-Security:
-
- * checksecurity # JamesTroup, from Hoglet
- * aide # JamesTroup, from Hoglet
-
-= System Administration Tools =
-
- * attr # will move to base if we go to selinux
- * quota
- * debian-goodies
- * whois # FabioMassimoDiNitto
- * cu # super-basic serial access
- * libpam-cracklib # enables weak password checking during password change, should it be in desktop?
- * libpam-krb5 # ChuckShort
- * libpam-mount # ChuckShort
- * libpam-p11 # ChuckShort
- * libpam-radius-auth # ChuckShort
- * xinetd # JamesTroup, from hoglet
- * libcap2-bin
- * sasl2-bin
- * autofs5
- * acct
- * authbind # BIGGER SECURITAH REVIEW
- * siege
- * smartmontools # hard disk diagnostics
- * logwatch # ChuckShort - ServerPackageReview
- * lsscsi # ChuckShort
- * sysstat # ChuckShort - ServerPackageReview
- * openipmi # ChuckShort - ServerPackageReview
- * unattended-upgrades
- * update-motd # RickClark
- * landscape-client # RickClark
-
-= Virtualisation =
-
- * qemu-kvm
- * qemu-system-x86 [i386 amd64]
- * qemu-system-ppc [powerpc ppc64el]
- * qemu-system-aarch64 [arm64]
- * qemu-system-s390x [s390x]
- * python-libvirt
- * python-urlgrabber
- * libvirt-bin
- * hv-kvp-daemon-init [amd64] # Robert C Jennings bug 1294856
-
-== Miscellaneous ==
-
- * checkbox-ng # roadmr
- * apport # MathiasGug
- * kerneloops-daemon # JamesWestby
- * intel-microcode # needed to update Intel cpu microcode LP #1386257
- * memtest86+
-
-= From desktop =
-
- * bc
- * screen
- * lftp
- * zip
- * unzip # also used for .zip support in file-roller
-
-= Installer =
-
- * live-installer
- * oem-config-debconf
- * partman-iscsi
-
-== Blacklist ==
-
-libavcodec cannot be shipped on CDs (c.f. Ubuntu technical board resolution 2007-01-02).
-
- * !libavcodec*
diff --git a/supported b/supported
deleted file mode 100644
index 51e38cfb..00000000
--- a/supported
+++ /dev/null
@@ -1,480 +0,0 @@
-Most of what was formerly in the supported seed is now in the dvd seed. This
-seed now includes some things that are too big for a DVD, and of course also
-inherits from everything else.
-
-= Language support =
-
-The following packages also have application translations, but are not
-using gettext, but a custom format. language-selector will install
-them as appropriate.
-
- * /^libreoffice-help-/
- * /^libreoffice-l10n-/
- * /^thunderbird-locale-/
- * /^firefox-locale-/
- * poppler-data
- * ibus-sunpinyin
-
-The following input aids are also installed on demand by
-language-selector:
-
- * libenchant-voikko
- * libreoffice-voikko
- * mozvoikko
- * tmispell-voikko
- * openoffice.org-hyphenation
- * /^hyphen-..$/
- * hyphen-en-us
- * /^mythes-/
- * /^hunspell-[^-]*$/
- * hunspell-eu-es
- * hunspell-sv-se
- * hunspell-gl-es
- * hunspell-br
-
-myspell packages containing the hunspell dictionaries:
-
- * myspell-af
- * myspell-bg
- * myspell-ca
- * myspell-cs
- * myspell-el-gr
- * myspell-en-au
- * myspell-en-gb
- * myspell-en-us
- * myspell-en-za
- * myspell-eo
- * myspell-es
- * myspell-et
- * myspell-fa
- * myspell-fo
- * myspell-ga
- * myspell-gd
- * myspell-gv
- * myspell-he
- * myspell-hr
- * myspell-hy
- * myspell-it
- * myspell-ku
- * myspell-lt
- * myspell-lv
- * myspell-nb
- * myspell-nl
- * myspell-nn
- * myspell-nr
- * myspell-ns
- * myspell-pl
- * myspell-pt
- * myspell-sk
- * myspell-sl
- * myspell-ss
- * myspell-st
- * myspell-sv-se
- * myspell-sw
- * myspell-th
- * myspell-tn
- * myspell-ts
- * myspell-uk
- * myspell-ve
- * myspell-xh
- * myspell-zu
-
-Other dictionaries, word lists, and thesauri:
-
- * dict-foldoc
- * dict-gcide
- * dict-jargon
- * dict-moby-thesaurus
- * dict-vera
- * dictd
- * mythes-ca
- * mythes-cs
- * mythes-de
- * mythes-de-ch
- * mythes-en-au
- * mythes-en-us
- * mythes-fr
- * mythes-hu
- * mythes-it
- * mythes-ne
- * mythes-pl
- * mythes-ro
- * mythes-ru
- * mythes-sk
- * wamerican
- * wbrazilian
- * wbritish
- * wbulgarian
- * wcatalan
- * wdanish
- * wdutch
- * wfaroese
- * wfrench
- * wgalician-minimos
- * wirish
- * witalian
- * wmanx
- * wngerman
- * wnorwegian
- * wogerman
- * wpolish
- * wportuguese
- * wspanish
- * wswedish
- * wswiss
- * wukrainian
-
-Fonts installed on demand by language-selector:
-
- * fonts-alee
- * fonts-arabeyes
- * fonts-arphic-ukai
- * fonts-arphic-uming
- * fonts-farsiweb
- * fonts-indic
- * fonts-kacst
- * fonts-khmeros
- * fonts-lao
- * fonts-manchufont
- * fonts-mgopen
- * fonts-nafees
- * fonts-nanum
- * fonts-nanum-coding
- * fonts-nanum-extra
- * fonts-sil-abyssinica
- * fonts-sil-ezra
- * fonts-sil-nuosusil
- * fonts-sil-padauk
- * fonts-sil-scheherazade
- * fonts-takao-gothic
- * fonts-takao-mincho
- * fonts-thai-tlwg
- * fonts-tibetan-machine
- * fonts-ukij-uyghur
- * fonts-unfonts-core
- * fonts-wqy-zenhei
-
-Input methods installed on demand by language-selector:
-
- * gtk-im-libthai
- * ibus-anthy
- * ibus-chewing
- * ibus-hangul
- * ibus-m17n
- * ibus-sunpinyin
- * ibus-table-cangjie
- * ibus-table-wubi
- * ibus-unikey
-
-Transitional packages:
-
- * upstart-bin # Needed in main until after 15.04 ships
- * upstart-sysv # Keep in main until 16.04
-
-Transitional packages for upgrading 14.04.[1-9] with LTS enablement stacks to
-16.04 (remove them entirely in 16.10):
- * libegl1-mesa-dev-lts-utopic
- * libegl1-mesa-dev-lts-vivid
- * libegl1-mesa-dev-lts-wily
- * libegl1-mesa-lts-utopic
- * libegl1-mesa-lts-utopic-dbg
- * libegl1-mesa-lts-vivid
- * libegl1-mesa-lts-vivid-dbg
- * libegl1-mesa-lts-wily
- * libegl1-mesa-lts-wily-dbg
- * libgbm1-lts-utopic
- * libgbm1-lts-utopic-dbg
- * libgbm1-lts-vivid
- * libgbm1-lts-vivid-dbg
- * libgbm1-lts-wily
- * libgbm1-lts-wily-dbg
- * libgbm-dev-lts-utopic
- * libgbm-dev-lts-vivid
- * libgbm-dev-lts-wily
- * libgl1-mesa-dev-lts-utopic
- * libgl1-mesa-dev-lts-vivid
- * libgl1-mesa-dev-lts-wily
- * libgl1-mesa-dri-lts-utopic
- * libgl1-mesa-dri-lts-utopic-dbg
- * libgl1-mesa-dri-lts-vivid
- * libgl1-mesa-dri-lts-vivid-dbg
- * libgl1-mesa-dri-lts-wily
- * libgl1-mesa-dri-lts-wily-dbg
- * libgl1-mesa-glx-lts-utopic
- * libgl1-mesa-glx-lts-utopic-dbg
- * libgl1-mesa-glx-lts-vivid
- * libgl1-mesa-glx-lts-vivid-dbg
- * libgl1-mesa-glx-lts-wily
- * libgl1-mesa-glx-lts-wily-dbg
- * libglapi-mesa-lts-utopic
- * libglapi-mesa-lts-utopic-dbg
- * libglapi-mesa-lts-vivid
- * libglapi-mesa-lts-vivid-dbg
- * libglapi-mesa-lts-wily
- * libglapi-mesa-lts-wily-dbg
- * libgles1-mesa-dev-lts-utopic
- * libgles1-mesa-dev-lts-vivid
- * libgles1-mesa-dev-lts-wily
- * libgles1-mesa-lts-utopic
- * libgles1-mesa-lts-utopic-dbg
- * libgles1-mesa-lts-vivid
- * libgles1-mesa-lts-vivid-dbg
- * libgles1-mesa-lts-wily
- * libgles1-mesa-lts-wily-dbg
- * libgles2-mesa-dev-lts-utopic
- * libgles2-mesa-dev-lts-vivid
- * libgles2-mesa-dev-lts-wily
- * libgles2-mesa-lts-utopic
- * libgles2-mesa-lts-utopic-dbg
- * libgles2-mesa-lts-vivid
- * libgles2-mesa-lts-vivid-dbg
- * libgles2-mesa-lts-wily
- * libgles2-mesa-lts-wily-dbg
- * libopenvg1-mesa-dev-lts-utopic
- * libopenvg1-mesa-lts-utopic
- * libwayland-egl1-mesa-lts-utopic
- * libwayland-egl1-mesa-lts-utopic-dbg
- * libwayland-egl1-mesa-lts-vivid
- * libwayland-egl1-mesa-lts-vivid-dbg
- * libwayland-egl1-mesa-lts-wily
- * libwayland-egl1-mesa-lts-wily-dbg
- * libxatracker2-lts-utopic
- * libxatracker2-lts-utopic-dbg
- * libxatracker2-lts-vivid
- * libxatracker2-lts-vivid-dbg
- * libxatracker2-lts-wily
- * libxatracker2-lts-wily-dbg
- * libxatracker-dev-lts-utopic
- * libxatracker-dev-lts-vivid
- * libxatracker-dev-lts-wily
- * mesa-common-dev-lts-utopic
- * mesa-common-dev-lts-vivid
- * mesa-common-dev-lts-wily
- * mesa-vdpau-drivers-lts-utopic
- * mesa-vdpau-drivers-lts-utopic-dbg
- * mesa-vdpau-drivers-lts-vivid
- * mesa-vdpau-drivers-lts-vivid-dbg
- * mesa-vdpau-drivers-lts-wily
- * mesa-vdpau-drivers-lts-wily-dbg
- * xserver-xorg-core-lts-utopic
- * xserver-xorg-core-lts-utopic-dbg
- * xserver-xorg-core-lts-vivid
- * xserver-xorg-core-lts-vivid-dbg
- * xserver-xorg-core-lts-wily
- * xserver-xorg-core-lts-wily-dbg
- * xserver-xorg-dev-lts-utopic
- * xserver-xorg-dev-lts-vivid
- * xserver-xorg-dev-lts-wily
- * xserver-xorg-input-all-lts-utopic
- * xserver-xorg-input-all-lts-vivid
- * xserver-xorg-input-all-lts-wily
- * xserver-xorg-input-evdev-dev-lts-utopic
- * xserver-xorg-input-evdev-dev-lts-vivid
- * xserver-xorg-input-evdev-dev-lts-wily
- * xserver-xorg-input-evdev-lts-utopic
- * xserver-xorg-input-evdev-lts-utopic-dbg
- * xserver-xorg-input-evdev-lts-vivid
- * xserver-xorg-input-evdev-lts-vivid-dbg
- * xserver-xorg-input-evdev-lts-wily
- * xserver-xorg-input-evdev-lts-wily-dbg
- * xserver-xorg-input-kbd-lts-utopic
- * xserver-xorg-input-kbd-lts-vivid
- * xserver-xorg-input-kbd-lts-wily
- * xserver-xorg-input-mouse-lts-utopic
- * xserver-xorg-input-mouse-lts-vivid
- * xserver-xorg-input-mouse-lts-wily
- * xserver-xorg-input-synaptics-dev-lts-utopic
- * xserver-xorg-input-synaptics-dev-lts-vivid
- * xserver-xorg-input-synaptics-dev-lts-wily
- * xserver-xorg-input-synaptics-lts-utopic
- * xserver-xorg-input-synaptics-lts-utopic-dbg
- * xserver-xorg-input-synaptics-lts-vivid
- * xserver-xorg-input-synaptics-lts-vivid-dbg
- * xserver-xorg-input-synaptics-lts-wily
- * xserver-xorg-input-synaptics-lts-wily-dbg
- * xserver-xorg-input-vmmouse-lts-utopic
- * xserver-xorg-input-vmmouse-lts-vivid
- * xserver-xorg-input-vmmouse-lts-wily
- * xserver-xorg-input-wacom-lts-utopic
- * xserver-xorg-input-wacom-lts-utopic-dbg
- * xserver-xorg-input-wacom-lts-vivid
- * xserver-xorg-input-wacom-lts-vivid-dbg
- * xserver-xorg-input-wacom-lts-wily
- * xserver-xorg-input-wacom-lts-wily-dbg
- * xserver-xorg-lts-utopic
- * xserver-xorg-lts-vivid
- * xserver-xorg-lts-wily
- * xserver-xorg-video-all-lts-utopic
- * xserver-xorg-video-all-lts-vivid
- * xserver-xorg-video-all-lts-wily
- * xserver-xorg-video-ati-lts-utopic
- * xserver-xorg-video-ati-lts-utopic-dbg
- * xserver-xorg-video-ati-lts-vivid
- * xserver-xorg-video-ati-lts-vivid-dbg
- * xserver-xorg-video-ati-lts-wily
- * xserver-xorg-video-ati-lts-wily-dbg
- * xserver-xorg-video-dummy-lts-utopic
- * xserver-xorg-video-dummy-lts-vivid
- * xserver-xorg-video-dummy-lts-wily
- * xserver-xorg-video-fbdev-lts-utopic
- * xserver-xorg-video-fbdev-lts-vivid
- * xserver-xorg-video-fbdev-lts-wily
- * xserver-xorg-video-intel-lts-utopic
- * xserver-xorg-video-intel-lts-utopic-dbg
- * xserver-xorg-video-intel-lts-vivid
- * xserver-xorg-video-intel-lts-vivid-dbg
- * xserver-xorg-video-intel-lts-wily
- * xserver-xorg-video-intel-lts-wily-dbg
- * xserver-xorg-video-modesetting-lts-utopic
- * xserver-xorg-video-modesetting-lts-utopic-dbg
- * xserver-xorg-video-nouveau-lts-utopic
- * xserver-xorg-video-nouveau-lts-utopic-dbg
- * xserver-xorg-video-nouveau-lts-vivid
- * xserver-xorg-video-nouveau-lts-vivid-dbg
- * xserver-xorg-video-nouveau-lts-wily
- * xserver-xorg-video-nouveau-lts-wily-dbg
- * xserver-xorg-video-qxl-lts-utopic
- * xserver-xorg-video-qxl-lts-utopic-dbg
- * xserver-xorg-video-qxl-lts-vivid
- * xserver-xorg-video-qxl-lts-vivid-dbg
- * xserver-xorg-video-qxl-lts-wily
- * xserver-xorg-video-qxl-lts-wily-dbg
- * xserver-xorg-video-radeon-lts-utopic
- * xserver-xorg-video-radeon-lts-utopic-dbg
- * xserver-xorg-video-radeon-lts-vivid
- * xserver-xorg-video-radeon-lts-vivid-dbg
- * xserver-xorg-video-radeon-lts-wily
- * xserver-xorg-video-radeon-lts-wily-dbg
- * xserver-xorg-video-s3-lts-utopic
- * xserver-xorg-video-s3-lts-vivid
- * xserver-xorg-video-s3-lts-wily
- * xserver-xorg-video-vesa-lts-utopic
- * xserver-xorg-video-vesa-lts-vivid
- * xserver-xorg-video-vesa-lts-wily
- * xserver-xorg-video-vmware-lts-utopic
- * xserver-xorg-video-vmware-lts-vivid
- * xserver-xorg-video-vmware-lts-wily
-
- * Extra-Exclude: libegl1-mesa-drivers-lts-utopic-dbg
- * Extra-Exclude: xserver-xorg-video-r128-lts-utopic-dbg
- * Extra-Exclude: xserver-xorg-video-r128-lts-vivid-dbg
- * Extra-Exclude: xserver-xorg-video-r128-lts-wily-dbg
- * Extra-Exclude: xserver-xorg-video-openchrome-lts-utopic-dbg
- * Extra-Exclude: xserver-xorg-video-openchrome-lts-vivid-dbg
- * Extra-Exclude: xserver-xorg-video-openchrome-lts-wily-dbg
- * Extra-Exclude: xserver-xorg-video-mach64-lts-utopic-dbg
- * Extra-Exclude: xserver-xorg-video-mach64-lts-vivid-dbg
- * Extra-Exclude: xserver-xorg-video-mach64-lts-wily-dbg
-
-= Installed on demand =
-
- * apparmor-utils # AppArmor profile development
- * apparmor-notify # LP: #893266
- * apparmor-profiles
- * libapache2-mod-apparmor
- * libpam-apparmor
- * python3-libapparmor
- * libseccomp-dev # promote its use, LP: #1082431
- * auditd
- * click # temporary, until touch packages are all in main
- * click-dev
-
-= Rescued from Extra =
-
- * Extra-Include: *-dbg *-debug *-dev *-doc *-docs *-gcj gir1.2-* *-examples
-
-... and some miscellaneous exclusions for things we don't want to drag in
-automatically (note that Extra-Exclude *only* prevents packages from being
-included due to matching Extra-Include patterns, and has no other effect):
-
- * Extra-Exclude: libstdc++6-doc libstdc++6-dev libstdc++6-dbg lib*stdc++6-4.[4-9]*
- * Extra-Exclude: libgnat*-dev libgnat*-dbg gnat*-doc
- * Extra-Exclude: gpc*-doc
- * Extra-Exclude: gfortran-4.[4-9]-doc
- * Extra-Exclude: lib*go[0-9]*-dbg
- * Extra-Exclude: lib*objc[1-3]-dbg
- * Extra-Exclude: lldb-* clang* libclang* libllvm-*
- * Extra-Exclude: libavformat-dev libpostproc-dev
- * Extra-Exclude: libgdchart-gd2-xpm-dev
- * Extra-Exclude: libgdome2-ocaml-dev
- * Extra-Exclude: libmpich-mpd1.0-dev libmpich-shmem1.0-dev
- * Extra-Exclude: libnetpbm9-dev
- * Extra-Exclude: libavahi-compat-howl-dev
- * Extra-Exclude: libboost-*-dev libboost*-all-dev
- * Extra-Exclude: libcairo-directfb2-dev
- * Extra-Exclude: libcdio-*-dev libiso9660-dev
- * Extra-Exclude: libxaw6* # built from the same source as libxaw7*
- * Extra-Exclude: nvidia-glx-legacy-dev # nvidia-glx-legacy is unsupportable
- * Extra-Exclude: python-qt3-gl-dbg # We don't want python-qt3-gl in main
- * Extra-Exclude: python-qt4-gl python-qt4-gl-dbg # We don't want python-qt4-gl in main
- * Extra-Exclude: g77-doc # pulls in gcc-3.4
- * Extra-Exclude: libkiten-dev
- * Extra-Exclude: sendmail-doc
- * Extra-Exclude: mono-dbg # only useful with mono-debugger, currently in universe
- * Extra-Exclude: python-renderpm-dbg
- * Extra-Exclude: python-reportlab-accel-dbg # packages aren't in main, -dbg shouldn't cause them to be
- * Extra-Exclude: libnewlib-dev # not used in main, we only want newlib-spu for powerpc
- * Extra-Exclude: sendmail-doc # sendmail source is only in main for libmilter
- * Extra-Exclude: libgnumail-java-doc # depends on classpath
- * Extra-Exclude: libcommons-dbcp-java-doc # depends on classpath
- * Extra-Exclude: javacc-doc # depends on classpath
- * Extra-Exclude: virtuoso-vad-doc # depends on binaries that were not MIR-approved
- * Extra-Exclude: libgl1-mesa-dri-experimental-dbg # LP: #638097
- * Extra-Exclude: python-vigra-doc # libvigraimpex is in main, but nothing uses python-vigra
- * Extra-Exclude: asp.net-examples
- * Extra-Exclude: packagekit-dbg
- * Extra-Exclude: rest-bench-dbg
- * Extra-Exclude: grub-coreboot-dbg grub-emu-dbg
- * Extra-Exclude: ceph-test-dbg ceph-fs-common-dbg ceph-mds-dbg
- * Extra-Exclude: unity-webapps-dev # we don't want its deps in main
- * Extra-Exclude: sndfile-programs-dbg # sndfile-programs not in main
- * Extra-Exclude: ubuntu-ui-toolkit-examples
- * Extra-Exclude: speech-dispatcher-dbg
- * Extra-Exclude: nginx-extras-dbg nginx-full-dbg nginx-light-dbg nginx-naxsi-dbg
- * Extra-Exclude: haproxy-doc # https://lists.ubuntu.com/archives/ubuntu-release/2014-July/002966.html
- * Extra-Exclude: grilo-plugins-0.2-dbg
- * Extra-Exclude: remmina-dbg
- * Extra-Exclude: tracker-dbg
-
-Transitional packages:
-
- * Extra-Exclude: xserver-xorg-video-amd-dbg
-
-Exclude some KDE-specific pieces:
-
- * Extra-Exclude: kdebase-dbg
- * Extra-Exclude: kdelibs-dbg
- * Extra-Exclude: kdelibs4-doc
- * Extra-Exclude: kdepim-dbg
- * Extra-Exclude: kdesdk-dbg
- * Extra-Exclude: libdbus-qt-1-dev
- * Extra-Exclude: libdcop3-java-dev
- * Extra-Exclude: libindex0-dev
- * Extra-Exclude: libpoppler-qt-dev
- * Extra-Exclude: libqt4-debug libqt4-debug-dev qt4-doc
- * Extra-Exclude: libsmokekde-dev
- * Extra-Exclude: python-kde3-dbg
- * Extra-Exclude: python-qt3-dbg
- * Extra-Exclude: python-qtext-dbg
- * Extra-Exclude: qt-x11-free-dbg
-
-Temporary workarounds:
-
- * openjade # (b-d of opensp, avoid component-mismatch on openjade-1.3)
-
-= Build infrastructure =
-
- * pkgbinarymangler # needs to be in main to stay in the buildd chroots
-
-= Dynamically installed by deja-dup (to avoid python2 on image) =
-
- * duplicity
- * python-gi
-
-= Other =
-
- * miscfiles
- * sosreport # AdamStokes LP: #1206106
- * nvidia-prime
- * fglrx-pxpress
- * ipxe
diff --git a/supported-desktop-extra b/supported-desktop-extra
deleted file mode 100644
index 6ce5711f..00000000
--- a/supported-desktop-extra
+++ /dev/null
@@ -1,31 +0,0 @@
-This seed exists only to allow fine tuning the 3y support time
-
-= Dev tools =
-
- * cdbs
- * gnupg2
-
-= Documentation =
- * gnupg-doc
- * tar-doc
-
-= Additional multimedia =
-
- * gstreamer1.0-tools
-
-= Extra desktop =
-
- * libreoffice-base
- * thunderbird-gnome-support
- * rhythmbox
- * icc-profiles-free
- * xchat-gnome
- * vim-gnome
-
-= Command line tools =
-
- * bittornado
-
-= Certification =
-
- * lsb
diff --git a/system-image b/system-image
deleted file mode 100644
index 660dd670..00000000
--- a/system-image
+++ /dev/null
@@ -1,49 +0,0 @@
-Task-Section: user
-Task-Description: Ubuntu Core Next
-Task-Extended-Description: This task provides system image based ubuntu core
-Task-Key: ubuntu-core
-Task-Name: ubuntu-core
-Task-Metapackage: ubuntu-core
-
- * Feature: no-follow-recommends
-
-= Core =
- * ubuntu-core-snapd-units
- * snapd
- * systemd
- * openssh-server
- * xz-utils
- * iptables
- * initramfs-tools-ubuntu-core
- * grub-pc [i386]
- * grub-efi-ia32-bin [i386]
- * grub-pc-bin [amd64]
- * grub-efi-amd64-signed [amd64]
- * grub-xen-bin [amd64 i386]
- * shim-signed [amd64]
- * cloud-init
- * ca-certificates
- * dbus
- * libpam-systemd
- * apparmor
- * libnss-extrausers
- * wpasupplicant
- * rsyslog
- * ubuntu-core-security-apparmor
- * ubuntu-core-security-seccomp
- * ubuntu-core-security-utils
- * python3-libapparmor # snappy-debug.security needs matching userspace
- * isc-dhcp-client
- * resolvconf
- * dosfstools
- * ubuntu-fan
- * gdbserver
- * squashfs-tools
- * fwupdate
- * fwupdate-signed
- * ppp
- * watchdog
- * gdisk
- * libnss-myhostname
- * crda
- * netbase
diff --git a/tomcat-server b/tomcat-server
deleted file mode 100644
index 630a919f..00000000
--- a/tomcat-server
+++ /dev/null
@@ -1,9 +0,0 @@
-Task-Section: server
-Task-Description: Tomcat Java server
-Task-Extended-Description: Selects a ready-made Java Application server.
-Task-Key: tomcat8
-
- * tomcat8
- * tomcat8-examples
- * tomcat8-docs
- * tomcat8-admin
diff --git a/usb b/usb
deleted file mode 100644
index d67f3a42..00000000
--- a/usb
+++ /dev/null
@@ -1,70 +0,0 @@
-Task-Per-Derivative: 1
-Task-Section: user
-Task-Description: Ubuntu desktop USB
-Task-Extended-Description: This task provides the extra packages installed on the Ubuntu desktop USB image, above and beyond those included on the Ubuntu CD image. It is neither useful nor recommended to install this task in other environments.
-Task-Key: ubuntu-desktop inkscape
-Task-Seeds: desktop-common desktop
-
-= Applications =
-
-== Creative ==
-
- * inkscape
-
-== LibreOffice ==
-
- * libreoffice-officebean
- * libreoffice-nlpsolver
- * libreoffice-l10n-br
- * libreoffice-style-tango
-
-== Games ==
-
- #* wesnoth # NOTE: universe package
- #* frozen-bubble # NOTE: universe package
-
-== Desktop ==
-
- * vim
- * byobu
-
-= Localisation =
-
-== Input methods ==
-
- * ibus-chewing
- * ibus-hangul
- * ibus-anthy
- * ibus-table-cangjie
- * ibus-table-erbi
- * ibus-table-extraphrase
- * ibus-table-wubi
- * ibus-table-yong
-
-== Fonts ==
-
- * fonts-alee
- * fonts-nanum-coding
- * fonts-nanum-extra
- * fonts-arphic-bkai00mp
- * fonts-arphic-bsmi00lp
- * fonts-arphic-gbsn00lp
- * fonts-arphic-gkai00mp
- * fonts-indic
-
-== Application Support ==
-
- * gettext-el
- * nabi
- * culmus
- * libreoffice-help-en-gb
- * libreoffice-l10n-en-gb
- * libreoffice-l10n-in # dependency package for Indian locales
- * libreoffice-l10n-za # dependency package for South African locales
-
-= Development =
-
- #* anjuta # NOTE: universe package
- * devhelp
- * manpages-dev
-
diff --git a/usb-langsupport b/usb-langsupport
deleted file mode 100644
index 4fc64440..00000000
--- a/usb-langsupport
+++ /dev/null
@@ -1,87 +0,0 @@
-= Language support for en =
- * firefox-locale-en
- * hunspell-en-ca
- * hunspell-en-us
- * hyphen-en-us
- * language-pack-en
- * language-pack-gnome-en
- * libreoffice-help-en-gb
- * libreoffice-help-en-us
- * libreoffice-l10n-en-gb
- * libreoffice-l10n-en-za
- * myspell-en-au
- * myspell-en-gb
- * myspell-en-za
- * mythes-en-au
- * mythes-en-us
- * openoffice.org-hyphenation
- * thunderbird-locale-en
- * thunderbird-locale-en-gb
- * thunderbird-locale-en-us
- * wamerican
- * wbritish
-
-= Language support for es =
- * firefox-locale-es
- * language-pack-es
- * language-pack-gnome-es
- * libreoffice-help-es
- * libreoffice-l10n-es
- * myspell-es
- * openoffice.org-hyphenation
- * thunderbird-locale-es
- * thunderbird-locale-es-ar
- * thunderbird-locale-es-es
- * wspanish
-
-= Language support for xh =
- * language-pack-gnome-xh
- * language-pack-xh
- * libreoffice-l10n-xh
- * myspell-xh
-
-= Language support for pt =
- * firefox-locale-pt
- * language-pack-gnome-pt
- * language-pack-pt
- * libreoffice-help-pt
- * libreoffice-help-pt-br
- * libreoffice-l10n-pt
- * libreoffice-l10n-pt-br
- * myspell-pt
- * openoffice.org-hyphenation
- * thunderbird-locale-pt
- * thunderbird-locale-pt-br
- * thunderbird-locale-pt-pt
- * wbrazilian
- * wportuguese
-
-= Language support for de =
- * firefox-locale-de
- * hunspell-de-at
- * hunspell-de-ch
- * hunspell-de-de
- * hyphen-de
- * language-pack-de
- * language-pack-gnome-de
- * libreoffice-help-de
- * libreoffice-l10n-de
- * mythes-de
- * mythes-de-ch
- * thunderbird-locale-de
- * wngerman
- * wogerman
- * wswiss
-
-= Language support for fr =
- * firefox-locale-fr
- * hunspell-fr
- * hyphen-fr
- * language-pack-fr
- * language-pack-gnome-fr
- * libreoffice-help-fr
- * libreoffice-l10n-fr
- * mythes-fr
- * thunderbird-locale-fr
- * wfrench
-
diff --git a/usb-live b/usb-live
deleted file mode 100644
index b9b362e0..00000000
--- a/usb-live
+++ /dev/null
@@ -1,38 +0,0 @@
-Task-Per-Derivative: 1
-Task-Section: user
-Task-Description: Ubuntu live USB
-Task-Extended-Description: This task provides the extra packages installed on the Ubuntu live USB, above and beyond those included on the Ubuntu live CD. It is neither useful nor recommended to install this task in other environments.
-Task-Relevance: 2
-Task-Key: language-pack-aa
-Task-Test-new-install: skip show
-
-= Language packs; in theory we're putting them all on the USB =
- * /^language-pack-[^-]+$/
- * /^language-pack-gnome-[^-]+$/
- * /^language-pack-gnome-zh-han/
- * /^language-pack-zh-han/
-
-= Input methods =
-# currently not otherwise seeded on the desktop, but according to
-# doc/langpacks.txt they should be for their corresponding languages
- * ibus-chewing
- * ibus-hangul
- * ibus-anthy
- * ibus-table-cangjie
- * ibus-table-erbi
- * ibus-table-extraphrase
- * ibus-table-wubi
- * ibus-table-yong
-
-= Ubiquity components =
-
-These packages make up the Ubiquity live installer.
-
- * ubiquity-frontend-gtk
- * ubiquity-ubuntu-artwork
- * ubiquity-slideshow-ubuntu
-
-= Other =
-
- * gparted
- * cifs-utils # Needed by casper for CIFS root=
diff --git a/usb-ship-live b/usb-ship-live
deleted file mode 100644
index 81bfd1d5..00000000
--- a/usb-ship-live
+++ /dev/null
@@ -1,34 +0,0 @@
-The usb-ship-live seed will be added to the live USB image as an ordinary
-package archive. Here belongs anything that somebody might need to install
-after installing the contents of the live USB image in order to get online
-and fetch more packages.
-
-== Hardware & Network Access ==
-
- * pptp-linux # client for Microsoft-compatible VPN's, needed for some ISPs
- * sl-modem-daemon # needed for some Winmodems (see OutoftheboxWinmodem)
- * intel-microcode # needed to update Intel cpu microcode LP #1386257
-
- * libatm1 # suggested by ppp for PPP-over-ATM
- * setserial # needed by folks with nonstandard serial ports
- * mouseemu # needed on Macs with single-button mice
- * b43-fwcutter
- * bcmwl-kernel-source #since we no longer have LRM
- * wvdial # network-manager should replace this functionality ASAP
-
-== Installer ==
-
- * grub # needed for dmraid et al
- * grub-efi [amd64]
- * grub-efi-amd64-signed [amd64]
- * shim-signed [amd64]
- * oem-config-gtk
- * oem-config-slideshow-ubuntu
- * lupin-support [amd64 i386] # installer-for-windows
- * uboot-mkimage [armel] # needed on dove for uboot
-
-== Blacklist ==
-
-libavcodec cannot be shipped on CDs (c.f. Ubuntu technical board resolution 2007-01-02).
-
- * !libavcodec*
diff --git a/virt-host b/virt-host
deleted file mode 100644
index ef16e238..00000000
--- a/virt-host
+++ /dev/null
@@ -1,12 +0,0 @@
-Task-Section: server
-Task-Description: Virtual Machine host
-Task-Extended-Description: Packages necessary to host virtual machines
-Task-Metapackage: ubuntu-virt-server
-Task-Key: ubuntu-virt-server
-
- * ubuntu-virt-server
- * qemu-system-x86 [i386 amd64]
- * qemu-system-ppc [powerpc ppc64el]
- * qemu-system-aarch64 [arm64]
- * libvirt-bin
- * openssh-server