2003-07-25 11:14:18 +00:00
|
|
|
/*
|
|
|
|
* This file is used to build the official set of Debian 3.0 (woody) CDs
|
2000-02-19 16:52:52 -01:00
|
|
|
*/
|
|
|
|
|
2003-07-25 11:14:18 +00:00
|
|
|
/*
|
|
|
|
* The CD set uses empty package called task-*
|
|
|
|
* to select the packages in the initial installation
|
|
|
|
*/
|
2000-02-19 16:52:52 -01:00
|
|
|
|
2001-02-27 00:01:40 -01:00
|
|
|
#if (FORCENONUSONCD1 == 1)
|
|
|
|
#include "Debian_woody_nonUS"
|
|
|
|
#endif
|
|
|
|
|
2000-05-30 11:13:10 +00:00
|
|
|
/* Packages that should really be on CD1 */
|
2001-06-10 14:56:26 +00:00
|
|
|
#include <base-woody>
|
2000-05-30 11:13:10 +00:00
|
|
|
#include <forcd1>
|
|
|
|
|
2001-09-03 16:28:53 +00:00
|
|
|
#include <task-woody>
|
|
|
|
|
2001-04-24 23:27:10 +00:00
|
|
|
#include <xservers-XFree3>
|
|
|
|
|
2003-07-25 11:14:18 +00:00
|
|
|
/* Packages that may still fit on the first CD */
|
2001-04-24 23:27:10 +00:00
|
|
|
#include <interesting-fromcd23>
|
|
|
|
#include <linuxtag2000>
|
|
|
|
|
2003-07-25 11:14:18 +00:00
|
|
|
/* All the remaining packages, sorted per popcon results */
|
2002-05-04 13:24:13 +00:00
|
|
|
#include <popularity-contest-woody>
|