* 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:
Steve McIntyre 2007-03-13 23:38:53 +00:00
parent ebfad35c3a
commit a2d50b9f65
2 changed files with 7 additions and 3 deletions

8
debian/changelog vendored
View File

@ -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

View File

@ -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"