Make generated debian-installer list easier to read by adding

arch info at the end of an #ifdef block.
This commit is contained in:
Petter Reinholdtsen 2004-03-10 22:03:03 +00:00
parent b6417564c6
commit c467ac350d
2 changed files with 3 additions and 1 deletions

2
debian/changelog vendored
View File

@ -58,6 +58,8 @@ debian-cd (2.2.17) UNRELEASED; urgency=low
data.
- Avoid acorn-fdisk, cfdisk-utf8 and lots of kernels on the first CD.
It should be enough with one kernel package on the first CD.
- Make generated debian-installer list easier to read by adding
arch info at the end of an #ifdef block.
* Santiago Garcia
- Add DI_CODENAME variable make it posible to build cds with a special
debian-installer version.

View File

@ -33,7 +33,7 @@ UDEB: foreach my $udeb (map { chomp; $_ } `grep-dctrl -n -s Package '' $packagef
}
print OUT "$udeb\n";
}
print OUT "#endif\n";
print OUT "#endif /* ARCH_$arch */\n";
}
sub read_exclude {