Add apt-offline to tasks/wheezy/forcd1 to bring it onto CD#1. Closes:
#630805
This commit is contained in:
parent
a43a892d75
commit
5e163ee81a
|
@ -22,8 +22,8 @@ debian-cd (3.1.6) UNRELEASED; urgency=low
|
||||||
* update the URL for downloading armel d-i dailies.
|
* update the URL for downloading armel d-i dailies.
|
||||||
* tools/grab_md5:
|
* tools/grab_md5:
|
||||||
+ Improve Packages and Sources file parsing;
|
+ Improve Packages and Sources file parsing;
|
||||||
+ Cope with differently-formed files that are still valid (don't assume field
|
+ Cope with differently-formed files that are still valid
|
||||||
ordering).
|
(don't assume field ordering).
|
||||||
+ Switch from awk to perl makes things much faster too!
|
+ Switch from awk to perl makes things much faster too!
|
||||||
+ Make arch handling more generic - instead of having to list all
|
+ Make arch handling more generic - instead of having to list all
|
||||||
arches, allow a wildcard and then check for lack of Packages.gz files
|
arches, allow a wildcard and then check for lack of Packages.gz files
|
||||||
|
@ -34,6 +34,8 @@ debian-cd (3.1.6) UNRELEASED; urgency=low
|
||||||
* Remove the checked-in firmware task altogether, as it's not
|
* Remove the checked-in firmware task altogether, as it's not
|
||||||
useful. Generate it when needed using the new script
|
useful. Generate it when needed using the new script
|
||||||
tools/generate_firmware_task.
|
tools/generate_firmware_task.
|
||||||
|
* Add apt-offline to tasks/wheezy/forcd1 to bring it onto CD#1.
|
||||||
|
Closes: #630805
|
||||||
|
|
||||||
[ Aurelien Jarno ]
|
[ Aurelien Jarno ]
|
||||||
* Add support for hurd-i386. Closes: #619211
|
* Add support for hurd-i386. Closes: #619211
|
||||||
|
|
|
@ -43,3 +43,4 @@ iso-codes
|
||||||
alsa-base
|
alsa-base
|
||||||
alsa-utils
|
alsa-utils
|
||||||
wpasupplicant
|
wpasupplicant
|
||||||
|
apt-offline
|
||||||
|
|
Loading…
Reference in New Issue