From f78439bfef02317c4d9d8138af7bdfb3b73fcec2 Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:53:56 +0000 Subject: Changed CRC algorithm Author: jgg Date: 1999-06-04 05:54:20 GMT Changed CRC algorithm --- apt-pkg/deb/deblistparser.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'apt-pkg/deb') diff --git a/apt-pkg/deb/deblistparser.cc b/apt-pkg/deb/deblistparser.cc index 273b7fd42..182d46829 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.19 1999/05/23 22:55:54 jgg Exp $ +// $Id: deblistparser.cc,v 1.20 1999/06/04 05:54:20 jgg Exp $ /* ###################################################################### Package Cache Generator - Generator for the cache structure. @@ -139,8 +139,8 @@ unsigned short debListParser::VersionHash() const char *Sections[] ={"Installed-Size", "Depends", "Pre-Depends", - "Suggests", - "Recommends", +// "Suggests", +// "Recommends", "Conflicts", "Replaces",0}; unsigned long Result = INIT_FCS; -- cgit v1.2.3-70-g09d2