Add Debian-mate and Debian-cinnamon top-level tasks for new CD desktop options

This commit is contained in:
Steve McIntyre 2014-09-26 22:39:30 +01:00
parent b494adcb03
commit 65efdc6d3c
3 changed files with 38 additions and 0 deletions

2
debian/changelog vendored
View File

@ -9,6 +9,8 @@ debian-cd (3.1.16) UNRELEASED; urgency=medium
extending armhf for now.
* Update arch lists to match what's in Jessie: remove sparc and ia64,
add arm64.
* Add Debian-mate and Debian-cinnamon top-level tasks for new CD desktop
options
[ Philipp Hahn ]
* Fix word-splitting regexp in generate_di_list. Closes: #758512.

View File

@ -0,0 +1,18 @@
/*
*
* This file will be used to build an official installation CD for Wheezy
* that can be used to install the Cinammon desktop environment.
*
*/
/* Packages that should really be on CD1 */\
#include <debian-installer+kernel>
#include <forcd1>
#include <task-essential-cinnamon>
/* Other interesting packages */
#include <task-full-cinnamon>
#include <interesting-fromcd23>
/* The rest ordered by popularity */
#include <popularity-contest>

18
tasks/jessie/Debian-mate Normal file
View File

@ -0,0 +1,18 @@
/*
*
* This file will be used to build an official installation CD for Wheezy
* that can be used to install the Mate desktop environment.
*
*/
/* Packages that should really be on CD1 */\
#include <debian-installer+kernel>
#include <forcd1>
#include <task-essential-mate>
/* Other interesting packages */
#include <task-full-mate>
#include <interesting-fromcd23>
/* The rest ordered by popularity */
#include <popularity-contest>