Add Debian-mate and Debian-cinnamon top-level tasks for new CD desktop options
This commit is contained in:
parent
b494adcb03
commit
65efdc6d3c
|
@ -9,6 +9,8 @@ debian-cd (3.1.16) UNRELEASED; urgency=medium
|
||||||
extending armhf for now.
|
extending armhf for now.
|
||||||
* Update arch lists to match what's in Jessie: remove sparc and ia64,
|
* Update arch lists to match what's in Jessie: remove sparc and ia64,
|
||||||
add arm64.
|
add arm64.
|
||||||
|
* Add Debian-mate and Debian-cinnamon top-level tasks for new CD desktop
|
||||||
|
options
|
||||||
|
|
||||||
[ Philipp Hahn ]
|
[ Philipp Hahn ]
|
||||||
* Fix word-splitting regexp in generate_di_list. Closes: #758512.
|
* Fix word-splitting regexp in generate_di_list. Closes: #758512.
|
||||||
|
|
|
@ -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>
|
|
@ -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>
|
Loading…
Reference in New Issue