diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:52:30 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:52:30 +0000 |
commit | cdcc6d34b0256aa5efe159351bb24b2e28ed143b (patch) | |
tree | 3623032519608d66e048c9108af410abd7410baa /apt-pkg/deb | |
parent | ed3dc989ebabe915888de3ffd83cbe5be0f99444 (diff) |
Moved strutl.h
Author: jgg
Date: 1999-01-27 02:48:52 GMT
Moved strutl.h
Diffstat (limited to 'apt-pkg/deb')
-rw-r--r-- | apt-pkg/deb/deblistparser.cc | 4 | ||||
-rw-r--r-- | apt-pkg/deb/debrecords.cc | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/apt-pkg/deb/deblistparser.cc b/apt-pkg/deb/deblistparser.cc index 669c5cd50..4797694d0 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.13 1998/12/14 08:07:29 jgg Exp $ +// $Id: deblistparser.cc,v 1.14 1999/01/27 02:48:53 jgg Exp $ /* ###################################################################### Package Cache Generator - Generator for the cache structure. @@ -13,7 +13,7 @@ #include <apt-pkg/deblistparser.h> #include <apt-pkg/error.h> #include <apt-pkg/configuration.h> -#include <strutl.h> +#include <apt-pkg/strutl.h> #include <system.h> /*}}}*/ diff --git a/apt-pkg/deb/debrecords.cc b/apt-pkg/deb/debrecords.cc index c4019b48f..e06533e19 100644 --- a/apt-pkg/deb/debrecords.cc +++ b/apt-pkg/deb/debrecords.cc @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: debrecords.cc,v 1.3 1998/11/13 04:23:37 jgg Exp $ +// $Id: debrecords.cc,v 1.4 1999/01/27 02:48:53 jgg Exp $ /* ###################################################################### Debian Package Records - Parser for debian package records @@ -83,6 +83,6 @@ string debRecordParser::ShortDesc() /* */ string debRecordParser::LongDesc() { - return string(); + return FindTag("Description"); } /*}}}*/ |