Cope better with badly-formatted stanzas in Sources.gz
This commit is contained in:
parent
361b828546
commit
9f75f53cd8
|
@ -145,6 +145,7 @@ debian-cd (2.2.24) UNRELEASED; urgency=low
|
|||
* Cope with mipsel boot images moving location. Closes: #349563.
|
||||
* Make sure that all the scripts use Packages.gz rather than Packages
|
||||
when looking up metadata in the archive - Packages is deprecated.
|
||||
* Cope better with badly-formatted stanzas in Sources.gz
|
||||
|
||||
-- Joey Hess <joeyh@debian.org> Sat, 7 Jan 2006 16:56:49 -0500
|
||||
|
||||
|
|
|
@ -33,13 +33,11 @@ case $ARCH in
|
|||
SIZE = $2
|
||||
FILE = $3
|
||||
printf("%s %12s %s/%s/%s\n", MD5, SIZE, MIRROR, DIR, FILE);
|
||||
}
|
||||
}
|
||||
/.*/ {
|
||||
if (!length($0)) {
|
||||
in_files = 0
|
||||
next
|
||||
}
|
||||
}
|
||||
/^[^ ]/ {
|
||||
in_files = 0
|
||||
}' | sort | uniq >> $OUT
|
||||
;;
|
||||
alpha|amd64|arm|hppa|i386|ia64|m68k|mips|mipsel|powerpc|s390|sparc)
|
||||
|
|
Loading…
Reference in New Issue