* Fix a silly bug in start_new_disc that would break on discs with
local packages. Thanks to Ronny Aasen for the patch. Closes: #414818 * Final *final* upload for etch; urgency high to get through the freeze.
This commit is contained in:
parent
ebfad35c3a
commit
a2d50b9f65
|
@ -1,4 +1,4 @@
|
|||
debian-cd (3.0.1) UNRELEASED; urgency=low
|
||||
debian-cd (3.0.1) unstable; urgency=high
|
||||
|
||||
[ Frans Pop ]
|
||||
* Remove SRCEXCLUDE which is no longer supported.
|
||||
|
@ -55,8 +55,12 @@ debian-cd (3.0.1) UNRELEASED; urgency=low
|
|||
from the other. Now the multi-arch netinst should work for the installgui
|
||||
target for both arches
|
||||
* Check in current working versions of the tasks files.
|
||||
* Fix a silly bug in start_new_disc that would break on discs with
|
||||
local packages. Thanks to Ronny Aasen for the patch. Closes: #414818
|
||||
* Final *final* upload for etch; urgency high to get through the
|
||||
freeze.
|
||||
|
||||
-- Frans Pop <fjp@debian.org> Sat, 10 Mar 2007 22:40:34 +0100
|
||||
-- Steve McIntyre <93sam@debian.org> Tue, 13 Mar 2007 23:36:44 +0000
|
||||
|
||||
debian-cd (3.0.0) unstable; urgency=medium
|
||||
|
||||
|
|
|
@ -124,7 +124,7 @@ if [ $DISKNUM = 1 ] ; then
|
|||
echo " Adding .disk/base_components"
|
||||
echo "main" > $CDDIR/.disk/base_components
|
||||
if [ -n "$LOCAL" ] ; then
|
||||
echo "local" > $CDDIR/.disk/base_components
|
||||
echo "local" >> $CDDIR/.disk/base_components
|
||||
fi
|
||||
|
||||
echo " Adding .disk/cd_type"
|
||||
|
|
Loading…
Reference in New Issue