2003-07-25 11:14:18 +00:00
|
|
|
/*
|
|
|
|
* This file is used to build complete set of unstable (sid) CDs
|
2001-02-27 00:01:40 -01:00
|
|
|
*/
|
|
|
|
|
|
|
|
/* The CD set does use empty package called task-*
|
|
|
|
to select the packages in the initial installation */
|
|
|
|
|
|
|
|
#if (FORCENONUSONCD1 == 1)
|
|
|
|
#include "Debian_sid_nonUS"
|
|
|
|
#endif
|
|
|
|
|
|
|
|
/* Packages that should really be on CD1 */
|
2001-06-10 14:56:26 +00:00
|
|
|
#include <base-woody>
|
2001-02-27 00:01:40 -01:00
|
|
|
#include <forcd1>
|
|
|
|
|
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>
|
2001-02-27 00:01:40 -01:00
|
|
|
|
2003-07-25 11:14:18 +00:00
|
|
|
/* All the remaining packages, sorted per popcon results */
|
|
|
|
#include <popularity-contest-sarge>
|