[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#58952: apt: apt-cdrom chokes on source only cd



Package: apt
Version: 0.3.18
Severity: normal

With a CD containing only Sources.gz apt-cdrom gets choked when 
adding the CD.

Following patch should suit:

(cmdline/apt-cdrom.cc)
line 560:
 - if (List.size() == 0) 
 + if (List.size() + sList.size() == 0) 


Mit freundlichen Gruessen
	Heiko Schlittermann
--
--------------------------------------------------- SCHLITTERMANN
internet und unix support ---------------------------------------
D-01099 Dresden / Kamenzer Strasse 52 ---------------------------
+49 351 8029981 / www.schlittermann.de / hs@schlittermann.de ----


-- System Information
Debian Release: 2.2
Kernel Version: Linux jumper 2.2.14 #1 Fri Feb 18 09:24:52 CET 2000 i686 unknown

Versions of the packages apt depends on:
ii  libc6          2.1.3-2        GNU C Library: Shared libraries and Timezone
ii  libstdc++2.10  2.95.2-5       The GNU stdc++ library


Reply to: