21 lines
509 B
Plaintext
21 lines
509 B
Plaintext
/*
|
|
* This file is used to build complete set of unstable (sid) CDs
|
|
*/
|
|
|
|
/* 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 */
|
|
#include <base-woody>
|
|
#include <forcd1>
|
|
|
|
/* Packages that may still fit on the first CD */
|
|
#include <interesting-fromcd23>
|
|
|
|
/* All the remaining packages, sorted per popcon results */
|
|
#include <popularity-contest-sarge>
|