diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:53:56 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:53:56 +0000 |
commit | f78439bfef02317c4d9d8138af7bdfb3b73fcec2 (patch) | |
tree | 92cde98debc5f53c9190a3c0e8e83c97f12164a0 /apt-pkg/deb/deblistparser.cc | |
parent | b5dc97853ed1884269aa92a98f9f1e37d5591a14 (diff) |
Changed CRC algorithm
Author: jgg
Date: 1999-06-04 05:54:20 GMT
Changed CRC algorithm
Diffstat (limited to 'apt-pkg/deb/deblistparser.cc')
-rw-r--r-- | apt-pkg/deb/deblistparser.cc | 6 |
1 files changed, 3 insertions, 3 deletions
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; |