From 17caf1b19355813fa7a58828d4979ecf21b1e1f9 Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:52:39 +0000 Subject: Arranged to rename downloaded files to include all impo... Author: jgg Date: 1999-02-01 02:22:11 GMT Arranged to rename downloaded files to include all important info --- apt-pkg/deb/deblistparser.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apt-pkg/deb') diff --git a/apt-pkg/deb/deblistparser.cc b/apt-pkg/deb/deblistparser.cc index 4797694d0..d6f25bd01 100644 --- a/apt-pkg/deb/deblistparser.cc +++ b/apt-pkg/deb/deblistparser.cc @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: deblistparser.cc,v 1.14 1999/01/27 02:48:53 jgg Exp $ +// $Id: deblistparser.cc,v 1.15 1999/02/01 02:22:11 jgg Exp $ /* ###################################################################### Package Cache Generator - Generator for the cache structure. @@ -65,6 +65,7 @@ bool debListParser::NewVersion(pkgCache::VerIterator Ver) { // Parse the section Ver->Section = UniqFindTagWrite("Section"); + Ver->Arch = UniqFindTagWrite("Architecture"); // Archive Size Ver->Size = (unsigned)Section.FindI("Size"); -- cgit v1.2.3-70-g09d2